Pere Pujal i Carabantes
fb1be8f62b
Crediting Nepali and Maithili.
2014-04-28 21:19:29 +00:00
Pere Pujal i Carabantes
e3c0c45210
Adding Nepali.
2014-04-28 20:55:42 +00:00
Kartik Mistry
543b3bc9a3
Fixed typo for word language in tuxpaint manpage
2014-04-24 08:55:48 +00:00
Pere Pujal i Carabantes
65fa89d4db
New language Maithili
2014-04-23 22:45:00 +00:00
Kartik Mistry
85d59cd212
Updated Gujarati translation
2014-04-23 08:26:28 +00:00
William Kendrick
19f5adaf4d
Cleaning up some OSK code to avoid leaking so much memory.
...
Note: Planning to make keyboards load once, rather than every
time a switch happens.
Some other memory leak fixes.
2014-04-23 08:20:50 +00:00
Pere Pujal i Carabantes
25e582c438
Removing unused stuff.
2014-04-20 23:19:55 +00:00
Shin-ichi TOYAMA
a04319ed57
Fixed OSK crash.
2014-04-20 08:09:00 +00:00
William Kendrick
40a1221114
Ignoring ".pfb" (PostScript 'Printer Font Binary') fonts, to avoid crashes.
2014-04-19 18:36:26 +00:00
William Kendrick
913275e144
* Removed some outdated bug-workaround-code from 2007.
...
* Made problemFonts[] not-Apple-specific
* Added a description to TuxPaint_Font struct
* Added debugging to show when a font is being closed
(currently causing crashes with some fonts, on Win7 with
Tux Paint 0.9.22beta01 and Kubuntu 14.04 with CVS)
2014-04-19 18:04:55 +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
330ab19600
Updated copyright date on title screen.
2014-04-16 07:02:07 +00:00
William Kendrick
bc2351baf8
Fixed bug that prevented starters with ",jpeg" backgrounds ('-back') from
...
having their background loaded.
2014-04-16 06:56:40 +00:00
Shin-ichi TOYAMA
66e679af44
re-enabled including librsvg-cairo.h
2014-04-12 08:21:52 +00:00
Pere Pujal i Carabantes
af206c3d10
Updating catalan
2014-04-11 22:26:30 +00:00
William Kendrick
a00cfcd3c6
Added Santali localization.
2014-04-11 08:34:30 +00:00
William Kendrick
77809df402
Bringing OPTIONS.txt up-to-date with OPTIONS.html
2014-04-10 20:46:09 +00:00
Pere Pujal i Carabantes
0134a11591
Fulah
2014-04-09 23:05:42 +00:00
Pere Pujal i Carabantes
0ab1b4b88b
Fulah update by Ibraahiima SAAR.
2014-04-09 21:18:56 +00:00
Kevin Scannell
97f6321460
Updated Irish translation
2014-04-09 20:43:37 +00:00
Pere Pujal i Carabantes
0dcff78959
Fulah update by Ibraahiima SAAR.
2014-04-09 19:18:42 +00:00
William Kendrick
4be5c01673
Improved documentation on new keyboard-controlled mouse feature.
2014-04-07 06:22:23 +00:00
William Kendrick
d7f9139170
* Keyboard mouse control disabled by default.
...
* CHANGES.txt updates/corrections:
* Removed OSK-related FIXMEs, since they're addressed.
* Noted "--joystick-dev list" feature
* Noted "--keyboard" (not "--keymouse") for keyboard mouse control
2014-04-07 05:49:04 +00:00
Pere Pujal i Carabantes
be64f318b9
Armenian update by Aram Palyan.
2014-04-06 08:32:37 +00:00
Pere Pujal i Carabantes
1dbe751b4e
Using PNGs as symbols in some onscreen keyboard keys.
2014-03-31 13:50:23 +00:00
William Kendrick
e6365974f6
* --joystick-buttons-ignore option can be used to ignore joystick buttons
...
(rather than all non-command-assigned buttons being used asi
left-mouse-click)
* Updated docs re: joysticks a bit.
2014-03-31 05:54:32 +00:00
William Kendrick
2146904cb0
Adding all other joystick command-line flags to man page overview.
...
Fixed spelling error in OPTIONS doc.
2014-03-31 05:06:52 +00:00
William Kendrick
ff020525ef
* Corrected some onscreenkeyboard.c malloc()s that didn't account for the size
...
of the objects being malloc'd; caused crashes with default layout!
* Wrapped some onscreenkeyboard.c printf()'s in #ifdef DEBUG
* Tweaked some formatting of onscreenkeyboard.c
2014-03-30 20:18:36 +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
William Kendrick
a09d239eaf
Removed some unused '..._flag' variables.
2014-03-30 05:56:11 +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
William Kendrick
e5b2182c0a
Some patches to provide missing functionality, from Eric P.'s OSX update.
2014-03-19 23:26:25 +00:00
William Kendrick
d3552fb7e8
Customization stuff from Eric P's OSX update.
2014-03-19 22:37:37 +00:00
William Kendrick
ccc7488232
Bringing OPTIONS.txt up-to-date.
...
Noted a few recent changes & new contributors.
2014-03-19 18:24:04 +00:00
Pere Pujal i Carabantes
28c604997e
Enabling zulu in tuxpaint
2014-03-18 23:30:49 +00:00
Pere Pujal i Carabantes
cad732cf30
Crediting zulu
2014-03-18 23:06:21 +00:00
Pere Pujal i Carabantes
4669a93905
New translation: Zulu
2014-03-18 23:02:25 +00:00
Pere Pujal i Carabantes
e8f2c53708
crediting swahili
2014-03-18 22:25:56 +00:00
Pere Pujal i Carabantes
917142f876
Updating swahili
2014-03-18 22:19:34 +00:00
Pere Pujal i Carabantes
dfda7f7907
Enabling sundanese in tuxpaint
2014-03-18 00:09:34 +00:00
Pere Pujal i Carabantes
e50f85f1f4
starting Sundanese translation.
2014-03-17 23:35:19 +00:00
Pere Pujal i Carabantes
fee9cc12d7
crediting songhay
2014-03-17 23:04:26 +00:00
Pere Pujal i Carabantes
c8b90b7eb5
Songhay update.
2014-03-17 23:00:51 +00:00
Shin-ichi TOYAMA
87914cf8ce
Added Scottish Gaelic for win32 installer
2014-03-08 14:22:09 +00:00
Pere Pujal i Carabantes
d07f8a9d8c
documenting Bambara
2014-02-08 00:27:54 +00:00
Pere Pujal i Carabantes
93e786ba96
Crediting bambara
2014-02-08 00:17:17 +00:00
Pere Pujal i Carabantes
5e09af924d
new translation Bambara
2014-02-08 00:12:50 +00:00