Commit graph

833 commits

Author SHA1 Message Date
John Popplewell
abbae0e114 Fix for 'Stamp text bug'. 2006-10-18 01:18:27 +00:00
William Kendrick
07526a4ed5 Updated Spanish translation. 2006-10-14 19:28:44 +00:00
Martin Fuhrer
0b8fbed73c Reverted to original screen screen update bounds for eraser tool (adding +1 or +10 to bounds does not fix the ghosting lines problem on Mac OS X) 2006-10-14 04:13:28 +00:00
Martin Fuhrer
3189f07863 Mac OS X updates. 2006-10-14 03:55:34 +00:00
William Kendrick
fd3f257660 Updated Turkish. 2006-10-12 08:58:59 +00:00
William Kendrick
2767799282 Updated German. 2006-10-12 08:37:14 +00:00
William Kendrick
cee67e1740 Widened screen update to try and fix XOR ghosting on Mac OS X. 2006-10-12 07:41:59 +00:00
William Kendrick
f506097ac7 Making strcasestr more friendly. 2006-10-12 07:33:53 +00:00
William Kendrick
b02f0c3b68 Bad logic; fixed. Korean-translated stamp descriptions appear to work! 2006-10-12 07:26:19 +00:00
William Kendrick
43ee22d6f0 Making sure default UI font is used for untranslated strings where
gettext() isn't being used -- stamp descriptions.
2006-10-12 07:18:34 +00:00
William Kendrick
4872bc5dde More locale/language documentation cleanup. 2006-10-11 19:43:04 +00:00
William Kendrick
346c8f73e2 Fixed Basque label typo. 2006-10-11 19:34:58 +00:00
William Kendrick
ff92aedf64 Added missing langages to man page.
Fixed alphabetization of "--lang help" output.
2006-10-11 18:39:40 +00:00
William Kendrick
022c6ae49c Making sure default UI font is used for untranslated strings.
(Hindi font, for example, didn't seem to have roman characters.)
2006-10-11 18:20:41 +00:00
William Kendrick
9c99da337a Added Ndebele translation. 2006-10-11 07:54:09 +00:00
William Kendrick
b49e484403 Added new draw_color() action that greys colors w/o disabling them.
Fixed bug where colors would be unavailable after returning from slideshow.
2006-10-10 07:22:19 +00:00
William Kendrick
1a8d15aa7a Updated Greek. 2006-10-07 03:03:15 +00:00
William Kendrick
9225652fc4 Updated Catalan. 2006-10-07 02:41:07 +00:00
William Kendrick
9a771ac6d1 Updated Afrikaans. 2006-09-28 15:29:00 +00:00
William Kendrick
a52c4c3fe0 Animated brushes can be randomized. Use "random" in its ".dat" file.
Made newly-animated spray brush random.
2006-09-28 07:51:15 +00:00
William Kendrick
da951219c2 Updated Swedish translation. 2006-09-28 06:31:05 +00:00
William Kendrick
8d9ba741b4 Tux Paint likes PO files in lowercase. 2006-09-22 19:17:06 +00:00
William Kendrick
8b25ced659 Added South African English. 2006-09-22 19:11:15 +00:00
William Kendrick
63f8bb68ab Added Xhosa translation. 2006-09-22 19:04:09 +00:00
William Kendrick
45a59e6617 Adding Venda translation. 2006-09-22 18:53:47 +00:00
William Kendrick
13f81551d9 Added Venda translation. 2006-09-22 18:14:47 +00:00
Kartik Mistry
b0e0ce9697 Gujarati Translation Updates 2006-09-21 09:56:54 +00:00
William Kendrick
2ace755968 Updated Italian translation. 2006-09-19 07:55:43 +00:00
John Popplewell
7c3f7ad0b7 Disable threaded font loading on Windows because it's unreliable. Would be nice to fix this properly one day... 2006-09-18 19:14:00 +00:00
Song Huang
5dd8dd7670 update translation. 2006-09-11 13:32:10 +00:00
William Kendrick
d30e67594e 3-digit hexadecimal color defintions act like CSS (e.g., #FFF is #FFFFFF now, not #F0F0F0). 2006-09-11 08:25:24 +00:00
William Kendrick
614f6573e7 Re-ran "update-po.sh" to bring PO and POTs all up-to-date.
Make "create_pot_files.sh" a no-op script, for now (per listmail w/ Karl, Oct. 2005)
2006-09-10 18:19:54 +00:00
William Kendrick
5875e3358a French translation update. 2006-09-10 18:07:34 +00:00
William Kendrick
dc459535a7 Colors may now be overridden using the "colorfile" option. 2006-09-10 03:44:38 +00:00
William Kendrick
4da9ae7c25 Color data is dynamically stored. This will allow loading from another source (e.g., a file). By default, copies what's compiled in via colors.h. 2006-09-10 02:05:19 +00:00
William Kendrick
4f902a3397 Added "startblank" option, to cause Tux Paint to always start with a blank canvas. 2006-09-09 21:50:52 +00:00
William Kendrick
e246a24f66 Fixing timestamp for ja.po.
Noting --WxH (arbitrary value) option in man page.
New URL in RPM spec file.
2006-09-08 17:08:59 +00:00
William Kendrick
5446c37f0d Updated Japanese translation. 2006-09-08 17:06:04 +00:00
William Kendrick
ddf4738df2 Was always using the first brush when drawing shapes.
Now forcing it to always use "round_03.png", since brushes are
sorted alphabetically, and some new brushes appear before round ones!
2006-09-06 23:09:12 +00:00
William Kendrick
d08b50e36f If brush is too big, it would play an incorrect sound. Now clipping array index. 2006-09-05 18:15:09 +00:00
William Kendrick
5cfe84153c Improved spacing on squirrel brush.
Added spacing value to kuro neko brush.
Fixed bug with directional/animated brush display in toolbox.
Corrected counter bug when cycling animated brush frames.
2006-09-05 18:09:37 +00:00
William Kendrick
5d2f94b0fc Updated Serbian. 2006-09-05 09:07:20 +00:00
William Kendrick
b5a3d6a6d8 Brushes can include spacing information.
Added an animated, directional, colored, spaced 'squirrel' brush, as an
example of all new brush features.
----------------------------------------------------------------------
2006-09-04 11:06:23 +00:00
William Kendrick
1f5665437e Brushes can include directional variations. (Implements RFE #1522694)
New brush: Angle Lines (directional)
2006-09-04 09:58:57 +00:00
William Kendrick
609a8d5104 Added support for animated brushes. 2006-09-04 06:26:12 +00:00
William Kendrick
44f0d728ed Beginning to add animated brushes. 2006-09-04 04:29:59 +00:00
Song Huang
d17abd7670 update translation. 2006-09-03 13:01:30 +00:00
William Kendrick
f6b550f7ee Updated Faroese translation. 2006-09-02 18:36:43 +00:00
William Kendrick
ba3dfb7223 Updated Spanish translation. 2006-09-02 18:24:44 +00:00
William Kendrick
99b56759cf Was not looking in personal folder for starters (e.g., "~/.tuxpaint/starters/"
on Linux).  Fixed.  Adds a new boolean to the save image's ".dat" file,
denoting whether the starter is from the personal folder (1) or not
(0, or no data, as in prev. version).
2006-08-28 08:53:57 +00:00