Commit graph

5186 commits

Author SHA1 Message Date
Bill Kendrick
5650435ce7 Bump date in appdata file 2024-07-17 21:12:26 -07:00
Bill Kendrick
e9dd7288a8 Ready for 0.9.33 release, I guess! 2024-07-17 21:07:25 -07:00
Bill Kendrick
6e46821743 Sync docs after bumping dates & adding contribs to manpage 2024-07-17 21:06:50 -07:00
Bill Kendrick
88f035dc60 SDL2_gfx Makefile patch
https://github.com/flathub/org.tuxpaint.Tuxpaint/blob/beta/Makefile-sdl2_gfx-pkgconfig.patch

h/t wjt
2024-07-08 21:00:16 -07:00
dolphin6k
1a1893d902 bash_completion file name has changed 2024-07-07 17:04:06 +09:00
Jacques Chion
24e250fdfc updating french translation 2024-07-07 08:07:07 +02:00
dolphin6k
3b591a60fc Force uninstall before installation.
To prevent old dll from remaining as libunibreak is upgraded.
2024-07-07 09:40:56 +09:00
Bill Kendrick
b384ffd126 About to tag and release 0.9.33-rc1
...beta / release candidate of 0.9.33, for port maintainers to
build & try out!
2024-07-06 11:58:02 -07:00
Bill Kendrick
cc9864420b RELEASE docs: Add our other social media accounts...
...and some other updates.
2024-07-06 11:53:56 -07:00
Bill Kendrick
50fc7952a7 Ran update-po.sh; ru.po word-wrap changed some 2024-07-06 11:47:12 -07:00
Bill Kendrick
c0982327a3 RELEASE - More details on doc building 2024-07-06 11:46:35 -07:00
Bill Kendrick
da8ab672c8 Bump date in appdata file 2024-07-06 11:41:10 -07:00
Bill Kendrick
ab8b51119e Regen docs after bumping some dates 2024-07-06 11:38:15 -07:00
Bill Kendrick
83d6b84ab7 De-WIP some 0.9.33 CHANGES.txt entries 2024-07-06 11:33:41 -07:00
Bill Kendrick
21aca21e3d Rename completion file 010_tuxpaint-completion.bash on install
See https://sourceforge.net/p/tuxpaint/bugs/290/#5205
h/t Jozef
2024-07-05 20:23:50 -07:00
Bill Kendrick
2c5a773575 Crediting new Russian translation contributor 2024-07-04 10:19:24 -07:00
Bill Kendrick
1d20684986 Merge branch 'master' of ssh://git.code.sf.net/p/tuxpaint/tuxpaint 2024-07-04 10:11:26 -07:00
Alevtina
c270d5a600 Update Russian translation 2024-06-27 16:54:21 +03:00
Bill Kendrick
ae68ffc232 RELEASE.txt: Add step for regen'ing brush txt files 2024-06-23 19:59:05 -07:00
Bill Kendrick
9a2f4f0a8e Regen brush description files; catch up with l10n 2024-06-23 19:57:58 -07:00
dolphin6k
6b39dba270 Updated brushes-po for fluffy circles. 2024-06-23 17:58:29 +09:00
Bill Kendrick
a4f45ba6e6 CHANGES.txt - Forgot to mark an OS/2 change as done 2024-06-17 19:34:19 -07:00
Bill Kendrick
4505bc24fc Makefile - Set GPERF for OS/2
h/t Elbert
2024-06-15 22:28:53 -07:00
Bill Kendrick
5696a948ba Merge branch 'master' of ssh://git.code.sf.net/p/tuxpaint/tuxpaint 2024-06-15 11:11:22 -07:00
Bill Kendrick
a2e89eac5e Sync docs after ja_JP update
h/t Shin-ichi
2024-06-15 11:11:06 -07:00
dolphin6k
8a340e0688 Updated Japanese 2024-06-15 21:27:03 +09:00
Bill Kendrick
71959d502e tuxpaint-completion.bash - use _have no have
For https://sourceforge.net/p/tuxpaint/bugs/290/
2024-06-11 23:33:34 -07:00
Bill Kendrick
4c18bff7ed Makefile: Grok "OS/2" from uname 2024-06-07 23:55:59 -07:00
Bill Kendrick
8ba9fb85e1 More tweaks to try & get Haiku Trash working
h/t Jérôme for all the hand-holding for Luc & me
2024-06-07 00:50:29 -07:00
Bill Kendrick
61f4c24d0f Syncing docs: README re: Haiku trash support 2024-06-07 00:47:57 -07:00
Bill Kendrick
d830aea22a Noting Haiku trash support in Appdata entry for 0.9.33 2024-06-07 00:42:13 -07:00
Bill Kendrick
cce95a7274 Also extern "C" haiku_print()
h/t Jérôme
2024-06-07 00:36:33 -07:00
Bill Kendrick
fe7f0dddf9 Derp haiku_trash.cpp not .c 2024-06-07 00:35:00 -07:00
Bill Kendrick
1fee51636b Forgot to actually compile haiku_trash.c 2024-06-07 00:16:59 -07:00
Bill Kendrick
3c5303563a WIP Dropping in code for Haiku trash can support
h/t Jérôme Duval <https://github.com/korli> for pointing us to this
(see https://github.com/haikuports/haikuports/issues/10568)
Code used is copyright (c) 2004, Francois Revol <revol@free.fr>,
provided under the MIT licence.

(Also, ran `indent.sh`)
2024-06-06 23:06:07 -07:00
Bill Kendrick
33db4c16f5 WIP Changes to support building for OS/2
+ WIP Makefile updates to support building for OS/2
   - TODO: Makefile needs SYSNAME test to detect OS/2 (Bill has asked Elbert)
 + Added "__declspec(dllexport)" (via new "TX_EXTERN" #define'd in
   `tp_magic_api.h`) to public function definitions in Magic tools
   - WIP: So far just "Mirror/Flip" plugin
   - TODO: Add "TX_EXTERN" prefix to all other public Magic tool functions
 + Renamed long Magic tool source files to have shorter filenames
   - WIP: So far just "Mirror/Flip" (`mirror_flip.c` -> `mirror_f.c`)
   - TODO: Rename all other magic tool source files.

h/t Elbert Pol for providing info and some diffs!
2024-06-06 00:40:42 -07:00
Bill Kendrick
609e7cec58 Sync docs after dropping Windows Vista mention 2024-06-05 23:55:26 -07:00
Bill Kendrick
82ad88bad4 Sync FAQ docs re: FontCache slowness 2024-06-04 23:24:16 -07:00
Pere Pujal i Carabantes
2196d6dc72 Updating Catalan. 2024-06-04 00:20:09 +02:00
Jacques Chion
f7d4e48ed0 modifié : fr.po 2024-06-03 17:22:50 +02:00
Jacques Chion
f8256b1f81 modifié : fr.po 2024-06-03 08:29:12 +02:00
Bill Kendrick
ec127e6946 Merge branch 'master' of ssh://git.code.sf.net/p/tuxpaint/tuxpaint 2024-06-02 23:12:54 -07:00
Bill Kendrick
8b4c78bf4e Show names of export files; place in clipboard
Name of exported picture is shown, and placed in clipboard
(copy/paste buffer) after exporting a drawing (via Open dialog)
or animated GIF (via Open->Slideshow).
2024-06-02 23:09:57 -07:00
Jacques Chion
3524471f0e modifié : fr.po 2024-06-03 08:07:17 +02:00
Bill Kendrick
552b30a3e9 Removed textdir() function
Closes https://sourceforge.net/p/tuxpaint/tasks/33/
2024-06-02 22:41:46 -07:00
Bill Kendrick
5c7c1b6083 Remove lang_use_right_to_left_word stuff; it's unused
For https://sourceforge.net/p/tuxpaint/tasks/33/`
Next step: remove `textdir()` completely.
2024-06-02 22:29:55 -07:00
Bill Kendrick
111c9b4dc8 Sync docs after README->What's New update about brushes 2024-06-02 22:16:15 -07:00
Bill Kendrick
80c09d1211 New brush: Fluff 2024-06-02 22:12:52 -07:00
Bill Kendrick
15fe066f0f Regen docs after messing with fuzzy ja_JP strings, etc.
See https://sourceforge.net/p/tuxpaint/tuxpaint-docs/ci/f67d14129a481a04d4a07060afcf0ea3b57f9780/
2024-06-02 17:54:13 -07:00
Bill Kendrick
e24a7e47bd Sync manpage to grab version # in doc path 2024-06-02 17:40:46 -07:00