Commit graph

450 commits

Author SHA1 Message Date
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
William Kendrick
08de5b43d4 Completely organized 0.9.14 change-log entries. Removed redundant items
(e.g., combined multiple translation updates into one; removed updates
to newly added translations, etc.)
2004-09-24 07:11:51 +00:00
William Kendrick
f3a6db8386 Added John's Visual Studio contrib to change logs. 2004-09-24 06:49:11 +00:00
John Popplewell
2128dc2fac Removed unused dependency on getopt.
Switched the "Program Database" back on.
2004-09-23 22:51:35 +00:00
John Popplewell
e8559861cd Make sure 'lockfile.dat' isn't shipped. 2004-09-23 13:07:29 +00:00
John Popplewell
f19c652614 Ignore this clutter. 2004-09-23 12:54:01 +00:00
John Popplewell
0c12a571a1 Added some help with setting everything. 2004-09-23 12:53:00 +00:00
John Popplewell
236cba1421 Added MSVC6.0 project and NSIS installer builder.
'prebuild.py' generates the .mo files, converts the text documents to CRLF
format (it only touches the files if they need converting) and builds
'filelist.inc' which is used by NSIS. This avoids including CVS folders.
2004-09-23 10:57:01 +00:00
John Popplewell
20c1d5f4b8 Documentation for the custom local fonts. 2004-09-23 10:44:57 +00:00
John Popplewell
3d19a392df Oops! Fix corrupted file. 2004-09-23 10:40:55 +00:00
John Popplewell
210f38f0e6 Added the (small) custom locale fonts so that they become a standard part
of Tux Paint.
2004-09-23 10:35:40 +00:00
John Popplewell
cc4be272ed Added custom win32 installer icon and source image. 2004-09-23 10:28:24 +00:00
John Popplewell
05791bb399 Fix line-ending problem.
Hide 'inline' when building with MSVC6.
2004-09-23 10:24:50 +00:00
William Kendrick
478a17cfd9 'Open' dialog tries to open 'Starter' backgrounds, if they exist
(JPEG first, then PNG... if neither, then it loads the 'overlay' PNG,
which may be the only part of the Starter...)
2004-09-23 08:28:46 +00:00
William Kendrick
9cf8902c99 Welsh update by Kevin Donnelly. 2004-09-22 16:29:25 +00:00