Albert Cahalan
6836e565b4
this should fix the smudge boundries
2004-12-07 01:42:07 +00:00
Albert Cahalan
df3c31531d
clipped_getpixel
2004-12-07 00:58:50 +00:00
Albert Cahalan
4dda614a98
new smudge tool
2004-12-06 23:56:42 +00:00
Albert Cahalan
b20d3f1d75
better magic blocks effect
2004-12-06 20:03:28 +00:00
Albert Cahalan
7e99dd8554
stamp size range stuff
2004-12-06 01:57:34 +00:00
Albert Cahalan
db7e2935cb
Tinter now 2x to 4x faster
2004-12-06 01:09:31 +00:00
Albert Cahalan
c8d07b8fd7
fix massive memory leak
2004-12-05 07:02:42 +00:00
William Kendrick
5ec0d9e340
Only updates stamp XOR stipple when absolutely necessary, not on mouse motion.
2004-11-26 23:55:39 +00:00
Albert Cahalan
a1f2c35dc4
stamp outline fixes, #if 0 removal
2004-11-26 21:29:36 +00:00
Albert Cahalan
31dd9779b7
stamp outline fixes
2004-11-26 20:57:45 +00:00
Albert Cahalan
f5cd9b0575
new tinter based on CIE L,u,v color space
2004-11-26 04:10:13 +00:00
Karl Ove Hufthammer
cd6cb7ae11
Moved to 32 bit graphics mode. Things are looking better!
2004-11-25 19:39:33 +00:00
Albert Cahalan
f0e9d7b8c3
fix and document the scale keyword
2004-11-25 06:45:03 +00:00
Albert Cahalan
8be0d5be48
moved tinter code into own function
2004-11-24 23:35:14 +00:00
Albert Cahalan
c8bbaa68ed
support "scale" keyword in *.dat files for high-resolution stamps
2004-11-24 18:16:32 +00:00
Albert Cahalan
5bd1e54d9a
cast to void is enough to suppress the warning
2004-11-24 17:16:31 +00:00
William Kendrick
b7d549518e
More compiler warning cleanup.
2004-11-24 06:56:24 +00:00
William Kendrick
a21189ee8e
Cleaned up new code to Bill's style. ;^)
2004-11-24 06:51:42 +00:00
William Kendrick
d6a620723b
Cleaned up code to prevent more compiler warnings.
...
(Mostly removing unused functions/declarations, and unused func. arguments)
2004-11-24 06:47:59 +00:00
Albert Cahalan
35d0dae6c1
allow any sane window size, such as 1234x666, and many insane sizes too
2004-11-24 04:19:06 +00:00
Albert Cahalan
34cd0b93cb
Per-stamp sane scaling range enforced. (generally bigger)
2004-11-24 03:00:10 +00:00
Martin Fuhrer
41402eca12
Updates for Mac OS X - dock icon loads properly, new location for saved images and prefs in "~/Library/Application Support/TuxPaint", additional search path for stamps in "/Library/Application Support/TuxPaint"
2004-11-23 21:02:51 +00:00
Albert Cahalan
011834c95f
cast useless arg to void --> no warning about it
2004-11-23 18:41:34 +00:00
Albert Cahalan
e5dbc33b29
simplify strip_trailing_whitespace, now O(n)
2004-11-23 18:37:59 +00:00
William Kendrick
f7679aed1c
Cast putenv const strings to non-const 'char *', to prevent warnings.
...
Cleaned up change log.
2004-11-23 10:08:37 +00:00
Albert Cahalan
898745b144
half of the signed/unsigned warnings
2004-11-23 01:58:56 +00:00
Albert Cahalan
dc6ae1a5b8
use const keyword --> fewer warnings
2004-11-23 01:28:44 +00:00
Albert Cahalan
7aa5b236a4
use static keyword --> fewer warnings and better optimization
2004-11-22 23:17:22 +00:00
William Kendrick
618400bba9
Updated Hebrew translation.
2004-11-22 01:55:53 +00:00
William Kendrick
abe6a5637f
Now using AUDIO_S16SYS, 15bpp graphics. Has room for 512 stamps loaded at once.
2004-11-22 01:47:04 +00:00
William Kendrick
c52c1321fc
Palette improvements.
2004-11-22 01:41:40 +00:00
William Kendrick
3f976b6f2e
Added Albanian translation.
2004-11-22 01:12:23 +00:00
William Kendrick
b041c917fb
Updated Galician translation.
2004-11-22 00:32:26 +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
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
e72413c498
Updated desktop file with new translations.
2004-10-28 20:53:44 +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
871f5add79
Added Galician support.
2004-10-24 02:46:04 +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
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
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
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