Karl Ove Hufthammer
07035f0c75
Gujarati translation support was not being compiled.
2006-07-15 18:23:50 +00:00
William Kendrick
8d34786bcc
Kartik Mistry will be providing Gujarati translation.
2006-07-11 18:02:46 +00:00
William Kendrick
9fae1a8a25
Fixing bug #1480977 : Defining _GNU_SOURCE before including any headers,
...
then checking if __USE_GNU was set, in which case strcasestr() is almost
definitely available, otherwise we define it in tuxpaint.c
For non-GNU systems which DO have strcasestr() defined, HAVE_STRCASESTR
can be set to prevent redefinition within tuxpaint.c.
2006-06-03 06:24:55 +00:00
William Kendrick
2aebbc6643
Adding Tagalog support.
...
Silencing any errors when running kde- or gnome-config during install.
2006-05-13 18:45:24 +00:00
William Kendrick
d8ff248c7e
Adding Kurdish translation to project and Makefile.
2006-04-30 04:09:07 +00:00
William Kendrick
8edb9cdf0b
Added Faroese translation.
...
Updated Vietnamese translation.
Added missing (newly-added) supported languages to OPTIONS docs.
2006-04-05 07:28:42 +00:00
William Kendrick
92a2f5230e
Adding skeleton PO and code for expected Tibetan support.
2006-03-30 03:34:59 +00:00
William Kendrick
7f7304fbef
Arabic translation. Including TTF font for Arabic.
2006-03-28 08:33:05 +00:00
William Kendrick
0a3b76d5ca
Updated datestamp.
2006-03-13 00:37:26 +00:00
William Kendrick
54636b8328
Changed compiler flags to allow tinter code to work on x86 (see tuxpaint-devel)
2006-03-13 00:34:05 +00:00
William Kendrick
2e90a5873c
Adding support for Scottish Gaelic. (Also made "Gaelic" specifically "Irish")
2006-03-05 00:43:50 +00:00
William Kendrick
483ef2a469
Probably good to bump up the version number. ;)
2006-03-02 08:19:28 +00:00
William Kendrick
c544d42145
Added sound effect for grass magic tool.
...
Sound effects are now in stereo.
2006-02-20 09:54:51 +00:00
William Kendrick
e404adb2e6
Dependency on obj was causing tuxpaint.o to get rebuilt.
2006-02-20 08:15:27 +00:00
John Popplewell
7ce606ea61
Fix for win32 and beos builds.
2006-02-20 02:56:05 +00:00
William Kendrick
e964eb17a0
More splits from "tuxpaint.c":
...
+ "debug.h": Defines whether debugging printf() calls should be enabled.
+ "dirwalk.c/h": Callback functions for recursive directory traversal.
+ "fonts.c/h": Font loading/grouping/discarding variables and functions.
+ "get_fname.c/h": Functions for constructing preferred file paths.
2006-02-19 08:02:39 +00:00
William Kendrick
7448cd879d
Consolodating description of source extraction in CHANGES.txt.
...
Extracted do_floodfill, playsound, draw_progressbar and RGB-to-linear functions.
2006-02-18 09:32:12 +00:00
William Kendrick
3b5f10c4fe
Split out some compiler-version-specific definitions into "compiler.h".
...
Split out 'getpixel' and 'putpixel' family of functions into "pixels.c" and "pixels.h" source files.
2006-02-18 08:42:23 +00:00
William Kendrick
410c156d16
Split XBM cursor #includes and set/free functions into "cursor.h" and
...
"cursor.c" source files.
2006-02-18 08:14:52 +00:00
William Kendrick
2af7785454
Split language-related variables, enumerations, arrays and helper
...
functions in to "i18n.c" and "i18n.h" source files.
2006-02-18 06:54:50 +00:00
Christian Hammond
0a466d36af
Commit the initial support for the Nokia 770. This does not include packaging (which should be done outside this tree, imho), and is not finished yet, but it works.
2006-01-08 02:16:29 +00:00
Mark K. Kim
8a896438a1
CVS Id tags added to several files for easier version tracking.
2005-11-27 08:09:37 +00:00
William Kendrick
8f93611954
Japanese font rendered incorrectly (SDL_ttf or FreeType bug???); increased
...
size to compensate.
2005-11-27 06:45:07 +00:00
Ben Armstrong
04bdc5d7ca
* Move new defines to DEFS where they belong.
...
* Allow debug flag to be set in DEBUG_FLAGS so it is easily set by the caller without
disturbing CFLAGS.
2005-10-15 00:37:49 +00:00
Ben Armstrong
00c3a8ab8f
Ignore error if build not empty
2005-10-14 23:27:02 +00:00
Ben Armstrong
d01151bc74
Also omit .#* cvs backup files from release.
2005-10-14 23:13:56 +00:00
Ben Armstrong
c2d0b63b44
releaseclean now removes build too, provided it is empty
2005-10-14 23:07:29 +00:00
Ben Armstrong
fffb41d921
releaseclean *really* removes tarball now
2005-10-14 23:01:57 +00:00
Ben Armstrong
07406774a2
Make release depend on releasedir and releaseclean clean up tarball.
2005-10-14 23:00:21 +00:00
Ben Armstrong
f082a4d0aa
Provide releasedir and releaseclean targets.
2005-10-14 22:34:31 +00:00
William Kendrick
905b5552fa
Checks whether "-Wdelcaration-after-statement" is available in gcc before
...
trying to use it (simple shell script trick from Shin-Ichi).
2005-10-13 07:48:20 +00:00
William Kendrick
91cdab237a
Created 'release' Makefile target, which generates a .tar.gz.
...
Moved "VER_VERSION" to Makefile (where 'release' can pick it up),
and made "VER_DATE" a dynamically-generated Makefile variable.
2005-10-10 03:01:17 +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
William Kendrick
4c61559aca
Added Ukrainian translation.
2005-09-13 03:01:25 +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
051580d141
Using proper locale for Gronings ("gos_NL"), as per Karl.
2005-07-27 07:58:13 +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
John Popplewell
eac0ad61c0
Force a clean rebuild when using 'make bdist-win32'.
2005-07-22 01:32:57 +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
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
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
304f325a9d
Received partial Thai translation!
2005-07-15 05:11:19 +00:00
William Kendrick
b509c8ef4e
Support for Kinyarwanda language.
2005-04-06 08:00:44 +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
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
William Kendrick
edacc8bfb2
Ack, it's et_EE, not ee_ET!
2005-02-13 22:43:55 +00:00