Commit graph

  • 543b3bc9a3 Fixed typo for word language in tuxpaint manpage Kartik Mistry 2014-04-24 08:55:48 +00:00
  • 65fa89d4db New language Maithili Pere Pujal i Carabantes 2014-04-23 22:45:00 +00:00
  • 85d59cd212 Updated Gujarati translation Kartik Mistry 2014-04-23 08:26:28 +00:00
  • 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. William Kendrick 2014-04-23 08:20:50 +00:00
  • 25e582c438 Removing unused stuff. Pere Pujal i Carabantes 2014-04-20 23:19:55 +00:00
  • a04319ed57 Fixed OSK crash. Shin-ichi TOYAMA 2014-04-20 08:09:00 +00:00
  • 40a1221114 Ignoring ".pfb" (PostScript 'Printer Font Binary') fonts, to avoid crashes. William Kendrick 2014-04-19 18:36:26 +00:00
  • 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) William Kendrick 2014-04-19 18:04:55 +00:00
  • db456e4b5b Odia (aka Oriya) translation. Also misc updates/tweaks to some other locale stuff. William Kendrick 2014-04-16 21:45:08 +00:00
  • 29d166dc32 Sanskrit translation. William Kendrick 2014-04-16 18:37:18 +00:00
  • 330ab19600 Updated copyright date on title screen. William Kendrick 2014-04-16 07:02:07 +00:00
  • bc2351baf8 Fixed bug that prevented starters with ",jpeg" backgrounds ('-back') from having their background loaded. William Kendrick 2014-04-16 06:56:40 +00:00
  • 66e679af44 re-enabled including librsvg-cairo.h Shin-ichi TOYAMA 2014-04-12 08:21:52 +00:00
  • af206c3d10 Updating catalan Pere Pujal i Carabantes 2014-04-11 22:26:30 +00:00
  • a00cfcd3c6 Added Santali localization. William Kendrick 2014-04-11 08:34:30 +00:00
  • 77809df402 Bringing OPTIONS.txt up-to-date with OPTIONS.html William Kendrick 2014-04-10 20:46:09 +00:00
  • 0134a11591 Fulah Pere Pujal i Carabantes 2014-04-09 23:05:42 +00:00
  • 0ab1b4b88b Fulah update by Ibraahiima SAAR. Pere Pujal i Carabantes 2014-04-09 21:18:56 +00:00
  • 97f6321460 Updated Irish translation Kevin Scannell 2014-04-09 20:43:37 +00:00
  • 0dcff78959 Fulah update by Ibraahiima SAAR. Pere Pujal i Carabantes 2014-04-09 19:18:42 +00:00
  • 4be5c01673 Improved documentation on new keyboard-controlled mouse feature. William Kendrick 2014-04-07 06:22:23 +00:00
  • 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 William Kendrick 2014-04-07 05:49:04 +00:00
  • be64f318b9 Armenian update by Aram Palyan. Pere Pujal i Carabantes 2014-04-06 08:32:37 +00:00
  • 1dbe751b4e Using PNGs as symbols in some onscreen keyboard keys. Pere Pujal i Carabantes 2014-03-31 13:50:23 +00:00
  • 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. William Kendrick 2014-03-31 05:54:32 +00:00
  • 2146904cb0 Adding all other joystick command-line flags to man page overview. Fixed spelling error in OPTIONS doc. William Kendrick 2014-03-31 05:06:52 +00:00
  • 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 William Kendrick 2014-03-30 20:18:36 +00:00
  • 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 William Kendrick 2014-03-30 07:23:20 +00:00
  • a09d239eaf Removed some unused '..._flag' variables. William Kendrick 2014-03-30 05:56:11 +00:00
  • d6a35c5c61 Removing wrong spelling for TlhIngan Pere Pujal i Carabantes 2014-03-20 22:02:11 +00:00
  • 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. William Kendrick 2014-03-20 00:11:52 +00:00
  • 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!) William Kendrick 2014-03-19 23:39:17 +00:00
  • e5b2182c0a Some patches to provide missing functionality, from Eric P.'s OSX update. William Kendrick 2014-03-19 23:26:25 +00:00
  • d3552fb7e8 Customization stuff from Eric P's OSX update. William Kendrick 2014-03-19 22:37:37 +00:00
  • ccc7488232 Bringing OPTIONS.txt up-to-date. Noted a few recent changes & new contributors. William Kendrick 2014-03-19 18:24:04 +00:00
  • 28c604997e Enabling zulu in tuxpaint Pere Pujal i Carabantes 2014-03-18 23:30:49 +00:00
  • cad732cf30 Crediting zulu Pere Pujal i Carabantes 2014-03-18 23:06:21 +00:00
  • 4669a93905 New translation: Zulu Pere Pujal i Carabantes 2014-03-18 23:02:25 +00:00
  • e8f2c53708 crediting swahili Pere Pujal i Carabantes 2014-03-18 22:25:56 +00:00
  • 917142f876 Updating swahili Pere Pujal i Carabantes 2014-03-18 22:19:34 +00:00
  • dfda7f7907 Enabling sundanese in tuxpaint Pere Pujal i Carabantes 2014-03-18 00:09:34 +00:00
  • e50f85f1f4 starting Sundanese translation. Pere Pujal i Carabantes 2014-03-17 23:35:19 +00:00
  • fee9cc12d7 crediting songhay Pere Pujal i Carabantes 2014-03-17 23:04:26 +00:00
  • c8b90b7eb5 Songhay update. Pere Pujal i Carabantes 2014-03-17 23:00:51 +00:00
  • 87914cf8ce Added Scottish Gaelic for win32 installer Shin-ichi TOYAMA 2014-03-08 14:22:09 +00:00
  • d07f8a9d8c documenting Bambara Pere Pujal i Carabantes 2014-02-08 00:27:54 +00:00
  • 93e786ba96 Crediting bambara Pere Pujal i Carabantes 2014-02-08 00:17:17 +00:00
  • 5e09af924d new translation Bambara Pere Pujal i Carabantes 2014-02-08 00:12:50 +00:00
  • 1a07dc41be New translation: Bambara Pere Pujal i Carabantes 2014-02-07 23:43:11 +00:00
  • 7d44f9d0c1 Crediting Acholi Pere Pujal i Carabantes 2014-02-01 23:08:58 +00:00
  • e2b5725d38 Updating Acholi Pere Pujal i Carabantes 2014-02-01 23:08:05 +00:00
  • 904a82477d Remove some leftover debugging output. William Kendrick 2014-01-31 05:48:56 +00:00
  • 5b1ba9d0a0 If a non-SVG starter or template with the same name as an SVG one existed, it would be loaded instead of the SVG (despite a thumbnail of the SVG appearing in the file selector). SF.net Bug #191 William Kendrick 2014-01-24 08:25:58 +00:00
  • b1c910dd9a Fixes issue where starters or templates with uppercase filename extensions were failing to open. (SF.net Bug #191) William Kendrick 2014-01-24 07:24:18 +00:00
  • 5a5dffa290 Adding a number of example templates. William Kendrick 2014-01-04 09:15:35 +00:00
  • 4d8925c05f Adding example templates directory & Makefile install target. William Kendrick 2014-01-04 08:08:00 +00:00
  • 59221d5e01 Typo Pere Pujal i Carabantes 2013-11-17 23:30:27 +00:00
  • f0f9c1ed7e Forgot to add Venetian locale in show_locale_usage() Pere Pujal i Carabantes 2013-11-17 23:18:48 +00:00
  • ab97115afa More checks in check_translations.sh Pere Pujal i Carabantes 2013-11-16 23:55:21 +00:00
  • b14a29ac1e Updating language and locale lists in OPTIONS.html. Pere Pujal i Carabantes 2013-11-16 23:52:25 +00:00
  • 028fb38874 Update of languages in the manpage. Pere Pujal i Carabantes 2013-11-16 01:04:57 +00:00
  • e8bf14e524 Enabling Mongolian. Pere Pujal i Carabantes 2013-11-15 23:21:24 +00:00
  • 72bfbad90d A few more fixes to allow building on Haiku again Scott McCreary 2013-11-06 09:47:43 +00:00
  • 134b478155 Removed B_COMMON_FONTS_DIRECTORY since it's been dropped in Haiku Scott McCreary 2013-11-05 06:09:34 +00:00
  • e5f8b475ed Moved z_streamp up to top of block so it builds with GCC2, and include zlib.h on Haiku Scott McCreary 2013-11-05 06:07:58 +00:00
  • 17dfb423b8 Avoid redefining min and max on Haiku Scott McCreary 2013-11-04 19:17:33 +00:00
  • fa665e06f0 Avoid redefining TRUE and FALSE on Haiku Scott McCreary 2013-11-04 19:16:28 +00:00
  • 290cee02b1 Updated Makefile to reflect recent directory change in Haiku from B_COMMON to B_SYSTEM for gperf Scott McCreary 2013-11-04 18:07:13 +00:00
  • bd19e34731 A bash script I made to review translations. Pere Pujal i Carabantes 2013-11-04 00:12:13 +00:00
  • 7a9c206d35 Correcting Armenian, adding Khmer to i18n.c. Pere Pujal i Carabantes 2013-11-03 23:50:50 +00:00
  • 1929faecb1 PO updated Shin-ichi TOYAMA 2013-10-26 08:52:43 +00:00
  • 4d04229608 make bdist-win32 fails Shin-ichi TOYAMA 2013-10-26 08:15:16 +00:00
  • dc9bfecb28 Cleaning the test osk layout. Pere Pujal i Carabantes 2013-10-10 21:47:03 +00:00
  • 5845f32648 Crediting Armenian. Pere Pujal i Carabantes 2013-08-18 23:11:32 +00:00
  • c152527b05 Updated Armenian. Pere Pujal i Carabantes 2013-08-18 23:00:53 +00:00
  • 9dc9a2797e Added support for Armenian. Pere Pujal i Carabantes 2013-08-18 22:55:45 +00:00
  • 699e4b02d8 Armenian translation contributed by Chris Leonard Pere Pujal i Carabantes 2013-08-05 05:19:31 +00:00
  • 9923ab978a Inuktitut update by Harvey Ginter. Pere Pujal i Carabantes 2013-07-08 22:47:34 +00:00
  • b4f060fd58 Adapting the STAMP tool to play nice on touchscreens. Needs testing. Pere Pujal i Carabantes 2013-05-12 22:52:45 +00:00
  • 7163406f32 Documenting contributor of new 'xor.c' Magic tool. William Kendrick 2013-04-30 23:52:04 +00:00
  • da252b2ece A workaround for dealing with non ascii paths in windows, from http://sourceforge.net/p/tuxpaint/bugs/188/ Pere Pujal i Carabantes 2013-04-17 16:51:06 +00:00
  • 0ab5f8e321 New Xor magic tool by Łukasz Dmitrowski. Pere Pujal i Carabantes 2013-04-09 22:40:27 +00:00
  • 01556f1522 Picking the color at mouse release so if running on a touchscreen device one can get an overview of what wil be selected while dragging the finger on the screen. Pere Pujal i Carabantes 2013-04-02 21:39:32 +00:00
  • f664b7af18 Ugh, helps if I add the actual PO file to the repository! Marathi langage. William Kendrick 2013-03-28 23:42:53 +00:00
  • 041e822a68 New translation: Marathi (mr_IN) William Kendrick 2013-03-28 22:59:23 +00:00
  • 31e2a3ce43 Updated Gujarati translation Kartik Mistry 2013-02-27 06:05:49 +00:00
  • 1bbf65f689 Forgot spacing for new inksplat brush. Random brushes avoid repeating the same frame twice. William Kendrick 2013-02-18 07:39:06 +00:00
  • 87ac151535 Adding an "inksplat" animated brush. William Kendrick 2013-02-18 07:20:35 +00:00
  • fc7add7bc6 Crediting the punjabi translation. Pere Pujal i Carabantes 2013-02-06 22:59:52 +00:00
  • 58d1d57642 Adding punjabi to i18n.h zapotec zw->zam in i18n.c Pere Pujal i Carabantes 2013-02-06 22:48:34 +00:00
  • 3298d6c305 Adding punjabi support to tuxpaint. Pere Pujal i Carabantes 2013-02-06 07:35:10 +00:00
  • b62473b0b8 Panjabi translation of tuxpaint by Arshpreet singh Pere Pujal i Carabantes 2013-02-04 23:04:16 +00:00
  • 5ca6a78ff0 Inuktituk update. Pere Pujal i Carabantes 2013-02-04 21:55:50 +00:00
  • 8aada4aaac Crediting onscreen kerboard Pere Pujal i Carabantes 2012-11-14 09:19:46 +00:00
  • ebbf69b1d5 The 2 first entries of the us keymap where duplicated Pere Pujal i Carabantes 2012-11-13 07:31:02 +00:00
  • 9b737b67cf Update of Turkish translation by Enes Burhan KURAN made as a task in GCI. Pere Pujal i Carabantes 2012-09-30 15:54:54 +00:00
  • 3ff1459f72 Polish update by Piotr Kwiliński. Pere Pujal i Carabantes 2012-09-19 22:20:03 +00:00
  • 0f2764589f Corrected 'Requires' and 'BuildRequires' Shin-ichi TOYAMA 2012-08-20 07:35:54 +00:00
  • 7d96e5a877 With old png.h, PNG_HAVE_IHDR is not defined unless PNG_INTERNAL is defined Shin-ichi TOYAMA 2012-08-18 09:18:41 +00:00
  • 4e7d77b9f9 Updated Japanese translation Shin-ichi TOYAMA 2012-08-18 07:06:14 +00:00