William Kendrick
a95e5c036a
Removed deps and targets for code that's now within Magic tool plugins.
2007-07-06 19:30:25 +00:00
William Kendrick
47e44cb80f
Completed Negative Magic tool as a plugin (except sound).
...
Created Mirror and Flip Magic tools as plugins (except sound); hooks
added to Magic plugin API to allow starter and starter-undo mirror/flip.
Created Fade and Darken Magic tools as plugins.
Moved magic tool sounds to 'magic'.
Added flip and mirror icons to main Tux Paint UI (used to share magic tools')
Created 'tp-magic-config.sh' to get CFLAGS for compiling magic tool plugins.
Improved magic tool plugin API.
Committed some documentation on magic tool plugin API.
2007-07-05 19:20:58 +00:00
William Kendrick
1f3a52c6e1
Fixed typo (thx to Antoine Jacoutot)
2007-07-04 19:48:49 +00:00
William Kendrick
c3b67b7734
Adding an API for developing Magic tools as plug-ins. (e.g., '.so'
...
shared objects under Linux)
Ported (most of) 'Negative' magic tool to Magic tool plug-in system.
2007-07-04 05:48:24 +00:00
William Kendrick
9b15de7ff3
Removed 'rc1', since I believe next release will be final!
2007-07-01 15:01:35 +00:00
John Popplewell
bedbdc7cd7
Fix the WIN32 builds to use oldsvg and custom include path for cairo.
...
Disable use of PAPER_LIB.
Fix typo in compiling message.
2007-06-30 03:59:04 +00:00
William Kendrick
4c7515190f
FAQ update.
...
Preparing for 0.9.17rc1.
2007-06-27 16:29:55 +00:00
William Kendrick
b16832d76a
PostScript printing code rewritten, based on NetPBM's 'pnmtops' tool by Jef Poskanzer.
...
PostScript printing now uses libprint to determine papersize, and scale and
position image accordingly. Thanks to Henry House.
"--papersize" option added to allow PostScript printing code to use a
different size than libpaper reports as the user's or system's default.
2007-06-25 18:00:49 +00:00
William Kendrick
4b642d53d5
Split PostScript printing code (for Linux/Unix/etc.) into its own source file.
2007-06-24 23:06:24 +00:00
William Kendrick
01fc74bd2d
SVG support via libRSVG! (Now builds with SVG support on Ubuntu 07.04 (Fiesty))
2007-06-22 20:03:50 +00:00
William Kendrick
e38693215a
Makefile now includes "oldsvg" target, for original libcairo1.
2007-06-13 18:55:08 +00:00
William Kendrick
dc15cbdcb1
Put updated URL in Makefile echoes.
2007-05-03 07:09:09 +00:00
William Kendrick
1760cc9fc9
Localization build, install and uninstall targets moved into a separate
...
"Makefile-i18n", to reduce clutter in main Makefile.
2007-05-03 07:08:26 +00:00
William Kendrick
3fe6dbd857
Added Twi translation.
2007-04-26 20:13:47 +00:00
William Kendrick
b0efac0b9a
Added Latvian support. (Note: PO file is incorreclty implemented)
2007-04-24 09:19:35 +00:00
William Kendrick
29bcdacab5
Added Telugu support and TTF font (a GPL one in Debian & Ubuntu)
2007-04-24 08:59:46 +00:00
Mark K. Kim
f043a733e6
Added application-level Input Method support.
2007-04-22 04:05:23 +00:00
Alessandro Pasotti
cb9a159ba5
Maemo Nokia 770 and 800 debian packaging.
...
Fixed the "Home" button missing icon problem
Fixed cursor (now it's hidden)
Files are saved on /media/mmc1/tuxpaint by default so users can see them
from the filemanager
Added xpm icon to hildon desktop
2007-03-24 09:00:28 +00:00
John Popplewell
52a8db16ac
Updates for win32 SVG support. Update resource version information.
2007-03-22 19:57:57 +00:00
Mark K. Kim
1dee12d398
Makefile break bugfix
2007-03-18 02:35:57 +00:00
Terje Bergström
85c2cf280c
* Fixed building for Maemo. It was forgetting all CFLAGS except the Maemo specific ones. Now it only appends the Maemo flags.
2007-03-12 06:27:03 +00:00
Albert Cahalan
542aaf4cad
It runs on the OLPC XO now, unless you run out of memory. Do not even think of using stamps, system fonts, etc.
2007-03-12 03:55:30 +00:00
William Kendrick
b765c86e50
* Updated version to 0.9.17
...
* Stamps now supports SVG vector-based graphics! (Via Cairo library)
* Discussed SVG Stamps in "Extending Tux Paint."
* Created an "SVG.txt" document, covering SVG software.
* Mentioned descriptive sounds (e.g., "stamp_desc_ll.ogg") in "Extending..."
* Listing new www.tuxpaint.org website URL.
2006-10-26 08:54:24 +00:00
William Kendrick
29ede91401
Crossing fingers that this will be final!
2006-10-19 07:41:49 +00:00
William Kendrick
666638b22b
This will be rc6.
2006-10-14 05:52:34 +00:00
William Kendrick
43ee22d6f0
Making sure default UI font is used for untranslated strings where
...
gettext() isn't being used -- stamp descriptions.
2006-10-12 07:18:34 +00:00
William Kendrick
4872bc5dde
More locale/language documentation cleanup.
2006-10-11 19:43:04 +00:00
William Kendrick
022c6ae49c
Making sure default UI font is used for untranslated strings.
...
(Hindi font, for example, didn't seem to have roman characters.)
2006-10-11 18:20:41 +00:00
William Kendrick
9c99da337a
Added Ndebele translation.
2006-10-11 07:54:09 +00:00
William Kendrick
2b88cc7989
Forgot to add en_ZA to Makefile.
2006-09-22 19:18:31 +00:00
William Kendrick
63f8bb68ab
Added Xhosa translation.
2006-09-22 19:04:09 +00:00
William Kendrick
13f81551d9
Added Venda translation.
2006-09-22 18:14:47 +00:00
John Popplewell
de390efbe7
Copies over the new Ogg/Vorbis DLLs.
2006-09-17 17:20:51 +00:00
William Kendrick
d30e67594e
3-digit hexadecimal color defintions act like CSS (e.g., #FFF is #FFFFFF now, not #F0F0F0).
2006-09-11 08:25:24 +00:00
William Kendrick
bccc668039
Improved installation instructions displayed after "make all" target completes.
2006-09-10 18:25:25 +00:00
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