Improved 'New' and 'Open' interfaces. ('Open' dialog no longer includes
Starter images; 'New' now brings up a selection dialog showing 'Starter' images and color choices.) New images can be given solid background colors (which the 'Eraser' tool erases to). Improved --usage output. Added support for "--papersize help" to list papersizes available via libpaper. Some Magic tools that apply an affect once per click-and-drag no longer recalculate the effect on pixels that have already been affected (until mouse button is released and clicked again).
This commit is contained in:
parent
cd17a10a32
commit
6e827f67fe
9 changed files with 1280 additions and 296 deletions
|
|
@ -1,5 +1,5 @@
|
|||
.\" tuxpaint.1 - 2007.07.14
|
||||
.TH TUXPAINT 1 "14 July 2007" "0.9.18" "Tux Paint"
|
||||
.\" tuxpaint.1 - 2007.07.24
|
||||
.TH TUXPAINT 1 "24 July 2007" "0.9.18" "Tux Paint"
|
||||
.SH NAME
|
||||
tuxpaint -- A drawing program for young children.
|
||||
|
||||
|
|
@ -18,7 +18,7 @@ tuxpaint -- A drawing program for young children.
|
|||
[\-\-noprint]
|
||||
[\-\-printdelay=\fISECONDS\fP]
|
||||
[\-\-printcfg]
|
||||
[\-\-papersize=\fIPAPERSIZE\fP]
|
||||
[\-\-papersize \fIPAPERSIZE\fP | \-\-papersize help]
|
||||
[\-\-simpleshapes]
|
||||
[\-\-uppercase]
|
||||
[\-\-grab]
|
||||
|
|
@ -157,7 +157,7 @@ be loaded when \fITux Paint\fP starts up, and setting changes will be saved
|
|||
for next time.
|
||||
|
||||
.TP 8
|
||||
.B \-\-papersize=\fIPAPERSIZE\fP
|
||||
.B \-\-papersize \fIPAPERSIZE\fP
|
||||
(Only when PostScript printing is used \- not Windows, Mac OS X or BeOS.)
|
||||
Ask \fITux Paint\fP to generate PostScript of a particular paper size.
|
||||
Valid sizes are those supported by libpaper. See papersize(5).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue