Sync docs after some corrections

This commit is contained in:
Bill Kendrick 2024-01-26 10:01:14 -08:00
parent 2d043eb33d
commit 2e261c1bb1
36 changed files with 90 additions and 86 deletions

View file

@ -2,10 +2,10 @@
Tux Paint Tux Paint
version 0.9.32 version 0.9.32
Copyright © 2002-2023 by various contributors; see AUTHORS.txt. Copyright © 2002-2024 by various contributors; see AUTHORS.txt.
https://tuxpaint.org/ https://tuxpaint.org/
May 29, 2023 January 26, 2024
+-----------------------------------------+ +-----------------------------------------+
| Table of Contents | | Table of Contents |
@ -976,7 +976,8 @@ been pressed (one each for: no modifiers, [Shift], [AltGr], and [Shift] +
KEY 133 2.0 Cmp Cmp Cmp Cmp 0 KEY 133 2.0 Cmp Cmp Cmp Cmp 0
# The ALT or ALTGR keys are used in im to switch the input mode # The ALT or ALTGR keys are used in 'im' (input methods) to switch the
input mode
KEY 64 2.0 Alt Alt Alt Alt 0 KEY 64 2.0 Alt Alt Alt Alt 0
# Space # Space

View file

@ -6,7 +6,7 @@
Copyright © 2007-2024 by various contributors; see AUTHORS.txt. Copyright © 2007-2024 by various contributors; see AUTHORS.txt.
https://tuxpaint.org/ https://tuxpaint.org/
January 1, 2024 January 26, 2024
+--------------------------------------------------+ +--------------------------------------------------+
| Table of Contents | | Table of Contents |
@ -747,7 +747,7 @@ clamp(lo, value, hi)
Constant Defintions in "tp_magic_api.h" Constant Definitions in "tp_magic_api.h"
The following is a summary of constant values that are set (via "#define") The following is a summary of constant values that are set (via "#define")
within the 'Magic' tool API header file. within the 'Magic' tool API header file.

View file

@ -6,7 +6,7 @@
Copyright © 2002-2024 by various contributors; see AUTHORS.txt. Copyright © 2002-2024 by various contributors; see AUTHORS.txt.
https://tuxpaint.org/ https://tuxpaint.org/
January 13, 2024 January 26, 2024
+-------------------------------------------------+ +-------------------------------------------------+
| Table of Contents | | Table of Contents |

View file

@ -95,12 +95,12 @@
version 0.9.32 </h1> version 0.9.32 </h1>
<p> <p>
Copyright &copy; 2002-2023 by various contributors; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br> Copyright &copy; 2002-2024 by various contributors; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
<a href="https://tuxpaint.org/">https://tuxpaint.org/</a> <a href="https://tuxpaint.org/">https://tuxpaint.org/</a>
</p> </p>
<p> <p>
May 29, 2023 </p> January 26, 2024 </p>
</center> </center>
</header> </header>
@ -1149,7 +1149,7 @@
<br> <br>
KEY 133 2.0 Cmp Cmp Cmp Cmp 0<br> KEY 133 2.0 Cmp Cmp Cmp Cmp 0<br>
<br> <br>
# The ALT or ALTGR keys are used in im to switch the input mode<br> # The ALT or ALTGR keys are used in 'im' (input methods) to switch the input mode<br>
KEY 64 2.0 Alt Alt Alt Alt 0<br> KEY 64 2.0 Alt Alt Alt Alt 0<br>
<br> <br>
# Space<br> # Space<br>

View file

@ -102,7 +102,7 @@
</p> </p>
<p> <p>
January 1, 2024 </p> January 26, 2024 </p>
</center> </center>
</header> </header>
@ -739,10 +739,10 @@
</dl> </dl>
</section><!-- H2: Helper Macros in tp_magic_api.h --> </section><!-- H2: Helper Macros in tp_magic_api.h -->
<section class="indent"><!-- H2: Constant Defintions in tp_magic_api.h --> <section class="indent"><!-- H2: Constant Definitions in tp_magic_api.h -->
<header> <header>
<h2 id="consts"> <h2 id="consts">
Constant Defintions in "<code>tp_magic_api.h</code>" </h2> Constant Definitions in "<code>tp_magic_api.h</code>" </h2>
</header> </header>
<p> <p>
@ -766,7 +766,7 @@
<dd> <dd>
These are flags for Tux Paint's "<code>special_notify()</code>" helper function. They are described <a href="#special_notify">above</a>. </dd> These are flags for Tux Paint's "<code>special_notify()</code>" helper function. They are described <a href="#special_notify">above</a>. </dd>
</dl> </dl>
</section><!-- H2: Constant Defintions in tp_magic_api.h --> </section><!-- H2: Constant Definitions in tp_magic_api.h -->
</section><!-- H1: Interfaces --> </section><!-- H1: Interfaces -->

View file

@ -102,7 +102,7 @@
</p> </p>
<p> <p>
January 13, 2024 </p> January 26, 2024 </p>
</center> </center>
</header> </header>
<table border="2" <table border="2"

View file

@ -2,10 +2,10 @@
Tux Paint Tux Paint
versión 0.9.32 versión 0.9.32
Copyright © 2002-2023 by various contributors; see AUTHORS.txt. Copyright © 2002-2024 by various contributors; see AUTHORS.txt.
https://tuxpaint.org/ https://tuxpaint.org/
mayo 29, 2023 enero 26, 2024
+-----------------------------------------+ +-----------------------------------------+
| Table of Contents | | Table of Contents |
@ -976,7 +976,8 @@ been pressed (one each for: no modifiers, [Shift], [AltGr], and [Shift] +
KEY 133 2.0 Cmp Cmp Cmp Cmp 0 KEY 133 2.0 Cmp Cmp Cmp Cmp 0
# The ALT or ALTGR keys are used in im to switch the input mode # The ALT or ALTGR keys are used in 'im' (input methods) to switch the
input mode
KEY 64 2.0 Alt Alt Alt Alt 0 KEY 64 2.0 Alt Alt Alt Alt 0
# Space # Space

View file

@ -6,7 +6,7 @@
Copyright © 2007-2024 by various contributors; see AUTHORS.txt. Copyright © 2007-2024 by various contributors; see AUTHORS.txt.
https://tuxpaint.org/ https://tuxpaint.org/
enero 1, 2024 enero 26, 2024
+--------------------------------------------------+ +--------------------------------------------------+
| Table of Contents | | Table of Contents |
@ -747,7 +747,7 @@ clamp(lo, value, hi)
Constant Defintions in "tp_magic_api.h" Constant Definitions in "tp_magic_api.h"
The following is a summary of constant values that are set (via "#define") The following is a summary of constant values that are set (via "#define")
within the 'Magic' tool API header file. within the 'Magic' tool API header file.

View file

@ -6,7 +6,7 @@
Copyright © 2002-2024 by various contributors; see AUTHORS.txt. Copyright © 2002-2024 by various contributors; see AUTHORS.txt.
https://tuxpaint.org/ https://tuxpaint.org/
enero 13, 2024 enero 26, 2024
+-------------------------------------------------+ +-------------------------------------------------+
| Table of Contents | | Table of Contents |

View file

@ -95,12 +95,12 @@
versi&oacute;n 0.9.32 </h1> versi&oacute;n 0.9.32 </h1>
<p> <p>
Copyright &copy; 2002-2023 by various contributors; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br> Copyright &copy; 2002-2024 by various contributors; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
<a href="https://tuxpaint.org/">https://tuxpaint.org/</a> <a href="https://tuxpaint.org/">https://tuxpaint.org/</a>
</p> </p>
<p> <p>
mayo 29, 2023 </p> enero 26, 2024 </p>
</center> </center>
</header> </header>
@ -1149,7 +1149,7 @@
<br> <br>
KEY 133 2.0 Cmp Cmp Cmp Cmp 0<br> KEY 133 2.0 Cmp Cmp Cmp Cmp 0<br>
<br> <br>
# The ALT or ALTGR keys are used in im to switch the input mode<br> # The ALT or ALTGR keys are used in 'im' (input methods) to switch the input mode<br>
KEY 64 2.0 Alt Alt Alt Alt 0<br> KEY 64 2.0 Alt Alt Alt Alt 0<br>
<br> <br>
# Space<br> # Space<br>

View file

@ -102,7 +102,7 @@
</p> </p>
<p> <p>
enero 1, 2024 </p> enero 26, 2024 </p>
</center> </center>
</header> </header>
@ -739,10 +739,10 @@
</dl> </dl>
</section><!-- H2: Helper Macros in tp_magic_api.h --> </section><!-- H2: Helper Macros in tp_magic_api.h -->
<section class="indent"><!-- H2: Constant Defintions in tp_magic_api.h --> <section class="indent"><!-- H2: Constant Definitions in tp_magic_api.h -->
<header> <header>
<h2 id="consts"> <h2 id="consts">
Constant Defintions in "<code>tp_magic_api.h</code>" </h2> Constant Definitions in "<code>tp_magic_api.h</code>" </h2>
</header> </header>
<p> <p>
@ -766,7 +766,7 @@
<dd> <dd>
These are flags for Tux Paint's "<code>special_notify()</code>" helper function. They are described <a href="#special_notify">above</a>. </dd> These are flags for Tux Paint's "<code>special_notify()</code>" helper function. They are described <a href="#special_notify">above</a>. </dd>
</dl> </dl>
</section><!-- H2: Constant Defintions in tp_magic_api.h --> </section><!-- H2: Constant Definitions in tp_magic_api.h -->
</section><!-- H1: Interfaces --> </section><!-- H1: Interfaces -->

View file

@ -102,7 +102,7 @@
</p> </p>
<p> <p>
enero 13, 2024 </p> enero 26, 2024 </p>
</center> </center>
</header> </header>
<table border="2" <table border="2"

View file

@ -2,10 +2,10 @@
Tux Paint Tux Paint
version 0.9.32 version 0.9.32
Copyright © 2002-2023 by divers contributeurs; voir AUTHORS.txt. Copyright © 2002-2024 by divers contributeurs; voir AUTHORS.txt.
https://tuxpaint.org/ https://tuxpaint.org/
mai 29, 2023 janvier 26, 2024
+-------------------------------------------------------------+ +-------------------------------------------------------------+
| Table des matières | | Table des matières |
@ -1037,8 +1037,8 @@ du tout (utilisez "0").
KEY 133 2.0 Cmp Cmp Cmp Cmp 0 KEY 133 2.0 Cmp Cmp Cmp Cmp 0
# Les touches ALT ou ALTGR sont utilisées dans im pour changer de mode de # The ALT or ALTGR keys are used in 'im' (input methods) to switch the
saisie input mode
KEY 64 2.0 Alt Alt Alt Alt 0 KEY 64 2.0 Alt Alt Alt Alt 0
# Espace # Espace

View file

@ -6,7 +6,7 @@
Copyright © 2007-2024 by various contributors; see AUTHORS.txt. Copyright © 2007-2024 by various contributors; see AUTHORS.txt.
https://tuxpaint.org/ https://tuxpaint.org/
janvier 1, 2024 janvier 26, 2024
+--------------------------------------------------+ +--------------------------------------------------+
| Table of Contents | | Table of Contents |
@ -747,7 +747,7 @@ clamp(lo, value, hi)
Constant Defintions in "tp_magic_api.h" Constant Definitions in "tp_magic_api.h"
The following is a summary of constant values that are set (via "#define") The following is a summary of constant values that are set (via "#define")
within the 'Magic' tool API header file. within the 'Magic' tool API header file.

View file

@ -6,7 +6,7 @@
Copyright © 2002-2024 by divers contributeurs; voir AUTHORS.txt. Copyright © 2002-2024 by divers contributeurs; voir AUTHORS.txt.
https://tuxpaint.org/ https://tuxpaint.org/
janvier 13, 2024 janvier 26, 2024
+-------------------------------------------------------+ +-------------------------------------------------------+
| Table des matières | | Table des matières |

View file

@ -95,12 +95,12 @@
version 0.9.32 </h1> version 0.9.32 </h1>
<p> <p>
Copyright &copy; 2002-2023 by divers contributeurs; voir <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br> Copyright &copy; 2002-2024 by divers contributeurs; voir <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
<a href="https://tuxpaint.org/">https://tuxpaint.org/</a> <a href="https://tuxpaint.org/">https://tuxpaint.org/</a>
</p> </p>
<p> <p>
mai 29, 2023 </p> janvier 26, 2024 </p>
</center> </center>
</header> </header>
@ -1149,7 +1149,7 @@
<br> <br>
KEY 133 2.0 Cmp Cmp Cmp Cmp 0<br> KEY 133 2.0 Cmp Cmp Cmp Cmp 0<br>
<br> <br>
# Les touches ALT ou ALTGR sont utilisées dans im pour changer de mode de saisie<br> # The ALT or ALTGR keys are used in 'im' (input methods) to switch the input mode<br>
KEY 64 2.0 Alt Alt Alt Alt 0<br> KEY 64 2.0 Alt Alt Alt Alt 0<br>
<br> <br>
# Espace<br> # Espace<br>

View file

@ -102,7 +102,7 @@
</p> </p>
<p> <p>
janvier 1, 2024 </p> janvier 26, 2024 </p>
</center> </center>
</header> </header>
@ -739,10 +739,10 @@
</dl> </dl>
</section><!-- H2: Helper Macros in tp_magic_api.h --> </section><!-- H2: Helper Macros in tp_magic_api.h -->
<section class="indent"><!-- H2: Constant Defintions in tp_magic_api.h --> <section class="indent"><!-- H2: Constant Definitions in tp_magic_api.h -->
<header> <header>
<h2 id="consts"> <h2 id="consts">
Constant Defintions in "<code>tp_magic_api.h</code>" </h2> Constant Definitions in "<code>tp_magic_api.h</code>" </h2>
</header> </header>
<p> <p>
@ -766,7 +766,7 @@
<dd> <dd>
These are flags for Tux Paint's "<code>special_notify()</code>" helper function. They are described <a href="#special_notify">above</a>. </dd> These are flags for Tux Paint's "<code>special_notify()</code>" helper function. They are described <a href="#special_notify">above</a>. </dd>
</dl> </dl>
</section><!-- H2: Constant Defintions in tp_magic_api.h --> </section><!-- H2: Constant Definitions in tp_magic_api.h -->
</section><!-- H1: Interfaces --> </section><!-- H1: Interfaces -->

View file

@ -102,7 +102,7 @@
</p> </p>
<p> <p>
janvier 13, 2024 </p> janvier 26, 2024 </p>
</center> </center>
</header> </header>
<table border="2" <table border="2"

View file

@ -2,10 +2,10 @@
Tux Paint Tux Paint
versión 0.9.32 versión 0.9.32
Copyright © 2002-2023 by varios colaboradores; see AUTHORS.txt. Copyright © 2002-2024 by varios colaboradores; see AUTHORS.txt.
https://tuxpaint.org/ https://tuxpaint.org/
29 de Maio de 2023 26 de Xaneiro de 2024
+-------------------------------------------------------------+ +-------------------------------------------------------------+
| Índice | | Índice |
@ -999,8 +999,8 @@ a tecla está afectada ou non pola tecla [BloqMaiús] (use «1») ou a tecla
KEY 133 2.0 Cmp Cmp Cmp Cmp 0 KEY 133 2.0 Cmp Cmp Cmp Cmp 0
# As teclas ALT ou ALTGR úsanse no método de entrada (im) para cambiar o # The ALT or ALTGR keys are used in 'im' (input methods) to switch the
modo de entrada input mode
KEY 64 2.0 Alt Alt Alt Alt 0 KEY 64 2.0 Alt Alt Alt Alt 0
# Espazo # Espazo

View file

@ -6,7 +6,7 @@
Copyright © 2007-2024 by various contributors; see AUTHORS.txt. Copyright © 2007-2024 by various contributors; see AUTHORS.txt.
https://tuxpaint.org/ https://tuxpaint.org/
Xaneiro 1, 2024 Xaneiro 26, 2024
+--------------------------------------------------+ +--------------------------------------------------+
| Table of Contents | | Table of Contents |
@ -747,7 +747,7 @@ clamp(lo, value, hi)
Constant Defintions in "tp_magic_api.h" Constant Definitions in "tp_magic_api.h"
The following is a summary of constant values that are set (via "#define") The following is a summary of constant values that are set (via "#define")
within the 'Magic' tool API header file. within the 'Magic' tool API header file.

View file

@ -6,7 +6,7 @@
Copyright © 2002-2024 by varios colaboradores; see AUTHORS.txt. Copyright © 2002-2024 by varios colaboradores; see AUTHORS.txt.
https://tuxpaint.org/ https://tuxpaint.org/
13 de Xaneiro de 2024 26 de Xaneiro de 2024
+--------------------------------------------------------+ +--------------------------------------------------------+
| Índice | | Índice |

View file

@ -95,12 +95,12 @@
versión 0.9.32 </h1> versión 0.9.32 </h1>
<p> <p>
Copyright &copy; 2002-2023 by varios colaboradores; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br> Copyright &copy; 2002-2024 by varios colaboradores; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
<a href="https://tuxpaint.org/">https://tuxpaint.org/</a> <a href="https://tuxpaint.org/">https://tuxpaint.org/</a>
</p> </p>
<p> <p>
29 de Maio de 2023 </p> 26 de Xaneiro de 2024 </p>
</center> </center>
</header> </header>
@ -1149,7 +1149,7 @@
<br> <br>
KEY 133 2.0 Cmp Cmp Cmp Cmp 0<br> KEY 133 2.0 Cmp Cmp Cmp Cmp 0<br>
<br> <br>
# As teclas ALT ou ALTGR úsanse no método de entrada (im) para cambiar o modo de entrada<br> # The ALT or ALTGR keys are used in 'im' (input methods) to switch the input mode<br>
KEY 64 2.0 Alt Alt Alt Alt 0<br> KEY 64 2.0 Alt Alt Alt Alt 0<br>
<br> <br>
# Espazo<br> # Espazo<br>

View file

@ -102,7 +102,7 @@
</p> </p>
<p> <p>
Xaneiro 1, 2024 </p> Xaneiro 26, 2024 </p>
</center> </center>
</header> </header>
@ -739,10 +739,10 @@
</dl> </dl>
</section><!-- H2: Helper Macros in tp_magic_api.h --> </section><!-- H2: Helper Macros in tp_magic_api.h -->
<section class="indent"><!-- H2: Constant Defintions in tp_magic_api.h --> <section class="indent"><!-- H2: Constant Definitions in tp_magic_api.h -->
<header> <header>
<h2 id="consts"> <h2 id="consts">
Constant Defintions in "<code>tp_magic_api.h</code>" </h2> Constant Definitions in "<code>tp_magic_api.h</code>" </h2>
</header> </header>
<p> <p>
@ -766,7 +766,7 @@
<dd> <dd>
These are flags for Tux Paint's "<code>special_notify()</code>" helper function. They are described <a href="#special_notify">above</a>. </dd> These are flags for Tux Paint's "<code>special_notify()</code>" helper function. They are described <a href="#special_notify">above</a>. </dd>
</dl> </dl>
</section><!-- H2: Constant Defintions in tp_magic_api.h --> </section><!-- H2: Constant Definitions in tp_magic_api.h -->
</section><!-- H1: Interfaces --> </section><!-- H1: Interfaces -->

View file

@ -102,7 +102,7 @@
</p> </p>
<p> <p>
13 de Xaneiro de 2024 </p> 26 de Xaneiro de 2024 </p>
</center> </center>
</header> </header>
<table border="2" <table border="2"

View file

@ -2,10 +2,10 @@
Tux Paint Tux Paint
version 0.9.32 version 0.9.32
Copyright © 2002-2023 by various contributors; see AUTHORS.txt. Copyright © 2002-2024 by various contributors; see AUTHORS.txt.
https://tuxpaint.org/ https://tuxpaint.org/
maí 29, 2023 janúar 26, 2024
+-----------------------------------------+ +-----------------------------------------+
| Table of Contents | | Table of Contents |
@ -976,7 +976,8 @@ been pressed (one each for: no modifiers, [Shift], [AltGr], and [Shift] +
KEY 133 2.0 Cmp Cmp Cmp Cmp 0 KEY 133 2.0 Cmp Cmp Cmp Cmp 0
# The ALT or ALTGR keys are used in im to switch the input mode # The ALT or ALTGR keys are used in 'im' (input methods) to switch the
input mode
KEY 64 2.0 Alt Alt Alt Alt 0 KEY 64 2.0 Alt Alt Alt Alt 0
# Space # Space

View file

@ -6,7 +6,7 @@
Höfundarréttur © 2007-2024 eftir various contributors; sjá AUTHORS-skrá. Höfundarréttur © 2007-2024 eftir various contributors; sjá AUTHORS-skrá.
https://tuxpaint.org/ https://tuxpaint.org/
1. janúar 2024 26. janúar 2024
+--------------------------------------------------+ +--------------------------------------------------+
| Efnisyfirlit | | Efnisyfirlit |
@ -747,7 +747,7 @@ clamp(lo, value, hi)
Constant Defintions in "tp_magic_api.h" Constant Definitions in "tp_magic_api.h"
The following is a summary of constant values that are set (via "#define") The following is a summary of constant values that are set (via "#define")
within the 'Magic' tool API header file. within the 'Magic' tool API header file.

View file

@ -6,7 +6,7 @@
Copyright © 2002-2024 by various contributors; see AUTHORS.txt. Copyright © 2002-2024 by various contributors; see AUTHORS.txt.
https://tuxpaint.org/ https://tuxpaint.org/
janúar 13, 2024 janúar 26, 2024
+-------------------------------------------------+ +-------------------------------------------------+
| Table of Contents | | Table of Contents |

View file

@ -95,12 +95,12 @@
version 0.9.32 </h1> version 0.9.32 </h1>
<p> <p>
Copyright &copy; 2002-2023 by various contributors; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br> Copyright &copy; 2002-2024 by various contributors; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
<a href="https://tuxpaint.org/">https://tuxpaint.org/</a> <a href="https://tuxpaint.org/">https://tuxpaint.org/</a>
</p> </p>
<p> <p>
maí 29, 2023 </p> janúar 26, 2024 </p>
</center> </center>
</header> </header>
@ -1149,7 +1149,7 @@
<br> <br>
KEY 133 2.0 Cmp Cmp Cmp Cmp 0<br> KEY 133 2.0 Cmp Cmp Cmp Cmp 0<br>
<br> <br>
# The ALT or ALTGR keys are used in im to switch the input mode<br> # The ALT or ALTGR keys are used in 'im' (input methods) to switch the input mode<br>
KEY 64 2.0 Alt Alt Alt Alt 0<br> KEY 64 2.0 Alt Alt Alt Alt 0<br>
<br> <br>
# Space<br> # Space<br>

View file

@ -102,7 +102,7 @@
</p> </p>
<p> <p>
1. janúar 2024 </p> 26. janúar 2024 </p>
</center> </center>
</header> </header>
@ -739,10 +739,10 @@
</dl> </dl>
</section><!-- H2: Helper Macros in tp_magic_api.h --> </section><!-- H2: Helper Macros in tp_magic_api.h -->
<section class="indent"><!-- H2: Constant Defintions in tp_magic_api.h --> <section class="indent"><!-- H2: Constant Definitions in tp_magic_api.h -->
<header> <header>
<h2 id="consts"> <h2 id="consts">
Constant Defintions in "<code>tp_magic_api.h</code>" </h2> Constant Definitions in "<code>tp_magic_api.h</code>" </h2>
</header> </header>
<p> <p>
@ -766,7 +766,7 @@
<dd> <dd>
These are flags for Tux Paint's "<code>special_notify()</code>" helper function. They are described <a href="#special_notify">above</a>. </dd> These are flags for Tux Paint's "<code>special_notify()</code>" helper function. They are described <a href="#special_notify">above</a>. </dd>
</dl> </dl>
</section><!-- H2: Constant Defintions in tp_magic_api.h --> </section><!-- H2: Constant Definitions in tp_magic_api.h -->
</section><!-- H1: Interfaces --> </section><!-- H1: Interfaces -->

View file

@ -102,7 +102,7 @@
</p> </p>
<p> <p>
janúar 13, 2024 </p> janúar 26, 2024 </p>
</center> </center>
</header> </header>
<table border="2" <table border="2"

View file

@ -2,10 +2,10 @@
Tux Paint Tux Paint
バージョン 0.9.32 バージョン 0.9.32
Copyright © 2002-2023 by various contributors; AUTHORS.txt 参照. Copyright © 2002-2024 by various contributors; AUTHORS.txt 参照.
https://tuxpaint.org/ https://tuxpaint.org/
2023年5月29 2024年1月26
+-----------------------------------------+ +-----------------------------------------+
| 目次 | | 目次 |
@ -976,7 +976,8 @@ been pressed (one each for: no modifiers, [Shift], [AltGr], and [Shift] +
KEY 133 2.0 Cmp Cmp Cmp Cmp 0 KEY 133 2.0 Cmp Cmp Cmp Cmp 0
# The ALT or ALTGR keys are used in im to switch the input mode # The ALT or ALTGR keys are used in 'im' (input methods) to switch the
input mode
KEY 64 2.0 Alt Alt Alt Alt 0 KEY 64 2.0 Alt Alt Alt Alt 0
# Space # Space

View file

@ -6,7 +6,7 @@
Copyright © 2007-2024 by various contributors; see AUTHORS.txt. Copyright © 2007-2024 by various contributors; see AUTHORS.txt.
https://tuxpaint.org/ https://tuxpaint.org/
1月 1, 2024 1月 26, 2024
+--------------------------------------------------+ +--------------------------------------------------+
| Table of Contents | | Table of Contents |
@ -747,7 +747,7 @@ clamp(lo, value, hi)
Constant Defintions in "tp_magic_api.h" Constant Definitions in "tp_magic_api.h"
The following is a summary of constant values that are set (via "#define") The following is a summary of constant values that are set (via "#define")
within the 'Magic' tool API header file. within the 'Magic' tool API header file.

View file

@ -6,7 +6,7 @@
Copyright © 2002-2024 by various contributors; AUTHORS.txt 参照. Copyright © 2002-2024 by various contributors; AUTHORS.txt 参照.
https://tuxpaint.org/ https://tuxpaint.org/
2024年1月13 2024年1月26
+--------------------------------------------------+ +--------------------------------------------------+
| 目次 | | 目次 |

View file

@ -95,12 +95,12 @@
バージョン 0.9.32 </h1> バージョン 0.9.32 </h1>
<p> <p>
Copyright &copy; 2002-2023 by various contributors; <a href="../../AUTHORS.txt">AUTHORS.txt</a> 参照.<br> Copyright &copy; 2002-2024 by various contributors; <a href="../../AUTHORS.txt">AUTHORS.txt</a> 参照.<br>
<a href="https://tuxpaint.org/">https://tuxpaint.org/</a> <a href="https://tuxpaint.org/">https://tuxpaint.org/</a>
</p> </p>
<p> <p>
2023年5月29</p> 2024年1月26</p>
</center> </center>
</header> </header>
@ -1149,7 +1149,7 @@
<br> <br>
KEY 133 2.0 Cmp Cmp Cmp Cmp 0<br> KEY 133 2.0 Cmp Cmp Cmp Cmp 0<br>
<br> <br>
# The ALT or ALTGR keys are used in im to switch the input mode<br> # The ALT or ALTGR keys are used in 'im' (input methods) to switch the input mode<br>
KEY 64 2.0 Alt Alt Alt Alt 0<br> KEY 64 2.0 Alt Alt Alt Alt 0<br>
<br> <br>
# Space<br> # Space<br>

View file

@ -102,7 +102,7 @@
</p> </p>
<p> <p>
1月 1, 2024 </p> 1月 26, 2024 </p>
</center> </center>
</header> </header>
@ -739,10 +739,10 @@
</dl> </dl>
</section><!-- H2: Helper Macros in tp_magic_api.h --> </section><!-- H2: Helper Macros in tp_magic_api.h -->
<section class="indent"><!-- H2: Constant Defintions in tp_magic_api.h --> <section class="indent"><!-- H2: Constant Definitions in tp_magic_api.h -->
<header> <header>
<h2 id="consts"> <h2 id="consts">
Constant Defintions in "<code>tp_magic_api.h</code>" </h2> Constant Definitions in "<code>tp_magic_api.h</code>" </h2>
</header> </header>
<p> <p>
@ -766,7 +766,7 @@
<dd> <dd>
These are flags for Tux Paint's "<code>special_notify()</code>" helper function. They are described <a href="#special_notify">above</a>. </dd> These are flags for Tux Paint's "<code>special_notify()</code>" helper function. They are described <a href="#special_notify">above</a>. </dd>
</dl> </dl>
</section><!-- H2: Constant Defintions in tp_magic_api.h --> </section><!-- H2: Constant Definitions in tp_magic_api.h -->
</section><!-- H1: Interfaces --> </section><!-- H1: Interfaces -->

View file

@ -102,7 +102,7 @@
</p> </p>
<p> <p>
2024年1月13</p> 2024年1月26</p>
</center> </center>
</header> </header>
<table border="2" <table border="2"