Commit graph

844 commits

Author SHA1 Message Date
William Kendrick
3cccf4ea8e Added Mexican Spanish to Options docs. 2005-10-03 06:10:20 +00:00
William Kendrick
6357df6d08 Added Mexican Spanish translation (via Linspire IRMA's Karla Uribe). 2005-10-02 21:44:19 +00:00
William Kendrick
a2b8ca5d3d Made variable delcarations C90 compliant, so that older GCCs (e.g., on RH7)
can still compile Tux Paint.
2005-09-17 15:40:24 +00:00
William Kendrick
78b7432cf8 Patch from TOYAMA Shin-ichi:
(1) Do NOT force install desktop icons when gnome and/or KDE are
    not installed -- Makefile, tuxpaint.spec.
(2) Missing "/" for "CONFDIR" -- Makefile
2005-09-17 14:45:17 +00:00
John Popplewell
6c6150caf5 Added 'Version' entry to the registry.
Removed use of UsingWinNT() from ThisUserOnly() and All/Current custom
page. Decided that it didn't help much on Win9x.
2005-09-16 00:56:46 +00:00
John Popplewell
bcf9ac61c1 Added additional Windows-only search paths for stamps, fonts and brushes. 2005-09-16 00:52:24 +00:00
William Kendrick
4c61559aca Added Ukrainian translation. 2005-09-13 03:01:25 +00:00
William Kendrick
66a45943d1 Created Makefile to convert HTML documentation into plaintext using Links. 2005-09-05 23:33:51 +00:00
William Kendrick
49d4667bce Made 'sysfonts' OFF by default. 2005-09-05 23:13:45 +00:00
William Kendrick
30234836c2 Completed Thai translation. 2005-08-24 04:38:06 +00:00
John Popplewell
54aa4ba456 Added additional 'libiconv-2.dll' to the installer. 2005-08-11 04:28:07 +00:00
John Popplewell
669c6f6613 Fix for French, German etc. Forces the strings returned by gettext() to be UTF-8. 2005-08-10 17:41:45 +00:00
John Popplewell
7c14bd2e8d Restores system locale detection for Windows. --lang=thai now works, still problem with e.g. French and German. 2005-08-09 14:23:07 +00:00
John Popplewell
8a4ee68fe5 libintl-3.dll now links to libiconv-2.dll so include in distribution. 2005-08-09 14:06:02 +00:00
William Kendrick
190e2ecb8c Documented John Popplewell's recent installer-related changes. 2005-07-31 04:30:25 +00:00
William Kendrick
03d4bdc764 Added note regarding TrueType Font license information to main COPYING.txt 2005-07-28 04:35:05 +00:00
William Kendrick
92f07a58be Incorporating Thai TrueType Font into main Tux Paint package, as it's not
very large.
2005-07-28 04:23:56 +00:00
John Popplewell
bdbfc53779 Added macros for the registry keys. 2005-07-28 00:29:26 +00:00
John Popplewell
d67643c1ae Added InnoSetup PreProcessor (ISPP) requirement.
Added bunch of macros to make configuration changes less error prone.
Added ability to detect previous install directory entries in the registry.
Searches for entry in HKLM and HKCU sections.
Tidied-up some of the functions.
2005-07-27 20:26:46 +00:00
John Popplewell
8703213479 Ignore intermediate file. 2005-07-27 20:22:51 +00:00
William Kendrick
051580d141 Using proper locale for Gronings ("gos_NL"), as per Karl. 2005-07-27 07:58:13 +00:00
William Kendrick
9a63e0e01d Updated Hebrew translation. 2005-07-27 07:44:11 +00:00
William Kendrick
bb67113773 Added Gronings translation (assuming it's "gr_NL" locale! Haven't confirmed!) 2005-07-26 08:43:13 +00:00
William Kendrick
aa0e5214e6 Updated Hebrew translation.
No longer displays untranslated text in right-to-left (backwards).
2005-07-26 07:52:44 +00:00
William Kendrick
1b9519f38d Updated Hebrew translation. 2005-07-26 07:44:02 +00:00
John Popplewell
a13fe4be43 Excludes CVS files from the installer. 2005-07-23 02:05:11 +00:00
John Popplewell
e4fa495378 Added a registry entry 'Install_Dir' in either HKCU\Software\TuxPaint or
HKLM... depending on whether the user is restricted (or doing a current
user-only install) or is installing for all users.
Refactored some of the Booleans.
2005-07-23 00:53:30 +00:00
John Popplewell
eac0ad61c0 Force a clean rebuild when using 'make bdist-win32'. 2005-07-22 01:32:57 +00:00
John Popplewell
ae27ef65d1 Changed to build the installer from files in the 'bdist' directory.
Windows 9x/ME installs shortcuts for the current user (desktop, start menu)
but defaults to install in the 'Program Files' directory like everything
else.
2005-07-22 01:19:34 +00:00
John Popplewell
70a72ee87f Ignores new bdist directory. 2005-07-22 01:16:55 +00:00
John Popplewell
2bdb3b21d1 Changed the 'win32' and 'install-win32' make options back the way they were.
Makes development/testing easy when using MINGW/MSYS.

Added bdist-private-win32, bdist-win32, bdist-clean and install-dlls to
manage building a distribution directory with all the files required to run
on Windows. This requires a recompilation of 'Tux Paint' so that the data,
locale and docs directories are relative to the executable.
2005-07-22 01:15:55 +00:00
John Popplewell
ffc4bb5421 First pass at using InnoSetup 5 installer generator. Does all users, current
user installation types. Works for a restricted user. Bit weird on Windows
9x - will fix. Needs matching installers for stamps, prevention of execution
of tuxpaint-config by restricted users, registry entry.
2005-07-20 23:50:21 +00:00
John Popplewell
d9f70cfde6 Added GetDefaultSaveDir(suffix) which fetches the default "Application
Data" path for the current user from the registry, appends the suffix,
creates the subdirectory if it doesn't exist, then returns a string from
the heap.
This path is the new default "savedir" location on Windows. Tested on
98/2K/XP.
Changed code that sets the pwd to the directory containing the executable.
Originally for BEOS only, now working and enabled for Windows also.
2005-07-19 04:44:31 +00:00
John Popplewell
3f07d39e0e Now links with 'shlwapi.dll' so that it works on Windows 98.
Changed DATA_PREFIX, DOC_PREFIX, LOCALE_PREFIX to be relative to the
executable for the compilation phase.
Changed DATA_PREFIX, DOC_PREFIX, LOCALE_PREFIX to be in the $(PREFIX)/bin
directory for the installation phase. Very non-standard, but until these
paths are configurable at runtime I can't think of a better solution.
2005-07-19 04:38:58 +00:00
William Kendrick
fd21f4d859 Added Tux voice sound effects! 2005-07-17 20:21:47 +00:00
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