Commit graph

809 commits

Author SHA1 Message Date
William Kendrick
5f1084dc4c Cleaned up some compiler warnings. 2005-07-17 19:00:35 +00:00
William Kendrick
b3e8051fcf Updated French translation.
Figuring out how many %s args are really needed.
2005-07-17 18:57:20 +00:00
John Popplewell
b23e4e0e21 Fix segfault in show_usage(). 2005-07-17 01:26:35 +00:00
John Popplewell
b5fa77a946 Win32/MinGW fix for missing strcasestr().
Win32/MinGW fix for unused SIGPIPE signal handler.
2005-07-17 01:02:51 +00:00
William Kendrick
487f888a89 Mis-versioned some changes! 2005-07-16 08:53:52 +00:00
William Kendrick
d8914de190 Added "altprint..." options to affect 'Print' button behavior
(always act like [Alt] is held, never let [Alt] bring up a dialog, or
normal behavior).  Closes bug 1191193.
2005-07-16 08:09:23 +00:00
William Kendrick
a953d54099 Fixed issue where [Alt] had to be clicked when hitting [Yes] to confirm
printing. Had forgotten to apply fix to Mac OS X.
2005-07-16 07:43:29 +00:00
William Kendrick
a8468064fa Added 'altprintcommand' option, allowing Linux/Unix users to [Alt]+'Print'
to bring up a print dialog, too (by default, KDE's "kprinter" tool).
2005-07-16 07:22:29 +00:00
William Kendrick
e4f39fbe4c Replaced strstr() with strcasestr() to help to support non-lowercase
filename extensions (e.g., ".PNG").
(To close bug 1106521)
2005-07-16 05:57:48 +00:00
William Kendrick
fd8d987a56 *_PREFIX variables in Makefile no longer need trailing '/'.
(Closes bug 1057344)
2005-07-16 05:40:46 +00:00
William Kendrick
7785e7881c Makefile fix to install default locale fonts (the small ones that now come
with Tux Paint).
2005-07-16 05:16:57 +00:00
William Kendrick
6d4847799e Got stamp mirror and flip working again! 2005-07-16 05:06:21 +00:00
William Kendrick
9b6c43cfe0 Changed Song's email. 2005-07-16 04:26:37 +00:00
Song Huang
39b57220a2 refine the translation. 2005-07-15 14:58:39 +00:00
William Kendrick
f061e0fab3 Added Thai option to docs. 2005-07-15 05:21:47 +00:00
William Kendrick
304f325a9d Received partial Thai translation! 2005-07-15 05:11:19 +00:00
William Kendrick
53eedb6ce0 Added "Categories" to the 'tuxpaint.desktop' file. 2005-07-09 03:13:37 +00:00
William Kendrick
eb04461f1f Installation and Options documentation is now in Polish. 2005-06-29 05:38:36 +00:00
William Kendrick
a55fde5a64 Merged in some (hopefully) more up-to-date Bulgarian translations. 2005-06-27 00:39:26 +00:00
Karl Ove Hufthammer
5da8eb4a26 Updated e-mail address for Basque translator. 2005-04-30 19:26:51 +00:00
William Kendrick
b509c8ef4e Support for Kinyarwanda language. 2005-04-06 08:00:44 +00:00
William Kendrick
2e4dd1919e spec file update: Some hicolor icons not installed were removed from file list 2005-03-27 06:31:53 +00:00
William Kendrick
2b1a1d30c2 Updated Japanese translation. 2005-03-27 06:30:00 +00:00
William Kendrick
26e1393378 Added Georgian translation.
Don't assume locale has ".UTF-8" at the end.  (ka_GE does not, for example)
2005-03-25 05:30:07 +00:00
William Kendrick
6165768ed2 Re-set LANG_JA in lang_use_own_font[], as Japanese was not rendering
properly.
(Shin-ichi showed: http://z1.plala.jp/tuxpaint/cvstest/sample.html
on 2005.Mar.18)
2005-03-19 20:59:57 +00:00
William Kendrick
f90ecc86a0 "New" always available. 2005-03-11 05:49:37 +00:00
William Kendrick
aead0632b9 Makes our tuxpaint dir (in case it doesn't exist yet) before writing lockfile 2005-03-11 05:37:58 +00:00
William Kendrick
b3239fcc61 PIXresizer recommended by a user. 2005-03-10 07:41:48 +00:00
William Kendrick
64a496e76f French updates. 2005-03-10 07:22:57 +00:00
William Kendrick
e41ab2a19e Added [no]sysfonts options to man page. 2005-03-10 07:17:50 +00:00
William Kendrick
fa4421d7ba Added Patrick to credits. 2005-03-10 07:13:30 +00:00
William Kendrick
f6e091db96 Updated German translation. 2005-03-10 07:11:57 +00:00
William Kendrick
47372ba927 Mentioned 'win32' target. 2005-02-26 21:17:15 +00:00
William Kendrick
e789bd3dab Altered string comparison test in tuxpaint-import.sh 2005-02-26 21:12:24 +00:00
William Kendrick
9a49459003 Added tips for building with MinGW/MSYS 2005-02-26 04:33:20 +00:00
John Popplewell
2d28626e6f Updated version info. Removed load of junk. Fixed up headers and paths. 2005-02-26 04:10:57 +00:00
John Popplewell
94b2e21250 Added code to build the windows resources (icon and version info).
Strips the executable when doing an install.
2005-02-26 04:09:32 +00:00
John Popplewell
778bd2f897 Added support for building on a Windows system using MinGW/MSYS.
After building and installing all the dependencies I used these commands,
in MSYS, to build, install and run:

    export set CPATH=/usr/local/include
    export set LIBRARY_PATH=/usr/local/bin:/usr/local/lib
    make win32
    make install-win32
    tuxpaint
2005-02-26 02:26:40 +00:00
Karl Ove Hufthammer
e1ce8e1ddb Updated .desktop file. 2005-02-19 23:15:37 +00:00
Karl Ove Hufthammer
8b6f6e32fd Updated POT file (not PO files) 2005-02-19 23:15:00 +00:00
Karl Ove Hufthammer
b95305d1ea Show filename when updating. 2005-02-19 23:14:40 +00:00
Karl Ove Hufthammer
2adcf366c4 Updated Norwegian translations 2005-02-19 23:13:55 +00:00
Karl Ove Hufthammer
3e943d5bb2 Fixed syntax error. 2005-02-19 22:58:17 +00:00
William Kendrick
f903ef76d6 Updated Estonian. 2005-02-14 06:33:44 +00:00
William Kendrick
93400fcd71 Got Estonian working (i need coffee) 2005-02-13 22:55:26 +00:00
William Kendrick
1ce0237935 et_EE not ee_ET 2005-02-13 22:45:32 +00:00
William Kendrick
edacc8bfb2 Ack, it's et_EE, not ee_ET! 2005-02-13 22:43:55 +00:00
William Kendrick
ba806a5677 Estonian support. 2005-02-13 22:41:12 +00:00
William Kendrick
02026c65cd Added Estonian to docs/credits. 2005-02-13 22:36:22 +00:00
William Kendrick
1cca6824c4 Added new (and some missing) languages to manpage. 2005-02-13 22:32:43 +00:00