Commit graph

528 commits

Author SHA1 Message Date
Karl Ove Hufthammer
1adef6f02c Changed locale code for Portuguese (Portugal) from 'pt' to 'pt_pt'. 2004-07-12 19:09:29 +00:00
Karl Ove Hufthammer
feef96a197 Fixed a translation-related bug. 2004-07-12 12:51:48 +00:00
Karl Ove Hufthammer
2a9a7d02ce * Brutally ripped out everything that had to do with non-UTF-8 based rendering of strings. Needs testing!
(All stamp descriptions are now in UTF-8. And the UTF-16 functions (unfortunately named '...UNICODE') weren't even being used!)

* Renamed some functions so that they now make sense.

* Removed HTML unescaping code.

* Removed unnecessary language selection code.

* Various other cleanups and fixes.
2004-07-10 20:14:11 +00:00
Karl Ove Hufthammer
5a008250ed Treat all stamp descriptions as UTF-8, since they are. 2004-07-07 17:19:45 +00:00
Karl Ove Hufthammer
b39da65dcb Fixed pixeldirt when selecting right-most paint bucket.
Also moved the paint bucket down a little, which looks better.
2004-07-06 14:45:30 +00:00
Karl Ove Hufthammer
7373e6c8d7 Fixed line-spacing issues with FreeSans font by moving the descriptions up a few pixels. 2004-06-24 10:01:41 +00:00
Karl Ove Hufthammer
29306b3c55 Added code for not tinting low-saturation ('gray') areas on stamps with the 'notintgray' property. 2004-06-23 18:07:37 +00:00
William Kendrick
3477b54f16 Set "LANGUAGE" env. var. on "lang=XYZ" and "--lang XYZ" options. 2004-06-20 07:10:28 +00:00
William Kendrick
f6b3d08d57 Fixed Hindi locale. Noted that Hindi chars shouldn't be used for
untranslated strings!!!
2004-06-11 09:39:20 +00:00
William Kendrick
b37ccf2b0e Initial Hindi import. 2004-06-11 09:09:17 +00:00
William Kendrick
dfb0604f84 Added Chinese (Traditional) support! 2004-06-06 01:58:05 +00:00
William Kendrick
158e56b8c8 More fix-ups, and a number of FIXMEs regarding coloring-book open feature. 2004-06-01 08:03:33 +00:00
William Kendrick
60d291bcec Some indentation cleanup. 2004-06-01 07:42:38 +00:00
William Kendrick
bbc3a49f00 Fixed do_open() so that it doesn't crash, at least... 2004-06-01 07:27:33 +00:00
William Kendrick
f6a61a8963 More tweak to do_open() for coloring book.
WARNING: It's broken, and I have to leave the house now, *damnit!* >:^(
2004-06-01 03:11:54 +00:00
William Kendrick
38feedaa27 Beginning work on coloring book mode. 2004-06-01 02:57:16 +00:00
William Kendrick
8723d706b2 Added "--nosave" option to completely disable Tux Paint's ability to save. 2004-05-31 05:03:05 +00:00
William Kendrick
b2873a2e44 Attempted tweaks for Croatian. 2004-05-30 11:31:51 +00:00
Karl Ove Hufthammer
f69208561e Moved to typographically correct, UTF-8 based quotation marks. 2004-05-24 20:47:17 +00:00
Karl Ove Hufthammer
9623a66d66 - Changed hyphen to en-dash on splash-screen, and render as UTF-8
- UTF8 --> UTF-8
2004-05-17 18:30:28 +00:00
William Kendrick
423f6ddce9 Added skeleton for Croatian translation. 2004-05-16 19:21:24 +00:00
Mark K. Kim
2acdcaf60e Fixed '--noprint=yes' bug under Windows & BeOS 2004-05-14 00:09:28 +00:00
William Kendrick
a5bd1408de Fix for Belarusian. 2004-05-09 20:03:20 +00:00
William Kendrick
9a1f9e81b6 Support for Belarusian. (No translation yet, but stamps have been xlated) 2004-05-09 18:08:59 +00:00
William Kendrick
5140461a54 Added Welsh translation. 2004-04-24 04:02:17 +00:00
William Kendrick
e45bcaf84b Fixed for 'space-at-end-of-string' font rendering crash.
Added missing "blank," to usage printf() under WIN32.
2004-04-18 06:36:06 +00:00
William Kendrick
609a5e8d62 Added Vietnamese translation. 2004-04-14 20:14:52 +00:00
William Kendrick
d0fe8b1543 Removed redundant "--nomousehweel..." from usage display. 2004-04-02 07:40:02 +00:00
William Kendrick
b788a59594 Breton translation (by Korvigello An Drouizig) 2004-03-31 19:34:25 +00:00
William Kendrick
588494540d Native name support in "--lang" for Dutch, Slovenian and Walloon. 2004-03-24 04:42:42 +00:00
William Kendrick
778b74a7d9 Added missing locales to --lang help and make uninstall 2004-03-24 04:29:27 +00:00
William Kendrick
a2960dce52 Prepared code, Makefile and Docs for imminent Slovenian translation. 2004-03-17 13:54:29 +00:00
William Kendrick
0dfa681867 Added Serbian translation! 2004-03-04 10:53:31 +00:00
William Kendrick
d66e7b21f2 Added Afrikaans translation! 2004-03-03 20:08:42 +00:00
William Kendrick
415006b6df Fixed savedir bug. Made 'Open' auto-highlight currently-loaded image,
if applicable.
2004-02-10 05:37:59 +00:00
Karl Ove Hufthammer
22b9251be5 - Fixed inconsistency in many strings (mostly punctuation changes)
- Updated all PO files so they contain all strings in Tux Paint
2004-02-06 21:56:35 +00:00
William Kendrick
a105ab2d36 Prompts before printing. 2004-01-14 09:39:33 +00:00
William Kendrick
288fb91421 Fixed tool scrolling crash bug (thanks Kevin & John!).
Made shape tool default to a reasonable sized shape if user doesn't drag.
2004-01-14 09:08:48 +00:00
William Kendrick
b78d4ef064 New Tamil translation. 2003-12-26 12:17:45 +00:00
William Kendrick
983d836520 Bugfixes from John. 2003-12-24 01:28:16 +00:00
William Kendrick
5ac961c3d7 Corrected language() function. 2003-12-23 14:36:01 +00:00
William Kendrick
503c338ba6 pt_BR stamps weren't showing up because Tux Paint thought it was plain pt. 2003-12-23 12:31:13 +00:00
William Kendrick
b4437b8c74 Turned off debugging option. 2003-12-22 22:45:31 +00:00
William Kendrick
6a11a29012 Got non-UTF8 stamp translations (e.g., Spanish and Icelandic) working. 2003-12-22 22:39:48 +00:00
William Kendrick
b8f3327f02 Increased mixer buffer. 2003-12-22 05:28:43 +00:00
William Kendrick
8ab8165e6b Got hq4x to semi-usable state. 2003-12-21 01:01:50 +00:00
William Kendrick
8dee572c9d Tacked GPL into comments. More hq4x tweaks. 2003-12-21 00:50:52 +00:00
William Kendrick
7487c3b31b Whew - hq4x now rendering colors properly. Not catching YUV threshold, tho. 2003-12-21 00:28:30 +00:00
William Kendrick
ce0f602b6e Major indent cleanup in tuxpaint.c. hq4x code getting close. 2003-12-20 22:39:06 +00:00
William Kendrick
7f9fb79d9f SDL'ified hq4x filter. (Doesn't work right yet) 2003-12-20 19:45:38 +00:00