William Kendrick
c559643dde
Linking to PNG.txt doc file inside EXTENDING.html.
...
Adding reference (and link) to new "Advanced Stamp HOWTO" in EXTENDING doc.
2006-03-09 07:29:52 +00:00
William Kendrick
4e91867039
Adding Advanced Stamps HOWTO by Albert C.
2006-03-09 07:25:59 +00:00
William Kendrick
fbbbaa2762
Fixed broken mailto link in FAQ.
2006-03-09 07:21:13 +00:00
William Kendrick
e6425471dd
Removed "Extending Tux Paint" section from README.
...
Referred to "EXTENDING.html" in README's "Further Reading" section.
2006-03-09 06:57:34 +00:00
William Kendrick
d6871dc0a2
Created "Extending Tux Paint" document; extracted from README.
2006-03-09 06:55:05 +00:00
William Kendrick
49cf2b4f05
Corrected HTML title of FAQ document.
2006-03-09 06:50:55 +00:00
William Kendrick
73ba281120
Hungarian update.
2006-03-09 06:36:46 +00:00
William Kendrick
cca25dc1a4
Updated French translation.
2006-03-05 09:59:48 +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
Albert Cahalan
cdd121d5d2
less-taunting (and faster) sound choices
2006-02-26 02:34:45 +00:00
William Kendrick
97998f649f
Added Tux the Farmer starter.
2006-02-25 10:26:22 +00:00
William Kendrick
5588039fb3
Added Shipwreck starter.
2006-02-25 10:05:06 +00:00
Karl Ove Hufthammer
1898fd9e42
Updated Norwegian translations.
2006-02-25 08:41:27 +00:00
Karl Ove Hufthammer
d2752453a0
Updated Norwegian translations, and regenerated translation files.
2006-02-25 08:37:46 +00:00
Karl Ove Hufthammer
6871a91561
Fixed punctuation.
2006-02-25 08:32:50 +00:00
William Kendrick
9cbe246bdb
Improving description of where Tux Paint data lives, and how to get to it.
...
(Note: It may be a lie right now, but Tux Paint should adhere to these specs.)
2006-02-20 23:38:12 +00:00
Jakub Friedl
aca3eb915f
Czech PO update
2006-02-20 10:11:59 +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
William Kendrick
db19cfe94c
Keeping obj directory.
2006-02-20 08:14:41 +00:00
John Popplewell
f482a789f6
Fix to make font sizing work.
2006-02-20 06:14:12 +00:00
John Popplewell
2982961f38
Various fixes for win32, mostly as a result of the splits.
2006-02-20 04:12:27 +00:00
John Popplewell
7ce606ea61
Fix for win32 and beos builds.
2006-02-20 02:56:05 +00:00
William Kendrick
9f9293968d
Recreated PO files based on new POT. (using update-po.sh)
2006-02-19 22:40:28 +00:00
William Kendrick
50cd5c5240
Improved some dialogs and Yes/No prompts (as per SF.net RFE #1411205 ).
...
Updated POTFILES.in to include recently created (split-off) source files.
Regenerated "tuxpaint.pot".
2006-02-19 22:21:30 +00:00
William Kendrick
b9d287992d
Tux Paint tries to open its window in the center.
2006-02-19 21:15:13 +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
ce30f735f1
Moved some more compiler/OS-specific stuff to compiler.h
2006-02-19 06:22:26 +00:00
William Kendrick
f8827bf5e9
Swedish update.
2006-02-19 02:13:50 +00:00
William Kendrick
fff8512815
Round erasers added.
2006-02-18 10:45:14 +00:00
William Kendrick
79141902ee
Negative, Fade, Darken, Tint and Cartoon all now apply with a circular shape, rather than a square.
2006-02-18 09:53:02 +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
a9511eda41
* Added comments/copyright/license-notes to top of compiler.h.
...
* Moved more compiler-specific stuff to compiler.h
2006-02-18 08:49:16 +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
aee93b1713
tuxpaint-import shell script now examines Tux Paint's configuration
...
file (first in /usr/local/etc/tuxpaint, then /etc/tuxpaint, then $HOME)
for the window size settings and saved-file directory options
(rather than assuming a 640x480 screen and images saved in
$HOME/.tuxpaint/saved/).
Discovered (or assumed) window size and directory settings are shown
when tuxpaint-import is first run (even with no arguments).
2006-02-18 07:35:40 +00:00
William Kendrick
27c35cdf23
Made sure GPL notice was included in all other source files.
2006-02-18 07:07:47 +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
Albert Cahalan
983d273e95
document font stuff for translators
2006-02-15 08:45:16 +00:00
Albert Cahalan
3908b5c886
document font stuff for translators and make it a bit more powerful
2006-02-15 08:42:52 +00:00
William Kendrick
2f29e8aef1
Sparkles can now be different colors.
2006-02-13 08:18:53 +00:00
William Kendrick
445a32230d
Increased magic surface update area to prevent clipping with Grass tool.
2006-02-13 07:58:53 +00:00
William Kendrick
1a6cfa0284
Updated version and date of FAQ.
2006-02-13 07:48:47 +00:00
William Kendrick
cd2b88b191
Improved documentation of paths for OSX.
2006-02-13 07:47:47 +00:00
William Kendrick
e08837815a
Logic was off by one!
2006-02-12 23:08:07 +00:00
William Kendrick
6cbf434429
Fixed crash when clicking to right of rightmost color.
2006-02-12 23:06:52 +00:00
Jakub Friedl
79d8931484
Czech po file update.
2006-02-11 18:39:31 +00:00
William Kendrick
4a86ac0ef5
Updated Brazilian Portuguese.
2006-02-06 07:02:15 +00:00
William Kendrick
917d93f145
German update.
2006-02-04 04:57:56 +00:00