Merge branch 'master' into sdl2.0
This commit is contained in:
commit
5532ddd2fd
507 changed files with 565 additions and 532 deletions
6
Makefile
6
Makefile
|
|
@ -4,12 +4,12 @@
|
|||
# Various contributors (see AUTHORS.txt)
|
||||
# http://www.tuxpaint.org/
|
||||
|
||||
# June 14, 2002 - June 4, 2022
|
||||
# June 14, 2002 - June 14, 2022
|
||||
|
||||
|
||||
# The version number, for release:
|
||||
|
||||
VER_VERSION:=0.9.28
|
||||
VER_VERSION:=0.9.29
|
||||
VER_FLAVOR:="-sdl2"
|
||||
ifdef SOURCE_DATE_EPOCH
|
||||
VER_DATE=$(shell date -u -d "@$(SOURCE_DATE_EPOCH)" "+%Y-%m-%d" 2>/dev/null || date -u -r "$(SOURCE_DATE_EPOCH)" "+%Y-%m-%d" 2>/dev/null || date -u "+%Y-%m-%d")
|
||||
|
|
@ -671,6 +671,8 @@ bdist-win32:
|
|||
INCLUDE_PREFIX:=./win32/bdist/plugins/include \
|
||||
MAGIC_PREFIX:=./win32/bdist/plugins \
|
||||
ARCH_INSTALL:=install-dlls install-tpconf-i18n
|
||||
mv ./win32/bdist/tuxpaint.conf ./win32/bdist/tuxpaint.cfg
|
||||
unix2dos ./win32/bdist/tuxpaint.cfg
|
||||
|
||||
# "make bdist-clean" deletes the 'bdist' directory
|
||||
.PHONY: bdist-clean
|
||||
|
|
|
|||
|
|
@ -7,6 +7,35 @@ Various contributors (see below, and AUTHORS.txt)
|
|||
http://www.tuxpaint.org/
|
||||
|
||||
|
||||
2022.June.14 (0.9.29)
|
||||
* Other Improvements:
|
||||
-------------------
|
||||
* Automatic button size option ("buttonsize=auto"), to scale button
|
||||
size reasonably based on window size / fullscreen resolution.
|
||||
(For https://sourceforge.net/p/tuxpaint/feature-requests/218/)
|
||||
Pere Pujal i Carabantes <perepujal@gmail.com>
|
||||
|
||||
* Using SDL linear scaling hint to reduce jaggedness when displaying
|
||||
in full screen at a different resolution than the display's
|
||||
native size. (SDL2.0)
|
||||
TOYAMA Shin-ichi <dolphin6k@wmail.plala.or.jp>
|
||||
|
||||
* Ports & Building:
|
||||
-----------------
|
||||
* Change name of Tux Paint config. files from ".conf" to ".cfg"
|
||||
on Windows.
|
||||
TOYAMA Shin-ichi <dolphin6k@wmail.plala.or.jp>
|
||||
|
||||
* Documentation updates:
|
||||
---------------------
|
||||
* Update macOS build instructions for SDL2.0.
|
||||
Mark Kim <markuskimius@gmail.com>
|
||||
|
||||
* Localization Updates:
|
||||
---------------------
|
||||
* Catalan translation
|
||||
Pere Pujal i Carabantes <perepujal@gmail.com>
|
||||
|
||||
2022.June.4 (0.9.28)
|
||||
* Improvements to "Paint" and "Lines" tools:
|
||||
------------------------------------------
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
Tux Paint
|
||||
version 0.9.28 Advanced Stamps 'How-To'
|
||||
version 0.9.29 Advanced Stamps 'How-To'
|
||||
|
||||
Copyright © 2006-2022 by Albert Cahalan and others; see AUTHORS.txt.
|
||||
https://tuxpaint.org/
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
Tux Paint
|
||||
version 0.9.28
|
||||
version 0.9.29
|
||||
Environment Variables Documentation
|
||||
|
||||
Copyright © 2021-2022 by various contributors; see AUTHORS.txt.
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
Extending
|
||||
Tux Paint
|
||||
version 0.9.28
|
||||
version 0.9.29
|
||||
|
||||
Copyright © 2002-2022 by various contributors; see AUTHORS.txt.
|
||||
https://tuxpaint.org/
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
Tux Paint
|
||||
version 0.9.28 Frequently Asked Questions
|
||||
version 0.9.29 Frequently Asked Questions
|
||||
|
||||
Copyright © 2002-2022 by various contributors; see AUTHORS.txt.
|
||||
https://tuxpaint.org/
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
Tux Paint
|
||||
version 0.9.28
|
||||
version 0.9.29
|
||||
Installation Documentation
|
||||
|
||||
Copyright © 2002-2022 by various contributors; see AUTHORS.txt.
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
Tux Paint
|
||||
version 0.9.28
|
||||
version 0.9.29
|
||||
|
||||
Options Documentation
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
Tux Paint
|
||||
version 0.9.28
|
||||
version 0.9.29
|
||||
PNG Documentation
|
||||
|
||||
Copyright © 2007-2022 by various contributors; see AUTHORS.txt.
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
Tux Paint
|
||||
version 0.9.28
|
||||
version 0.9.29
|
||||
|
||||
A simple drawing program for children
|
||||
|
||||
|
|
@ -8,7 +8,7 @@
|
|||
@TuxPaintTweets on Twitter
|
||||
Tux Paint on Tumblr
|
||||
|
||||
June 4, 2022
|
||||
June 14, 2022
|
||||
|
||||
+----------------------------------------------------+
|
||||
|Table of Contents |
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
Tux Paint
|
||||
version 0.9.28
|
||||
version 0.9.29
|
||||
Signals Documentation
|
||||
|
||||
Copyright © 2019-2022 by various contributors; see AUTHORS.txt.
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
Tux Paint
|
||||
version 0.9.28
|
||||
version 0.9.29
|
||||
SVG Documentation
|
||||
|
||||
Copyright © 2007-2022 by various contributors; see AUTHORS.txt.
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@
|
|||
width="205"
|
||||
height="210"
|
||||
alt="Tux Paint"><br>
|
||||
version 0.9.28 Advanced Stamps 'How-To' </h1>
|
||||
version 0.9.29 Advanced Stamps 'How-To' </h1>
|
||||
|
||||
<p>
|
||||
Copyright © 2006-2022 by Albert Cahalan and others; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@
|
|||
width="205"
|
||||
height="210"
|
||||
alt="Tux Paint"><br>
|
||||
version 0.9.28<br/>
|
||||
version 0.9.29<br/>
|
||||
Environment Variables Documentation </h1>
|
||||
|
||||
<p>
|
||||
|
|
|
|||
|
|
@ -90,7 +90,7 @@
|
|||
width="205"
|
||||
height="210"
|
||||
alt="Tux Paint"><br>
|
||||
version 0.9.28 </h1>
|
||||
version 0.9.29 </h1>
|
||||
|
||||
<p>
|
||||
Copyright © 2002-2022 by various contributors; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@
|
|||
width="205"
|
||||
height="210"
|
||||
alt="Tux Paint"><br>
|
||||
version 0.9.28 Frequently Asked Questions </h1>
|
||||
version 0.9.29 Frequently Asked Questions </h1>
|
||||
|
||||
<p>
|
||||
Copyright © 2002-2022 by various contributors; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
|
||||
|
|
|
|||
|
|
@ -87,7 +87,7 @@
|
|||
width="205"
|
||||
height="210"
|
||||
alt="Tux Paint"><br>
|
||||
version 0.9.28<br/>
|
||||
version 0.9.29<br/>
|
||||
Installation Documentation </h1>
|
||||
|
||||
<p>
|
||||
|
|
|
|||
|
|
@ -89,7 +89,7 @@
|
|||
width="205"
|
||||
height="210"
|
||||
alt="Tux Paint"><br>
|
||||
version 0.9.28 </h1>
|
||||
version 0.9.29 </h1>
|
||||
|
||||
<h2>
|
||||
Options Documentation </h2>
|
||||
|
|
|
|||
|
|
@ -87,7 +87,7 @@
|
|||
width="205"
|
||||
height="210"
|
||||
alt="Tux Paint"><br>
|
||||
version 0.9.28<br/>
|
||||
version 0.9.29<br/>
|
||||
PNG Documentation </h1>
|
||||
|
||||
<p>
|
||||
|
|
|
|||
|
|
@ -89,7 +89,7 @@
|
|||
width="205"
|
||||
height="210"
|
||||
alt="Tux Paint"><br>
|
||||
version 0.9.28 </h1>
|
||||
version 0.9.29 </h1>
|
||||
|
||||
<h3 align="center">
|
||||
A simple drawing program for children </h3>
|
||||
|
|
@ -102,7 +102,7 @@
|
|||
</p>
|
||||
|
||||
<p>
|
||||
June 4, 2022 </p>
|
||||
June 14, 2022 </p>
|
||||
</center>
|
||||
</header>
|
||||
<table border="2"
|
||||
|
|
|
|||
|
|
@ -87,7 +87,7 @@
|
|||
width="205"
|
||||
height="210"
|
||||
alt="Tux Paint"><br>
|
||||
version 0.9.28<br/>
|
||||
version 0.9.29<br/>
|
||||
Signals Documentation </h1>
|
||||
|
||||
<p>
|
||||
|
|
|
|||
|
|
@ -89,7 +89,7 @@
|
|||
width="205"
|
||||
height="210"
|
||||
alt="Tux Paint"><br>
|
||||
version 0.9.28<br/>
|
||||
version 0.9.29<br/>
|
||||
SVG Documentation </h1>
|
||||
|
||||
<p>
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
Tux Paint
|
||||
versión 0.9.28 Advanced Stamps 'How-To'
|
||||
versión 0.9.29 Advanced Stamps 'How-To'
|
||||
|
||||
Copyright © 2006-2022 by Albert Cahalan and others; see AUTHORS.txt.
|
||||
https://tuxpaint.org/
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
Tux Paint
|
||||
versión 0.9.28
|
||||
versión 0.9.29
|
||||
Environment Variables Documentation
|
||||
|
||||
Copyright © 2021-2022 by various contributors; see AUTHORS.txt.
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
Extending
|
||||
Tux Paint
|
||||
versión 0.9.28
|
||||
versión 0.9.29
|
||||
|
||||
Copyright © 2002-2022 by various contributors; see AUTHORS.txt.
|
||||
https://tuxpaint.org/
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
Tux Paint
|
||||
versión 0.9.28 Frequently Asked Questions
|
||||
versión 0.9.29 Frequently Asked Questions
|
||||
|
||||
Copyright © 2002-2022 by various contributors; see AUTHORS.txt.
|
||||
https://tuxpaint.org/
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
Tux Paint
|
||||
versión 0.9.28
|
||||
versión 0.9.29
|
||||
Installation Documentation
|
||||
|
||||
Copyright © 2002-2022 by various contributors; see AUTHORS.txt.
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
Tux Paint
|
||||
versión 0.9.28
|
||||
versión 0.9.29
|
||||
|
||||
Options Documentation
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
Tux Paint
|
||||
versión 0.9.28
|
||||
versión 0.9.29
|
||||
PNG Documentation
|
||||
|
||||
Copyright © 2007-2022 by various contributors; see AUTHORS.txt.
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
Tux Paint
|
||||
versión 0.9.28
|
||||
versión 0.9.29
|
||||
|
||||
A simple drawing program for children
|
||||
|
||||
|
|
@ -8,7 +8,7 @@
|
|||
@TuxPaintTweets on Twitter
|
||||
Tux Paint on Tumblr
|
||||
|
||||
junio 4, 2022
|
||||
junio 14, 2022
|
||||
|
||||
+----------------------------------------------------+
|
||||
|Table of Contents |
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
Tux Paint
|
||||
versión 0.9.28
|
||||
versión 0.9.29
|
||||
Signals Documentation
|
||||
|
||||
Copyright © 2019-2022 by various contributors; see AUTHORS.txt.
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
Tux Paint
|
||||
versión 0.9.28
|
||||
versión 0.9.29
|
||||
SVG Documentation
|
||||
|
||||
Copyright © 2007-2022 by various contributors; see AUTHORS.txt.
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@
|
|||
width="205"
|
||||
height="210"
|
||||
alt="Tux Paint"><br>
|
||||
versión 0.9.28 Advanced Stamps 'How-To' </h1>
|
||||
versión 0.9.29 Advanced Stamps 'How-To' </h1>
|
||||
|
||||
<p>
|
||||
Copyright © 2006-2022 by Albert Cahalan and others; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@
|
|||
width="205"
|
||||
height="210"
|
||||
alt="Tux Paint"><br>
|
||||
versión 0.9.28<br/>
|
||||
versión 0.9.29<br/>
|
||||
Environment Variables Documentation </h1>
|
||||
|
||||
<p>
|
||||
|
|
|
|||
|
|
@ -90,7 +90,7 @@
|
|||
width="205"
|
||||
height="210"
|
||||
alt="Tux Paint"><br>
|
||||
versión 0.9.28 </h1>
|
||||
versión 0.9.29 </h1>
|
||||
|
||||
<p>
|
||||
Copyright © 2002-2022 by various contributors; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@
|
|||
width="205"
|
||||
height="210"
|
||||
alt="Tux Paint"><br>
|
||||
versión 0.9.28 Frequently Asked Questions </h1>
|
||||
versión 0.9.29 Frequently Asked Questions </h1>
|
||||
|
||||
<p>
|
||||
Copyright © 2002-2022 by various contributors; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
|
||||
|
|
|
|||
|
|
@ -87,7 +87,7 @@
|
|||
width="205"
|
||||
height="210"
|
||||
alt="Tux Paint"><br>
|
||||
versión 0.9.28<br/>
|
||||
versión 0.9.29<br/>
|
||||
Installation Documentation </h1>
|
||||
|
||||
<p>
|
||||
|
|
|
|||
|
|
@ -89,7 +89,7 @@
|
|||
width="205"
|
||||
height="210"
|
||||
alt="Tux Paint"><br>
|
||||
versión 0.9.28 </h1>
|
||||
versión 0.9.29 </h1>
|
||||
|
||||
<h2>
|
||||
Options Documentation </h2>
|
||||
|
|
|
|||
|
|
@ -87,7 +87,7 @@
|
|||
width="205"
|
||||
height="210"
|
||||
alt="Tux Paint"><br>
|
||||
versión 0.9.28<br/>
|
||||
versión 0.9.29<br/>
|
||||
PNG Documentation </h1>
|
||||
|
||||
<p>
|
||||
|
|
|
|||
|
|
@ -89,7 +89,7 @@
|
|||
width="205"
|
||||
height="210"
|
||||
alt="Tux Paint"><br>
|
||||
versión 0.9.28 </h1>
|
||||
versión 0.9.29 </h1>
|
||||
|
||||
<h3 align="center">
|
||||
A simple drawing program for children </h3>
|
||||
|
|
@ -102,7 +102,7 @@
|
|||
</p>
|
||||
|
||||
<p>
|
||||
junio 4, 2022 </p>
|
||||
junio 14, 2022 </p>
|
||||
</center>
|
||||
</header>
|
||||
<table border="2"
|
||||
|
|
|
|||
|
|
@ -87,7 +87,7 @@
|
|||
width="205"
|
||||
height="210"
|
||||
alt="Tux Paint"><br>
|
||||
versión 0.9.28<br/>
|
||||
versión 0.9.29<br/>
|
||||
Signals Documentation </h1>
|
||||
|
||||
<p>
|
||||
|
|
|
|||
|
|
@ -89,7 +89,7 @@
|
|||
width="205"
|
||||
height="210"
|
||||
alt="Tux Paint"><br>
|
||||
versión 0.9.28<br/>
|
||||
versión 0.9.29<br/>
|
||||
SVG Documentation </h1>
|
||||
|
||||
<p>
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
Tux Paint
|
||||
version 0.9.28 'Guide pratique" pour les tampons de haute qualité
|
||||
version 0.9.29 'Guide pratique" pour les tampons de haute qualité
|
||||
|
||||
Copyright © 2006-2022 by Albert Cahalan et d'autres; see AUTHORS.txt.
|
||||
https://tuxpaint.org/
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
Tux Paint
|
||||
version 0.9.28
|
||||
version 0.9.29
|
||||
Documentation sur les variables d'environnement
|
||||
|
||||
Copyright © 2021-2022 by divers contributeurs; see AUTHORS.txt.
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
Extension
|
||||
Tux Paint
|
||||
version 0.9.28
|
||||
version 0.9.29
|
||||
|
||||
Copyright © 2002-2022 by divers contributeurs; see AUTHORS.txt.
|
||||
https://tuxpaint.org/
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
Tux Paint
|
||||
version 0.9.28 Questions fréquemment posées
|
||||
version 0.9.29 Questions fréquemment posées
|
||||
|
||||
Copyright © 2002-2022 by divers contributeurs; see AUTHORS.txt.
|
||||
https://tuxpaint.org/
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
Tux Paint
|
||||
version 0.9.28
|
||||
version 0.9.29
|
||||
Documentation sur l'installation
|
||||
|
||||
Copyright © 2002-2022 by divers contributeurs; see AUTHORS.txt.
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
Tux Paint
|
||||
version 0.9.28
|
||||
version 0.9.29
|
||||
|
||||
Documentation sur les options
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
Tux Paint
|
||||
version 0.9.28
|
||||
version 0.9.29
|
||||
Documentation sur PNG pour Tux Paint
|
||||
|
||||
Copyright © 2007-2022 by divers contributeurs; see AUTHORS.txt.
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
Tux Paint
|
||||
version 0.9.28
|
||||
version 0.9.29
|
||||
|
||||
Un programme simple pour les enfants
|
||||
|
||||
|
|
@ -8,7 +8,7 @@
|
|||
@TuxPaintTweets on Twitter
|
||||
Tux Paint on Tumblr
|
||||
|
||||
juin 4, 2022
|
||||
juin 14, 2022
|
||||
|
||||
+----------------------------------------------------------+
|
||||
|Table des matières |
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
Tux Paint
|
||||
version 0.9.28
|
||||
version 0.9.29
|
||||
Documentation sur les signaux
|
||||
|
||||
Copyright © 2019-2022 by divers contributeurs; see AUTHORS.txt.
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
Tux Paint
|
||||
version 0.9.28
|
||||
version 0.9.29
|
||||
Documentation sur SVG
|
||||
|
||||
Copyright © 2007-2022 by divers contributeurs; see AUTHORS.txt.
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@
|
|||
width="205"
|
||||
height="210"
|
||||
alt="Tux Paint"><br>
|
||||
version 0.9.28 'Guide pratique" pour les tampons de haute qualité </h1>
|
||||
version 0.9.29 'Guide pratique" pour les tampons de haute qualité </h1>
|
||||
|
||||
<p>
|
||||
Copyright © 2006-2022 by Albert Cahalan et d'autres; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@
|
|||
width="205"
|
||||
height="210"
|
||||
alt="Tux Paint"><br>
|
||||
version 0.9.28<br/>
|
||||
version 0.9.29<br/>
|
||||
Documentation sur les variables d'environnement </h1>
|
||||
|
||||
<p>
|
||||
|
|
|
|||
|
|
@ -90,7 +90,7 @@
|
|||
width="205"
|
||||
height="210"
|
||||
alt="Tux Paint"><br>
|
||||
version 0.9.28 </h1>
|
||||
version 0.9.29 </h1>
|
||||
|
||||
<p>
|
||||
Copyright © 2002-2022 by divers contributeurs; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@
|
|||
width="205"
|
||||
height="210"
|
||||
alt="Tux Paint"><br>
|
||||
version 0.9.28 Questions fréquemment posées </h1>
|
||||
version 0.9.29 Questions fréquemment posées </h1>
|
||||
|
||||
<p>
|
||||
Copyright © 2002-2022 by divers contributeurs; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
|
||||
|
|
|
|||
|
|
@ -87,7 +87,7 @@
|
|||
width="205"
|
||||
height="210"
|
||||
alt="Tux Paint"><br>
|
||||
version 0.9.28<br/>
|
||||
version 0.9.29<br/>
|
||||
Documentation sur l'installation </h1>
|
||||
|
||||
<p>
|
||||
|
|
|
|||
|
|
@ -89,7 +89,7 @@
|
|||
width="205"
|
||||
height="210"
|
||||
alt="Tux Paint"><br>
|
||||
version 0.9.28 </h1>
|
||||
version 0.9.29 </h1>
|
||||
|
||||
<h2>
|
||||
Documentation sur les options </h2>
|
||||
|
|
|
|||
|
|
@ -87,7 +87,7 @@
|
|||
width="205"
|
||||
height="210"
|
||||
alt="Tux Paint"><br>
|
||||
version 0.9.28<br/>
|
||||
version 0.9.29<br/>
|
||||
Documentation sur PNG pour Tux Paint </h1>
|
||||
|
||||
<p>
|
||||
|
|
|
|||
|
|
@ -89,7 +89,7 @@
|
|||
width="205"
|
||||
height="210"
|
||||
alt="Tux Paint"><br>
|
||||
version 0.9.28 </h1>
|
||||
version 0.9.29 </h1>
|
||||
|
||||
<h3 align="center">
|
||||
Un programme simple pour les enfants </h3>
|
||||
|
|
@ -102,7 +102,7 @@
|
|||
</p>
|
||||
|
||||
<p>
|
||||
juin 4, 2022 </p>
|
||||
juin 14, 2022 </p>
|
||||
</center>
|
||||
</header>
|
||||
<table border="2"
|
||||
|
|
|
|||
|
|
@ -87,7 +87,7 @@
|
|||
width="205"
|
||||
height="210"
|
||||
alt="Tux Paint"><br>
|
||||
version 0.9.28<br/>
|
||||
version 0.9.29<br/>
|
||||
Documentation sur les signaux </h1>
|
||||
|
||||
<p>
|
||||
|
|
|
|||
|
|
@ -89,7 +89,7 @@
|
|||
width="205"
|
||||
height="210"
|
||||
alt="Tux Paint"><br>
|
||||
version 0.9.28<br/>
|
||||
version 0.9.29<br/>
|
||||
Documentation sur SVG </h1>
|
||||
|
||||
<p>
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
Tux Paint
|
||||
versión 0.9.28 «Como facer» os selos avanzados
|
||||
versión 0.9.29 «Como facer» os selos avanzados
|
||||
|
||||
Copyright © 2006-2022 by Albert Cahalan e outros; see AUTHORS.txt.
|
||||
https://tuxpaint.org/
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
Tux Paint
|
||||
versión 0.9.28
|
||||
versión 0.9.29
|
||||
Documentación de variábeis de contorno
|
||||
|
||||
Copyright © 2021-2022 by varios colaboradores; see AUTHORS.txt.
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
Ampliar
|
||||
Tux Paint
|
||||
versión 0.9.28
|
||||
versión 0.9.29
|
||||
|
||||
Copyright © 2002-2022 by varios colaboradores; see AUTHORS.txt.
|
||||
https://tuxpaint.org/
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
Tux Paint
|
||||
versión 0.9.28 Preguntas máis frecuentes
|
||||
versión 0.9.29 Preguntas máis frecuentes
|
||||
|
||||
Copyright © 2002-2022 by varios colaboradores; see AUTHORS.txt.
|
||||
https://tuxpaint.org/
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
Tux Paint
|
||||
versión 0.9.28
|
||||
versión 0.9.29
|
||||
Documentación da instalación
|
||||
|
||||
Copyright © 2002-2022 by varios colaboradores; see AUTHORS.txt.
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
Tux Paint
|
||||
versión 0.9.28
|
||||
versión 0.9.29
|
||||
|
||||
Documentación de opcións
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
Tux Paint
|
||||
versión 0.9.28
|
||||
versión 0.9.29
|
||||
Documentación PNG
|
||||
|
||||
Copyright © 2007-2022 by varios colaboradores; see AUTHORS.txt.
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
Tux Paint
|
||||
versión 0.9.28
|
||||
versión 0.9.29
|
||||
|
||||
Un sinxelo programa de debuxo para cativos
|
||||
|
||||
|
|
@ -8,7 +8,7 @@
|
|||
@TuxPaintTweets on Twitter
|
||||
Tux Paint on Tumblr
|
||||
|
||||
4 de Xuño de 2022
|
||||
14 de Xuño de 2022
|
||||
|
||||
+-----------------------------------------------------------+
|
||||
|Índice |
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
Tux Paint
|
||||
versión 0.9.28
|
||||
versión 0.9.29
|
||||
Documentación de sinais
|
||||
|
||||
Copyright © 2019-2022 by varios colaboradores; see AUTHORS.txt.
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
Tux Paint
|
||||
versión 0.9.28
|
||||
versión 0.9.29
|
||||
Documentación SVG
|
||||
|
||||
Copyright © 2007-2022 by varios colaboradores; see AUTHORS.txt.
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@
|
|||
width="205"
|
||||
height="210"
|
||||
alt="Tux Paint"><br>
|
||||
versión 0.9.28 «Como facer» os selos avanzados </h1>
|
||||
versión 0.9.29 «Como facer» os selos avanzados </h1>
|
||||
|
||||
<p>
|
||||
Copyright © 2006-2022 by Albert Cahalan e outros; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@
|
|||
width="205"
|
||||
height="210"
|
||||
alt="Tux Paint"><br>
|
||||
versión 0.9.28<br/>
|
||||
versión 0.9.29<br/>
|
||||
Documentación de variábeis de contorno </h1>
|
||||
|
||||
<p>
|
||||
|
|
|
|||
|
|
@ -90,7 +90,7 @@
|
|||
width="205"
|
||||
height="210"
|
||||
alt="Tux Paint"><br>
|
||||
versión 0.9.28 </h1>
|
||||
versión 0.9.29 </h1>
|
||||
|
||||
<p>
|
||||
Copyright © 2002-2022 by varios colaboradores; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@
|
|||
width="205"
|
||||
height="210"
|
||||
alt="Tux Paint"><br>
|
||||
versión 0.9.28 Preguntas máis frecuentes </h1>
|
||||
versión 0.9.29 Preguntas máis frecuentes </h1>
|
||||
|
||||
<p>
|
||||
Copyright © 2002-2022 by varios colaboradores; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
|
||||
|
|
|
|||
|
|
@ -87,7 +87,7 @@
|
|||
width="205"
|
||||
height="210"
|
||||
alt="Tux Paint"><br>
|
||||
versión 0.9.28<br/>
|
||||
versión 0.9.29<br/>
|
||||
Documentación da instalación </h1>
|
||||
|
||||
<p>
|
||||
|
|
|
|||
|
|
@ -89,7 +89,7 @@
|
|||
width="205"
|
||||
height="210"
|
||||
alt="Tux Paint"><br>
|
||||
versión 0.9.28 </h1>
|
||||
versión 0.9.29 </h1>
|
||||
|
||||
<h2>
|
||||
Documentación de opcións </h2>
|
||||
|
|
|
|||
|
|
@ -87,7 +87,7 @@
|
|||
width="205"
|
||||
height="210"
|
||||
alt="Tux Paint"><br>
|
||||
versión 0.9.28<br/>
|
||||
versión 0.9.29<br/>
|
||||
Documentación PNG </h1>
|
||||
|
||||
<p>
|
||||
|
|
|
|||
|
|
@ -89,7 +89,7 @@
|
|||
width="205"
|
||||
height="210"
|
||||
alt="Tux Paint"><br>
|
||||
versión 0.9.28 </h1>
|
||||
versión 0.9.29 </h1>
|
||||
|
||||
<h3 align="center">
|
||||
Un sinxelo programa de debuxo para cativos </h3>
|
||||
|
|
@ -102,7 +102,7 @@
|
|||
</p>
|
||||
|
||||
<p>
|
||||
4 de Xuño de 2022 </p>
|
||||
14 de Xuño de 2022 </p>
|
||||
</center>
|
||||
</header>
|
||||
<table border="2"
|
||||
|
|
|
|||
|
|
@ -87,7 +87,7 @@
|
|||
width="205"
|
||||
height="210"
|
||||
alt="Tux Paint"><br>
|
||||
versión 0.9.28<br/>
|
||||
versión 0.9.29<br/>
|
||||
Documentación de sinais </h1>
|
||||
|
||||
<p>
|
||||
|
|
|
|||
|
|
@ -89,7 +89,7 @@
|
|||
width="205"
|
||||
height="210"
|
||||
alt="Tux Paint"><br>
|
||||
versión 0.9.28<br/>
|
||||
versión 0.9.29<br/>
|
||||
Documentación SVG </h1>
|
||||
|
||||
<p>
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
Tux Paint
|
||||
バージョン 0.9.28 スタンプ作成の詳細について
|
||||
バージョン 0.9.29 スタンプ作成の詳細について
|
||||
|
||||
Copyright © 2006-2022 by Albert Cahalan ほか; AUTHORS.txt 参照.
|
||||
https://tuxpaint.org/
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
Tux Paint
|
||||
バージョン 0.9.28
|
||||
バージョン 0.9.29
|
||||
Environment Variables Documentation
|
||||
|
||||
Copyright © 2021-2022 by various contributors; AUTHORS.txt 参照.
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
Extending
|
||||
Tux Paint
|
||||
バージョン 0.9.28
|
||||
バージョン 0.9.29
|
||||
|
||||
Copyright © 2002-2022 by various contributors; AUTHORS.txt 参照.
|
||||
https://tuxpaint.org/
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
Tux Paint
|
||||
バージョン 0.9.28 Frequently Asked Questions
|
||||
バージョン 0.9.29 Frequently Asked Questions
|
||||
|
||||
Copyright © 2002-2022 by various contributors; AUTHORS.txt 参照.
|
||||
https://tuxpaint.org/
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
Tux Paint
|
||||
バージョン 0.9.28
|
||||
バージョン 0.9.29
|
||||
Installation Documentation
|
||||
|
||||
Copyright © 2002-2022 by various contributors; AUTHORS.txt 参照.
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
Tux Paint
|
||||
バージョン 0.9.28
|
||||
バージョン 0.9.29
|
||||
|
||||
各種設定について
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
Tux Paint
|
||||
バージョン 0.9.28
|
||||
バージョン 0.9.29
|
||||
PNG Documentation
|
||||
|
||||
Copyright © 2007-2022 by various contributors; AUTHORS.txt 参照.
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
Tux Paint
|
||||
バージョン 0.9.28
|
||||
バージョン 0.9.29
|
||||
|
||||
子供向けのシンプルなお絵かきプログラム
|
||||
|
||||
|
|
@ -8,7 +8,7 @@
|
|||
@TuxPaintTweets(ツイッター)
|
||||
Tux Paint(Tumblr)
|
||||
|
||||
2022年6月 4日
|
||||
2022年6月14日
|
||||
|
||||
+-------------------------------------+
|
||||
|目次 |
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
Tux Paint
|
||||
バージョン 0.9.28
|
||||
バージョン 0.9.29
|
||||
Signals Documentation
|
||||
|
||||
Copyright © 2019-2022 by various contributors; AUTHORS.txt 参照.
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
Tux Paint
|
||||
バージョン 0.9.28
|
||||
バージョン 0.9.29
|
||||
SVG Documentation
|
||||
|
||||
Copyright © 2007-2022 by various contributors; AUTHORS.txt 参照.
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@
|
|||
width="205"
|
||||
height="210"
|
||||
alt="Tux Paint"><br>
|
||||
バージョン 0.9.28 スタンプ作成の詳細について </h1>
|
||||
バージョン 0.9.29 スタンプ作成の詳細について </h1>
|
||||
|
||||
<p>
|
||||
Copyright © 2006-2022 by Albert Cahalan ほか; <a href="../../AUTHORS.txt">AUTHORS.txt</a> 参照.<br>
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@
|
|||
width="205"
|
||||
height="210"
|
||||
alt="Tux Paint"><br>
|
||||
バージョン 0.9.28<br/>
|
||||
バージョン 0.9.29<br/>
|
||||
Environment Variables Documentation </h1>
|
||||
|
||||
<p>
|
||||
|
|
|
|||
|
|
@ -90,7 +90,7 @@
|
|||
width="205"
|
||||
height="210"
|
||||
alt="Tux Paint"><br>
|
||||
バージョン 0.9.28 </h1>
|
||||
バージョン 0.9.29 </h1>
|
||||
|
||||
<p>
|
||||
Copyright © 2002-2022 by various contributors; <a href="../../AUTHORS.txt">AUTHORS.txt</a> 参照.<br>
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@
|
|||
width="205"
|
||||
height="210"
|
||||
alt="Tux Paint"><br>
|
||||
バージョン 0.9.28 Frequently Asked Questions </h1>
|
||||
バージョン 0.9.29 Frequently Asked Questions </h1>
|
||||
|
||||
<p>
|
||||
Copyright © 2002-2022 by various contributors; <a href="../../AUTHORS.txt">AUTHORS.txt</a> 参照.<br>
|
||||
|
|
|
|||
|
|
@ -87,7 +87,7 @@
|
|||
width="205"
|
||||
height="210"
|
||||
alt="Tux Paint"><br>
|
||||
バージョン 0.9.28<br/>
|
||||
バージョン 0.9.29<br/>
|
||||
Installation Documentation </h1>
|
||||
|
||||
<p>
|
||||
|
|
|
|||
|
|
@ -89,7 +89,7 @@
|
|||
width="205"
|
||||
height="210"
|
||||
alt="Tux Paint"><br>
|
||||
バージョン 0.9.28 </h1>
|
||||
バージョン 0.9.29 </h1>
|
||||
|
||||
<h2>
|
||||
各種設定について </h2>
|
||||
|
|
|
|||
|
|
@ -87,7 +87,7 @@
|
|||
width="205"
|
||||
height="210"
|
||||
alt="Tux Paint"><br>
|
||||
バージョン 0.9.28<br/>
|
||||
バージョン 0.9.29<br/>
|
||||
PNG Documentation </h1>
|
||||
|
||||
<p>
|
||||
|
|
|
|||
|
|
@ -89,7 +89,7 @@
|
|||
width="205"
|
||||
height="210"
|
||||
alt="Tux Paint"><br>
|
||||
バージョン 0.9.28 </h1>
|
||||
バージョン 0.9.29 </h1>
|
||||
|
||||
<h3 align="center">
|
||||
子供向けのシンプルなお絵かきプログラム </h3>
|
||||
|
|
@ -102,7 +102,7 @@
|
|||
</p>
|
||||
|
||||
<p>
|
||||
2022年6月 4日 </p>
|
||||
2022年6月14日 </p>
|
||||
</center>
|
||||
</header>
|
||||
<table border="2"
|
||||
|
|
|
|||
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue