Commit graph

946 commits

Author SHA1 Message Date
William Kendrick
c6728e08bf German update. New translator. 2005-11-14 08:04:53 +00:00
William Kendrick
688f4d24fb Added [Alt]+[S] key sequence to mute/unmute sound effects.
(Does not override "--nosound" option!)
2005-11-12 09:22:11 +00:00
William Kendrick
d5930c6874 Swedish update. 2005-11-09 11:01:59 +00:00
William Kendrick
a0e8390544 Documented a recent Win32 improvement. 2005-11-09 10:58:33 +00:00
John Popplewell
9622bd68e0 Installer ignores Makefiles and *~ backup files. 2005-11-08 05:18:15 +00:00
John Popplewell
e468c07a91 Commented out broken button links and missing images.
Fixed other broken links.
2005-11-08 04:55:56 +00:00
John Popplewell
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.
2005-11-08 03:25:58 +00:00
John Popplewell
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'.
2005-11-08 03:14:59 +00:00
John Popplewell
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.
2005-11-08 00:55:15 +00:00
John Popplewell
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).
2005-11-06 04:27:23 +00:00
William Kendrick
2fb9edea1e RPM spec file updates. 2005-11-04 05:25:12 +00:00
Song Huang
56a160995f change translator's mail address, and refine some format. 2005-10-28 14:04:21 +00:00
Song Huang
8d21633c74 upgrade translation to 0.9.15, finished. 2005-10-28 13:25:41 +00:00
Song Huang
63fd0bd1b7 upgrade translation to 0.9.15, to be continue. 2005-10-25 13:50:36 +00:00
Song Huang
d436b46d7d upgrade translation to 0.9.15, finished. 2005-10-24 13:37:39 +00:00
William Kendrick
9374f00f8b French doc. translation author. 2005-10-24 07:20:43 +00:00
William Kendrick
adac4f4add Added French translation of README (split in two parts). 2005-10-24 07:19:54 +00:00
William Kendrick
5c0ac89d0b Images and screenshots from French documentation. 2005-10-24 07:13:04 +00:00
William Kendrick
0848ad075f Received French version of "OPTIONS" documentation. 2005-10-24 07:05:30 +00:00
William Kendrick
00240f66e2 Received French version of "PNG.txt" documentation, in HTML format. 2005-10-24 07:04:40 +00:00
William Kendrick
85dfe3c7f7 Received a French version of the FAQ, in HTML format. 2005-10-24 07:03:20 +00:00
William Kendrick
f3e17ad763 Documented tuxpaint-import security fix. 2005-10-23 20:23:40 +00:00
Ben Armstrong
1353705c93 Create temporary files in home dir 2005-10-23 13:27:22 +00:00
Song Huang
e75b21226c upgrade translation to 0.9.15, to be continue. 2005-10-23 13:23:29 +00:00
Song Huang
9c3d9e8b9d refine the description. 2005-10-23 12:25:33 +00:00
William Kendrick
937b900d3b Documented Song's font-reducer script in changelog. 2005-10-23 09:14:45 +00:00
William Kendrick
9b5192ec4b More tweaks to Cartoon effect. 2005-10-23 08:28:18 +00:00
Song Huang
61ec7e6be8 refine the font. 2005-10-23 05:51:51 +00:00
Song Huang
d03f207bb8 add traditional chinese font tool and documents. 2005-10-23 05:23:27 +00:00
Song Huang
4c98939e3e add traditional chinese font, it's only for tuxpaint 0.9.15. 2005-10-23 03:07:19 +00:00
William Kendrick
104fc0a9aa Trying a newsprint effect in the "Cartoon" magic tool. Looks awful. :^/ 2005-10-22 20:53:26 +00:00
William Kendrick
65ef4f635e Italian update. 2005-10-22 19:57:49 +00:00
William Kendrick
4b2b90ef1c Stamp scaling is now controlled by a set of mini "slider"-like buttons.
(The "Shrink" and "Grow" buttons didn't give any feedback as to what the
current size was.)
2005-10-22 08:42:10 +00:00
William Kendrick
bb4f0efbbc Sorting stamps directories again. 2005-10-22 07:42:34 +00:00
William Kendrick
9f7c7160fa Got rid of unused variable (make compiler happy).
Reinstated some italics-related stuff. (Last SDL_ttf updated had to do
with corrupt memory when blitting italic; thought that could've caused probs.)
2005-10-22 07:30:08 +00:00
William Kendrick
83007087b0 Removed some debugging output.
Wrapped some debugging output in #ifdef DEBUG.
Cleaned up language of some debugging output. (Hey, it's a kids' program!)
2005-10-22 07:28:46 +00:00
William Kendrick
80334fae04 Temporary solution to crashing bug with --sysfonts: fail gracefully
(instead of "exit(42)"), and simply return to the previous tool.
2005-10-22 07:23:28 +00:00
William Kendrick
f6164dc9a4 Some debugging enabled.
Variable initialization.
Moved font thread startup back to whence it came... for now.
2005-10-22 06:05:44 +00:00
William Kendrick
59f242b1fa Danish update. 2005-10-21 08:11:36 +00:00
William Kendrick
8b4636d7ad Updated Danish translation. 2005-10-20 00:42:29 +00:00
William Kendrick
a2a3fa701c Andrej Kacian writes: "I've talked with Milan Plzik, the previous author
of Slovak translation, and he agreed to let me translate this, as well
as future versions of tuxpaint."
2005-10-18 05:54:01 +00:00
William Kendrick
813387c99d Updated Slovakian translation. 2005-10-18 05:53:10 +00:00
Song Huang
8c5d9be195 refine the translation. 2005-10-17 13:54:51 +00:00
Song Huang
8a7c81f31a upgrade translation to 0.9.15, to be continue. 2005-10-17 13:53:51 +00:00
William Kendrick
7e47df9834 Updated Portuguese. 2005-10-16 08:38:09 +00:00
William Kendrick
ece68cbd42 Added some debugging output.
Switches cursor to 'watch' while dealing with system fonts.
ESCAPE during eat_sdl_events() no longer aborts app!
SDL_Quit() is called if app is quit during eat_sdl_events().
2005-10-15 08:04:11 +00:00
William Kendrick
9e8b176a47 Splash was set for a very long time, as a test. Reverting back to ~5sec. 2005-10-15 07:23:36 +00:00
William Kendrick
0cac60d300 No reason for font-loading thread to run if we're not running interactively! 2005-10-15 07:19:45 +00:00
Ben Armstrong
04bdc5d7ca * Move new defines to DEFS where they belong.
* Allow debug flag to be set in DEBUG_FLAGS so it is easily set by the caller without
  disturbing CFLAGS.
2005-10-15 00:37:49 +00:00
Ben Armstrong
00c3a8ab8f Ignore error if build not empty 2005-10-14 23:27:02 +00:00