Sync'ing docs after doc'ing [un]groupmagictools option

This commit is contained in:
Bill Kendrick 2024-04-10 23:12:27 -07:00
parent 850b733f4b
commit 465374158b
22 changed files with 282 additions and 15 deletions

View file

@ -48,7 +48,7 @@ https://tuxpaint.org/
(Management scripts based on those found in `tuxpaint-stamps`.) (Management scripts based on those found in `tuxpaint-stamps`.)
Bill Kendrick <bill@newbreedsoftware.com> Bill Kendrick <bill@newbreedsoftware.com>
* WIP New option, --ungroupmagictools, to ungroup Magic tools * New option, --ungroupmagictools, to ungroup Magic tools
(one big long list, rather than paginating; grouping was (one big long list, rather than paginating; grouping was
added in Tux Paint 0.9.27) added in Tux Paint 0.9.27)
Closes https://sourceforge.net/p/tuxpaint/feature-requests/229/ Closes https://sourceforge.net/p/tuxpaint/feature-requests/229/

View file

@ -477,6 +477,23 @@ nomagicsizes=yes
ungroupmagictools=yes
By default, the Magic tools in Tux Paint are organized into groups of
similar tools (e.g., all of the color, saturation, darken/lighten tools
together). This option removes the grouping, and places all of the tools in
one long list.
📜 Note: Magic tool groups were added in Tux Paint 0.9.27. The option to
disable grouping was added to Tux Paint in version 0.9.33.
⚙ Note: If used in a system-wide configuration file, may be overridden by
the user's configuration file using "ungroupmagictools=no" or
"groupmagictools=yes". In both cases, may be overridden by the command-line
option "--groupmagictools".
noshapecontrols=yes noshapecontrols=yes
Disable the control buttons shown when using the Shapes tool that allow Disable the control buttons shown when using the Shapes tool that allow

View file

@ -676,6 +676,19 @@
<span title="Configuration option">&#9881;</span> <strong>Note:</strong> If used in a system-wide configuration file, may be overridden by the user's configuration file using "<code>nomagicsizes=no</code>" or "<code>magicsizes=yes</code>". In both cases, may be overridden by the command-line option "<code>--magicsizes</code>". </p> <span title="Configuration option">&#9881;</span> <strong>Note:</strong> If used in a system-wide configuration file, may be overridden by the user's configuration file using "<code>nomagicsizes=no</code>" or "<code>magicsizes=yes</code>". In both cases, may be overridden by the command-line option "<code>--magicsizes</code>". </p>
</dd> </dd>
<dt>
<code><b>ungroupmagictools=yes</b></code>
</dt>
<dd>
<p>
By default, the <b>Magic</b> tools in Tux Paint are organized into groups of similar tools (e.g., all of the color, saturation, darken/lighten tools together). This option removes the grouping, and places all of the tools in one long list. </p>
<p class="note">
<span title="Version variation">&#128220;</span> <strong>Note:</strong> Magic tool groups were added in Tux Paint 0.9.27. The option to disable grouping was added to Tux Paint in version 0.9.33. </p>
<p class="note">
<span title="Configuration option">&#9881;</span> <strong>Note:</strong> If used in a system-wide configuration file, may be overridden by the user's configuration file using "<code>ungroupmagictools=no</code>" or "<code>groupmagictools=yes</code>". In both cases, may be overridden by the command-line option "<code>--groupmagictools</code>". </p>
</dd>
<dt> <dt>
<code><b>noshapecontrols=yes</b></code> <code><b>noshapecontrols=yes</b></code>
</dt> </dt>

View file

@ -477,6 +477,23 @@ nomagicsizes=yes
ungroupmagictools=yes
By default, the Magic tools in Tux Paint are organized into groups of
similar tools (e.g., all of the color, saturation, darken/lighten tools
together). This option removes the grouping, and places all of the tools in
one long list.
📜 Note: Magic tool groups were added in Tux Paint 0.9.27. The option to
disable grouping was added to Tux Paint in version 0.9.33.
⚙ Note: If used in a system-wide configuration file, may be overridden by
the user's configuration file using "ungroupmagictools=no" or
"groupmagictools=yes". In both cases, may be overridden by the command-line
option "--groupmagictools".
noshapecontrols=yes noshapecontrols=yes
Disable the control buttons shown when using the Shapes tool that allow Disable the control buttons shown when using the Shapes tool that allow

View file

@ -676,6 +676,19 @@
<span title="Configuration option">&#9881;</span> <strong>Note:</strong> If used in a system-wide configuration file, may be overridden by the user's configuration file using "<code>nomagicsizes=no</code>" or "<code>magicsizes=yes</code>". In both cases, may be overridden by the command-line option "<code>--magicsizes</code>". </p> <span title="Configuration option">&#9881;</span> <strong>Note:</strong> If used in a system-wide configuration file, may be overridden by the user's configuration file using "<code>nomagicsizes=no</code>" or "<code>magicsizes=yes</code>". In both cases, may be overridden by the command-line option "<code>--magicsizes</code>". </p>
</dd> </dd>
<dt>
<code><b>ungroupmagictools=yes</b></code>
</dt>
<dd>
<p>
By default, the <b>Magic</b> tools in Tux Paint are organized into groups of similar tools (e.g., all of the color, saturation, darken/lighten tools together). This option removes the grouping, and places all of the tools in one long list. </p>
<p class="note">
<span title="Version variation">&#128220;</span> <strong>Note:</strong> Magic tool groups were added in Tux Paint 0.9.27. The option to disable grouping was added to Tux Paint in version 0.9.33. </p>
<p class="note">
<span title="Configuration option">&#9881;</span> <strong>Note:</strong> If used in a system-wide configuration file, may be overridden by the user's configuration file using "<code>ungroupmagictools=no</code>" or "<code>groupmagictools=yes</code>". In both cases, may be overridden by the command-line option "<code>--groupmagictools</code>". </p>
</dd>
<dt> <dt>
<code><b>noshapecontrols=yes</b></code> <code><b>noshapecontrols=yes</b></code>
</dt> </dt>

View file

@ -510,6 +510,24 @@ nomagicsizes=yes
ungroupmagictools=yes
By default, the Magic tools in Tux Paint are organized into groups of
similar tools (e.g., all of the color, saturation, darken/lighten tools
together). This option removes the grouping, and places all of the tools in
one long list.
📜 Note: Magic tool groups were added in Tux Paint 0.9.27. The option to
disable grouping was added to Tux Paint in version 0.9.33.
⚙ Note : si utilisé dans un fichier de configuration pour tout le monde, il
peut être remplacé par le fichier de configuration de l'utilisateur en
utilisant "ungroupmagictools=no" ou "groupmagictools=yes". Dans les deux
cas, il peut être remplacé avec l'option en ligne de commande
"--groupmagictools".
noshapecontrols=yes noshapecontrols=yes
Désactive les boutons de contrôle affichés lors de l'utilisation de l' Désactive les boutons de contrôle affichés lors de l'utilisation de l'

View file

@ -676,6 +676,19 @@
<span title="Configuration option">&#9881;</span> <strong>Note : </strong>si utilisé dans un fichier de configuration pour tout le monde, il peut être remplacé par le fichier de configuration de l'utilisateur en utilisant "<code>nomagicsizes=no</code>" ou "<code>magicsizes=yes</code>". Dans les deux cas, il peut être remplacé avec l'option en ligne de commande "<code>--magicsizes</code>". </p> <span title="Configuration option">&#9881;</span> <strong>Note : </strong>si utilisé dans un fichier de configuration pour tout le monde, il peut être remplacé par le fichier de configuration de l'utilisateur en utilisant "<code>nomagicsizes=no</code>" ou "<code>magicsizes=yes</code>". Dans les deux cas, il peut être remplacé avec l'option en ligne de commande "<code>--magicsizes</code>". </p>
</dd> </dd>
<dt>
<code><b>ungroupmagictools=yes</b></code>
</dt>
<dd>
<p>
By default, the <b>Magic</b> tools in Tux Paint are organized into groups of similar tools (e.g., all of the color, saturation, darken/lighten tools together). This option removes the grouping, and places all of the tools in one long list. </p>
<p class="note">
<span title="Version variation">&#128220;</span> <strong>Note:</strong> Magic tool groups were added in Tux Paint 0.9.27. The option to disable grouping was added to Tux Paint in version 0.9.33. </p>
<p class="note">
<span title="Configuration option">&#9881;</span> <strong>Note : </strong>si utilisé dans un fichier de configuration pour tout le monde, il peut être remplacé par le fichier de configuration de l'utilisateur en utilisant "<code>ungroupmagictools=no</code>" ou "<code>groupmagictools=yes</code>". Dans les deux cas, il peut être remplacé avec l'option en ligne de commande "<code>--groupmagictools</code>". </p>
</dd>
<dt> <dt>
<code><b>noshapecontrols=yes</b></code> <code><b>noshapecontrols=yes</b></code>
</dt> </dt>

View file

@ -486,6 +486,23 @@ nomagicsizes=yes
ungroupmagictools=yes
By default, the Magic tools in Tux Paint are organized into groups of
similar tools (e.g., all of the color, saturation, darken/lighten tools
together). This option removes the grouping, and places all of the tools in
one long list.
📜 Note: Magic tool groups were added in Tux Paint 0.9.27. The option to
disable grouping was added to Tux Paint in version 0.9.33.
⚙ Note: If used in a system-wide configuration file, may be overridden by
the user's configuration file using "ungroupmagictools=no" or
"groupmagictools=yes". In both cases, may be overridden by the command-line
option "--groupmagictools".
noshapecontrols=yes noshapecontrols=yes
Desactivar os botóns de control que se amosan cando se usa a ferramenta Desactivar os botóns de control que se amosan cando se usa a ferramenta

View file

@ -676,6 +676,19 @@
<span title="Configuration option">&#9881;</span> <strong>Note:</strong> If used in a system-wide configuration file, may be overridden by the user's configuration file using "<code>nomagicsizes=no</code>" or "<code>magicsizes=yes</code>". In both cases, may be overridden by the command-line option "<code>--magicsizes</code>". </p> <span title="Configuration option">&#9881;</span> <strong>Note:</strong> If used in a system-wide configuration file, may be overridden by the user's configuration file using "<code>nomagicsizes=no</code>" or "<code>magicsizes=yes</code>". In both cases, may be overridden by the command-line option "<code>--magicsizes</code>". </p>
</dd> </dd>
<dt>
<code><b>ungroupmagictools=yes</b></code>
</dt>
<dd>
<p>
By default, the <b>Magic</b> tools in Tux Paint are organized into groups of similar tools (e.g., all of the color, saturation, darken/lighten tools together). This option removes the grouping, and places all of the tools in one long list. </p>
<p class="note">
<span title="Version variation">&#128220;</span> <strong>Note:</strong> Magic tool groups were added in Tux Paint 0.9.27. The option to disable grouping was added to Tux Paint in version 0.9.33. </p>
<p class="note">
<span title="Configuration option">&#9881;</span> <strong>Note:</strong> If used in a system-wide configuration file, may be overridden by the user's configuration file using "<code>ungroupmagictools=no</code>" or "<code>groupmagictools=yes</code>". In both cases, may be overridden by the command-line option "<code>--groupmagictools</code>". </p>
</dd>
<dt> <dt>
<code><b>noshapecontrols=yes</b></code> <code><b>noshapecontrols=yes</b></code>
</dt> </dt>

View file

@ -477,6 +477,23 @@ nomagicsizes=yes
ungroupmagictools=yes
By default, the Magic tools in Tux Paint are organized into groups of
similar tools (e.g., all of the color, saturation, darken/lighten tools
together). This option removes the grouping, and places all of the tools in
one long list.
📜 Note: Magic tool groups were added in Tux Paint 0.9.27. The option to
disable grouping was added to Tux Paint in version 0.9.33.
⚙ Note: If used in a system-wide configuration file, may be overridden by
the user's configuration file using "ungroupmagictools=no" or
"groupmagictools=yes". In both cases, may be overridden by the command-line
option "--groupmagictools".
noshapecontrols=yes noshapecontrols=yes
Disable the control buttons shown when using the Shapes tool that allow Disable the control buttons shown when using the Shapes tool that allow

View file

@ -676,6 +676,19 @@
<span title="Configuration option">&#9881;</span> <strong>Note:</strong> If used in a system-wide configuration file, may be overridden by the user's configuration file using "<code>nomagicsizes=no</code>" or "<code>magicsizes=yes</code>". In both cases, may be overridden by the command-line option "<code>--magicsizes</code>". </p> <span title="Configuration option">&#9881;</span> <strong>Note:</strong> If used in a system-wide configuration file, may be overridden by the user's configuration file using "<code>nomagicsizes=no</code>" or "<code>magicsizes=yes</code>". In both cases, may be overridden by the command-line option "<code>--magicsizes</code>". </p>
</dd> </dd>
<dt>
<code><b>ungroupmagictools=yes</b></code>
</dt>
<dd>
<p>
By default, the <b>Magic</b> tools in Tux Paint are organized into groups of similar tools (e.g., all of the color, saturation, darken/lighten tools together). This option removes the grouping, and places all of the tools in one long list. </p>
<p class="note">
<span title="Version variation">&#128220;</span> <strong>Note:</strong> Magic tool groups were added in Tux Paint 0.9.27. The option to disable grouping was added to Tux Paint in version 0.9.33. </p>
<p class="note">
<span title="Configuration option">&#9881;</span> <strong>Note:</strong> If used in a system-wide configuration file, may be overridden by the user's configuration file using "<code>ungroupmagictools=no</code>" or "<code>groupmagictools=yes</code>". In both cases, may be overridden by the command-line option "<code>--groupmagictools</code>". </p>
</dd>
<dt> <dt>
<code><b>noshapecontrols=yes</b></code> <code><b>noshapecontrols=yes</b></code>
</dt> </dt>

View file

@ -484,6 +484,23 @@ nomagicsizes=yes
ungroupmagictools=yes
By default, the Magic tools in Tux Paint are organized into groups of
similar tools (e.g., all of the color, saturation, darken/lighten tools
together). This option removes the grouping, and places all of the tools in
one long list.
📜 Note: Magic tool groups were added in Tux Paint 0.9.27. The option to
disable grouping was added to Tux Paint in version 0.9.33.
⚙ 注: システム全体の設定ファイルで設定されている場合は、ユーザーの設定ファ
イルで "ungroupmagictools=no" または "groupmagictools=yes" を設定すると上書
きされることがあります。また、どちらの設定も、コマンドラインオプションの
"--groupmagictools" で変更できます。
noshapecontrols=yes noshapecontrols=yes
「かたち」ツールでの2つの動作モード-マウスをクリックした箇所を中心として 「かたち」ツールでの2つの動作モード-マウスをクリックした箇所を中心として

View file

@ -676,6 +676,19 @@
<span title="Configuration option">&#9881;</span> <strong>注:</strong> システム全体の設定ファイルで設定されている場合は、ユーザーの設定ファイルで "<code>nomagicsizes=no</code>" または "<code>magicsizes=yes</code>" を設定すると上書きされることがあります。また、どちらの設定も、コマンドラインオプションの "<code>--magicsizes</code>" で変更できます。 </p> <span title="Configuration option">&#9881;</span> <strong>注:</strong> システム全体の設定ファイルで設定されている場合は、ユーザーの設定ファイルで "<code>nomagicsizes=no</code>" または "<code>magicsizes=yes</code>" を設定すると上書きされることがあります。また、どちらの設定も、コマンドラインオプションの "<code>--magicsizes</code>" で変更できます。 </p>
</dd> </dd>
<dt>
<code><b>ungroupmagictools=yes</b></code>
</dt>
<dd>
<p>
By default, the <b>Magic</b> tools in Tux Paint are organized into groups of similar tools (e.g., all of the color, saturation, darken/lighten tools together). This option removes the grouping, and places all of the tools in one long list. </p>
<p class="note">
<span title="Version variation">&#128220;</span> <strong>Note:</strong> Magic tool groups were added in Tux Paint 0.9.27. The option to disable grouping was added to Tux Paint in version 0.9.33. </p>
<p class="note">
<span title="Configuration option">&#9881;</span> <strong>注:</strong> システム全体の設定ファイルで設定されている場合は、ユーザーの設定ファイルで "<code>ungroupmagictools=no</code>" または "<code>groupmagictools=yes</code>" を設定すると上書きされることがあります。また、どちらの設定も、コマンドラインオプションの "<code>--groupmagictools</code>" で変更できます。 </p>
</dd>
<dt> <dt>
<code><b>noshapecontrols=yes</b></code> <code><b>noshapecontrols=yes</b></code>
</dt> </dt>

View file

@ -478,6 +478,23 @@ nomagicsizes=yes
ungroupmagictools=yes
By default, the Magic tools in Tux Paint are organized into groups of
similar tools (e.g., all of the color, saturation, darken/lighten tools
together). This option removes the grouping, and places all of the tools in
one long list.
📜 Note: Magic tool groups were added in Tux Paint 0.9.27. The option to
disable grouping was added to Tux Paint in version 0.9.33.
⚙ Note: If used in a system-wide configuration file, may be overridden by
the user's configuration file using "ungroupmagictools=no" or
"groupmagictools=yes". In both cases, may be overridden by the command-line
option "--groupmagictools".
noshapecontrols=yes noshapecontrols=yes
Disable the control buttons shown when using the Shapes tool that allow Disable the control buttons shown when using the Shapes tool that allow

View file

@ -676,6 +676,19 @@
<span title="Configuration option">&#9881;</span> <strong>Note:</strong> If used in a system-wide configuration file, may be overridden by the user's configuration file using "<code>nomagicsizes=no</code>" or "<code>magicsizes=yes</code>". In both cases, may be overridden by the command-line option "<code>--magicsizes</code>". </p> <span title="Configuration option">&#9881;</span> <strong>Note:</strong> If used in a system-wide configuration file, may be overridden by the user's configuration file using "<code>nomagicsizes=no</code>" or "<code>magicsizes=yes</code>". In both cases, may be overridden by the command-line option "<code>--magicsizes</code>". </p>
</dd> </dd>
<dt>
<code><b>ungroupmagictools=yes</b></code>
</dt>
<dd>
<p>
By default, the <b>Magic</b> tools in Tux Paint are organized into groups of similar tools (e.g., all of the color, saturation, darken/lighten tools together). This option removes the grouping, and places all of the tools in one long list. </p>
<p class="note">
<span title="Version variation">&#128220;</span> <strong>Note:</strong> Magic tool groups were added in Tux Paint 0.9.27. The option to disable grouping was added to Tux Paint in version 0.9.33. </p>
<p class="note">
<span title="Configuration option">&#9881;</span> <strong>Note:</strong> If used in a system-wide configuration file, may be overridden by the user's configuration file using "<code>ungroupmagictools=no</code>" or "<code>groupmagictools=yes</code>". In both cases, may be overridden by the command-line option "<code>--groupmagictools</code>". </p>
</dd>
<dt> <dt>
<code><b>noshapecontrols=yes</b></code> <code><b>noshapecontrols=yes</b></code>
</dt> </dt>

View file

@ -1,5 +1,5 @@
.\" tuxpaint.1 - 2024.02.29 .\" tuxpaint.1 - 2024.04.10
.TH TUXPAINT 1 "February 29, 2024" "0.9.33" "Tux Paint" .TH TUXPAINT 1 "April 10, 2024" "0.9.33" "Tux Paint"
.SH NAME .SH NAME
tuxpaint -- "Tux Paint", a drawing program for young children. tuxpaint -- "Tux Paint", a drawing program for young children.
@ -71,6 +71,8 @@ tuxpaint -- "Tux Paint", a drawing program for young children.
.br .br
[\-\-nomagicsizes] [\-\-nomagicsizes]
.br .br
[\-\-ungroupmagictools]
.br
[\-\-noshapecontrols] [\-\-noshapecontrols]
.br .br
[\-\-nolabel] [\-\-nolabel]
@ -229,6 +231,8 @@ tuxpaint -- "Tux Paint", a drawing program for young children.
.br .br
[\-\-magicsizes] [\-\-magicsizes]
.br .br
[\-\-groupmagictools]
.br
[\-\-shapecontrols] [\-\-shapecontrols]
.br .br
[\-\-label] [\-\-label]
@ -454,6 +458,10 @@ controllable.)
Disable or enable (default) Magic size controls. (Note: Not all Magic Disable or enable (default) Magic size controls. (Note: Not all Magic
tools offer size controls.) tools offer size controls.)
.TP 8
.B \-\-ungroupmagictools \-\-groupmagictools
Disable or enable (default) grouping of Magic tools.
.TP 8 .TP 8
.B \-\-noshapecontrols \-\-shapecontrols .B \-\-noshapecontrols \-\-shapecontrols
Disable or enable (default) buttons to change the Shape tool's behavior -- Disable or enable (default) buttons to change the Shape tool's behavior --

View file

@ -1,5 +1,5 @@
.\" tuxpaint.1 - 2024.02.29 .\" tuxpaint.1 - 2024.04.10
.TH TUXPAINT 1 "febrero 29, 2024" "0.9.33" "Tux Paint" .TH TUXPAINT 1 "abril 10, 2024" "0.9.33" "Tux Paint"
.SH NAME .SH NAME
tuxpaint -- "Tux Paint", a drawing program for young children. tuxpaint -- "Tux Paint", a drawing program for young children.
@ -71,6 +71,8 @@ tuxpaint -- "Tux Paint", a drawing program for young children.
.br .br
[\-\-nomagicsizes] [\-\-nomagicsizes]
.br .br
[\-\-ungroupmagictools]
.br
[\-\-noshapecontrols] [\-\-noshapecontrols]
.br .br
[\-\-nolabel] [\-\-nolabel]
@ -229,6 +231,8 @@ tuxpaint -- "Tux Paint", a drawing program for young children.
.br .br
[\-\-magicsizes] [\-\-magicsizes]
.br .br
[\-\-groupmagictools]
.br
[\-\-shapecontrols] [\-\-shapecontrols]
.br .br
[\-\-label] [\-\-label]
@ -454,6 +458,10 @@ controllable.)
Disable or enable (default) Magic size controls. (Note: Not all Magic Disable or enable (default) Magic size controls. (Note: Not all Magic
tools offer size controls.) tools offer size controls.)
.TP 8
.B \-\-ungroupmagictools \-\-groupmagictools
Disable or enable (default) grouping of Magic tools.
.TP 8 .TP 8
.B \-\-noshapecontrols \-\-shapecontrols .B \-\-noshapecontrols \-\-shapecontrols
Disable or enable (default) buttons to change the Shape tool's behavior -- Disable or enable (default) buttons to change the Shape tool's behavior --

View file

@ -1,5 +1,5 @@
.\" tuxpaint.1 - 2024.02.29 .\" tuxpaint.1 - 2024.04.10
.TH TUXPAINT 1 "février 29, 2024" "0.9.33" "Tux Paint" .TH TUXPAINT 1 "avril 10, 2024" "0.9.33" "Tux Paint"
.SH NAME .SH NAME
tuxpaint -- "Tux Paint", un programme simple pour les jeunes enfants. tuxpaint -- "Tux Paint", un programme simple pour les jeunes enfants.
@ -71,6 +71,8 @@ tuxpaint -- "Tux Paint", un programme simple pour les jeunes enfants.
.br .br
[\-\-nomagicsizes] [\-\-nomagicsizes]
.br .br
[\-\-ungroupmagictools]
.br
[\-\-noshapecontrols] [\-\-noshapecontrols]
.br .br
[\-\-nolabel] [\-\-nolabel]
@ -229,6 +231,8 @@ tuxpaint -- "Tux Paint", un programme simple pour les jeunes enfants.
.br .br
[\-\-magicsizes] [\-\-magicsizes]
.br .br
[\-\-groupmagictools]
.br
[\-\-shapecontrols] [\-\-shapecontrols]
.br .br
[\-\-label] [\-\-label]
@ -464,6 +468,10 @@ tous les outils ne sont pas forcément contrôlables.)
Déactive ou active (par défaut) les contrôles de taille des outils Déactive ou active (par défaut) les contrôles de taille des outils
Magie. (Note : tous les outils Magie ne bénéficie pas des ces contrôle.) Magie. (Note : tous les outils Magie ne bénéficie pas des ces contrôle.)
.TP 8
.B \-\-ungroupmagictools \-\-groupmagictools
Disable or enable (default) grouping of Magic tools.
.TP 8 .TP 8
.B \-\-noshapecontrols \-\-shapecontrols .B \-\-noshapecontrols \-\-shapecontrols
Déactive ou active (par défaut) les boutons pour changer le comportement Déactive ou active (par défaut) les boutons pour changer le comportement

View file

@ -1,5 +1,5 @@
.\" tuxpaint.1 - 2024.02.29 .\" tuxpaint.1 - 2024.04.10
.TH TUXPAINT 1 "29 de Febreiro de 2024" "0.9.33" "Tux Paint" .TH TUXPAINT 1 "10 de Abril de 2024" "0.9.33" "Tux Paint"
.SH NAME .SH NAME
tuxpaint -- "Tux Paint", a drawing program for young children. tuxpaint -- "Tux Paint", a drawing program for young children.
@ -71,6 +71,8 @@ tuxpaint -- "Tux Paint", a drawing program for young children.
.br .br
[\-\-nomagicsizes] [\-\-nomagicsizes]
.br .br
[\-\-ungroupmagictools]
.br
[\-\-noshapecontrols] [\-\-noshapecontrols]
.br .br
[\-\-nolabel] [\-\-nolabel]
@ -229,6 +231,8 @@ tuxpaint -- "Tux Paint", a drawing program for young children.
.br .br
[\-\-magicsizes] [\-\-magicsizes]
.br .br
[\-\-groupmagictools]
.br
[\-\-shapecontrols] [\-\-shapecontrols]
.br .br
[\-\-label] [\-\-label]
@ -454,6 +458,10 @@ controllable.)
Disable or enable (default) Magic size controls. (Note: Not all Magic Disable or enable (default) Magic size controls. (Note: Not all Magic
tools offer size controls.) tools offer size controls.)
.TP 8
.B \-\-ungroupmagictools \-\-groupmagictools
Disable or enable (default) grouping of Magic tools.
.TP 8 .TP 8
.B \-\-noshapecontrols \-\-shapecontrols .B \-\-noshapecontrols \-\-shapecontrols
Disable or enable (default) buttons to change the Shape tool's behavior -- Disable or enable (default) buttons to change the Shape tool's behavior --

View file

@ -1,5 +1,5 @@
.\" tuxpaint.1 - 2024.02.29 .\" tuxpaint.1 - 2024.04.10
.TH TUXPAINT 1 "febrúar 29, 2024" "0.9.33" "Tux Paint" .TH TUXPAINT 1 "apríl 10, 2024" "0.9.33" "Tux Paint"
.SH NAME .SH NAME
tuxpaint -- "Tux Paint", a drawing program for young children. tuxpaint -- "Tux Paint", a drawing program for young children.
@ -71,6 +71,8 @@ tuxpaint -- "Tux Paint", a drawing program for young children.
.br .br
[\-\-nomagicsizes] [\-\-nomagicsizes]
.br .br
[\-\-ungroupmagictools]
.br
[\-\-noshapecontrols] [\-\-noshapecontrols]
.br .br
[\-\-nolabel] [\-\-nolabel]
@ -229,6 +231,8 @@ tuxpaint -- "Tux Paint", a drawing program for young children.
.br .br
[\-\-magicsizes] [\-\-magicsizes]
.br .br
[\-\-groupmagictools]
.br
[\-\-shapecontrols] [\-\-shapecontrols]
.br .br
[\-\-label] [\-\-label]
@ -454,6 +458,10 @@ controllable.)
Disable or enable (default) Magic size controls. (Note: Not all Magic Disable or enable (default) Magic size controls. (Note: Not all Magic
tools offer size controls.) tools offer size controls.)
.TP 8
.B \-\-ungroupmagictools \-\-groupmagictools
Disable or enable (default) grouping of Magic tools.
.TP 8 .TP 8
.B \-\-noshapecontrols \-\-shapecontrols .B \-\-noshapecontrols \-\-shapecontrols
Disable or enable (default) buttons to change the Shape tool's behavior -- Disable or enable (default) buttons to change the Shape tool's behavior --

View file

@ -1,5 +1,5 @@
.\" tuxpaint.1 - 2024.02.29 .\" tuxpaint.1 - 2024.04.10
.TH TUXPAINT 1 "2024年2月29日" "0.9.33" "Tux Paint" .TH TUXPAINT 1 "2024年4月10日" "0.9.33" "Tux Paint"
.SH NAME .SH NAME
tuxpaint -- "Tux Paint", a drawing program for young children. tuxpaint -- "Tux Paint", a drawing program for young children.
@ -71,6 +71,8 @@ tuxpaint -- "Tux Paint", a drawing program for young children.
.br .br
[\-\-nomagicsizes] [\-\-nomagicsizes]
.br .br
[\-\-ungroupmagictools]
.br
[\-\-noshapecontrols] [\-\-noshapecontrols]
.br .br
[\-\-nolabel] [\-\-nolabel]
@ -229,6 +231,8 @@ tuxpaint -- "Tux Paint", a drawing program for young children.
.br .br
[\-\-magicsizes] [\-\-magicsizes]
.br .br
[\-\-groupmagictools]
.br
[\-\-shapecontrols] [\-\-shapecontrols]
.br .br
[\-\-label] [\-\-label]
@ -454,6 +458,10 @@ controllable.)
Disable or enable (default) Magic size controls. (Note: Not all Magic Disable or enable (default) Magic size controls. (Note: Not all Magic
tools offer size controls.) tools offer size controls.)
.TP 8
.B \-\-ungroupmagictools \-\-groupmagictools
Disable or enable (default) grouping of Magic tools.
.TP 8 .TP 8
.B \-\-noshapecontrols \-\-shapecontrols .B \-\-noshapecontrols \-\-shapecontrols
Disable or enable (default) buttons to change the Shape tool's behavior -- Disable or enable (default) buttons to change the Shape tool's behavior --

View file

@ -1,5 +1,5 @@
.\" tuxpaint.1 - 2024.02.29 .\" tuxpaint.1 - 2024.04.10
.TH TUXPAINT 1 "29 shkurt 2024" "0.9.33" "Tux Paint" .TH TUXPAINT 1 "10 prill 2024" "0.9.33" "Tux Paint"
.SH EMËR .SH EMËR
tuxpaint -- “Tux Paint”, një program vizatimi për fëmijë të vegjël. tuxpaint -- “Tux Paint”, një program vizatimi për fëmijë të vegjël.
@ -71,6 +71,8 @@ tuxpaint -- “Tux Paint”, një program vizatimi për fëmijë të vegjël.
.br .br
[\-\-nomagicsizes] [\-\-nomagicsizes]
.br .br
[\-\-ungroupmagictools]
.br
[\-\-noshapecontrols] [\-\-noshapecontrols]
.br .br
[\-\-nolabel] [\-\-nolabel]
@ -229,6 +231,8 @@ tuxpaint -- “Tux Paint”, një program vizatimi për fëmijë të vegjël.
.br .br
[\-\-magicsizes] [\-\-magicsizes]
.br .br
[\-\-groupmagictools]
.br
[\-\-shapecontrols] [\-\-shapecontrols]
.br .br
[\-\-label] [\-\-label]
@ -454,6 +458,10 @@ controllable.)
Disable or enable (default) Magic size controls. (Note: Not all Magic Disable or enable (default) Magic size controls. (Note: Not all Magic
tools offer size controls.) tools offer size controls.)
.TP 8
.B \-\-ungroupmagictools \-\-groupmagictools
Disable or enable (default) grouping of Magic tools.
.TP 8 .TP 8
.B \-\-noshapecontrols \-\-shapecontrols .B \-\-noshapecontrols \-\-shapecontrols
Disable or enable (default) buttons to change the Shape tool's behavior -- Disable or enable (default) buttons to change the Shape tool's behavior --