Commit graph

85 commits

Author SHA1 Message Date
William Kendrick
4902ee7346 Updated for today's release date! 2007-11-21 22:07:57 +00:00
William Kendrick
26c7051c07 Stamps can now be pre-flipped and/or pre-mirrored-and-flipped now (in addition to pre-mirrored).
Updated version # in some docs.
Expanded comments in tp_magic_example.c Magic plugin example code.
2007-08-03 16:17:46 +00:00
William Kendrick
adf56ef7e9 tp-magic-config man moved to (1)
Magic tool documentation now split into separate files, and referenced
(as a directory) from README, so that users can find docs to any additional
tools (ones not included by default with Tux Paint) that are installed.
Added new --datadir option, to separate path to brushes/stamps/etc. from that of saved files.
Improved docs on where savedir default is.
Made sure --help, man tuxpaint, and OPTIONS docs all covered all command-line options.
Noted SDL_Pango makes locale-specific fonts unnecessary.
Added "--plugindocprefix" option to tp-magic-config, for where docs should go.
Improved plugin API documentation.
Improved layout of man pages a little.
2007-08-02 21:04:42 +00:00
William Kendrick
4c7515190f FAQ update.
Preparing for 0.9.17rc1.
2007-06-27 16:29:55 +00:00
William Kendrick
6d1dbef521 hildon updates and packaging files
Tux text draws new Sfx and Speak mini-buttons above Tux, when in Stamp mode.
Sfx and Speak buttons (re)-play stamp sounds and stamp descriptions.
ALT+S (mute/unmute) now draws Tux text (to make Sfx and Speak buttons appear/disappear)
Improved Stamp tool description in docs.
Added screenshot of Stamp size, mirror, flip controls in docs.
Documented Left/Right stamp category controls, with screenshot in docs.
Documented Sfx and Speak buttons, with screenshot in docs.
2007-06-07 23:47:47 +00:00
William Kendrick
71e7e451cb Updated docs to show left-Alt for Korean IM cycling.
Made IM cycling key combos a table column in locale list table.
2007-05-02 18:23:26 +00:00
William Kendrick
c43e81eb48 Noted multi-character support in IM.
Made corrections in IM documentation, based on Mark's suggestions.
Rebuilt all TXT versions.
2007-04-27 16:41:54 +00:00
William Kendrick
e2c829b9b1 Fixed escape typo. 2007-04-26 23:47:50 +00:00
William Kendrick
11c34ddf24 Right-Alt cycles, not toggles, input methods. 2007-04-26 23:42:34 +00:00
William Kendrick
b4645f640c Organized Magic tools in the order they appear in the app.
Added missing descriptions of Grass and Bricks magic tools.
Updated "Fade" tool to its new name: "Lighten".
Mentioned that Sparkles tool works in any color (used to just be yellow).
2007-04-25 17:29:17 +00:00
William Kendrick
67af2ea91f Added information on right+[Alt] for alternative input methods in Text tool.
Added missing information on [Tab] to complete text input in Text tool.
2007-04-25 17:22:28 +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
dc459535a7 Colors may now be overridden using the "colorfile" option. 2006-09-10 03:44:38 +00:00
William Kendrick
53ce047918 Added sliding scale for slideshow speed adjustement.
Note: Use slowest (leftmost) speed setting to disable automatic slide advancement.
2006-08-27 23:57:04 +00:00
William Kendrick
4e33b31baa Added documentation on new Slides slideshow feature. 2006-08-27 22:26:25 +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
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
William Kendrick
cd2b88b191 Improved documentation of paths for OSX. 2006-02-13 07:47:47 +00:00
William Kendrick
81cac02cbf More OS-specific file-storage corrections. 2005-12-31 20:56:40 +00:00
William Kendrick
c093c06eca Improved layout of listing of where saved files go.
Corrected Windows and Mac OS X listing of where saved files go.
2005-12-31 20:49:19 +00:00
William Kendrick
1bc07e9811 Vietnamese updates. 2005-12-06 08:44:21 +00:00
William Kendrick
fb2f1af73e "Thick" and "Thin" magic tools were removed, so removed mention
of them from README documentation.
2005-11-27 06:48:47 +00:00
William Kendrick
688f4d24fb Added [Alt]+[S] key sequence to mute/unmute sound effects.
(Does not override "--nosound" option!)
2005-11-12 09:22:11 +00:00
William Kendrick
f4b9b5486e Corrected Mac OS X path. 2005-10-14 21:24:14 +00:00
William Kendrick
2b27d3b44e No reason to make it look like Bill did _everything_. 2005-10-10 17:25:42 +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
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
02026c65cd Added Estonian to docs/credits. 2005-02-13 22:36:22 +00:00
William Kendrick
77ce7d5df9 Updated docs for new PostScript printing support. 2005-01-10 07:44:10 +00:00
William Kendrick
85bec22673 "noquit" now disables [Esc] key for quit. Use [Sh]+[Ctrl]+[Esc]. 2005-01-08 09:07:25 +00:00
William Kendrick
9c9ea3cfe1 Implemented "Darken" magic tool.
Updated README to discuss new magic tools.
2004-12-11 11:30:19 +00:00
Albert Cahalan
f0e9d7b8c3 fix and document the scale keyword 2004-11-25 06:45:03 +00:00
Karl Ove Hufthammer
5d11d30fe0 Removed all references to TODO file. 2004-11-21 11:00:43 +00:00
William Kendrick
bdc6d1eb4f Support for 1024x768, 1280x1024, 1400x1050 and 1600x1200 resolutions!
(Thanks, Shin-Ichi!)
2004-10-24 21:23:22 +00:00
William Kendrick
871f5add79 Added Galician support. 2004-10-24 02:46:04 +00:00
William Kendrick
0d264b193a Changed internal #options anchors to point to new OPTIONS.html. 2004-09-24 07:55:23 +00:00
William Kendrick
61ac04173e Made README more friendly. Completely pulled Options section, put it in
a new document, OPTIONS (html and txt). Made mention of other docs into
hyperlinks.
2004-09-24 07:49:53 +00:00
William Kendrick
3cb87d9b24 Much expansion of the 'how to make starters' section of the docs. 2004-09-15 08:06:33 +00:00
William Kendrick
3a254a81e0 'Starters' get green button backgrounds in 'Open' dialog.
Added mention of 'Starters' to readme (still needs work).
2004-09-15 07:29:08 +00:00
William Kendrick
30392a731b Did I mention there are eraser sizes, now? ;^) 2004-09-15 06:57:30 +00:00
William Kendrick
197b401549 Hindi was missing in docs! Attempting wide-string uppercasing. 2004-09-14 07:42:38 +00:00
William Kendrick
00c5d44b96 Added lockfile feature, to prevent multiple launches within 30 seconds
(due to over-clicking, for example).
2004-09-14 06:39:51 +00:00
William Kendrick
9efcbf9db0 Added Bulgarian. 2004-08-19 17:54:36 +00:00
William Kendrick
c4de3f6966 Begin adding Klingon translation. 2004-08-17 07:44:24 +00:00
Karl Ove Hufthammer
d864af9952 Removed HTML character entiy reference info (not longer supported). 2004-07-11 09:31:36 +00:00
Karl Ove Hufthammer
aa685aa2f0 Documented 'notintgray' option. 2004-06-24 12:32:24 +00:00
William Kendrick
8fceab3e5e Mention "--lang help" in docs. 2004-06-20 07:13:04 +00:00
William Kendrick
04440d6b30 Fixed typo (thanks, Song) 2004-06-19 23:55:23 +00:00
William Kendrick
2b569b1ce4 Added zh_TW to locales docs. 2004-06-06 22:47:51 +00:00
William Kendrick
dfb0604f84 Added Chinese (Traditional) support! 2004-06-06 01:58:05 +00:00