WIP: Shape controls -- center vs corner
Adding control buttons to the Shapes tool, allowing for shapes to be drawn from the center (as before) or from a corner (more like other paint packages). The controls do nothing at this time, but are visible and can be clicked. This is a work in progress. The controls may be removed using a configuration option.
This commit is contained in:
parent
d5b020520d
commit
2159f8616b
12 changed files with 168 additions and 48 deletions
|
|
@ -1,5 +1,5 @@
|
|||
.\" tuxpaint.1 - 2020.06.22
|
||||
.TH TUXPAINT 1 "22 June 2020" "0.9.25" "Tux Paint"
|
||||
.\" tuxpaint.1 - 2020.08.15
|
||||
.TH TUXPAINT 1 "15 August 2020" "0.9.25" "Tux Paint"
|
||||
.SH NAME
|
||||
tuxpaint -- "Tux Paint", a drawing program for young children.
|
||||
|
||||
|
|
@ -61,6 +61,8 @@ tuxpaint -- "Tux Paint", a drawing program for young children.
|
|||
.br
|
||||
[\-\-nomagiccontrols]
|
||||
.br
|
||||
[\-\-noshapecontrols]
|
||||
.br
|
||||
[\-\-nolabel]
|
||||
.br
|
||||
[\-\-newcolorslast]
|
||||
|
|
@ -191,6 +193,8 @@ tuxpaint -- "Tux Paint", a drawing program for young children.
|
|||
.br
|
||||
[\-\-magiccontrols]
|
||||
.br
|
||||
[\-\-shapecontrols]
|
||||
.br
|
||||
[\-\-label]
|
||||
.br
|
||||
[\-\-newcolorsfirst]
|
||||
|
|
@ -418,6 +422,12 @@ controlling whether a Magic tool is used like a paint brush, or if it
|
|||
affects the entire image at once. (Note: Not all Magic tools will be
|
||||
controllable.)
|
||||
|
||||
.TP 8
|
||||
.B \-\-noshapecontrols \-\-shapecontrols
|
||||
Disable or enable (default) buttons to change the Shape tool's behavior --
|
||||
shapes expanding from the center, or from a corner, where the mouse is
|
||||
initially clicked.
|
||||
|
||||
.TP 8
|
||||
.B \-\-nolabel \-\-label
|
||||
Disable or enable (default) the \fILabel\fP tool, which lets you create
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue