Commit graph

59 commits

Author SHA1 Message Date
William Kendrick
8b1010d671 All stamps can be forced to start at a particular size
Use the "--stampsize=..." command-line option or "stampsize=..." config.
file setting.  Use "default" to allow Tux Paint to decide.
2007-10-26 21:58:36 +00:00
William Kendrick
10fc8351a8 Lockfile usage can be disabled via config. file now, too. 2007-10-23 16:11:12 +00:00
William Kendrick
803a8f2bd2 Added Ojibway translation. 2007-10-14 07:16:01 +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
bffae41a27 Documented Esperanto. 2007-07-14 17:32:42 +00:00
William Kendrick
8fbc3399e8 Added Wolof translation. 2007-07-04 20:31:23 +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
e4b980cd81 Added World Map starters from Caroline.
Updated Arabic translation.
"Open" dialog lists saved drawings first, then local starter images,
then system-wide starter images.
All compile-time options now listed in version output, using a new
"--verbose-version" (or "-vv") command-line argument.
2007-06-19 20:21:54 +00:00
William Kendrick
3572c30937 Screen size can be rotated using the "--orient=portrait" command-line option or "orient=portait" configuration file setting. This swaps the width and height values used for window or screen size. 2007-05-16 03:19:38 +00:00
William Kendrick
5dffed81d0 Added an "autosave" option that assumes you wish to save the current
picture during Quit.  (Additionally, after saving during Quit or Open,
it no longer shows 'success' pop-up that must be dismissed.)
(Addresses SourceForge RFE #1680500)
2007-05-16 01:33:56 +00:00
William Kendrick
839776e2e3 Mouse cursor can be hidden, useful on touchscreen devices. 2007-05-16 01:11:33 +00:00
William Kendrick
7a0582aee2 When running in fullscreen mode, you may now ask Tux Paint to display at the screen's (more precisely, the operating system's) current resolution. 2007-05-14 16:24:01 +00:00
William Kendrick
71820f602a Tibetan needs its own font. 2007-05-06 13:53:30 +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
3fe6dbd857 Added Twi translation. 2007-04-26 20:13:47 +00:00
William Kendrick
939fcf53ac Mentioned which locales allow for alternative input methods.
Removed "UTF8" from locale names in the big HTML table, for less clutter.
----------------------------------------------------------------------
2007-04-25 17:39:00 +00:00
William Kendrick
8ac445b312 Command-line options still implied only specific screen sizes were possible. 2007-04-25 17:35:31 +00:00
William Kendrick
21df867051 Updated "windowsize" documentation; it didn't mention arbitrary sizes! 2007-04-25 17:34:09 +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
William Kendrick
0fa1fc6f40 Fixed link to example color palette file. 2006-12-16 21:01:14 +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
b5308f7767 Added missing languages to --locale option listing. 2006-10-11 19:35:17 +00:00
William Kendrick
bf71b74648 Added missing languages to "--lang" options list. 2006-10-11 19:18:11 +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
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
114087af21 Default colors are duplicated, as an example, in docs/default_colors.txt. 2006-09-10 18:50:11 +00:00
William Kendrick
dc459535a7 Colors may now be overridden using the "colorfile" option. 2006-09-10 03:44:38 +00:00
William Kendrick
4f902a3397 Added "startblank" option, to cause Tux Paint to always start with a blank canvas. 2006-09-09 21:50:52 +00:00
William Kendrick
6f7336a3f5 Documenting newest languages (Tagalog and Tibetan). 2006-05-13 18:48:26 +00:00
William Kendrick
872b044379 Updating docs and credits to list Kurdish. 2006-04-30 04:16:40 +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
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
2b27d3b44e No reason to make it look like Bill did _everything_. 2005-10-10 17:25:42 +00:00
William Kendrick
3cccf4ea8e Added Mexican Spanish to Options docs. 2005-10-03 06:10:20 +00:00
William Kendrick
4c61559aca Added Ukrainian translation. 2005-09-13 03:01:25 +00:00
William Kendrick
66a45943d1 Created Makefile to convert HTML documentation into plaintext using Links. 2005-09-05 23:33:51 +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
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
f061e0fab3 Added Thai option to docs. 2005-07-15 05:21:47 +00:00
William Kendrick
b509c8ef4e Support for Kinyarwanda language. 2005-04-06 08:00:44 +00:00
William Kendrick
1ce0237935 et_EE not ee_ET 2005-02-13 22:45:32 +00:00
William Kendrick
02026c65cd Added Estonian to docs/credits. 2005-02-13 22:36:22 +00:00
William Kendrick
86fe937dc5 Added "--nobuttondistinction" option to return Tux Paint to pre-0.9.15
behavior regarding middle and right mouse clicks.
2005-01-16 09:32:14 +00:00
William Kendrick
77ce7d5df9 Updated docs for new PostScript printing support. 2005-01-10 07:44:10 +00:00