Martin Fuhrer
1387f56e5e
Changed font sizes for Mac-specific builds.
2005-11-30 03:54:08 +00:00
Mark K. Kim
8a896438a1
CVS Id tags added to several files for easier version tracking.
2005-11-27 08:09:37 +00:00
William Kendrick
8f93611954
Japanese font rendered incorrectly (SDL_ttf or FreeType bug???); increased
...
size to compensate.
2005-11-27 06:45:07 +00:00
William Kendrick
b3f7dfe862
Began work on shapes that pull out from the corner, rather than center;
...
incomplete, will wait for next version.
2005-11-26 00:43:36 +00:00
William Kendrick
444cdf2a34
Made UI fonts a little smaller. Adjusted position of icons and text
...
in tool buttons.
2005-11-26 00:25:34 +00:00
William Kendrick
0d0e0a7cb7
Made UI fonts smaller.
2005-11-26 00:13:18 +00:00
William Kendrick
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.
Wasn't correctly turning mouse to hand-shape when hovering over "no" button
in prompts. Fixed.
2005-11-23 22:48:50 +00:00
William Kendrick
980715dea6
Mouse scroll wheel now scrolls in Open dialog.
...
Cursor was disappearing if at far left scrolling up in Open dialog. Fixed.
2005-11-23 22:25:41 +00:00
William Kendrick
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.)
Only allowing valid buttons (1, or 1,2,3 if nobuttondistinction is set)
when clicking thumbnails in Open dialog. (Scrollwheel was acting as clicks!)
2005-11-23 22:14:58 +00:00
William Kendrick
ed85a6c8f1
Added missing "--buttondistinction" command-line option.
...
Documented "no button distinction" feature in --usage and man page.
2005-11-23 21:48:16 +00:00
Song Huang
289f8b1fba
refine the translation.
2005-11-22 14:16:19 +00:00
Song Huang
4d775b8ac0
refine the translation.
2005-11-22 14:13:58 +00:00
John Popplewell
972cbb525e
Larger audio buffer size on Windows to stop clicks/pops/crackling.
2005-11-22 12:42:07 +00:00
William Kendrick
9a18224e21
Removed some unused variables.
2005-11-21 00:43:37 +00:00
William Kendrick
dfffbab70d
Portuguese updates from Translation Project.
2005-11-21 00:40:16 +00:00
William Kendrick
5b2debb4c7
Made font loading thread/fork interruptible via Escape key.
...
Improved cartoon effect.
2005-11-16 07:00:30 +00:00
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
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
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
William Kendrick
9b5192ec4b
More tweaks to Cartoon effect.
2005-10-23 08:28:18 +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
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
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
William Kendrick
ac314baccb
Afrikaans update.
2005-10-14 05:01:52 +00:00
William Kendrick
905b5552fa
Checks whether "-Wdelcaration-after-statement" is available in gcc before
...
trying to use it (simple shell script trick from Shin-Ichi).
2005-10-13 07:48:20 +00:00
William Kendrick
050c23b5ef
Updated Indonesian.
2005-10-13 07:36:29 +00:00
William Kendrick
2b44020ded
Update Estonian.
2005-10-12 20:01:24 +00:00
William Kendrick
bcb28135b7
Updated Slovenian translation (new translator via Translation Project).
2005-10-12 17:33:52 +00:00
William Kendrick
6133711230
Updated Gaelic (via Translation Project).
2005-10-12 17:24:28 +00:00
William Kendrick
b78840ac37
Yavor says: "updated Bulgarian translation, merged with latest PO
...
template. I have contacted the previous translator Martin Zhekov
several months ago, please don't merge it with his file as mine is
almost from scratch, using the standards of GNOME and GNUstep Teams
and a lot of spelling errors fixed."
2005-10-11 18:57:20 +00:00
William Kendrick
7dee6ae8eb
Spanish updates.
2005-10-10 23:42:58 +00:00
William Kendrick
5192b172c2
Updated Georgian.
2005-10-10 21:18:23 +00:00
William Kendrick
853dda9b9e
Updated Hebrew translation.
2005-10-10 20:03:17 +00:00
William Kendrick
058dbea368
Dutch translation update.
2005-10-10 17:44:20 +00:00