Commit graph

80 commits

Author SHA1 Message Date
William Kendrick
288fb91421 Fixed tool scrolling crash bug (thanks Kevin & John!).
Made shape tool default to a reasonable sized shape if user doesn't drag.
2004-01-14 09:08:48 +00:00
William Kendrick
d60cb8dd11 Made sure KDE icon dirs existed. Updated copyright year in some docs. 2004-01-14 08:33:32 +00:00
William Kendrick
f34623ec13 Updated README 2003-12-26 12:58:51 +00:00
William Kendrick
b78d4ef064 New Tamil translation. 2003-12-26 12:17:45 +00:00
William Kendrick
40b1dd3b43 Tux stamps install sequence. 2003-12-24 01:48:13 +00:00
William Kendrick
d4d5f3715d Doc tweaks 2003-12-23 12:59:33 +00:00
William Kendrick
503c338ba6 pt_BR stamps weren't showing up because Tux Paint thought it was plain pt. 2003-12-23 12:31:13 +00:00
William Kendrick
e9033e1af5 Fixed missing #include in hqxx.c. Updated Icelandic translation. 2003-12-23 10:53:43 +00:00
William Kendrick
48b95f2444 Note about "en.utf8=" 2003-12-22 23:43:30 +00:00
William Kendrick
e65e4799f9 Added info on Grow/Shrink to docs. More playing with hq4x before bedtime. 2003-12-21 01:23:42 +00:00
William Kendrick
a6427c94ee Began incorporating hqXx filter. Removed old, unused Win32 code. 2003-12-20 18:03:29 +00:00
William Kendrick
dba2ecf3b3 Fixed Mark Kim and Shin-Ichi's email addresses. 2003-12-19 20:31:01 +00:00
William Kendrick
67ed1b97a5 Marked bounced emails as such. 2003-12-19 20:18:20 +00:00
William Kendrick
1e60f10112 Windows98 printing fixes from October. Also, added dummy Makefile in src/ 2003-12-19 19:46:49 +00:00
William Kendrick
f2eeffb4fb Placeholder docs for Basque and Norwegian Bokmal. 2003-12-19 17:42:18 +00:00
William Kendrick
c7508376e4 Oops; got Basque's locale wrong! 2003-12-19 15:59:45 +00:00
William Kendrick
0cf7ae51df Cleaned up TODO list, added some OSX comments. Commented/documented get_fname 2003-12-18 15:39:10 +00:00
William Kendrick
8f9afd6b62 Added Basque translation to changes. 2003-12-18 15:19:33 +00:00
William Kendrick
bfaf56bd52 Added Basque translation. Fixed Bokmal Makefile stuff. 2003-12-18 14:49:21 +00:00
William Kendrick
6503cd50ec Makefile and Basque. 2003-12-18 14:37:58 +00:00
Karl Ove Hufthammer
e1492ebf9f Added Norwegian Bokml ('nb') translation. 2003-11-28 22:18:41 +00:00
William Kendrick
028f68ae31 White in tintable stamps no longer tinted. Homedir stamps now loaded first. 2003-11-14 11:50:31 +00:00
William Kendrick
ce608a16f1 Added 'noflip' and 'nomirror' stamp "*.dat" options to README. 2003-09-29 06:54:13 +00:00
William Kendrick
4dd337ffb6 Added Ben's 'disable flip/mirror disable' suggestion. 2003-09-29 02:10:53 +00:00
William Kendrick
36fb8b275c Made stamp control button area recognized. 2003-09-28 08:00:40 +00:00
William Kendrick
8955d1a28c Added lots of empty documentation translation directories.
Fixed locale typos in source ("cs" instead of "cz"; "sv" instead of "se")
2003-09-27 08:39:08 +00:00
William Kendrick
775f61eb32 Added some missing example configs to default config file. 2003-09-27 08:30:41 +00:00
William Kendrick
69e3ddf84a Lots of GNU GPL translations. 2003-09-27 08:14:53 +00:00
William Kendrick
c3eb3df322 Updated documentation to correspond to new (upcoming) options.
Made sure options listings were complete.
2003-09-27 07:52:47 +00:00
William Kendrick
be5505c4ee Tamil support in the main code and Makefile. 2003-09-14 21:06:00 +00:00
William Kendrick
1c68ae37ce Cleaned up title image. Fix mouse-pointer (cursor) shape inconsistencies.
Added "--noshortcuts" option.
2003-09-12 02:40:59 +00:00
William Kendrick
6a6f300909 Fixed cursor position bug when deleting top-left-most file in 'Open' dialog 2003-09-05 09:12:26 +00:00
William Kendrick
16b3be9226 Reorganized usage display. 2003-09-05 07:43:01 +00:00
William Kendrick
5e998b1c12 Added "--lang help" and "--lang list"; moved languages out of regular
usage display.
2003-09-05 06:49:52 +00:00
William Kendrick
483fb57c63 Added "version" before version number at top of README.html, to make it
more clear. :^)
2003-09-04 00:30:58 +00:00
William Kendrick
96f6b41c99 Fixed broken HTML tag in README. 2003-08-28 10:12:24 +00:00
William Kendrick
89ad008175 Sorted & tidied changelog. About to release! 2003-08-19 10:07:58 +00:00
William Kendrick
55bcf74449 Added Malay translation. 2003-08-18 20:43:22 +00:00
William Kendrick
1653a8f499 Added ".UTF8" to Russian locale request.
Support for "--lang russkiy" to get Russian, too.
2003-08-05 07:40:53 +00:00
William Kendrick
fd9b4808ed Skeleton Russian PO. Added Russian and Walloon to docs and manpage. 2003-08-02 10:22:55 +00:00
William Kendrick
3a8670dcec Makefile will now try to install Tux Paint launcher icon for gnome in $GNOME_PREFIX=/usr
if gnome-config isn't available.
2003-07-27 08:16:59 +00:00
William Kendrick
8bc94248e3 Forgot argument to realloc().
Made iconv_close() only get called if cd != -1;
2003-07-27 08:05:25 +00:00
William Kendrick
23ed4c11e4 Final malloc work for tonight. Note: BeOS code in do_open() is UNTESTED! 2003-07-26 11:17:49 +00:00
William Kendrick
e6788c26e5 Started replacing MAX_FILES-sized arrays with dynamically allocated structures. 2003-07-26 09:16:30 +00:00
William Kendrick
8c730a9336 Added verbose "#error" output during install if certain header files can't
be #include'd.  (Typically from forgetting to install corresponding "-dev"
packages for the libraries.)
2003-07-21 03:26:37 +00:00
William Kendrick
cab5439e13 Sped up XOR animation by ignoring some motion events, if needed. 2003-07-20 10:18:41 +00:00
William Kendrick
dc03f181eb Simplified CFLAGS variable in Makefile (for easier handling by packagers) 2003-07-20 09:11:13 +00:00
William Kendrick
9141bbd6a7 Added Pablo S.'s mouse click suggestion to TODO. 2003-07-20 05:42:56 +00:00
William Kendrick
cf5270f5ce Bound gettext to UTF-8 domain to allow UTF8 font rendering, but still support
non-UTF-8 translations (like Spanish) to come out right.  Thanks to many!
2003-07-19 11:20:23 +00:00
William Kendrick
a75ee2d018 Replaced "efont-serif" fonts with the entire "ttf-freefont" collection.
(For better support of certain symbols; also, added effect of providing
a wider variety of font faces.)
2003-07-19 10:44:28 +00:00