Commit graph

  • 7448cd879d Consolodating description of source extraction in CHANGES.txt. Extracted do_floodfill, playsound, draw_progressbar and RGB-to-linear functions. William Kendrick 2006-02-18 09:32:12 +00:00
  • a9511eda41 * Added comments/copyright/license-notes to top of compiler.h. * Moved more compiler-specific stuff to compiler.h William Kendrick 2006-02-18 08:49:16 +00:00
  • 3b5f10c4fe Split out some compiler-version-specific definitions into "compiler.h". Split out 'getpixel' and 'putpixel' family of functions into "pixels.c" and "pixels.h" source files. William Kendrick 2006-02-18 08:42:23 +00:00
  • 410c156d16 Split XBM cursor #includes and set/free functions into "cursor.h" and "cursor.c" source files. William Kendrick 2006-02-18 08:14:52 +00:00
  • aee93b1713 tuxpaint-import shell script now examines Tux Paint's configuration file (first in /usr/local/etc/tuxpaint, then /etc/tuxpaint, then $HOME) for the window size settings and saved-file directory options (rather than assuming a 640x480 screen and images saved in $HOME/.tuxpaint/saved/). William Kendrick 2006-02-18 07:35:40 +00:00
  • 27c35cdf23 Made sure GPL notice was included in all other source files. William Kendrick 2006-02-18 07:07:47 +00:00
  • 2af7785454 Split language-related variables, enumerations, arrays and helper functions in to "i18n.c" and "i18n.h" source files. William Kendrick 2006-02-18 06:54:50 +00:00
  • 983d273e95 document font stuff for translators Albert Cahalan 2006-02-15 08:45:16 +00:00
  • 3908b5c886 document font stuff for translators and make it a bit more powerful Albert Cahalan 2006-02-15 08:42:52 +00:00
  • 2f29e8aef1 Sparkles can now be different colors. William Kendrick 2006-02-13 08:18:53 +00:00
  • 445a32230d Increased magic surface update area to prevent clipping with Grass tool. William Kendrick 2006-02-13 07:58:53 +00:00
  • 1a6cfa0284 Updated version and date of FAQ. William Kendrick 2006-02-13 07:48:47 +00:00
  • cd2b88b191 Improved documentation of paths for OSX. William Kendrick 2006-02-13 07:47:47 +00:00
  • e08837815a Logic was off by one! William Kendrick 2006-02-12 23:08:07 +00:00
  • 6cbf434429 Fixed crash when clicking to right of rightmost color. William Kendrick 2006-02-12 23:06:52 +00:00
  • 79d8931484 Czech po file update. Jakub Friedl 2006-02-11 18:39:31 +00:00
  • 4a86ac0ef5 Updated Brazilian Portuguese. William Kendrick 2006-02-06 07:02:15 +00:00
  • 917d93f145 German update. William Kendrick 2006-02-04 04:57:56 +00:00
  • 838f128eac Updated Swedish, via Translation Project. William Kendrick 2006-02-04 04:42:50 +00:00
  • 680a8c314f Properly handles a variety of PNG formats when loading Starter images and turning them into thumbnails. (Tested with indexed PNGs, and PNGs where RGB colors were stored, even where pixels were fully transparent.) William Kendrick 2006-01-30 01:24:50 +00:00
  • c8b96d5364 Recording some recent CVS commits. William Kendrick 2006-01-23 00:14:23 +00:00
  • 8834202c1b Altered SVG to try and prevent Gnome panel crashes. (As per: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=349415 ; 2006/01/22) William Kendrick 2006-01-23 00:11:01 +00:00
  • c401d9ff3c Fix to remove the blinking text cursor. I may have missed some places. John Popplewell 2006-01-22 03:08:25 +00:00
  • 27f71ab1cc Fix for string length when mallocing space for copy. John Popplewell 2006-01-17 21:25:59 +00:00
  • bdde218bfa Fix missing string copy in uppercase_w(). John Popplewell 2006-01-17 21:20:20 +00:00
  • d6b2349f70 Hacking around troubles targetting Mac OS X 10.2.8 (not successful yet!) William Kendrick 2006-01-15 08:24:54 +00:00
  • bb3c493d64 Xcode updates to get things working on Bill's new Mac mini. William Kendrick 2006-01-15 07:40:03 +00:00
  • 19743f3ec1 No "wcsdup()" in Mac OS X; replacing with malloc. Testing for failed malloc. William Kendrick 2006-01-15 07:14:46 +00:00
  • c3d4244b9e Made lock message clearer thanks to Ludovic Rousseau Ben Armstrong 2006-01-13 14:47:41 +00:00
  • 304f49672b Added GetSystemFontDir() and amended WIN32 code so that the system fonts option work correctly on Windows. Modified the text gadget so that it correctly handles the 16-bit unicode characters that SDL sends. The text buffer is held internally as an array of wchar_t, and makes uses of various wide-character functions. It is converted back into 16-bit unicode characters to satisfy SDL_ttf. Tested on Windows and Linux. John Popplewell 2006-01-11 23:23:34 +00:00
  • 9241a0f507 Fix single-quote at beginning of line (special column). Ben Armstrong 2006-01-10 19:14:10 +00:00
  • 645e6b6eb1 Use the low quality versions of some things on the Nokia 770. Enable USE_HWSURFACE, and disable the Text tool, as it's essentially useless on this. Christian Hammond 2006-01-08 02:44:23 +00:00
  • 0a466d36af Commit the initial support for the Nokia 770. This does not include packaging (which should be done outside this tree, imho), and is not finished yet, but it works. Christian Hammond 2006-01-08 02:16:29 +00:00
  • b9fdccaf2c Updated Norwegian translations, and regenerated various translation files. Karl Ove Hufthammer 2006-01-04 22:22:54 +00:00
  • 0ed50904ab Updated POT. William Kendrick 2005-12-31 21:01:23 +00:00
  • 2081034a37 Added "for children" to the (English) 'generic name' for Tux Paint. William Kendrick 2005-12-31 20:58:05 +00:00
  • 81cac02cbf More OS-specific file-storage corrections. William Kendrick 2005-12-31 20:56:40 +00:00
  • c093c06eca Improved layout of listing of where saved files go. Corrected Windows and Mac OS X listing of where saved files go. William Kendrick 2005-12-31 20:49:19 +00:00
  • 1bc07e9811 Vietnamese updates. William Kendrick 2005-12-06 08:44:21 +00:00
  • f9137e1098 Removing non-portable filename. John Popplewell 2005-12-04 00:07:48 +00:00
  • 40e907f6b3 Fix for isspace() on (some?) win98 installations. Stops crash when clicking on Stamps button. John Popplewell 2005-12-02 05:27:37 +00:00
  • b84aac0a4c Renamed 'contr?les_tampon_ds_s?lecteur.jpg' to 'controles_tampon_ds_selecteur.jpg'. John Popplewell 2005-12-02 02:09:09 +00:00
  • 7b7cc35346 Cleaning up unnecessary files. Martin Fuhrer 2005-11-30 03:56:21 +00:00
  • 1387f56e5e Changed font sizes for Mac-specific builds. Martin Fuhrer 2005-11-30 03:54:08 +00:00
  • 659b29cb68 Updated Read Me, added preliminary code for help menu in SDLMain.m Martin Fuhrer 2005-11-30 03:50:40 +00:00
  • 8daa357a51 Updated InfoPlist.strings and Interface Builder .nib file. Martin Fuhrer 2005-11-30 03:48:53 +00:00
  • 771e63d745 Added XCode 2.2 project files for Mac OS X. Martin Fuhrer 2005-11-30 03:47:38 +00:00
  • 8a896438a1 CVS Id tags added to several files for easier version tracking. Mark K. Kim 2005-11-27 08:09:37 +00:00
  • 686e563a49 Georgian font is only ~50KB, so added to main Tux Paint archive. William Kendrick 2005-11-27 06:50:29 +00:00
  • fb2f1af73e "Thick" and "Thin" magic tools were removed, so removed mention of them from README documentation. William Kendrick 2005-11-27 06:48:47 +00:00
  • 8f93611954 Japanese font rendered incorrectly (SDL_ttf or FreeType bug???); increased size to compensate. William Kendrick 2005-11-27 06:45:07 +00:00
  • b3f7dfe862 Began work on shapes that pull out from the corner, rather than center; incomplete, will wait for next version. William Kendrick 2005-11-26 00:43:36 +00:00
  • 444cdf2a34 Made UI fonts a little smaller. Adjusted position of icons and text in tool buttons. William Kendrick 2005-11-26 00:25:34 +00:00
  • 0d0e0a7cb7 Made UI fonts smaller. William Kendrick 2005-11-26 00:13:18 +00:00
  • 4de14d4c00 Added rocket starter. William Kendrick 2005-11-23 23:18:31 +00:00
  • 827b98a96b Created a rocket coloringbook-style starter. William Kendrick 2005-11-23 23:17:24 +00:00
  • d8f1564ecb Keeping thumbnails small in prompts; image thumbnails in Open's "Delete?" prompt were too large on >640x480 screen sizes, pushing arrow & trash icons out of the dialog window. William Kendrick 2005-11-23 22:48:50 +00:00
  • 980715dea6 Mouse scroll wheel now scrolls in Open dialog. Cursor was disappearing if at far left scrolling up in Open dialog. Fixed. William Kendrick 2005-11-23 22:25:41 +00:00
  • 6c67a6e8da Allowing middle/right-click on Print button even if nobuttondistinction isn't set. (Gets around Mac OS X causing [Alt]+click to appear as middle-click.) William Kendrick 2005-11-23 22:14:58 +00:00
  • ed85a6c8f1 Added missing "--buttondistinction" command-line option. Documented "no button distinction" feature in --usage and man page. William Kendrick 2005-11-23 21:48:16 +00:00
  • 41bf5d6ce4 Use new installer icon. John Popplewell 2005-11-23 02:22:35 +00:00
  • 8f643692f5 Updated tuxpaint-installer icon/images John Popplewell 2005-11-23 02:21:32 +00:00
  • 37e4cdcf9d update translation. Song Huang 2005-11-22 22:12:26 +00:00
  • 289f8b1fba refine the translation. Song Huang 2005-11-22 14:16:19 +00:00
  • 4d775b8ac0 refine the translation. Song Huang 2005-11-22 14:13:58 +00:00
  • 972cbb525e Larger audio buffer size on Windows to stop clicks/pops/crackling. John Popplewell 2005-11-22 12:42:07 +00:00
  • 698872d2d2 Bundles licenses etc. for the binary libs. John Popplewell 2005-11-22 12:39:01 +00:00
  • a7753670a3 Added licences etc. for the binary libs. shipped with the win32 version. John Popplewell 2005-11-22 12:36:14 +00:00
  • 9a18224e21 Removed some unused variables. William Kendrick 2005-11-21 00:43:37 +00:00
  • dfffbab70d Portuguese updates from Translation Project. William Kendrick 2005-11-21 00:40:16 +00:00
  • 2e25e521cb HTML fix-up. Mentioned [Alt]+[S] for sound enable/disable at runtime. Broke up "sound doesn't work" answers some. William Kendrick 2005-11-17 08:31:30 +00:00
  • 5b2debb4c7 Made font loading thread/fork interruptible via Escape key. Improved cartoon effect. William Kendrick 2005-11-16 07:00:30 +00:00
  • c6728e08bf German update. New translator. William Kendrick 2005-11-14 08:04:53 +00:00
  • 688f4d24fb Added [Alt]+[S] key sequence to mute/unmute sound effects. (Does not override "--nosound" option!) William Kendrick 2005-11-12 09:22:11 +00:00
  • d5930c6874 Swedish update. William Kendrick 2005-11-09 11:01:59 +00:00
  • a0e8390544 Documented a recent Win32 improvement. William Kendrick 2005-11-09 10:58:33 +00:00
  • 9622bd68e0 Installer ignores Makefiles and *~ backup files. John Popplewell 2005-11-08 05:18:15 +00:00
  • e468c07a91 Commented out broken button links and missing images. Fixed other broken links. John Popplewell 2005-11-08 04:55:56 +00:00
  • 29088b347b Installer skips the installation type stage on 9x/ME and defaults to installing the app in 'C:\Program Files\TuxPaint\', but installs the menu items and the desktop short-cut for the current user only. Rubbish, but I can't find a way of automatically regenerating the menus, which seems to be required to support shared menu/desktop short-cuts. John Popplewell 2005-11-08 03:25:58 +00:00
  • bbe6ddf81f Added support for system and user configuration files on Windows. The system 'tuxpaint.cfg' file is in the same directory as the executable, the user 'tuxpaint.cfg' file is in the 'savedir' location e.g. 'C:\Documents and Settings\username\Application Data\TuxPaint'. John Popplewell 2005-11-08 03:14:59 +00:00
  • 5a0921b8d9 Changed <img src="images/*"> to <img src="../../html/images/*"> using a simple global search and replace. Easy enough to change back if custom images are created, or a better solution comes along. John Popplewell 2005-11-08 00:55:15 +00:00
  • d8e4ca1b39 Changed website menu option so that it goes to an installer-language sensitive address: http://www.newbreedsoftware.com/tuxpaint/?lang=LANG_ID. Changed licence and readme menus to point to installer-language sensitive text and HTML files. Changed installer to make use of these translated files itself. Added Lang2Gettext() which maps InnoSetup language to Gettext style. Added Is9xME() function (unused as-yet). John Popplewell 2005-11-06 04:27:23 +00:00
  • 2fb9edea1e RPM spec file updates. William Kendrick 2005-11-04 05:25:12 +00:00
  • 56a160995f change translator's mail address, and refine some format. Song Huang 2005-10-28 14:04:21 +00:00
  • 8d21633c74 upgrade translation to 0.9.15, finished. Song Huang 2005-10-28 13:25:41 +00:00
  • 63fd0bd1b7 upgrade translation to 0.9.15, to be continue. Song Huang 2005-10-25 13:50:36 +00:00
  • d436b46d7d upgrade translation to 0.9.15, finished. Song Huang 2005-10-24 13:37:39 +00:00
  • 9374f00f8b French doc. translation author. William Kendrick 2005-10-24 07:20:43 +00:00
  • adac4f4add Added French translation of README (split in two parts). William Kendrick 2005-10-24 07:19:54 +00:00
  • 5c0ac89d0b Images and screenshots from French documentation. William Kendrick 2005-10-24 07:13:04 +00:00
  • 0848ad075f Received French version of "OPTIONS" documentation. William Kendrick 2005-10-24 07:05:30 +00:00
  • 00240f66e2 Received French version of "PNG.txt" documentation, in HTML format. William Kendrick 2005-10-24 07:04:40 +00:00
  • 85dfe3c7f7 Received a French version of the FAQ, in HTML format. William Kendrick 2005-10-24 07:03:20 +00:00
  • f3e17ad763 Documented tuxpaint-import security fix. William Kendrick 2005-10-23 20:23:40 +00:00
  • 1353705c93 Create temporary files in home dir Ben Armstrong 2005-10-23 13:27:22 +00:00
  • e75b21226c upgrade translation to 0.9.15, to be continue. Song Huang 2005-10-23 13:23:29 +00:00
  • 9c3d9e8b9d refine the description. Song Huang 2005-10-23 12:25:33 +00:00
  • 937b900d3b Documented Song's font-reducer script in changelog. William Kendrick 2005-10-23 09:14:45 +00:00
  • 9b5192ec4b More tweaks to Cartoon effect. William Kendrick 2005-10-23 08:28:18 +00:00
  • 61ec7e6be8 refine the font. Song Huang 2005-10-23 05:51:51 +00:00