Regen docs

This commit is contained in:
Bill Kendrick 2023-03-16 22:03:34 -07:00
parent 380967e56d
commit de5a2a5aae
31 changed files with 41 additions and 214 deletions

View file

@ -7,7 +7,7 @@ Various contributors (see below, and AUTHORS.txt)
https://tuxpaint.org/
2023.March.15 (0.9.29)
2023.March.16 (0.9.29) ### RC1
* Improvements to "Stamp" tool:
-----------------------------
* Stamps may now be rotated.

View file

@ -1,10 +1,10 @@
Tux Paint
version 0.9.29 Frequently Asked Questions
Copyright © 2002-2022 by various contributors; see AUTHORS.txt.
Copyright © 2002-2023 by various contributors; see AUTHORS.txt.
https://tuxpaint.org/
June 4, 2022
March 16, 2023
----------------------------------------------------------------------
@ -57,20 +57,6 @@ Drawing-related
with "--stamps" on the command line or either "nostamps=no" or
"stamps=yes" in a configuration file.
The "Fill" Tool Looks Bad
Tux Paint is probably comparing exact pixel colors when filling.
This is faster, but looks worse. Run the command "tuxpaint
--verbose-version" from a command line, and you should see,
amongst the other output: "Low Quality Flood Fill enabled".
To change this, you must rebuild Tux Paint from source. Be sure to
remove or comment out any line that says:
#define LOW_QUALITY_FLOOD_FILL
in the "tuxpaint.c" file in the "src" directory.
Stamp outlines are always rectangles
Tux Paint was built with low-quality (but faster) stamp outlines.

View file

@ -6,7 +6,7 @@ Options Documentation
Copyright © 2002-2023 by various contributors; see AUTHORS.txt.
https://tuxpaint.org/
February 19, 2023
March 16, 2023
+---------------------------------------------+
|Table of Contents |

View file

@ -6,7 +6,7 @@
Copyright © 2002-2023 by various contributors; see AUTHORS.txt.
https://tuxpaint.org/
March 12, 2023
March 16, 2023
+----------------------------------------------------+
|Table of Contents |

View file

@ -20,12 +20,12 @@
version 0.9.29 Frequently Asked Questions </h1>
<p>
Copyright &copy; 2002-2022 by various contributors; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
Copyright &copy; 2002-2023 by various contributors; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
<a href="https://tuxpaint.org/">https://tuxpaint.org/</a>
</p>
<p>
June 4, 2022 </p>
March 16, 2023 </p>
</center>
<hr size="2"
@ -107,26 +107,6 @@
Either change/remove the "nostamps" option, or you can override it with "<code>--stamps</code>" on the command line or either "<code>nostamps=no</code>" or "<code>stamps=yes</code>" in a configuration file. </p>
</dd>
<dt>
The "Fill" Tool Looks Bad </dt>
<dd>
<p>
Tux Paint is probably comparing exact pixel colors when filling. This is faster, but looks worse. Run the command "<code>tuxpaint --verbose-version</code>" from a command line, and you should see, amongst the other output: "Low Quality Flood Fill enabled". </p>
<p>
To change this, you must rebuild Tux Paint from source. Be sure to remove or comment out any line that says: </p>
<blockquote>
<p>
<code>#define LOW_QUALITY_FLOOD_FILL</code>
</p>
</blockquote>
<p>
in the "tuxpaint.c" file in the "src" directory. </p>
</dd>
<dt>
Stamp outlines are always rectangles </dt>

View file

@ -102,7 +102,7 @@
</p>
<p>
February 19, 2023 </p>
March 16, 2023 </p>
</center>
</header>

View file

@ -102,7 +102,7 @@
</p>
<p>
March 12, 2023 </p>
March 16, 2023 </p>
</center>
</header>
<table border="2"

View file

@ -1,10 +1,10 @@
Tux Paint
versión 0.9.29 Frequently Asked Questions
Copyright © 2002-2022 by various contributors; see AUTHORS.txt.
Copyright © 2002-2023 by various contributors; see AUTHORS.txt.
https://tuxpaint.org/
junio 4, 2022
marzo 16, 2023
----------------------------------------------------------------------
@ -57,20 +57,6 @@ Drawing-related
with "--stamps" on the command line or either "nostamps=no" or
"stamps=yes" in a configuration file.
The "Fill" Tool Looks Bad
Tux Paint is probably comparing exact pixel colors when filling.
This is faster, but looks worse. Run the command "tuxpaint
--verbose-version" from a command line, and you should see,
amongst the other output: "Low Quality Flood Fill enabled".
To change this, you must rebuild Tux Paint from source. Be sure to
remove or comment out any line that says:
#define LOW_QUALITY_FLOOD_FILL
in the "tuxpaint.c" file in the "src" directory.
Stamp outlines are always rectangles
Tux Paint was built with low-quality (but faster) stamp outlines.

View file

@ -6,7 +6,7 @@ Options Documentation
Copyright © 2002-2023 by various contributors; see AUTHORS.txt.
https://tuxpaint.org/
febrero 19, 2023
marzo 16, 2023
+---------------------------------------------+
|Table of Contents |

View file

@ -6,7 +6,7 @@
Copyright © 2002-2023 by various contributors; see AUTHORS.txt.
https://tuxpaint.org/
marzo 12, 2023
marzo 16, 2023
+----------------------------------------------------+
|Table of Contents |

View file

@ -20,12 +20,12 @@
versi&oacute;n 0.9.29 Frequently Asked Questions </h1>
<p>
Copyright &copy; 2002-2022 by various contributors; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
Copyright &copy; 2002-2023 by various contributors; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
<a href="https://tuxpaint.org/">https://tuxpaint.org/</a>
</p>
<p>
junio 4, 2022 </p>
marzo 16, 2023 </p>
</center>
<hr size="2"
@ -107,26 +107,6 @@
Either change/remove the "nostamps" option, or you can override it with "<code>--stamps</code>" on the command line or either "<code>nostamps=no</code>" or "<code>stamps=yes</code>" in a configuration file. </p>
</dd>
<dt>
The "Fill" Tool Looks Bad </dt>
<dd>
<p>
Tux Paint is probably comparing exact pixel colors when filling. This is faster, but looks worse. Run the command "<code>tuxpaint --verbose-version</code>" from a command line, and you should see, amongst the other output: "Low Quality Flood Fill enabled". </p>
<p>
To change this, you must rebuild Tux Paint from source. Be sure to remove or comment out any line that says: </p>
<blockquote>
<p>
<code>#define LOW_QUALITY_FLOOD_FILL</code>
</p>
</blockquote>
<p>
in the "tuxpaint.c" file in the "src" directory. </p>
</dd>
<dt>
Stamp outlines are always rectangles </dt>

View file

@ -102,7 +102,7 @@
</p>
<p>
febrero 19, 2023 </p>
marzo 16, 2023 </p>
</center>
</header>

View file

@ -102,7 +102,7 @@
</p>
<p>
marzo 12, 2023 </p>
marzo 16, 2023 </p>
</center>
</header>
<table border="2"

View file

@ -1,10 +1,10 @@
Tux Paint
version 0.9.29 Questions fréquemment posées
Copyright © 2002-2022 by divers contributeurs; see AUTHORS.txt.
Copyright © 2002-2023 by divers contributeurs; see AUTHORS.txt.
https://tuxpaint.org/
juin 4, 2022
mars 16, 2023
----------------------------------------------------------------------
@ -62,22 +62,6 @@ Liées au dessin
"--stamps" sur la ligne de commande ou "nostamps=no" ou
"stamps=yes" dans un des fichiers de configuration.
L'outil magique "Remplir" semble mauvais
Tux Paint compare probablement les couleurs exactes des pixels
lors du remplissage. C'est plus rapide, mais semble pire. Exécutez
la commande "tuxpaint --verbose-version" à partir d'une ligne de
commande, et vous devriez voir, parmi les autres résultats: "Low
Quality Flood Fill enabled".
Pour changer cela, vous devez reconstruire Tux Paint à partir des
sources. Assurez-vous de supprimer ou de commenter toute ligne qui
dit :
#define LOW_QUALITY_FLOOD_FILL
dans le fichier "tuxpaint.c" du répertoire "src".
Les contours des tampons sont toujours des rectangles
Tux Paint a été élaboré avec des contours de basse qualité (mais

View file

@ -6,7 +6,7 @@ Documentation sur les options
Copyright © 2002-2023 by divers contributeurs; see AUTHORS.txt.
https://tuxpaint.org/
février 19, 2023
mars 16, 2023
+---------------------------------------------------------------------+
|Table des matières |

View file

@ -6,7 +6,7 @@
Copyright © 2002-2023 by divers contributeurs; see AUTHORS.txt.
https://tuxpaint.org/
mars 12, 2023
mars 16, 2023
+----------------------------------------------------------+
|Table des matières |

View file

@ -20,12 +20,12 @@
version 0.9.29 Questions fréquemment posées </h1>
<p>
Copyright &copy; 2002-2022 by divers contributeurs; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
Copyright &copy; 2002-2023 by divers contributeurs; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
<a href="https://tuxpaint.org/">https://tuxpaint.org/</a>
</p>
<p>
juin 4, 2022 </p>
mars 16, 2023 </p>
</center>
<hr size="2"
@ -107,26 +107,6 @@
Modifiez / supprimez l'option "nostamps" ou remplacez-la par "<code>--stamps</code>" sur la ligne de commande ou "<code>nostamps=no</code>" ou "<code>stamps=yes</code>" dans un des fichiers de configuration. </p>
</dd>
<dt>
L'outil magique "Remplir" semble mauvais </dt>
<dd>
<p>
Tux Paint compare probablement les couleurs exactes des pixels lors du remplissage. C'est plus rapide, mais semble pire. Exécutez la commande "<code>tuxpaint --verbose-version</code>" à partir d'une ligne de commande, et vous devriez voir, parmi les autres résultats: "Low Quality Flood Fill enabled". </p>
<p>
Pour changer cela, vous devez reconstruire Tux Paint à partir des sources. Assurez-vous de supprimer ou de commenter toute ligne qui dit : </p>
<blockquote>
<p>
<code>#define LOW_QUALITY_FLOOD_FILL</code>
</p>
</blockquote>
<p>
dans le fichier "tuxpaint.c" du répertoire "src". </p>
</dd>
<dt>
Les contours des tampons sont toujours des rectangles </dt>

View file

@ -102,7 +102,7 @@
</p>
<p>
février 19, 2023 </p>
mars 16, 2023 </p>
</center>
</header>

View file

@ -102,7 +102,7 @@
</p>
<p>
mars 12, 2023 </p>
mars 16, 2023 </p>
</center>
</header>
<table border="2"

View file

@ -1,10 +1,10 @@
Tux Paint
versión 0.9.29 Preguntas máis frecuentes
Copyright © 2002-2022 by varios colaboradores; see AUTHORS.txt.
Copyright © 2002-2023 by varios colaboradores; see AUTHORS.txt.
https://tuxpaint.org/
4 de Xuño de 2022
16 de Marzo de 2023
----------------------------------------------------------------------
@ -60,21 +60,6 @@ Relacionado co debuxo
«--stamps» na liña de ordes ou con «nostamps=no» ou »stamps=yes»
nun ficheiro de configuración.
A ferramenta «Encher» vese mal
Tux Paint probabelmente estea a comparar as cores exactas dos
píxeles ao encher. Isto é máis rápido, pero ten un aspecto peor.
Execute a orde «tuxpaint --verbose-version» dende unha liña de
ordes e debe ver, entre outras saídas: «Low Quality Flood Fill
enabled».
Para cambialo, debe volver compilar Tux Paint dende o código
fonte. Asegúrese de eliminar ou comentar calquera liña que diga:
#define LOW_QUALITY_FLOOD_FILL
no ficheiro «tuxpaint.c» no directorio «src».
Os contornos do selo son sempre rectángulos
Tux Paint foi compilado con contornos de selo de baixa calidade

View file

@ -6,7 +6,7 @@ Documentación de opcións
Copyright © 2002-2023 by varios colaboradores; see AUTHORS.txt.
https://tuxpaint.org/
19 de Febreiro de 2023
16 de Marzo de 2023
+----------------------------------------------------+
|Índice |

View file

@ -6,7 +6,7 @@
Copyright © 2002-2023 by varios colaboradores; see AUTHORS.txt.
https://tuxpaint.org/
12 de Marzo de 2023
16 de Marzo de 2023
+-----------------------------------------------------------+
|Índice |

View file

@ -20,12 +20,12 @@
versión 0.9.29 Preguntas máis frecuentes </h1>
<p>
Copyright &copy; 2002-2022 by varios colaboradores; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
Copyright &copy; 2002-2023 by varios colaboradores; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
<a href="https://tuxpaint.org/">https://tuxpaint.org/</a>
</p>
<p>
4 de Xuño de 2022 </p>
16 de Marzo de 2023 </p>
</center>
<hr size="2"
@ -107,26 +107,6 @@
Cambie ou elimine a opción «nostamps» ou pode anulala con «<code>--stamps</code>» na liña de ordes ou con «<code>nostamps=no</code>» ou »<code>stamps=yes</code>» nun ficheiro de configuración. </p>
</dd>
<dt>
A ferramenta «Encher» vese mal </dt>
<dd>
<p>
Tux Paint probabelmente estea a comparar as cores exactas dos píxeles ao encher. Isto é máis rápido, pero ten un aspecto peor. Execute a orde «<code>tuxpaint --verbose-version</code>» dende unha liña de ordes e debe ver, entre outras saídas: «Low Quality Flood Fill enabled». </p>
<p>
Para cambialo, debe volver compilar Tux Paint dende o código fonte. Asegúrese de eliminar ou comentar calquera liña que diga: </p>
<blockquote>
<p>
<code>#define LOW_QUALITY_FLOOD_FILL</code>
</p>
</blockquote>
<p>
no ficheiro «tuxpaint.c» no directorio «src». </p>
</dd>
<dt>
Os contornos do selo son sempre rectángulos </dt>

View file

@ -102,7 +102,7 @@
</p>
<p>
19 de Febreiro de 2023 </p>
16 de Marzo de 2023 </p>
</center>
</header>

View file

@ -102,7 +102,7 @@
</p>
<p>
12 de Marzo de 2023 </p>
16 de Marzo de 2023 </p>
</center>
</header>
<table border="2"

View file

@ -1,10 +1,10 @@
Tux Paint
バージョン 0.9.29 Frequently Asked Questions
Copyright © 2002-2022 by various contributors; AUTHORS.txt 参照.
Copyright © 2002-2023 by various contributors; AUTHORS.txt 参照.
https://tuxpaint.org/
2022年6月 4
2023年3月16
----------------------------------------------------------------------
@ -57,20 +57,6 @@ Drawing-related
with "--stamps" on the command line or either "nostamps=no" or
"stamps=yes" in a configuration file.
The "Fill" Tool Looks Bad
Tux Paint is probably comparing exact pixel colors when filling.
This is faster, but looks worse. Run the command "tuxpaint
--verbose-version" from a command line, and you should see,
amongst the other output: "Low Quality Flood Fill enabled".
To change this, you must rebuild Tux Paint from source. Be sure to
remove or comment out any line that says:
#define LOW_QUALITY_FLOOD_FILL
in the "tuxpaint.c" file in the "src" directory.
Stamp outlines are always rectangles
Tux Paint was built with low-quality (but faster) stamp outlines.

View file

@ -6,7 +6,7 @@
Copyright © 2002-2023 by various contributors; AUTHORS.txt 参照.
https://tuxpaint.org/
2023年2月19
2023年3月16
+---------------------------------+
|目次 |

View file

@ -6,7 +6,7 @@
Copyright © 2002-2023 by various contributors; AUTHORS.txt 参照.
https://tuxpaint.org/
2023年3月12
2023年3月16
+-------------------------------------+
|目次 |

View file

@ -20,12 +20,12 @@
バージョン 0.9.29 Frequently Asked Questions </h1>
<p>
Copyright &copy; 2002-2022 by various contributors; <a href="../../AUTHORS.txt">AUTHORS.txt</a> 参照.<br>
Copyright &copy; 2002-2023 by various contributors; <a href="../../AUTHORS.txt">AUTHORS.txt</a> 参照.<br>
<a href="https://tuxpaint.org/">https://tuxpaint.org/</a>
</p>
<p>
2022年6月 4</p>
2023年3月16</p>
</center>
<hr size="2"
@ -107,26 +107,6 @@
Either change/remove the "nostamps" option, or you can override it with "<code>--stamps</code>" on the command line or either "<code>nostamps=no</code>" or "<code>stamps=yes</code>" in a configuration file. </p>
</dd>
<dt>
The "Fill" Tool Looks Bad </dt>
<dd>
<p>
Tux Paint is probably comparing exact pixel colors when filling. This is faster, but looks worse. Run the command "<code>tuxpaint --verbose-version</code>" from a command line, and you should see, amongst the other output: "Low Quality Flood Fill enabled". </p>
<p>
To change this, you must rebuild Tux Paint from source. Be sure to remove or comment out any line that says: </p>
<blockquote>
<p>
<code>#define LOW_QUALITY_FLOOD_FILL</code>
</p>
</blockquote>
<p>
in the "tuxpaint.c" file in the "src" directory. </p>
</dd>
<dt>
Stamp outlines are always rectangles </dt>

View file

@ -102,7 +102,7 @@
</p>
<p>
2023年2月19</p>
2023年3月16</p>
</center>
</header>

View file

@ -102,7 +102,7 @@
</p>
<p>
2023年3月12</p>
2023年3月16</p>
</center>
</header>
<table border="2"