Commit graph

3531 commits

Author SHA1 Message Date
Pere Pujal i Carabantes
da20be7a79 Merge 0.9.26 for sdl2.0 2021-06-29 07:21:40 +02:00
Bill Kendrick
69ccac5650 Dropping -rc1 from version 2021-06-28 16:47:13 -07:00
Bill Kendrick
0dbdb35455 manpage updates ahead of 0.9.26
Added more credits to manpage.  Avoiding word-wrapping
URLs and email addresses.  Saved out as UTF-8, rather than
Latin-1 encoding.
2021-06-28 15:43:43 -07:00
Karl Ove Hufthammer
c4ef59cc16 Update Norwegian Nynorsk and Norwegian Bokmål translations 2021-06-28 19:44:36 +02:00
Shin-ichi TOYAMAA
b407bf361c corrected the locations of some newly translated README.html files. 2021-06-18 15:06:05 +09:00
Mark Kim
a8177635cb Fix Haiku compilation bug
Luc Schrijvers reported on the Tux Paint Maintainers mailing list an
failure to build magic tools for Tux Paint 0.9.26 rc1 (see the mailing
list for the details).  The issue appears to stem from an interesting
interaction between my commit from March
(39cc096ece) and the quotes around
beos_PLUGIN_LIBS on line 1361:

  beos_PLUGIN_LIBS:="$(MAGIC_SDL_LIBS) $(MAGIC_ARCH_LINKS) $(MAGIC_SDL_CPPFLAGS)"

My commit had removed a leading argument from $(MAGIC_SDL_LIBS) (whose
value is irrelevant but it was "-L/usr/local/lib"), and the second
argument resolves to nothing on Haiku, so beos_PLUGIN_LIBS now resolves
to a string with a leading space, and it appears `cc` treats a string
argument with a leading space as a single token as opposed to a list of
arguments as it was apparently doing previously.  Pere confirms removing
the second argument that resolves to nothing allows binary to compile.

I suppose removing the quotes around beos_PLUGIN_LIBS is another (and
cleaner) possible solution, but the quotes appear to be intentional and
without a Haiku build environment to test the exact behavior this will
be the safer commit to make.
2021-06-17 22:18:15 -04:00
Pere Pujal i Carabantes
a37582da69 First RC for 0.9.26 Merge branch 'master' into sdl2.0 2021-06-17 00:07:32 +02:00
Jacques Chion
795b574c7d updating translation 2021-06-14 11:04:03 +02:00
Bill Kendrick
52dc7e62ca Rebuild PO & .desktop
Also update RELEASE.txt to correctly document how to update
tuxpaint.desktop
2021-06-13 21:07:36 -07:00
Bill Kendrick
c19b06813b Bump release year in some package metadata files 2021-06-13 21:05:17 -07:00
Bill Kendrick
cffbd44f1f Rolling 0.9.26-rc1 2021-06-13 21:01:20 -07:00
Bill Kendrick
e93e4cc431 French docs refresh 2021-06-10 2021-06-10 08:34:40 -07:00
Bill Kendrick
4b985e1213 Occitan translation update 2021-06-07 09:26:10 -07:00
Bill Kendrick
a731363ae3 Another French doc update after corrections... 2021-06-03 02:30:12 -07:00
Bill Kendrick
5bcc1040de FAQ tweak after gettext()'ing a few more bits 2021-06-02 23:31:34 -07:00
Bill Kendrick
1f236e016e Galician docs updates 2021-06-02 23:21:22 -07:00
Bill Kendrick
ca16f6bec4 Updating French docs
...catching up with Jacques' recent corrections.
2021-06-02 23:18:45 -07:00
Bill Kendrick
b8706be13f Bump date in EXTENDING docs 2021-05-31 01:19:01 -07:00
Bill Kendrick
8bddd480de French docs updates 2021-05-31 2021-05-31 00:08:53 -07:00
Bill Kendrick
ffc18e0444 French docs currently 100% complete
Thank you Jacques!!!
2021-05-29 10:08:43 -07:00
Bill Kendrick
5c5d6b5c3d French docs update 2021-05-24 2021-05-24 22:46:25 -07:00
Bill Kendrick
19e8487d06 French doc updates 2021-05-20
Jacques Chion continues plugging away at it! :-D
2021-05-20 23:09:40 -07:00
Bill Kendrick
2afbf3656e French translation updates 2021-05-19
h/t Jacques Chion
2021-05-19 09:03:26 -07:00
Bill Kendrick
50eaf0a732 French docs update 2021-05-17 2021-05-17 10:04:32 -07:00
Bill Kendrick
d0f5d6f06d French doc translation updates (2021-05-17)
h/t Jacques Chion!
2021-05-17 01:29:56 -07:00
Bill Kendrick
9f298e6291 French docs update 2021-05-15
h/t Jacques Chion
2021-05-15 11:28:57 -07:00
Bill Kendrick
d502566f77 Documenting environment variables 2021-05-11 01:08:12 -07:00
Pere Pujal i Carabantes
4d27837af0 Fill crash solved and some translations Merge branch 'master' into sdl2.0 2021-05-09 18:02:11 +02:00
Bill Kendrick
cc4cc3db4f Doc'ing Pere's Catalan update 2021-05-09 02:26:44 -07:00
Pere Pujal i Carabantes
00d22d57bc Updating Catalan translation. 2021-05-08 01:18:49 +02:00
Pere Pujal i Carabantes
a4c22ad2e7 Make use of fill_tips strings and translations. 2021-05-07 21:41:48 +02:00
Bill Kendrick
2ce07ac9de Fill: Avoid infinite recursion crash
simulate_flood_fill_outside_check() could spin in an
infinite loop because it could sometimes set values in the
`touched[]` array to 0, which means the spot was never seen.

Values going in there are not boolean, but a 0-255 gradient,
for smoother fills on antialiased edges.

This change forces it to be a 1-255 value, ensuring that
a 'touched' spot on the canvas will have a non-zero `touched[]`
value.

h/t Pere for noticing the bug, providing some details,
and best of all providing a sample image to play with which
consistently invoked the crash.  (It made mending this a
10 minute task for me, rather than an hours-long hunt to reproduce!
Big 'thanks' for doing that ahead of time!!!)
2021-05-06 00:05:58 -07:00
Shin-ichi TOYAMAA
6568cbb433 Updated Japanese translation 2021-05-04 13:48:40 +09:00
Bill Kendrick
044de685a8 Icelandic translation update 2021-05-03 09:20:07 -07:00
Bill Kendrick
c4844c447c Galician docs update
Adding note about buttonsize max.
2021-04-25 12:40:00 -07:00
Pere Pujal i Carabantes
8c0bf052bf Changes in buttonsize, Merge branch 'master' into sdl2.0 2021-04-25 07:39:01 +02:00
Bill Kendrick
5e5eac5dcf Refresh README w/ static tuxpaint-import filename
Example won't change every time we build stuff...
2021-04-19 00:26:17 -07:00
Bill Kendrick
fd126c0c08 ...Also OPTIONS.txt... 2021-04-19 00:20:58 -07:00
Bill Kendrick
d47885a06c Refresh docs with OPTIONS (re: buttonsize) 2021-04-19 00:19:14 -07:00
Bill Kendrick
fa62a91d4f More info on buttonsize in CHANGES.txt
Also bump dates in CHANGES.txt and src/tuxpaint.c
2021-04-19 00:07:32 -07:00
Pere Pujal i Carabantes
fc8310ba03 Don't quit if the user asks for a too big button size, just run with the maximum supported button size. 2021-04-19 01:15:09 +02:00
Shin-ichi TOYAMAA
8a27286a02 Added auto scroll bar for <pre> 2021-04-03 12:27:55 +09:00
Bill Kendrick
1dc7b44811 Refresh Galician translation of docs
Per https://sourceforge.net/p/tuxpaint/tuxpaint-docs/ci/c3eb9b14b01e5cd01af3ebeaa0cd85469d47d793/
2021-03-27 12:15:40 -07:00
Bill Kendrick
2587ae0ce5 Merge branch 'master' of ssh://git.code.sf.net/p/tuxpaint/tuxpaint 2021-03-27 00:45:19 -07:00
Bill Kendrick
dcd4b7c59c Refresh OPTIONs re: coarse keyboard movement
h/t Shin-Ichi in
https://sourceforge.net/p/tuxpaint/tuxpaint-docs/ci/97ecddd3c022b7a38d065d175670d474157a38d4/
2021-03-27 00:44:26 -07:00
Mark Kim
37d5e0af53 Merge branch 'master' of ssh://git.code.sf.net/p/tuxpaint/tuxpaint 2021-03-26 22:54:51 -04:00
Mark Kim
c46bd2ce51 stamps installer support for ios
stamps installer now works with ios.
2021-03-26 22:54:15 -04:00
Mark Kim
8e9362a550 stamps installer support for ios
stamps installer now works with ios.
2021-03-26 22:53:19 -04:00
Bill Kendrick
18b82ab0df Refresh OPTIONS after tweaks re: Windows->LANG 2021-03-25 09:18:11 -07:00
Bill Kendrick
50d3e99ccb Regen'd OPTIONs after Shin-Ichi's changes
From https://sourceforge.net/p/tuxpaint/tuxpaint-docs/ci/ad098eca7de6adba07468b67e1b576095cd2cab0/
2021-03-25 09:07:16 -07:00