Commit graph

464 commits

Author SHA1 Message Date
William Kendrick
0f5a75d48d Updated Spanish documentation. 2004-11-22 00:23:36 +00:00
William Kendrick
df94c7d071 BeOS updates. File deletion also deletes correct thumbnail and .dat file. 2004-11-22 00:18:12 +00:00
William Kendrick
fcc43e7113 Added BeOS resource file. 2004-11-22 00:08:54 +00:00
William Kendrick
b67949e6df Updated BeOS makefile. 2004-11-22 00:02:20 +00:00
Karl Ove Hufthammer
5d11d30fe0 Removed all references to TODO file. 2004-11-21 11:00:43 +00:00
Karl Ove Hufthammer
70bde3f3a3 Removed TODO file. All feature requests are now moved to the SourceForge tracker: http://sourceforge.net/tracker/?group_id=66938 2004-11-21 10:58:00 +00:00
Karl Ove Hufthammer
55b63d2ced Updated credits and changelog for Norwegian Bokmål translation. 2004-11-21 10:42:18 +00:00
Karl Ove Hufthammer
7719df0282 Fixed to Norwegian Bokmål translation, from Klaus Ade Johnstad <klaus@skolelinux.no>. 2004-11-16 20:50:59 +00:00
Karl Ove Hufthammer
03cd2a41d0 Updated Basque translator's e-mail. 2004-11-16 20:44:22 +00:00
Karl Ove Hufthammer
81fa96f260 Moved bugs to Sourceforge tracker. 2004-10-30 14:44:58 +00:00
Karl Ove Hufthammer
e72413c498 Updated desktop file with new translations. 2004-10-28 20:53:44 +00:00
William Kendrick
fd60ee8293 Brought up-to-date. 2004-10-24 21:27:35 +00:00
William Kendrick
f91aea7e98 Added tuxpaint.spec for RPM building. (Thanks Shin-Ichi!) 2004-10-24 21:26:59 +00:00
William Kendrick
abdf7a063b Made bind_textdomain_codeset() only called on GLIBC 2.2 or higher,
to compile on old GLIBC system (such as RedHat-6.2).
2004-10-24 21:25:17 +00:00
William Kendrick
bdc6d1eb4f Support for 1024x768, 1280x1024, 1400x1050 and 1600x1200 resolutions!
(Thanks, Shin-Ichi!)
2004-10-24 21:23:22 +00:00
William Kendrick
42529fa427 Added PKG_ROOT variable to Makefile. 2004-10-24 21:02:51 +00:00
William Kendrick
871f5add79 Added Galician support. 2004-10-24 02:46:04 +00:00
Song Huang
e4bc4d006e finished and remove the temporary file. 2004-10-22 13:30:40 +00:00
Song Huang
56e2790bcf finished. 2004-10-22 13:26:18 +00:00
Song Huang
53352ae179 to correct the locale used by font,
("zh" for Chinese) -> ("zh_tw" for Traditional Chinese)
2004-10-22 13:25:07 +00:00
Song Huang
2271b290a2 continued.. 2004-10-21 13:47:20 +00:00
Song Huang
c6e382ffbe README-0.9.14 finished, begin to review and translate the OPTIONS.html. 2004-10-20 13:55:55 +00:00
Song Huang
020437953a continued.. 2004-10-19 13:42:30 +00:00
Song Huang
9f4ae8a5ab continued.. 2004-10-18 13:38:37 +00:00
Song Huang
b702052406 continued.. 2004-10-14 13:54:15 +00:00
Song Huang
b99d97cf89 continued.. 2004-10-13 13:49:49 +00:00
Song Huang
ee8248a69d Add a temp file. 2004-10-13 10:06:26 +00:00
John Popplewell
9affd6403b Fix for 'Tux Paint (Windowed)' menu item. Added the '--windowed' flag so
that it overrides any fullscreen 'tuxpaint.cfg' settings.
2004-10-09 00:23:27 +00:00
William Kendrick
3da46ea746 Moved mouse pointer cflags into its own variable. (Sugg: Ben Armstrong) 2004-10-04 05:39:36 +00:00
William Kendrick
dec288a69e Had forgotten to include Welsh skeleton docs. 2004-10-01 06:11:02 +00:00
William Kendrick
0b7c9ed378 Filled in some documentation translation skeleton gaps. 2004-09-30 06:55:15 +00:00
William Kendrick
5e50325480 Added image naming/titling suggestion from January(!) 2004-09-29 18:42:42 +00:00
John Popplewell
745db0535d Added src/mouse to the project include path. 2004-09-29 14:29:46 +00:00
William Kendrick
3e8f9a7a90 Added 16x16 mouse pointer (cursor) shapes. (Useful for Mac OS X.) 2004-09-29 06:06:11 +00:00
John Popplewell
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.
2004-09-28 17:42:23 +00:00
William Kendrick
72d839e3be Fixed crash bug if undoing or redoing a mirror/flip when NOT usign a Starter. 2004-09-28 08:02:07 +00:00
William Kendrick
e9309f102b Reorganized John's change-log entry. 2004-09-28 07:31:25 +00:00
John Popplewell
693f37cf55 Updated. New Windows installer options. 2004-09-28 02:45:29 +00:00
John Popplewell
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':

fullscreen=$mode
nofancycursors=$mode
800x600=$res
[Where $mode and $res are "yes"|"no".]

The added file 'options.ini' contains the GUI layout for the new page.
2004-09-28 02:39:03 +00:00
John Popplewell
32620562c8 Removed an unused library.
Added some comments.
2004-09-28 02:31:49 +00:00
John Popplewell
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.

Fix for loss of icon transparency on win32.
Discovered that using a NULL mask in the call to SDL_WM_SetIcon() restored
the icon transparency.
2004-09-26 01:55:04 +00:00
Karl Ove Hufthammer
7c9495324e Optimised PNG images with optipng. They now take up less space 2004-09-25 10:43:42 +00:00
Karl Ove Hufthammer
1c5391c779 Much improved foreground image. 2004-09-25 10:41:00 +00:00
William Kendrick
acbae78a9f HTML escape codes are no longer possible with stamps, if I'm not mistaken. 2004-09-25 06:09:11 +00:00
William Kendrick
0736505524 Links -no-numbering on OPTIONS.html, too. 2004-09-25 06:07:44 +00:00
William Kendrick
c3414bf39e Re-converted README.html to README.txt, but using -no-numbering Links option. 2004-09-25 06:06:45 +00:00
Karl Ove Hufthammer
a26becd99c Minor word change. 2004-09-24 21:02:11 +00:00
Karl Ove Hufthammer
2ecd447621 Changed skyline starter to JPEG. 2004-09-24 20:17:25 +00:00
William Kendrick
0d264b193a Changed internal #options anchors to point to new OPTIONS.html. 2004-09-24 07:55:23 +00:00
William Kendrick
61ac04173e Made README more friendly. Completely pulled Options section, put it in
a new document, OPTIONS (html and txt). Made mention of other docs into
hyperlinks.
2004-09-24 07:49:53 +00:00