Albert Cahalan
c8df236b92
missed an "endif", make symbols hidden by default
2008-05-04 17:07:04 +00:00
Albert Cahalan
e92706e3af
need second var deref
2008-05-04 08:20:34 +00:00
Albert Cahalan
4af73b60ed
provide OS as a variable; use to simplify
2008-05-04 07:36:04 +00:00
Albert Cahalan
aa77afbd19
magic needs optimization, more warnings, and more debug info
2008-05-04 04:59:40 +00:00
Albert Cahalan
a4ff472d1f
use wildcard+pattern to build magic
2008-05-04 04:49:13 +00:00
William Kendrick
6c05efb4d6
Ojibwe is the correct spelling.
2008-04-29 16:37:23 +00:00
William Kendrick
7cc72c1b37
Order matters when using ":=" !
2008-04-28 06:30:05 +00:00
William Kendrick
5173311d1b
Doc'd Albert's changes.
2008-04-28 06:23:33 +00:00
Albert Cahalan
c415c57a66
revert for now, no time to fix
2008-04-27 23:27:01 +00:00
Albert Cahalan
767c8ce395
eliminate a useless array
2008-04-27 18:33:17 +00:00
Albert Cahalan
11f1b9f678
forgot a colon
2008-04-27 18:23:37 +00:00
Albert Cahalan
7323132d08
use .PHONY
2008-04-27 17:22:01 +00:00
Albert Cahalan
d32821d69d
if you generate "make" targets for installed files, you can use "install -D -m 644"
2008-04-27 05:37:56 +00:00
Albert Cahalan
a101226ec8
use wildcarding and pattern substitution for i18n files
2008-04-27 03:24:13 +00:00
Albert Cahalan
3de6b5d90b
DESTDIR is the standard name, not PKG_ROOT
2008-04-27 01:52:11 +00:00
Albert Cahalan
5244e175e8
use := operator for Makefile clarity and performance
2008-04-26 22:47:30 +00:00
Albert Cahalan
556f695bbe
HQXX was removed long ago
2008-04-26 22:36:31 +00:00
Albert Cahalan
54f3ea9b16
use := operator for Makefile clarity and performance
2008-04-26 21:04:54 +00:00
Albert Cahalan
8f4db5e542
DESTDIR is the standard name, not PKG_ROOT
2008-04-26 19:38:17 +00:00
secretlondon
ad861ef97f
Adding jigsaw pieces starter, based off PD image from wikimedia commons
2008-04-19 22:17:41 +00:00
secretlondon
527d8178fa
Typos in docs.
2008-04-19 18:55:02 +00:00
secretlondon
81647e2294
New spirograph starter made by Caroline Ford in Inkscape
2008-04-19 18:19:53 +00:00
secretlondon
2ec565722f
Nyad's fix for Sourceforge #1934883 for directional brushes
2008-04-17 20:11:03 +00:00
William Kendrick
0dca88faf0
Updated Greek (Hellenic) translation.
2008-04-15 15:52:22 +00:00
Karl Ove Hufthammer
1ea1b5f97f
Add line reference comments (needed for Pootle).
2008-04-06 16:41:46 +00:00
William Kendrick
da29194d03
Added Asturian translation.
2008-04-06 01:11:34 +00:00
William Kendrick
544f9e3479
Regenerated PO, POT and tuxpaint.desktop.
2008-04-03 17:42:00 +00:00
William Kendrick
54d7ce2f38
tuxpaint.desktop installation updates for Freedesktop.org adherence.
2008-04-03 16:48:50 +00:00
Martin Fuhrer
3674ace83d
Allow Tux Paint to interpret ~ in save and data directory paths as home directory.
2008-03-31 00:14:57 +00:00
William Kendrick
09945fe4ab
Fixed ugly, broken, unclosed <b> tag!
2008-03-28 03:14:51 +00:00
William Kendrick
db1930b397
Other minor improvements. Added TOC.
2008-03-28 03:12:31 +00:00
William Kendrick
be6810e936
Moved "Starters" from the 'Open' section to 'New', in README.
2008-03-28 03:03:31 +00:00
William Kendrick
f6b3d444bf
Fixed missing </dl>.
...
Mentioned the newer Input Methods (zh_TW & Thai)
2008-03-28 02:56:30 +00:00
William Kendrick
31bb060d05
Starters section of EXTENDING documentation updated ("New" vs "Open",
...
other clean-up, and now directs people to README for determining image sizes.)
2008-03-28 02:45:55 +00:00
Shin-ichi TOYAMA
9d277faeaf
Set version number 0.9.20
...
Set Epoch number
Requirements added for -devel package
2008-03-20 17:00:45 +00:00
William Kendrick
5feb871c8d
Updated Lithuanian.
2008-03-17 21:34:25 +00:00
William Kendrick
2d0fd1dc11
Updated Slovakian translation.
2008-03-13 15:01:26 +00:00
William Kendrick
7b651c97b2
* Fixed bug when zooming stamps in video depth other than 32bpp.
...
(Float to int casting; also removes compiler errors.)
* getpixel/putpixel function passed to Magic tools now pays attention
to the incoming surface, rather than always using the canvas surface,
to determine bitdepth. (Fixes bug where some Magic tools, e.g., Grass,
didn't work right on video depths other than 32bpp.)
2008-03-05 03:26:55 +00:00
William Kendrick
f34d8301ff
Fixed bug when zooming stamps in video depth other than 32bpp.
2008-03-05 03:12:00 +00:00
William Kendrick
e6e2fcfc38
Mentioned that canvas size can be changed in README (so it's not
...
just hidden in OPTIONS).
2008-03-04 17:10:01 +00:00
William Kendrick
c007c63baf
Brushes with large spacing wouldn't be spaced properly when drawn
...
from bottom-to-top using the line tool. Fixed. (Pere Pujal i Carabantes
patch from SourceForge bug.)
2008-03-04 17:03:12 +00:00
William Kendrick
03539a98a5
Legacy Tux Paint images (prior to Tux Paint supporting different
...
colored backgrounds) would end up with arbitrary Eraser colors.
Forcing it to always use white, which was the only background color
in early versions of Tux Paint.
2008-03-04 16:29:09 +00:00
William Kendrick
bb77015ca6
Documented Shin-Ichi's RPM changes.
2008-03-02 19:27:38 +00:00
Shin-ichi TOYAMA
427a5be1a2
Plugin .so files ware missing.
...
Separated devel packages.
2008-03-02 12:32:45 +00:00
Shin-ichi TOYAMA
ca52fda183
Added dependency on SDL_Pango
2008-03-02 11:43:28 +00:00
William Kendrick
6d418ff5ed
Ukranian translation updates.
2008-03-02 07:21:35 +00:00
William Kendrick
05cf699f94
Ukranian translation of some docs.
2008-03-02 07:21:04 +00:00
William Kendrick
f40d2d2047
Ukranian translation update.
...
Ukranian translaiton of some documentation.
2008-03-02 07:18:25 +00:00
William Kendrick
7df60e329e
Updated German translation.
...
Next version will probably be 0.9.20.
Updated copyright year.
2008-02-29 01:30:21 +00:00
William Kendrick
aa902c36e3
Recreated "Tux Paint" title art using Inkscape (traced original bitmap).
...
Larger "Tux Paint" title art displayed on larger screens.
2008-02-26 06:02:52 +00:00