Commit graph

139 commits

Author SHA1 Message Date
Bill Kendrick
91505fae8e Debug output clean-up
Wrapped some debug output in "#ifdef DEBUG" tests,
and made sure some warnings and errors were going to
STDERR, rather than STDOUT.

Motivation: Less noise while launching/using Tux Paint,
unless it matters.
2020-04-02 22:15:13 -07:00
begasus
e5c3cdfcf5 Haiku fixes 2019-09-06 13:45:56 +02:00
Bill Kendrick
7938480174 Clean up GCC warnings (2019-08-29 edition)
Updated most parts of the code that were throwing warnings in GCC.
2019-08-30 00:01:00 -07:00
Bill Kendrick
4e3a9fbc8c Re-ran indent on .c files
Also, added a few places where indent is disabled
(via `/* *INDENT-OFF* */`).

See https://sourceforge.net/p/tuxpaint/mailman/message/36077409/
from Oct. 2017.
2019-04-13 12:00:44 -07:00
Bill Kendrick
9144ebd705 More function documentation 2018-05-17 00:30:48 -07:00
Mark K. Kim
472bf79bb9 Trying again... 2017-11-27 01:02:41 -05:00
Bill Kendrick
5b4e0dd53f indent i18n.c i18n.h 2017-10-15 10:56:18 -07:00
William Kendrick
548805f676 Had forgotten to add Kabyle to "--lang help" output.
(N.B. This stuff begs for modularization)
2016-12-12 07:37:23 +00:00
William Kendrick
f762aafa10 Adding Kabyle (aka Kabylian) translation 2016-12-12 07:20:34 +00:00
Pere Pujal i Carabantes
9c43a9b69e kashmiri, sindhi and urdu in perso-arabic are rtl 2015-03-11 21:48:34 +00:00
Pere Pujal i Carabantes
ce84b47f0d Adding2 Sindhi and 2 Kashmiri translations provided by chandrakant dhutadmal 2015-03-10 23:38:59 +00:00
Pere Pujal i Carabantes
df45c3993c Adding Bengali, Bodo, Dogri and Urdu provided by chandrakant dhutadmal in the mailing list, still todo add 2 Sindhi and 2 Kashmiri translations 2015-03-09 22:52:05 +00:00
Pere Pujal i Carabantes
79e6da0fb6 Commenting out printf()s 2014-08-14 06:08:48 +00:00
Pere Pujal i Carabantes
dac517aef5 Stamps also should display localized even if the language has not a correponding locale. 2014-08-06 22:28:41 +00:00
William Kendrick
1a31c28d40 Tweaked "--lang serbian" locale (was sr_YU, now sr_RS, based on Ubuntu locales) 2014-08-05 06:55:05 +00:00
Pere Pujal i Carabantes
7f01f9017b Enabling Sinhala 2014-08-04 23:08:07 +00:00
Pere Pujal i Carabantes
cec79bfa7f Setting safe defaults. 2014-08-04 22:18:16 +00:00
Pere Pujal i Carabantes
85082b9092 LANGUAGE and env vars should work for stamps too, fallbacks should also work, also on Windows. 2014-08-04 00:02:54 +00:00
Pere Pujal i Carabantes
b4c21d9533 @variant locales should work now. 2014-07-18 22:04:35 +00:00
Pere Pujal i Carabantes
271cd0e1e3 Bosnian translation 2014-07-14 23:08:40 +00:00
Pere Pujal i Carabantes
1da6cdda34 Locale code for Twi is tw, twi.po -> tw.po 2014-07-10 21:22:06 +00:00
Pere Pujal i Carabantes
a9cfdb78a8 Adding Konkani translations. 2014-05-19 22:29:08 +00:00
Pere Pujal i Carabantes
2036ec4865 Adding Manipuri translations. 2014-05-18 22:28:34 +00:00
Pere Pujal i Carabantes
0fc78d8bb4 Adding Santali in Ol-Chiki script. 2014-05-15 22:04:14 +00:00
Shin-ichi TOYAMA
2ca5d55191 Missing entry in *lang_prefixes[] for Assamese 2014-04-30 14:12:25 +00:00
Pere Pujal i Carabantes
8cacae3b92 Adding Assamese. 2014-04-28 22:27:02 +00:00
Pere Pujal i Carabantes
36f570937b Adding kannada. 2014-04-28 21:53:46 +00:00
Pere Pujal i Carabantes
e3c0c45210 Adding Nepali. 2014-04-28 20:55:42 +00:00
Pere Pujal i Carabantes
65fa89d4db New language Maithili 2014-04-23 22:45:00 +00:00
William Kendrick
db456e4b5b Odia (aka Oriya) translation.
Also misc updates/tweaks to some other locale stuff.
2014-04-16 21:45:08 +00:00
William Kendrick
29d166dc32 Sanskrit translation. 2014-04-16 18:37:18 +00:00
William Kendrick
a00cfcd3c6 Added Santali localization. 2014-04-11 08:34:30 +00:00
Pere Pujal i Carabantes
0134a11591 Fulah 2014-04-09 23:05:42 +00:00
William Kendrick
0b27bec2e8 * Squelching a lot of debugging output, unless DEBUG is #define'd
* Added "--joystick-dev" option, for specifying which joystick device
   Tux Paint should listen to
   * "--joystick-dev list" is now used to list the available devices
 * Cleaned up some 'usage' output
2014-03-30 07:23:20 +00:00
Pere Pujal i Carabantes
d6a35c5c61 Removing wrong spelling for TlhIngan 2014-03-20 22:02:11 +00:00
William Kendrick
efd8d14585 A few tweaks (including wrapping stuff in #ifdef __APPLE__) to make sure
stuff still compiles under Linux, after applying Eric P.'s OSX changes.
2014-03-20 00:11:52 +00:00
William Kendrick
e990b48de7 Large bundle of OS X tweaks by Eric P. (basis of the 10.9-compatible
pre-release made in Dec. 2013):
 * Fix OS X 10.9 issue of current directory set by Finder
   to something else than folder where app bundle resides.
 * Some Mac OS X build / project changes & updates.
 * Adjustments to Mac OS X fontconfig config file, to avoid warnings
   and make things more robust.
 * Updates to some #include's to catch up with newer library revisions.
 * Tweaks to pixel read/write on Apple.
 * Introduction of 'intprt_t' casting to avoid warnings on x64.
 * Some additional debugging output.
 * Logging stderr & stdout to /tmp/tuxpaint.log
Untested (I don't have a Mac!)
2014-03-19 23:39:17 +00:00
Pere Pujal i Carabantes
28c604997e Enabling zulu in tuxpaint 2014-03-18 23:30:49 +00:00
Pere Pujal i Carabantes
dfda7f7907 Enabling sundanese in tuxpaint 2014-03-18 00:09:34 +00:00
Pere Pujal i Carabantes
5e09af924d new translation Bambara 2014-02-08 00:12:50 +00:00
Pere Pujal i Carabantes
f0f9c1ed7e Forgot to add Venetian locale in show_locale_usage() 2013-11-17 23:18:48 +00:00
Pere Pujal i Carabantes
e8bf14e524 Enabling Mongolian. 2013-11-15 23:21:24 +00:00
Pere Pujal i Carabantes
7a9c206d35 Correcting Armenian, adding Khmer to i18n.c. 2013-11-03 23:50:50 +00:00
Pere Pujal i Carabantes
9dc9a2797e Added support for Armenian. 2013-08-18 22:55:45 +00:00
William Kendrick
041e822a68 New translation: Marathi (mr_IN) 2013-03-28 22:59:23 +00:00
Pere Pujal i Carabantes
58d1d57642 Adding punjabi to i18n.h zapotec zw->zam in i18n.c 2013-02-06 22:48:34 +00:00
Pere Pujal i Carabantes
3298d6c305 Adding punjabi support to tuxpaint. 2013-02-06 07:35:10 +00:00
Pere Pujal i Carabantes
bb4e17202d Win32 was not honouring --lang language. 2012-06-05 22:47:52 +00:00
William Kendrick
e18e033b49 Inuktitut translation. 2012-03-08 21:01:01 +00:00
William Kendrick
05f33a2a08 Aragones translation. 2012-03-02 17:44:19 +00:00