Commit graph

  • 89040067c2 Only updates XOR if stamp was changed. (Complicated/large stamps would take a long time, and get Tux Paint stuck when scrolling up/down!!!) William Kendrick 2004-12-12 08:39:32 +00:00
  • ca4af821bf Began working on 'Cartoon' magic tool. William Kendrick 2004-12-11 12:51:37 +00:00
  • 97f5d7b02b Implemented 'Tint' magic tool. William Kendrick 2004-12-11 11:54:02 +00:00
  • e1e6ce35e5 "Tint" magic causes color palette to activate. William Kendrick 2004-12-11 11:37:41 +00:00
  • 9c9ea3cfe1 Implemented "Darken" magic tool. Updated README to discuss new magic tools. William Kendrick 2004-12-11 11:30:19 +00:00
  • 6a26679fa1 Allowed for more than 14 Magic tools. Began work to add new Magic tools: Tint, Darken, Cartoon. William Kendrick 2004-12-11 11:21:16 +00:00
  • c8ee015738 Lockfile is cleared upon exit, allowing Tux Paint to be relaunched immediately, if necessary. William Kendrick 2004-12-11 08:45:28 +00:00
  • 1f12529e3b Updated Lithuanian translation. Added Albert to AUTHORS doc. William Kendrick 2004-12-10 18:00:44 +00:00
  • 78aab19bec Removed dangling comma William Kendrick 2004-12-10 09:32:10 +00:00
  • 1a85b0c086 Fixed hotspot for 'tiny' mouse in 16x16 mouse pointer mode (for OS X). William Kendrick 2004-12-10 08:45:50 +00:00
  • 1fc0d61949 fixed loading starters on big screens Albert Cahalan 2004-12-10 01:59:04 +00:00
  • 66e12a837e narrowed down the massive starter bug to load_starter, maybe involving SDL_CreateRGBSurface or SDL_SetAlpha Albert Cahalan 2004-12-10 01:05:10 +00:00
  • 3f1d49626e handle wrong-sized saved images better Albert Cahalan 2004-12-09 23:12:45 +00:00
  • f476e7d526 Created smudge icon. William Kendrick 2004-12-07 06:39:54 +00:00
  • b17d792926 Created smudge tool icon. William Kendrick 2004-12-07 06:38:30 +00:00
  • c51e5e8c15 remove some now-unused variables Albert Cahalan 2004-12-07 05:33:21 +00:00
  • 6d9f9999ec improve blur effect Albert Cahalan 2004-12-07 05:24:07 +00:00
  • 5c67b05102 fixed: load dialog corruption when old files are big Albert Cahalan 2004-12-07 04:08:50 +00:00
  • 6836e565b4 this should fix the smudge boundries Albert Cahalan 2004-12-07 01:42:07 +00:00
  • df3c31531d clipped_getpixel Albert Cahalan 2004-12-07 00:58:50 +00:00
  • 4dda614a98 new smudge tool Albert Cahalan 2004-12-06 23:56:42 +00:00
  • b20d3f1d75 better magic blocks effect Albert Cahalan 2004-12-06 20:03:28 +00:00
  • 7e99dd8554 stamp size range stuff Albert Cahalan 2004-12-06 01:57:34 +00:00
  • db7e2935cb Tinter now 2x to 4x faster Albert Cahalan 2004-12-06 01:09:31 +00:00
  • c8d07b8fd7 fix massive memory leak Albert Cahalan 2004-12-05 07:02:42 +00:00
  • 6725fa2cbd Improved some recent change log entries. William Kendrick 2004-11-27 00:07:43 +00:00
  • 5ec0d9e340 Only updates stamp XOR stipple when absolutely necessary, not on mouse motion. William Kendrick 2004-11-26 23:55:39 +00:00
  • a1f2c35dc4 stamp outline fixes, #if 0 removal Albert Cahalan 2004-11-26 21:29:36 +00:00
  • 31dd9779b7 stamp outline fixes Albert Cahalan 2004-11-26 20:57:45 +00:00
  • f5cd9b0575 new tinter based on CIE L,u,v color space Albert Cahalan 2004-11-26 04:10:13 +00:00
  • ae68e5c7e4 new tinter based on CIE L,u,v color space Albert Cahalan 2004-11-26 04:02:19 +00:00
  • cd6cb7ae11 Moved to 32 bit graphics mode. Things are looking better! Karl Ove Hufthammer 2004-11-25 19:39:33 +00:00
  • f0e9d7b8c3 fix and document the scale keyword Albert Cahalan 2004-11-25 06:45:03 +00:00
  • 8be0d5be48 moved tinter code into own function Albert Cahalan 2004-11-24 23:35:14 +00:00
  • c8bbaa68ed support "scale" keyword in *.dat files for high-resolution stamps Albert Cahalan 2004-11-24 18:16:32 +00:00
  • 5bd1e54d9a cast to void is enough to suppress the warning Albert Cahalan 2004-11-24 17:16:31 +00:00
  • b7d549518e More compiler warning cleanup. William Kendrick 2004-11-24 06:56:24 +00:00
  • a21189ee8e Cleaned up new code to Bill's style. ;^) William Kendrick 2004-11-24 06:51:42 +00:00
  • d6a620723b Cleaned up code to prevent more compiler warnings. (Mostly removing unused functions/declarations, and unused func. arguments) William Kendrick 2004-11-24 06:47:59 +00:00
  • 35d0dae6c1 allow any sane window size, such as 1234x666, and many insane sizes too Albert Cahalan 2004-11-24 04:19:06 +00:00
  • 34cd0b93cb Per-stamp sane scaling range enforced. (generally bigger) Albert Cahalan 2004-11-24 03:00:10 +00:00
  • 41402eca12 Updates for Mac OS X - dock icon loads properly, new location for saved images and prefs in "~/Library/Application Support/TuxPaint", additional search path for stamps in "/Library/Application Support/TuxPaint" Martin Fuhrer 2004-11-23 21:02:51 +00:00
  • 011834c95f cast useless arg to void --> no warning about it Albert Cahalan 2004-11-23 18:41:34 +00:00
  • e5dbc33b29 simplify strip_trailing_whitespace, now O(n) Albert Cahalan 2004-11-23 18:37:59 +00:00
  • f7679aed1c Cast putenv const strings to non-const 'char *', to prevent warnings. Cleaned up change log. William Kendrick 2004-11-23 10:08:37 +00:00
  • 898745b144 half of the signed/unsigned warnings Albert Cahalan 2004-11-23 01:58:56 +00:00
  • dc6ae1a5b8 use const keyword --> fewer warnings Albert Cahalan 2004-11-23 01:28:44 +00:00
  • 7aa5b236a4 use static keyword --> fewer warnings and better optimization Albert Cahalan 2004-11-22 23:17:22 +00:00
  • 87cc774f6b Added Xcode project files for compiling Tux Paint on Mac OS X Martin Fuhrer 2004-11-22 22:16:18 +00:00
  • 618400bba9 Updated Hebrew translation. William Kendrick 2004-11-22 01:55:53 +00:00
  • abe6a5637f Now using AUDIO_S16SYS, 15bpp graphics. Has room for 512 stamps loaded at once. William Kendrick 2004-11-22 01:47:04 +00:00
  • c52c1321fc Palette improvements. William Kendrick 2004-11-22 01:41:40 +00:00
  • 3f976b6f2e Added Albanian translation. William Kendrick 2004-11-22 01:12:23 +00:00
  • b041c917fb Updated Galician translation. William Kendrick 2004-11-22 00:32:26 +00:00
  • 0f5a75d48d Updated Spanish documentation. William Kendrick 2004-11-22 00:23:36 +00:00
  • df94c7d071 BeOS updates. File deletion also deletes correct thumbnail and .dat file. William Kendrick 2004-11-22 00:18:12 +00:00
  • fcc43e7113 Added BeOS resource file. William Kendrick 2004-11-22 00:08:54 +00:00
  • b67949e6df Updated BeOS makefile. William Kendrick 2004-11-22 00:02:20 +00:00
  • 5d11d30fe0 Removed all references to TODO file. Karl Ove Hufthammer 2004-11-21 11:00:43 +00:00
  • 70bde3f3a3 Removed TODO file. All feature requests are now moved to the SourceForge tracker: http://sourceforge.net/tracker/?group_id=66938 Karl Ove Hufthammer 2004-11-21 10:58:00 +00:00
  • 55b63d2ced Updated credits and changelog for Norwegian Bokmål translation. Karl Ove Hufthammer 2004-11-21 10:42:18 +00:00
  • 7719df0282 Fixed to Norwegian Bokmål translation, from Klaus Ade Johnstad <klaus@skolelinux.no>. Karl Ove Hufthammer 2004-11-16 20:50:59 +00:00
  • 03cd2a41d0 Updated Basque translator's e-mail. Karl Ove Hufthammer 2004-11-16 20:44:22 +00:00
  • 81fa96f260 Moved bugs to Sourceforge tracker. Karl Ove Hufthammer 2004-10-30 14:44:58 +00:00
  • e72413c498 Updated desktop file with new translations. Karl Ove Hufthammer 2004-10-28 20:53:44 +00:00
  • fd60ee8293 Brought up-to-date. William Kendrick 2004-10-24 21:27:35 +00:00
  • f91aea7e98 Added tuxpaint.spec for RPM building. (Thanks Shin-Ichi!) William Kendrick 2004-10-24 21:26:59 +00:00
  • abdf7a063b Made bind_textdomain_codeset() only called on GLIBC 2.2 or higher, to compile on old GLIBC system (such as RedHat-6.2). William Kendrick 2004-10-24 21:25:17 +00:00
  • bdc6d1eb4f Support for 1024x768, 1280x1024, 1400x1050 and 1600x1200 resolutions! (Thanks, Shin-Ichi!) William Kendrick 2004-10-24 21:23:22 +00:00
  • 42529fa427 Added PKG_ROOT variable to Makefile. William Kendrick 2004-10-24 21:02:51 +00:00
  • 871f5add79 Added Galician support. William Kendrick 2004-10-24 02:46:04 +00:00
  • e4bc4d006e finished and remove the temporary file. Song Huang 2004-10-22 13:30:40 +00:00
  • 56e2790bcf finished. Song Huang 2004-10-22 13:26:18 +00:00
  • 53352ae179 to correct the locale used by font, ("zh" for Chinese) -> ("zh_tw" for Traditional Chinese) Song Huang 2004-10-22 13:25:07 +00:00
  • 2271b290a2 continued.. Song Huang 2004-10-21 13:47:20 +00:00
  • c6e382ffbe README-0.9.14 finished, begin to review and translate the OPTIONS.html. Song Huang 2004-10-20 13:55:55 +00:00
  • 020437953a continued.. Song Huang 2004-10-19 13:42:30 +00:00
  • 9f4ae8a5ab continued.. Song Huang 2004-10-18 13:38:37 +00:00
  • b702052406 continued.. Song Huang 2004-10-14 13:54:15 +00:00
  • b99d97cf89 continued.. Song Huang 2004-10-13 13:49:49 +00:00
  • ee8248a69d Add a temp file. Song Huang 2004-10-13 10:06:26 +00:00
  • 9affd6403b Fix for 'Tux Paint (Windowed)' menu item. Added the '--windowed' flag so that it overrides any fullscreen 'tuxpaint.cfg' settings. John Popplewell 2004-10-09 00:23:27 +00:00
  • 3da46ea746 Moved mouse pointer cflags into its own variable. (Sugg: Ben Armstrong) William Kendrick 2004-10-04 05:39:36 +00:00
  • dec288a69e Had forgotten to include Welsh skeleton docs. William Kendrick 2004-10-01 06:11:02 +00:00
  • 0b7c9ed378 Filled in some documentation translation skeleton gaps. William Kendrick 2004-09-30 06:55:15 +00:00
  • 5e50325480 Added image naming/titling suggestion from January(!) William Kendrick 2004-09-29 18:42:42 +00:00
  • 745db0535d Added src/mouse to the project include path. John Popplewell 2004-09-29 14:29:46 +00:00
  • 3e8f9a7a90 Added 16x16 mouse pointer (cursor) shapes. (Useful for Mac OS X.) William Kendrick 2004-09-29 06:06:11 +00:00
  • aec0dcc442 Fix for the Starter images having a black background in 800x600 mode. Changed the special-case code so that it copies a surface with alpha correctly. Removed stray SDL_SetAlpha() from the background special-case. The Starters with bg and fg look a bit odd if you paint outside the original 640x480 area. John Popplewell 2004-09-28 17:42:23 +00:00
  • 72d839e3be Fixed crash bug if undoing or redoing a mirror/flip when NOT usign a Starter. William Kendrick 2004-09-28 08:02:07 +00:00
  • e9309f102b Reorganized John's change-log entry. William Kendrick 2004-09-28 07:31:25 +00:00
  • 693f37cf55 Updated. New Windows installer options. John Popplewell 2004-09-28 02:45:29 +00:00
  • 5dc92570f3 Added new options page to the NSIS installer. The supplied (default) 'tuxpaint.cfg' is now empty, but is safely appended to by the NSIS script. NSIS now has a Mode (Windowed|Full-Screen) and a Resolution (640x480|800x600) option which append the following lines to 'tuxpaint.cfg': John Popplewell 2004-09-28 02:39:03 +00:00
  • 32620562c8 Removed an unused library. Added some comments. John Popplewell 2004-09-28 02:31:49 +00:00
  • 6e45d58cd3 Fix for missing icon on XP. Moved the call to seticon() and the underlying SDL_WM_SetIcon() to _before_ the first call of SDL_SetVideoMode() like it says in the docs. John Popplewell 2004-09-26 01:55:04 +00:00
  • 7c9495324e Optimised PNG images with optipng. They now take up less space Karl Ove Hufthammer 2004-09-25 10:43:42 +00:00
  • 1c5391c779 Much improved foreground image. Karl Ove Hufthammer 2004-09-25 10:41:00 +00:00
  • acbae78a9f HTML escape codes are no longer possible with stamps, if I'm not mistaken. William Kendrick 2004-09-25 06:09:11 +00:00
  • 0736505524 Links -no-numbering on OPTIONS.html, too. William Kendrick 2004-09-25 06:07:44 +00:00
  • c3414bf39e Re-converted README.html to README.txt, but using -no-numbering Links option. William Kendrick 2004-09-25 06:06:45 +00:00