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
William Kendrick
fabc9c171c
Got starter background centered properly in 800x600 mode.
...
(Foreground not working.)
2004-09-22 07:02:41 +00:00
William Kendrick
95a0c69c56
Mirror and flip of image is kept track of, so undo/redo also affects starter.
2004-09-22 05:34:35 +00:00
William Kendrick
01111df2d3
Fixed bug where starter background wouldn't get flipped. (y, not x! d'oh!)
2004-09-22 05:11:58 +00:00
William Kendrick
4d3064b7d0
Doc'd current state of bugginess in TODO.txt.
2004-09-20 06:05:03 +00:00
William Kendrick
9eecf5ab4e
Trying to finish up starter mirror/flip. Background flip-on-load broken!
...
(Also, need to worry about keeping track of flips and mirroring for Undo/Redo!)
2004-09-20 06:02:57 +00:00
William Kendrick
9c450c12f2
Got it to properly pay attention to image's starter's orientation when loading.
2004-09-20 05:49:10 +00:00
William Kendrick
deb87428b3
Got starter mirror and flip working when Magic tools used.
2004-09-20 05:35:24 +00:00
William Kendrick
1d6406762c
Starters get mirrored and flipped when those Magic tools are used. (BROKEN!)
...
Starter's mirror and flip state are stored, so we know to mirror/flip the
original when loading a saved image based on a starter. (UNTESTED)
Starters centered in the image, if they're smaller than canvas
(e.g., you're running in 800x600 mode) (BROKEN!)
Starter backgrounds can be JPEGs, as well as PNGs. (UNTESTED)
2004-09-20 03:15:12 +00:00
John Popplewell
c6f0c17daa
Fix the other occurrence of the path to the starters files - sigh.
2004-09-18 20:06:38 +00:00
John Popplewell
e31a815459
Fix for bug in SDL_ttf-2.0.6. A call to TTF_Open() with the filename of
...
a font that doesn't exists segfaults. See the SDL list for details.
Doesn't affect the win32 build because the bug is fixed in the DLL I ship.
Added try_alternate_font() which mangles the lang_prefixes in an attempt
to find a suitable custom font. e.g. 'zh_tw'->'zh'.
2004-09-18 03:00:07 +00:00
John Popplewell
2a9f5553a4
Fix for win32 current_language(). Environment variable in 'langstr' parsing
...
code changed from LANG->LANGUAGE but not code in current_language().
2004-09-18 01:02:44 +00:00
John Popplewell
d0edcec0a7
Make win32 version use 'icon32x32.png' as SDL window icon.
...
Fix 'starter' images directory for win32.
2004-09-17 13:39:35 +00:00
Karl Ove Hufthammer
fd455ea70a
Fixed a small spelling mistake.
2004-09-17 05:53:56 +00:00
William Kendrick
732e00b189
Made eraser outline icons in Selector 2px thick instead of 1px.
2004-09-15 19:40:47 +00:00
William Kendrick
fe3703328b
Added skyline of San Francisco to 'starters'. (From NOAA photo library)
2004-09-15 08:39:47 +00:00