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 |
|
Martin Fuhrer
|
87cc774f6b
|
Added Xcode project files for compiling Tux Paint on Mac OS X
|
2004-11-22 22:16:18 +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
|
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 |
|