William Kendrick
b8c3f2bcc3
Czech update.
2010-07-12 23:00:18 +00:00
William Kendrick
412672d046
Venetian update.
2010-07-02 16:20:58 +00:00
Scott McCreary
09e48361dd
Small gcc2 fix.
2010-07-01 07:03:48 +00:00
Pere Pujal i Carabantes
cf3eb566f0
Correcting a mistake in the fmemopen alternative that prevented labels to be saved.
2010-06-29 20:06:44 +00:00
Pere Pujal i Carabantes
96feb8e49e
More work from Ankit. Sending too a release event, so it doesn't scroll to the end in tool options.
2010-06-29 09:31:46 +00:00
Pere Pujal i Carabantes
46dc5a3798
More bug corrections in accessibility from Ankit. Now it doesn't segfault when selecting the stamp tool with the keyboard.
2010-06-27 21:34:59 +00:00
Pere Pujal i Carabantes
0e4e2b1e4a
Bug corrections in accessibility from Ankit.
2010-06-27 21:27:41 +00:00
Pere Pujal i Carabantes
a7fcf92e3e
Noting accessibility work from Ankit.
2010-06-27 21:18:18 +00:00
Pere Pujal i Carabantes
24f6000ebb
Adding Ankit to the Authors file. Arunodai made the labels tool.
2010-06-27 21:03:32 +00:00
Pere Pujal i Carabantes
b754294b55
Accessibility work from Ankit. Adding mouse mode for magic tools too.
2010-06-25 00:14:33 +00:00
Pere Pujal i Carabantes
28b8842c87
Commiting the accessibility work from Ankit Choudary. Fourth of 4 sequential patches. More implementation of painting, motion and selection by keyboard.
2010-06-23 22:51:37 +00:00
Pere Pujal i Carabantes
68cd3df7fd
Commiting the accessibility work from Ankit Choudary. Third of 4 sequential patches. Corrected some more bugs, begin to implement motion and selection by keyboard.
2010-06-23 22:46:46 +00:00
Pere Pujal i Carabantes
3d7a27aece
Commiting the accessibility work from Ankit Choudary. Second of 4 sequential patches. Correct some bugs, mading the mouse mode optional.
2010-06-23 22:41:46 +00:00
Pere Pujal i Carabantes
93b737d8a7
Commiting the accessibility work from Ankit Choudary. First of 4 sequential patches. Adding mouse mode for Brush, Line and Erase tools.
2010-06-23 22:36:13 +00:00
William Kendrick
801fcd72b9
Portuguese update.
2010-06-17 22:37:51 +00:00
William Kendrick
9c3b619fca
Added 1-axis symmetric paint Magic tools (based on the 2-axis Kaleidoscope)
2010-06-05 01:39:08 +00:00
Scott McCreary
ba4b907d49
Fixes for parse.gperf on gcc2 Haiku build (perhaps others?).
2010-06-04 01:42:54 +00:00
Kartik Mistry
a7565f55ba
Updated Gujarati translation
2010-06-03 11:25:13 +00:00
Pere Pujal i Carabantes
aa22c46caa
A workaround to open_memstream. To test it, use the same flag as the fmemopen alternative as usually they come together.
2010-06-02 22:36:10 +00:00
Jacques Chion
e76aea9cef
seem to have small mistake on line 504
2010-06-02 20:02:51 +00:00
Scott McCreary
f16670cc95
Adding the tuxpaint.rdef file, this contains the tuxpaint icon for Haiku
2010-06-02 15:44:15 +00:00
Scott McCreary
a9f9122cbf
This now allows tuxpaint to build on a gcc4 Haiku.
2010-06-02 15:40:11 +00:00
Pere Pujal i Carabantes
653bdb0e88
Using fgets instead of getline.
2010-06-01 22:34:24 +00:00
Pere Pujal i Carabantes
9643a8df1c
An alternative to fmemopen using a temporary file on the disk.
...
Still needs to be called for the OSes that lacks it
2010-06-01 22:12:53 +00:00
William Kendrick
cc1c5ffc54
Finnish update.
...
(c) Date update.
2010-05-28 23:00:39 +00:00
Shin-ichi TOYAMA
05a960a121
"make release" did not work.
2010-05-23 16:00:38 +00:00
William Kendrick
d5cf06ce69
British English translation update.
2010-05-15 05:05:24 +00:00
Pere Pujal i Carabantes
fa11348218
Fix undo for temporary applied labels.
2010-05-12 06:28:37 +00:00
Pere Pujal i Carabantes
eaa1ff5bd0
A fix for a crash with labels, Undo via CTRL-Z was mangled.
...
The crash:start, begin to type a label, click on save, hit enter.
2010-05-10 21:59:39 +00:00
Pere Pujal i Carabantes
94277d1e70
Two less open_memstream calls.
2010-05-10 17:29:00 +00:00
Shin-ichi TOYAMA
c198e9daff
need to link with zlib explicitly on Win32
2010-05-07 16:54:42 +00:00
William Kendrick
960f5013fd
Syntax error fix.
2010-04-29 20:04:54 +00:00
Scott McCreary
2d594c9bf1
Fixed several gcc2 compile errors by moving variable declarations to the top of functions.
2010-04-29 20:01:24 +00:00
William Kendrick
5e8594c409
Ignoring generated-thumbnails directories in CVS.
...
Ignoring generated-thumbnails directories when building a source release.
2010-04-27 22:07:26 +00:00
William Kendrick
be2b5537b3
* Exposing load_user_fonts() and some other font.c functions,
...
even when FORKED_FONTS is not set.
* No longer undef'ing SDL_thread stuff when FORKED_FONTS is
used if we're ALSO not using SDL_Pango, since that now
uses a thread to let fontconfig generate its cache, and
still let Tux Paint be responsive to the OS and user.
(SF.net bug #2944951 )
* Spawning a thread and rendering a dummy string with SDL_Pango,
to allow fontconfig to generate its cache.
(SF.net bug #2944951 )
* Setting up 'busy' mouse cursor (watch-shaped) earlier
(so it can happen while fontconfig cache thread runs).
* Not spawning forked font scanner (FORKED_FONTS) as early, so
fontconfig can generate its cache first.
(I wasn't sure if calling an SDL_thread after a fork()
occured was safe or not; admittedly, I discovered that
SDL_thread spawning wasn't working due to the re-#defines
of those functions when FORKED_FONTS was set; see above.)
All of this only tested on Ubuntu 9.04. Forced disabling of FORKED_FONTS
by editing fonts.h, and Tux Paint still worked (it just took longer at
the splash screen while the fonts were loaded). Needs testing on various
Windows, Mac OS X and BeOS.
2010-04-27 22:04:43 +00:00
William Kendrick
0c63f14092
Unfuzzying a string.
2010-04-27 21:44:32 +00:00
Pere Pujal i Carabantes
e5bf143037
The po file headers showed in the empty button
2010-04-25 20:30:47 +00:00
Pere Pujal i Carabantes
491d8d1068
Noting the creation of thumbnails for our starters.
2010-04-24 20:20:19 +00:00
Pere Pujal i Carabantes
6cfd739d10
Generating thumbnails for starters
2010-04-21 22:22:04 +00:00
William Kendrick
944229c5d6
Removed a dup, adding some missing ones, FIXME for other missing ones.
2010-04-15 19:57:40 +00:00
William Kendrick
34b68d629d
Italian and Russian updates.
2010-04-13 17:26:55 +00:00
William Kendrick
30d28ad385
Noting Spanish update & new translator.
2010-04-03 19:01:55 +00:00
William Kendrick
1467675832
Blank string for currently-reserved slot in toolbox.
2010-04-03 19:00:07 +00:00
William Kendrick
c680b408bd
Missing entry!
2010-04-03 18:33:19 +00:00
William Kendrick
5232ae97c7
New locale: Venetian.
2010-04-03 18:16:48 +00:00
William Kendrick
038162c010
Vietnamese update.
2010-03-27 17:59:33 +00:00
Pere Pujal i Carabantes
22789600b7
Noting the thumbnail creation for starters, crediting Arunodai for Label
2010-03-26 01:09:40 +00:00
Pere Pujal i Carabantes
63e64c4374
Forgot to check for thumbnail directories.
2010-03-25 20:22:02 +00:00
Pere Pujal i Carabantes
d0368d0814
Fix writing thumbnails for custom starters.
2010-03-25 19:39:17 +00:00
William Kendrick
e8b5f09219
Malayalam coming, hopefully.
2010-03-25 18:54:27 +00:00