Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
d5de4de
Modernize TBO to GTK4
j4imefoo Apr 17, 2026
bc1b546
Update Arch PKGBUILD to skip tests when xvfb is unavailable
j4imefoo Apr 17, 2026
964f11e
Fix Arch PKGBUILD Meson prefix handling
j4imefoo Apr 17, 2026
cf471d5
Add task bar icon
j4imefoo Apr 17, 2026
68e6055
Disable startup notification in desktop file
j4imefoo Apr 17, 2026
4408902
Repair double icon in system tray
j4imefoo Apr 17, 2026
8d9938d
Spanish translations of missing items
j4imefoo Apr 17, 2026
253537d
Added About and Credits
j4imefoo Apr 17, 2026
01f225a
Repaired about, credits and tutorial. Changed doodle and buble behaviour
j4imefoo Apr 17, 2026
6f3ca03
Credits
j4imefoo Apr 17, 2026
89f499f
Credits
j4imefoo Apr 17, 2026
e4ab2c3
Credits
j4imefoo Apr 17, 2026
069e602
debian update
j4imefoo Apr 19, 2026
ce84e3c
Refactor the document model, harden undo/redo, and improve UI status …
j4imefoo Apr 20, 2026
0eb39a6
Prevent frame-view bugs and harden export and asset loading
j4imefoo Apr 21, 2026
720774c
Polish editing workflow, export, and desktop integration
j4imefoo Apr 21, 2026
67f31fe
Replace deprecated export preview pixbuf path
j4imefoo Apr 21, 2026
4386063
Fix document lifecycle, undo state, persistence, and loader/export ed…
j4imefoo Apr 22, 2026
8ec0fc3
Improve doodle asset handling and text editing workflow. Add raster a…
j4imefoo Apr 22, 2026
0ab86d4
Adjust PKGBUILD
j4imefoo Apr 22, 2026
dee823b
Lowered gtk-4 requirements to make this app more compatible with more…
j4imefoo Apr 26, 2026
43a669f
Fixes to allow compilation on Debian stable
j4imefoo Apr 26, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 1 addition & 31 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,36 +1,6 @@
*.swp
*.o
*.log
Makefile
Makefile.in
*~
ABOUT-NLS
aclocal.m4
autom4te.cache/
build/
config.h
config.h.in
config.status
configure
libtool
m4/
package/
po/ChangeLog
po/Makefile.in.in
po/Makevars.template
po/POTFILES
po/Rules-quot
po/boldquot.sed
po/en@boldquot.header
po/en@quot.header
po/es.gmo
po/insert-header.sin
po/quot.sed
po/remove-potcdate.sin
po/stamp-it
po/tbo.pot
po/*.gmo
src/.deps/
src/tbo
st
stamp-h1
build-*/
2 changes: 2 additions & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,5 @@ Art:
* Samuel Navas Portillo
* Daniel Pavón Pérez
* Juan Jesús Pérez Luna

* Updated by jaime: https://github.com/j4imefoo/TBO
12 changes: 0 additions & 12 deletions ChangeLog

This file was deleted.

37 changes: 0 additions & 37 deletions HACKING

This file was deleted.

Loading