Sync docs after some corrections
This commit is contained in:
parent
2d043eb33d
commit
2e261c1bb1
36 changed files with 90 additions and 86 deletions
|
|
@ -2,10 +2,10 @@
|
|||
Tux Paint
|
||||
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/
|
||||
|
||||
May 29, 2023
|
||||
January 26, 2024
|
||||
|
||||
+-----------------------------------------+
|
||||
| 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
|
||||
|
||||
# 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
|
||||
|
||||
# Space
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
Copyright © 2007-2024 by various contributors; see AUTHORS.txt.
|
||||
https://tuxpaint.org/
|
||||
|
||||
January 1, 2024
|
||||
January 26, 2024
|
||||
|
||||
+--------------------------------------------------+
|
||||
| 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")
|
||||
within the 'Magic' tool API header file.
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
Copyright © 2002-2024 by various contributors; see AUTHORS.txt.
|
||||
https://tuxpaint.org/
|
||||
|
||||
January 13, 2024
|
||||
January 26, 2024
|
||||
|
||||
+-------------------------------------------------+
|
||||
| Table of Contents |
|
||||
|
|
|
|||
|
|
@ -95,12 +95,12 @@
|
|||
version 0.9.32 </h1>
|
||||
|
||||
<p>
|
||||
Copyright © 2002-2023 by various contributors; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
|
||||
Copyright © 2002-2024 by various contributors; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
|
||||
<a href="https://tuxpaint.org/">https://tuxpaint.org/</a>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
May 29, 2023 </p>
|
||||
January 26, 2024 </p>
|
||||
</center>
|
||||
</header>
|
||||
|
||||
|
|
@ -1149,7 +1149,7 @@
|
|||
<br>
|
||||
KEY 133 2.0 Cmp Cmp Cmp Cmp 0<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>
|
||||
<br>
|
||||
# Space<br>
|
||||
|
|
|
|||
|
|
@ -102,7 +102,7 @@
|
|||
</p>
|
||||
|
||||
<p>
|
||||
January 1, 2024 </p>
|
||||
January 26, 2024 </p>
|
||||
</center>
|
||||
</header>
|
||||
|
||||
|
|
@ -739,10 +739,10 @@
|
|||
</dl>
|
||||
</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>
|
||||
<h2 id="consts">
|
||||
Constant Defintions in "<code>tp_magic_api.h</code>" </h2>
|
||||
Constant Definitions in "<code>tp_magic_api.h</code>" </h2>
|
||||
</header>
|
||||
|
||||
<p>
|
||||
|
|
@ -766,7 +766,7 @@
|
|||
<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>
|
||||
</section><!-- H2: Constant Defintions in tp_magic_api.h -->
|
||||
</section><!-- H2: Constant Definitions in tp_magic_api.h -->
|
||||
</section><!-- H1: Interfaces -->
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -102,7 +102,7 @@
|
|||
</p>
|
||||
|
||||
<p>
|
||||
January 13, 2024 </p>
|
||||
January 26, 2024 </p>
|
||||
</center>
|
||||
</header>
|
||||
<table border="2"
|
||||
|
|
|
|||
|
|
@ -2,10 +2,10 @@
|
|||
Tux Paint
|
||||
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/
|
||||
|
||||
mayo 29, 2023
|
||||
enero 26, 2024
|
||||
|
||||
+-----------------------------------------+
|
||||
| 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
|
||||
|
||||
# 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
|
||||
|
||||
# Space
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
Copyright © 2007-2024 by various contributors; see AUTHORS.txt.
|
||||
https://tuxpaint.org/
|
||||
|
||||
enero 1, 2024
|
||||
enero 26, 2024
|
||||
|
||||
+--------------------------------------------------+
|
||||
| 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")
|
||||
within the 'Magic' tool API header file.
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
Copyright © 2002-2024 by various contributors; see AUTHORS.txt.
|
||||
https://tuxpaint.org/
|
||||
|
||||
enero 13, 2024
|
||||
enero 26, 2024
|
||||
|
||||
+-------------------------------------------------+
|
||||
| Table of Contents |
|
||||
|
|
|
|||
|
|
@ -95,12 +95,12 @@
|
|||
versión 0.9.32 </h1>
|
||||
|
||||
<p>
|
||||
Copyright © 2002-2023 by various contributors; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
|
||||
Copyright © 2002-2024 by various contributors; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
|
||||
<a href="https://tuxpaint.org/">https://tuxpaint.org/</a>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
mayo 29, 2023 </p>
|
||||
enero 26, 2024 </p>
|
||||
</center>
|
||||
</header>
|
||||
|
||||
|
|
@ -1149,7 +1149,7 @@
|
|||
<br>
|
||||
KEY 133 2.0 Cmp Cmp Cmp Cmp 0<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>
|
||||
<br>
|
||||
# Space<br>
|
||||
|
|
|
|||
|
|
@ -102,7 +102,7 @@
|
|||
</p>
|
||||
|
||||
<p>
|
||||
enero 1, 2024 </p>
|
||||
enero 26, 2024 </p>
|
||||
</center>
|
||||
</header>
|
||||
|
||||
|
|
@ -739,10 +739,10 @@
|
|||
</dl>
|
||||
</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>
|
||||
<h2 id="consts">
|
||||
Constant Defintions in "<code>tp_magic_api.h</code>" </h2>
|
||||
Constant Definitions in "<code>tp_magic_api.h</code>" </h2>
|
||||
</header>
|
||||
|
||||
<p>
|
||||
|
|
@ -766,7 +766,7 @@
|
|||
<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>
|
||||
</section><!-- H2: Constant Defintions in tp_magic_api.h -->
|
||||
</section><!-- H2: Constant Definitions in tp_magic_api.h -->
|
||||
</section><!-- H1: Interfaces -->
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -102,7 +102,7 @@
|
|||
</p>
|
||||
|
||||
<p>
|
||||
enero 13, 2024 </p>
|
||||
enero 26, 2024 </p>
|
||||
</center>
|
||||
</header>
|
||||
<table border="2"
|
||||
|
|
|
|||
|
|
@ -2,10 +2,10 @@
|
|||
Tux Paint
|
||||
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/
|
||||
|
||||
mai 29, 2023
|
||||
janvier 26, 2024
|
||||
|
||||
+-------------------------------------------------------------+
|
||||
| Table des matières |
|
||||
|
|
@ -1037,8 +1037,8 @@ du tout (utilisez "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
|
||||
saisie
|
||||
# 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
|
||||
|
||||
# Espace
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
Copyright © 2007-2024 by various contributors; see AUTHORS.txt.
|
||||
https://tuxpaint.org/
|
||||
|
||||
janvier 1, 2024
|
||||
janvier 26, 2024
|
||||
|
||||
+--------------------------------------------------+
|
||||
| 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")
|
||||
within the 'Magic' tool API header file.
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
Copyright © 2002-2024 by divers contributeurs; voir AUTHORS.txt.
|
||||
https://tuxpaint.org/
|
||||
|
||||
janvier 13, 2024
|
||||
janvier 26, 2024
|
||||
|
||||
+-------------------------------------------------------+
|
||||
| Table des matières |
|
||||
|
|
|
|||
|
|
@ -95,12 +95,12 @@
|
|||
version 0.9.32 </h1>
|
||||
|
||||
<p>
|
||||
Copyright © 2002-2023 by divers contributeurs; voir <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
|
||||
Copyright © 2002-2024 by divers contributeurs; voir <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
|
||||
<a href="https://tuxpaint.org/">https://tuxpaint.org/</a>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
mai 29, 2023 </p>
|
||||
janvier 26, 2024 </p>
|
||||
</center>
|
||||
</header>
|
||||
|
||||
|
|
@ -1149,7 +1149,7 @@
|
|||
<br>
|
||||
KEY 133 2.0 Cmp Cmp Cmp Cmp 0<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>
|
||||
<br>
|
||||
# Espace<br>
|
||||
|
|
|
|||
|
|
@ -102,7 +102,7 @@
|
|||
</p>
|
||||
|
||||
<p>
|
||||
janvier 1, 2024 </p>
|
||||
janvier 26, 2024 </p>
|
||||
</center>
|
||||
</header>
|
||||
|
||||
|
|
@ -739,10 +739,10 @@
|
|||
</dl>
|
||||
</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>
|
||||
<h2 id="consts">
|
||||
Constant Defintions in "<code>tp_magic_api.h</code>" </h2>
|
||||
Constant Definitions in "<code>tp_magic_api.h</code>" </h2>
|
||||
</header>
|
||||
|
||||
<p>
|
||||
|
|
@ -766,7 +766,7 @@
|
|||
<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>
|
||||
</section><!-- H2: Constant Defintions in tp_magic_api.h -->
|
||||
</section><!-- H2: Constant Definitions in tp_magic_api.h -->
|
||||
</section><!-- H1: Interfaces -->
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -102,7 +102,7 @@
|
|||
</p>
|
||||
|
||||
<p>
|
||||
janvier 13, 2024 </p>
|
||||
janvier 26, 2024 </p>
|
||||
</center>
|
||||
</header>
|
||||
<table border="2"
|
||||
|
|
|
|||
|
|
@ -2,10 +2,10 @@
|
|||
Tux Paint
|
||||
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/
|
||||
|
||||
29 de Maio de 2023
|
||||
26 de Xaneiro de 2024
|
||||
|
||||
+-------------------------------------------------------------+
|
||||
| Í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
|
||||
|
||||
# As teclas ALT ou ALTGR úsanse no método de entrada (im) para cambiar o
|
||||
modo de entrada
|
||||
# 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
|
||||
|
||||
# Espazo
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
Copyright © 2007-2024 by various contributors; see AUTHORS.txt.
|
||||
https://tuxpaint.org/
|
||||
|
||||
Xaneiro 1, 2024
|
||||
Xaneiro 26, 2024
|
||||
|
||||
+--------------------------------------------------+
|
||||
| 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")
|
||||
within the 'Magic' tool API header file.
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
Copyright © 2002-2024 by varios colaboradores; see AUTHORS.txt.
|
||||
https://tuxpaint.org/
|
||||
|
||||
13 de Xaneiro de 2024
|
||||
26 de Xaneiro de 2024
|
||||
|
||||
+--------------------------------------------------------+
|
||||
| Índice |
|
||||
|
|
|
|||
|
|
@ -95,12 +95,12 @@
|
|||
versión 0.9.32 </h1>
|
||||
|
||||
<p>
|
||||
Copyright © 2002-2023 by varios colaboradores; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
|
||||
Copyright © 2002-2024 by varios colaboradores; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
|
||||
<a href="https://tuxpaint.org/">https://tuxpaint.org/</a>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
29 de Maio de 2023 </p>
|
||||
26 de Xaneiro de 2024 </p>
|
||||
</center>
|
||||
</header>
|
||||
|
||||
|
|
@ -1149,7 +1149,7 @@
|
|||
<br>
|
||||
KEY 133 2.0 Cmp Cmp Cmp Cmp 0<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>
|
||||
<br>
|
||||
# Espazo<br>
|
||||
|
|
|
|||
|
|
@ -102,7 +102,7 @@
|
|||
</p>
|
||||
|
||||
<p>
|
||||
Xaneiro 1, 2024 </p>
|
||||
Xaneiro 26, 2024 </p>
|
||||
</center>
|
||||
</header>
|
||||
|
||||
|
|
@ -739,10 +739,10 @@
|
|||
</dl>
|
||||
</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>
|
||||
<h2 id="consts">
|
||||
Constant Defintions in "<code>tp_magic_api.h</code>" </h2>
|
||||
Constant Definitions in "<code>tp_magic_api.h</code>" </h2>
|
||||
</header>
|
||||
|
||||
<p>
|
||||
|
|
@ -766,7 +766,7 @@
|
|||
<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>
|
||||
</section><!-- H2: Constant Defintions in tp_magic_api.h -->
|
||||
</section><!-- H2: Constant Definitions in tp_magic_api.h -->
|
||||
</section><!-- H1: Interfaces -->
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -102,7 +102,7 @@
|
|||
</p>
|
||||
|
||||
<p>
|
||||
13 de Xaneiro de 2024 </p>
|
||||
26 de Xaneiro de 2024 </p>
|
||||
</center>
|
||||
</header>
|
||||
<table border="2"
|
||||
|
|
|
|||
|
|
@ -2,10 +2,10 @@
|
|||
Tux Paint
|
||||
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/
|
||||
|
||||
maí 29, 2023
|
||||
janúar 26, 2024
|
||||
|
||||
+-----------------------------------------+
|
||||
| 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
|
||||
|
||||
# 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
|
||||
|
||||
# Space
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
Höfundarréttur © 2007-2024 eftir various contributors; sjá AUTHORS-skrá.
|
||||
https://tuxpaint.org/
|
||||
|
||||
1. janúar 2024
|
||||
26. janúar 2024
|
||||
|
||||
+--------------------------------------------------+
|
||||
| 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")
|
||||
within the 'Magic' tool API header file.
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
Copyright © 2002-2024 by various contributors; see AUTHORS.txt.
|
||||
https://tuxpaint.org/
|
||||
|
||||
janúar 13, 2024
|
||||
janúar 26, 2024
|
||||
|
||||
+-------------------------------------------------+
|
||||
| Table of Contents |
|
||||
|
|
|
|||
|
|
@ -95,12 +95,12 @@
|
|||
version 0.9.32 </h1>
|
||||
|
||||
<p>
|
||||
Copyright © 2002-2023 by various contributors; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
|
||||
Copyright © 2002-2024 by various contributors; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
|
||||
<a href="https://tuxpaint.org/">https://tuxpaint.org/</a>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
maí 29, 2023 </p>
|
||||
janúar 26, 2024 </p>
|
||||
</center>
|
||||
</header>
|
||||
|
||||
|
|
@ -1149,7 +1149,7 @@
|
|||
<br>
|
||||
KEY 133 2.0 Cmp Cmp Cmp Cmp 0<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>
|
||||
<br>
|
||||
# Space<br>
|
||||
|
|
|
|||
|
|
@ -102,7 +102,7 @@
|
|||
</p>
|
||||
|
||||
<p>
|
||||
1. janúar 2024 </p>
|
||||
26. janúar 2024 </p>
|
||||
</center>
|
||||
</header>
|
||||
|
||||
|
|
@ -739,10 +739,10 @@
|
|||
</dl>
|
||||
</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>
|
||||
<h2 id="consts">
|
||||
Constant Defintions in "<code>tp_magic_api.h</code>" </h2>
|
||||
Constant Definitions in "<code>tp_magic_api.h</code>" </h2>
|
||||
</header>
|
||||
|
||||
<p>
|
||||
|
|
@ -766,7 +766,7 @@
|
|||
<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>
|
||||
</section><!-- H2: Constant Defintions in tp_magic_api.h -->
|
||||
</section><!-- H2: Constant Definitions in tp_magic_api.h -->
|
||||
</section><!-- H1: Interfaces -->
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -102,7 +102,7 @@
|
|||
</p>
|
||||
|
||||
<p>
|
||||
janúar 13, 2024 </p>
|
||||
janúar 26, 2024 </p>
|
||||
</center>
|
||||
</header>
|
||||
<table border="2"
|
||||
|
|
|
|||
|
|
@ -2,10 +2,10 @@
|
|||
Tux Paint
|
||||
バージョン 0.9.32
|
||||
|
||||
Copyright © 2002-2023 by various contributors; AUTHORS.txt 参照.
|
||||
Copyright © 2002-2024 by various contributors; AUTHORS.txt 参照.
|
||||
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
|
||||
|
||||
# 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
|
||||
|
||||
# Space
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
Copyright © 2007-2024 by various contributors; see AUTHORS.txt.
|
||||
https://tuxpaint.org/
|
||||
|
||||
1月 1, 2024
|
||||
1月 26, 2024
|
||||
|
||||
+--------------------------------------------------+
|
||||
| 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")
|
||||
within the 'Magic' tool API header file.
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
Copyright © 2002-2024 by various contributors; AUTHORS.txt 参照.
|
||||
https://tuxpaint.org/
|
||||
|
||||
2024年1月13日
|
||||
2024年1月26日
|
||||
|
||||
+--------------------------------------------------+
|
||||
| 目次 |
|
||||
|
|
|
|||
|
|
@ -95,12 +95,12 @@
|
|||
バージョン 0.9.32 </h1>
|
||||
|
||||
<p>
|
||||
Copyright © 2002-2023 by various contributors; <a href="../../AUTHORS.txt">AUTHORS.txt</a> 参照.<br>
|
||||
Copyright © 2002-2024 by various contributors; <a href="../../AUTHORS.txt">AUTHORS.txt</a> 参照.<br>
|
||||
<a href="https://tuxpaint.org/">https://tuxpaint.org/</a>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
2023年5月29日 </p>
|
||||
2024年1月26日 </p>
|
||||
</center>
|
||||
</header>
|
||||
|
||||
|
|
@ -1149,7 +1149,7 @@
|
|||
<br>
|
||||
KEY 133 2.0 Cmp Cmp Cmp Cmp 0<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>
|
||||
<br>
|
||||
# Space<br>
|
||||
|
|
|
|||
|
|
@ -102,7 +102,7 @@
|
|||
</p>
|
||||
|
||||
<p>
|
||||
1月 1, 2024 </p>
|
||||
1月 26, 2024 </p>
|
||||
</center>
|
||||
</header>
|
||||
|
||||
|
|
@ -739,10 +739,10 @@
|
|||
</dl>
|
||||
</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>
|
||||
<h2 id="consts">
|
||||
Constant Defintions in "<code>tp_magic_api.h</code>" </h2>
|
||||
Constant Definitions in "<code>tp_magic_api.h</code>" </h2>
|
||||
</header>
|
||||
|
||||
<p>
|
||||
|
|
@ -766,7 +766,7 @@
|
|||
<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>
|
||||
</section><!-- H2: Constant Defintions in tp_magic_api.h -->
|
||||
</section><!-- H2: Constant Definitions in tp_magic_api.h -->
|
||||
</section><!-- H1: Interfaces -->
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -102,7 +102,7 @@
|
|||
</p>
|
||||
|
||||
<p>
|
||||
2024年1月13日 </p>
|
||||
2024年1月26日 </p>
|
||||
</center>
|
||||
</header>
|
||||
<table border="2"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue