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)
|
# Various contributors (see AUTHORS.txt)
|
||||||
# http://www.tuxpaint.org/
|
# http://www.tuxpaint.org/
|
||||||
|
|
||||||
# June 14, 2002 - June 4, 2022
|
# June 14, 2002 - June 14, 2022
|
||||||
|
|
||||||
|
|
||||||
# The version number, for release:
|
# The version number, for release:
|
||||||
|
|
||||||
VER_VERSION:=0.9.28
|
VER_VERSION:=0.9.29
|
||||||
VER_FLAVOR:="-sdl2"
|
VER_FLAVOR:="-sdl2"
|
||||||
ifdef SOURCE_DATE_EPOCH
|
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")
|
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 \
|
INCLUDE_PREFIX:=./win32/bdist/plugins/include \
|
||||||
MAGIC_PREFIX:=./win32/bdist/plugins \
|
MAGIC_PREFIX:=./win32/bdist/plugins \
|
||||||
ARCH_INSTALL:=install-dlls install-tpconf-i18n
|
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
|
# "make bdist-clean" deletes the 'bdist' directory
|
||||||
.PHONY: bdist-clean
|
.PHONY: bdist-clean
|
||||||
|
|
|
||||||
|
|
@ -7,6 +7,35 @@ Various contributors (see below, and AUTHORS.txt)
|
||||||
http://www.tuxpaint.org/
|
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)
|
2022.June.4 (0.9.28)
|
||||||
* Improvements to "Paint" and "Lines" tools:
|
* Improvements to "Paint" and "Lines" tools:
|
||||||
------------------------------------------
|
------------------------------------------
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
Tux Paint
|
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.
|
Copyright © 2006-2022 by Albert Cahalan and others; see AUTHORS.txt.
|
||||||
https://tuxpaint.org/
|
https://tuxpaint.org/
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
Tux Paint
|
Tux Paint
|
||||||
version 0.9.28
|
version 0.9.29
|
||||||
Environment Variables Documentation
|
Environment Variables Documentation
|
||||||
|
|
||||||
Copyright © 2021-2022 by various contributors; see AUTHORS.txt.
|
Copyright © 2021-2022 by various contributors; see AUTHORS.txt.
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
Extending
|
Extending
|
||||||
Tux Paint
|
Tux Paint
|
||||||
version 0.9.28
|
version 0.9.29
|
||||||
|
|
||||||
Copyright © 2002-2022 by various contributors; see AUTHORS.txt.
|
Copyright © 2002-2022 by various contributors; see AUTHORS.txt.
|
||||||
https://tuxpaint.org/
|
https://tuxpaint.org/
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
Tux Paint
|
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.
|
Copyright © 2002-2022 by various contributors; see AUTHORS.txt.
|
||||||
https://tuxpaint.org/
|
https://tuxpaint.org/
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
Tux Paint
|
Tux Paint
|
||||||
version 0.9.28
|
version 0.9.29
|
||||||
Installation Documentation
|
Installation Documentation
|
||||||
|
|
||||||
Copyright © 2002-2022 by various contributors; see AUTHORS.txt.
|
Copyright © 2002-2022 by various contributors; see AUTHORS.txt.
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
Tux Paint
|
Tux Paint
|
||||||
version 0.9.28
|
version 0.9.29
|
||||||
|
|
||||||
Options Documentation
|
Options Documentation
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
Tux Paint
|
Tux Paint
|
||||||
version 0.9.28
|
version 0.9.29
|
||||||
PNG Documentation
|
PNG Documentation
|
||||||
|
|
||||||
Copyright © 2007-2022 by various contributors; see AUTHORS.txt.
|
Copyright © 2007-2022 by various contributors; see AUTHORS.txt.
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
Tux Paint
|
Tux Paint
|
||||||
version 0.9.28
|
version 0.9.29
|
||||||
|
|
||||||
A simple drawing program for children
|
A simple drawing program for children
|
||||||
|
|
||||||
|
|
@ -8,7 +8,7 @@
|
||||||
@TuxPaintTweets on Twitter
|
@TuxPaintTweets on Twitter
|
||||||
Tux Paint on Tumblr
|
Tux Paint on Tumblr
|
||||||
|
|
||||||
June 4, 2022
|
June 14, 2022
|
||||||
|
|
||||||
+----------------------------------------------------+
|
+----------------------------------------------------+
|
||||||
|Table of Contents |
|
|Table of Contents |
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
Tux Paint
|
Tux Paint
|
||||||
version 0.9.28
|
version 0.9.29
|
||||||
Signals Documentation
|
Signals Documentation
|
||||||
|
|
||||||
Copyright © 2019-2022 by various contributors; see AUTHORS.txt.
|
Copyright © 2019-2022 by various contributors; see AUTHORS.txt.
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
Tux Paint
|
Tux Paint
|
||||||
version 0.9.28
|
version 0.9.29
|
||||||
SVG Documentation
|
SVG Documentation
|
||||||
|
|
||||||
Copyright © 2007-2022 by various contributors; see AUTHORS.txt.
|
Copyright © 2007-2022 by various contributors; see AUTHORS.txt.
|
||||||
|
|
|
||||||
|
|
@ -17,7 +17,7 @@
|
||||||
width="205"
|
width="205"
|
||||||
height="210"
|
height="210"
|
||||||
alt="Tux Paint"><br>
|
alt="Tux Paint"><br>
|
||||||
version 0.9.28 Advanced Stamps 'How-To' </h1>
|
version 0.9.29 Advanced Stamps 'How-To' </h1>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
Copyright © 2006-2022 by Albert Cahalan and others; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
|
Copyright © 2006-2022 by Albert Cahalan and others; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
|
||||||
|
|
|
||||||
|
|
@ -17,7 +17,7 @@
|
||||||
width="205"
|
width="205"
|
||||||
height="210"
|
height="210"
|
||||||
alt="Tux Paint"><br>
|
alt="Tux Paint"><br>
|
||||||
version 0.9.28<br/>
|
version 0.9.29<br/>
|
||||||
Environment Variables Documentation </h1>
|
Environment Variables Documentation </h1>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
|
|
||||||
|
|
@ -90,7 +90,7 @@
|
||||||
width="205"
|
width="205"
|
||||||
height="210"
|
height="210"
|
||||||
alt="Tux Paint"><br>
|
alt="Tux Paint"><br>
|
||||||
version 0.9.28 </h1>
|
version 0.9.29 </h1>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
Copyright © 2002-2022 by various contributors; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
|
Copyright © 2002-2022 by various contributors; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
|
||||||
|
|
|
||||||
|
|
@ -17,7 +17,7 @@
|
||||||
width="205"
|
width="205"
|
||||||
height="210"
|
height="210"
|
||||||
alt="Tux Paint"><br>
|
alt="Tux Paint"><br>
|
||||||
version 0.9.28 Frequently Asked Questions </h1>
|
version 0.9.29 Frequently Asked Questions </h1>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
Copyright © 2002-2022 by various contributors; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
|
Copyright © 2002-2022 by various contributors; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
|
||||||
|
|
|
||||||
|
|
@ -87,7 +87,7 @@
|
||||||
width="205"
|
width="205"
|
||||||
height="210"
|
height="210"
|
||||||
alt="Tux Paint"><br>
|
alt="Tux Paint"><br>
|
||||||
version 0.9.28<br/>
|
version 0.9.29<br/>
|
||||||
Installation Documentation </h1>
|
Installation Documentation </h1>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
|
|
||||||
|
|
@ -89,7 +89,7 @@
|
||||||
width="205"
|
width="205"
|
||||||
height="210"
|
height="210"
|
||||||
alt="Tux Paint"><br>
|
alt="Tux Paint"><br>
|
||||||
version 0.9.28 </h1>
|
version 0.9.29 </h1>
|
||||||
|
|
||||||
<h2>
|
<h2>
|
||||||
Options Documentation </h2>
|
Options Documentation </h2>
|
||||||
|
|
|
||||||
|
|
@ -87,7 +87,7 @@
|
||||||
width="205"
|
width="205"
|
||||||
height="210"
|
height="210"
|
||||||
alt="Tux Paint"><br>
|
alt="Tux Paint"><br>
|
||||||
version 0.9.28<br/>
|
version 0.9.29<br/>
|
||||||
PNG Documentation </h1>
|
PNG Documentation </h1>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
|
|
||||||
|
|
@ -89,7 +89,7 @@
|
||||||
width="205"
|
width="205"
|
||||||
height="210"
|
height="210"
|
||||||
alt="Tux Paint"><br>
|
alt="Tux Paint"><br>
|
||||||
version 0.9.28 </h1>
|
version 0.9.29 </h1>
|
||||||
|
|
||||||
<h3 align="center">
|
<h3 align="center">
|
||||||
A simple drawing program for children </h3>
|
A simple drawing program for children </h3>
|
||||||
|
|
@ -102,7 +102,7 @@
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
June 4, 2022 </p>
|
June 14, 2022 </p>
|
||||||
</center>
|
</center>
|
||||||
</header>
|
</header>
|
||||||
<table border="2"
|
<table border="2"
|
||||||
|
|
|
||||||
|
|
@ -87,7 +87,7 @@
|
||||||
width="205"
|
width="205"
|
||||||
height="210"
|
height="210"
|
||||||
alt="Tux Paint"><br>
|
alt="Tux Paint"><br>
|
||||||
version 0.9.28<br/>
|
version 0.9.29<br/>
|
||||||
Signals Documentation </h1>
|
Signals Documentation </h1>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
|
|
||||||
|
|
@ -89,7 +89,7 @@
|
||||||
width="205"
|
width="205"
|
||||||
height="210"
|
height="210"
|
||||||
alt="Tux Paint"><br>
|
alt="Tux Paint"><br>
|
||||||
version 0.9.28<br/>
|
version 0.9.29<br/>
|
||||||
SVG Documentation </h1>
|
SVG Documentation </h1>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
Tux Paint
|
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.
|
Copyright © 2006-2022 by Albert Cahalan and others; see AUTHORS.txt.
|
||||||
https://tuxpaint.org/
|
https://tuxpaint.org/
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
Tux Paint
|
Tux Paint
|
||||||
versión 0.9.28
|
versión 0.9.29
|
||||||
Environment Variables Documentation
|
Environment Variables Documentation
|
||||||
|
|
||||||
Copyright © 2021-2022 by various contributors; see AUTHORS.txt.
|
Copyright © 2021-2022 by various contributors; see AUTHORS.txt.
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
Extending
|
Extending
|
||||||
Tux Paint
|
Tux Paint
|
||||||
versión 0.9.28
|
versión 0.9.29
|
||||||
|
|
||||||
Copyright © 2002-2022 by various contributors; see AUTHORS.txt.
|
Copyright © 2002-2022 by various contributors; see AUTHORS.txt.
|
||||||
https://tuxpaint.org/
|
https://tuxpaint.org/
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
Tux Paint
|
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.
|
Copyright © 2002-2022 by various contributors; see AUTHORS.txt.
|
||||||
https://tuxpaint.org/
|
https://tuxpaint.org/
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
Tux Paint
|
Tux Paint
|
||||||
versión 0.9.28
|
versión 0.9.29
|
||||||
Installation Documentation
|
Installation Documentation
|
||||||
|
|
||||||
Copyright © 2002-2022 by various contributors; see AUTHORS.txt.
|
Copyright © 2002-2022 by various contributors; see AUTHORS.txt.
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
Tux Paint
|
Tux Paint
|
||||||
versión 0.9.28
|
versión 0.9.29
|
||||||
|
|
||||||
Options Documentation
|
Options Documentation
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
Tux Paint
|
Tux Paint
|
||||||
versión 0.9.28
|
versión 0.9.29
|
||||||
PNG Documentation
|
PNG Documentation
|
||||||
|
|
||||||
Copyright © 2007-2022 by various contributors; see AUTHORS.txt.
|
Copyright © 2007-2022 by various contributors; see AUTHORS.txt.
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
Tux Paint
|
Tux Paint
|
||||||
versión 0.9.28
|
versión 0.9.29
|
||||||
|
|
||||||
A simple drawing program for children
|
A simple drawing program for children
|
||||||
|
|
||||||
|
|
@ -8,7 +8,7 @@
|
||||||
@TuxPaintTweets on Twitter
|
@TuxPaintTweets on Twitter
|
||||||
Tux Paint on Tumblr
|
Tux Paint on Tumblr
|
||||||
|
|
||||||
junio 4, 2022
|
junio 14, 2022
|
||||||
|
|
||||||
+----------------------------------------------------+
|
+----------------------------------------------------+
|
||||||
|Table of Contents |
|
|Table of Contents |
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
Tux Paint
|
Tux Paint
|
||||||
versión 0.9.28
|
versión 0.9.29
|
||||||
Signals Documentation
|
Signals Documentation
|
||||||
|
|
||||||
Copyright © 2019-2022 by various contributors; see AUTHORS.txt.
|
Copyright © 2019-2022 by various contributors; see AUTHORS.txt.
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
Tux Paint
|
Tux Paint
|
||||||
versión 0.9.28
|
versión 0.9.29
|
||||||
SVG Documentation
|
SVG Documentation
|
||||||
|
|
||||||
Copyright © 2007-2022 by various contributors; see AUTHORS.txt.
|
Copyright © 2007-2022 by various contributors; see AUTHORS.txt.
|
||||||
|
|
|
||||||
|
|
@ -17,7 +17,7 @@
|
||||||
width="205"
|
width="205"
|
||||||
height="210"
|
height="210"
|
||||||
alt="Tux Paint"><br>
|
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>
|
<p>
|
||||||
Copyright © 2006-2022 by Albert Cahalan and others; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
|
Copyright © 2006-2022 by Albert Cahalan and others; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
|
||||||
|
|
|
||||||
|
|
@ -17,7 +17,7 @@
|
||||||
width="205"
|
width="205"
|
||||||
height="210"
|
height="210"
|
||||||
alt="Tux Paint"><br>
|
alt="Tux Paint"><br>
|
||||||
versión 0.9.28<br/>
|
versión 0.9.29<br/>
|
||||||
Environment Variables Documentation </h1>
|
Environment Variables Documentation </h1>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
|
|
||||||
|
|
@ -90,7 +90,7 @@
|
||||||
width="205"
|
width="205"
|
||||||
height="210"
|
height="210"
|
||||||
alt="Tux Paint"><br>
|
alt="Tux Paint"><br>
|
||||||
versión 0.9.28 </h1>
|
versión 0.9.29 </h1>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
Copyright © 2002-2022 by various contributors; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
|
Copyright © 2002-2022 by various contributors; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
|
||||||
|
|
|
||||||
|
|
@ -17,7 +17,7 @@
|
||||||
width="205"
|
width="205"
|
||||||
height="210"
|
height="210"
|
||||||
alt="Tux Paint"><br>
|
alt="Tux Paint"><br>
|
||||||
versión 0.9.28 Frequently Asked Questions </h1>
|
versión 0.9.29 Frequently Asked Questions </h1>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
Copyright © 2002-2022 by various contributors; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
|
Copyright © 2002-2022 by various contributors; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
|
||||||
|
|
|
||||||
|
|
@ -87,7 +87,7 @@
|
||||||
width="205"
|
width="205"
|
||||||
height="210"
|
height="210"
|
||||||
alt="Tux Paint"><br>
|
alt="Tux Paint"><br>
|
||||||
versión 0.9.28<br/>
|
versión 0.9.29<br/>
|
||||||
Installation Documentation </h1>
|
Installation Documentation </h1>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
|
|
||||||
|
|
@ -89,7 +89,7 @@
|
||||||
width="205"
|
width="205"
|
||||||
height="210"
|
height="210"
|
||||||
alt="Tux Paint"><br>
|
alt="Tux Paint"><br>
|
||||||
versión 0.9.28 </h1>
|
versión 0.9.29 </h1>
|
||||||
|
|
||||||
<h2>
|
<h2>
|
||||||
Options Documentation </h2>
|
Options Documentation </h2>
|
||||||
|
|
|
||||||
|
|
@ -87,7 +87,7 @@
|
||||||
width="205"
|
width="205"
|
||||||
height="210"
|
height="210"
|
||||||
alt="Tux Paint"><br>
|
alt="Tux Paint"><br>
|
||||||
versión 0.9.28<br/>
|
versión 0.9.29<br/>
|
||||||
PNG Documentation </h1>
|
PNG Documentation </h1>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
|
|
||||||
|
|
@ -89,7 +89,7 @@
|
||||||
width="205"
|
width="205"
|
||||||
height="210"
|
height="210"
|
||||||
alt="Tux Paint"><br>
|
alt="Tux Paint"><br>
|
||||||
versión 0.9.28 </h1>
|
versión 0.9.29 </h1>
|
||||||
|
|
||||||
<h3 align="center">
|
<h3 align="center">
|
||||||
A simple drawing program for children </h3>
|
A simple drawing program for children </h3>
|
||||||
|
|
@ -102,7 +102,7 @@
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
junio 4, 2022 </p>
|
junio 14, 2022 </p>
|
||||||
</center>
|
</center>
|
||||||
</header>
|
</header>
|
||||||
<table border="2"
|
<table border="2"
|
||||||
|
|
|
||||||
|
|
@ -87,7 +87,7 @@
|
||||||
width="205"
|
width="205"
|
||||||
height="210"
|
height="210"
|
||||||
alt="Tux Paint"><br>
|
alt="Tux Paint"><br>
|
||||||
versión 0.9.28<br/>
|
versión 0.9.29<br/>
|
||||||
Signals Documentation </h1>
|
Signals Documentation </h1>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
|
|
||||||
|
|
@ -89,7 +89,7 @@
|
||||||
width="205"
|
width="205"
|
||||||
height="210"
|
height="210"
|
||||||
alt="Tux Paint"><br>
|
alt="Tux Paint"><br>
|
||||||
versión 0.9.28<br/>
|
versión 0.9.29<br/>
|
||||||
SVG Documentation </h1>
|
SVG Documentation </h1>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
Tux Paint
|
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.
|
Copyright © 2006-2022 by Albert Cahalan et d'autres; see AUTHORS.txt.
|
||||||
https://tuxpaint.org/
|
https://tuxpaint.org/
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
Tux Paint
|
Tux Paint
|
||||||
version 0.9.28
|
version 0.9.29
|
||||||
Documentation sur les variables d'environnement
|
Documentation sur les variables d'environnement
|
||||||
|
|
||||||
Copyright © 2021-2022 by divers contributeurs; see AUTHORS.txt.
|
Copyright © 2021-2022 by divers contributeurs; see AUTHORS.txt.
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
Extension
|
Extension
|
||||||
Tux Paint
|
Tux Paint
|
||||||
version 0.9.28
|
version 0.9.29
|
||||||
|
|
||||||
Copyright © 2002-2022 by divers contributeurs; see AUTHORS.txt.
|
Copyright © 2002-2022 by divers contributeurs; see AUTHORS.txt.
|
||||||
https://tuxpaint.org/
|
https://tuxpaint.org/
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
Tux Paint
|
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.
|
Copyright © 2002-2022 by divers contributeurs; see AUTHORS.txt.
|
||||||
https://tuxpaint.org/
|
https://tuxpaint.org/
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
Tux Paint
|
Tux Paint
|
||||||
version 0.9.28
|
version 0.9.29
|
||||||
Documentation sur l'installation
|
Documentation sur l'installation
|
||||||
|
|
||||||
Copyright © 2002-2022 by divers contributeurs; see AUTHORS.txt.
|
Copyright © 2002-2022 by divers contributeurs; see AUTHORS.txt.
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
Tux Paint
|
Tux Paint
|
||||||
version 0.9.28
|
version 0.9.29
|
||||||
|
|
||||||
Documentation sur les options
|
Documentation sur les options
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
Tux Paint
|
Tux Paint
|
||||||
version 0.9.28
|
version 0.9.29
|
||||||
Documentation sur PNG pour Tux Paint
|
Documentation sur PNG pour Tux Paint
|
||||||
|
|
||||||
Copyright © 2007-2022 by divers contributeurs; see AUTHORS.txt.
|
Copyright © 2007-2022 by divers contributeurs; see AUTHORS.txt.
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
Tux Paint
|
Tux Paint
|
||||||
version 0.9.28
|
version 0.9.29
|
||||||
|
|
||||||
Un programme simple pour les enfants
|
Un programme simple pour les enfants
|
||||||
|
|
||||||
|
|
@ -8,7 +8,7 @@
|
||||||
@TuxPaintTweets on Twitter
|
@TuxPaintTweets on Twitter
|
||||||
Tux Paint on Tumblr
|
Tux Paint on Tumblr
|
||||||
|
|
||||||
juin 4, 2022
|
juin 14, 2022
|
||||||
|
|
||||||
+----------------------------------------------------------+
|
+----------------------------------------------------------+
|
||||||
|Table des matières |
|
|Table des matières |
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
Tux Paint
|
Tux Paint
|
||||||
version 0.9.28
|
version 0.9.29
|
||||||
Documentation sur les signaux
|
Documentation sur les signaux
|
||||||
|
|
||||||
Copyright © 2019-2022 by divers contributeurs; see AUTHORS.txt.
|
Copyright © 2019-2022 by divers contributeurs; see AUTHORS.txt.
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
Tux Paint
|
Tux Paint
|
||||||
version 0.9.28
|
version 0.9.29
|
||||||
Documentation sur SVG
|
Documentation sur SVG
|
||||||
|
|
||||||
Copyright © 2007-2022 by divers contributeurs; see AUTHORS.txt.
|
Copyright © 2007-2022 by divers contributeurs; see AUTHORS.txt.
|
||||||
|
|
|
||||||
|
|
@ -17,7 +17,7 @@
|
||||||
width="205"
|
width="205"
|
||||||
height="210"
|
height="210"
|
||||||
alt="Tux Paint"><br>
|
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>
|
<p>
|
||||||
Copyright © 2006-2022 by Albert Cahalan et d'autres; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
|
Copyright © 2006-2022 by Albert Cahalan et d'autres; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
|
||||||
|
|
|
||||||
|
|
@ -17,7 +17,7 @@
|
||||||
width="205"
|
width="205"
|
||||||
height="210"
|
height="210"
|
||||||
alt="Tux Paint"><br>
|
alt="Tux Paint"><br>
|
||||||
version 0.9.28<br/>
|
version 0.9.29<br/>
|
||||||
Documentation sur les variables d'environnement </h1>
|
Documentation sur les variables d'environnement </h1>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
|
|
||||||
|
|
@ -90,7 +90,7 @@
|
||||||
width="205"
|
width="205"
|
||||||
height="210"
|
height="210"
|
||||||
alt="Tux Paint"><br>
|
alt="Tux Paint"><br>
|
||||||
version 0.9.28 </h1>
|
version 0.9.29 </h1>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
Copyright © 2002-2022 by divers contributeurs; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
|
Copyright © 2002-2022 by divers contributeurs; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
|
||||||
|
|
|
||||||
|
|
@ -17,7 +17,7 @@
|
||||||
width="205"
|
width="205"
|
||||||
height="210"
|
height="210"
|
||||||
alt="Tux Paint"><br>
|
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>
|
<p>
|
||||||
Copyright © 2002-2022 by divers contributeurs; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
|
Copyright © 2002-2022 by divers contributeurs; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
|
||||||
|
|
|
||||||
|
|
@ -87,7 +87,7 @@
|
||||||
width="205"
|
width="205"
|
||||||
height="210"
|
height="210"
|
||||||
alt="Tux Paint"><br>
|
alt="Tux Paint"><br>
|
||||||
version 0.9.28<br/>
|
version 0.9.29<br/>
|
||||||
Documentation sur l'installation </h1>
|
Documentation sur l'installation </h1>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
|
|
||||||
|
|
@ -89,7 +89,7 @@
|
||||||
width="205"
|
width="205"
|
||||||
height="210"
|
height="210"
|
||||||
alt="Tux Paint"><br>
|
alt="Tux Paint"><br>
|
||||||
version 0.9.28 </h1>
|
version 0.9.29 </h1>
|
||||||
|
|
||||||
<h2>
|
<h2>
|
||||||
Documentation sur les options </h2>
|
Documentation sur les options </h2>
|
||||||
|
|
|
||||||
|
|
@ -87,7 +87,7 @@
|
||||||
width="205"
|
width="205"
|
||||||
height="210"
|
height="210"
|
||||||
alt="Tux Paint"><br>
|
alt="Tux Paint"><br>
|
||||||
version 0.9.28<br/>
|
version 0.9.29<br/>
|
||||||
Documentation sur PNG pour Tux Paint </h1>
|
Documentation sur PNG pour Tux Paint </h1>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
|
|
||||||
|
|
@ -89,7 +89,7 @@
|
||||||
width="205"
|
width="205"
|
||||||
height="210"
|
height="210"
|
||||||
alt="Tux Paint"><br>
|
alt="Tux Paint"><br>
|
||||||
version 0.9.28 </h1>
|
version 0.9.29 </h1>
|
||||||
|
|
||||||
<h3 align="center">
|
<h3 align="center">
|
||||||
Un programme simple pour les enfants </h3>
|
Un programme simple pour les enfants </h3>
|
||||||
|
|
@ -102,7 +102,7 @@
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
juin 4, 2022 </p>
|
juin 14, 2022 </p>
|
||||||
</center>
|
</center>
|
||||||
</header>
|
</header>
|
||||||
<table border="2"
|
<table border="2"
|
||||||
|
|
|
||||||
|
|
@ -87,7 +87,7 @@
|
||||||
width="205"
|
width="205"
|
||||||
height="210"
|
height="210"
|
||||||
alt="Tux Paint"><br>
|
alt="Tux Paint"><br>
|
||||||
version 0.9.28<br/>
|
version 0.9.29<br/>
|
||||||
Documentation sur les signaux </h1>
|
Documentation sur les signaux </h1>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
|
|
||||||
|
|
@ -89,7 +89,7 @@
|
||||||
width="205"
|
width="205"
|
||||||
height="210"
|
height="210"
|
||||||
alt="Tux Paint"><br>
|
alt="Tux Paint"><br>
|
||||||
version 0.9.28<br/>
|
version 0.9.29<br/>
|
||||||
Documentation sur SVG </h1>
|
Documentation sur SVG </h1>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
Tux Paint
|
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.
|
Copyright © 2006-2022 by Albert Cahalan e outros; see AUTHORS.txt.
|
||||||
https://tuxpaint.org/
|
https://tuxpaint.org/
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
Tux Paint
|
Tux Paint
|
||||||
versión 0.9.28
|
versión 0.9.29
|
||||||
Documentación de variábeis de contorno
|
Documentación de variábeis de contorno
|
||||||
|
|
||||||
Copyright © 2021-2022 by varios colaboradores; see AUTHORS.txt.
|
Copyright © 2021-2022 by varios colaboradores; see AUTHORS.txt.
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
Ampliar
|
Ampliar
|
||||||
Tux Paint
|
Tux Paint
|
||||||
versión 0.9.28
|
versión 0.9.29
|
||||||
|
|
||||||
Copyright © 2002-2022 by varios colaboradores; see AUTHORS.txt.
|
Copyright © 2002-2022 by varios colaboradores; see AUTHORS.txt.
|
||||||
https://tuxpaint.org/
|
https://tuxpaint.org/
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
Tux Paint
|
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.
|
Copyright © 2002-2022 by varios colaboradores; see AUTHORS.txt.
|
||||||
https://tuxpaint.org/
|
https://tuxpaint.org/
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
Tux Paint
|
Tux Paint
|
||||||
versión 0.9.28
|
versión 0.9.29
|
||||||
Documentación da instalación
|
Documentación da instalación
|
||||||
|
|
||||||
Copyright © 2002-2022 by varios colaboradores; see AUTHORS.txt.
|
Copyright © 2002-2022 by varios colaboradores; see AUTHORS.txt.
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
Tux Paint
|
Tux Paint
|
||||||
versión 0.9.28
|
versión 0.9.29
|
||||||
|
|
||||||
Documentación de opcións
|
Documentación de opcións
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
Tux Paint
|
Tux Paint
|
||||||
versión 0.9.28
|
versión 0.9.29
|
||||||
Documentación PNG
|
Documentación PNG
|
||||||
|
|
||||||
Copyright © 2007-2022 by varios colaboradores; see AUTHORS.txt.
|
Copyright © 2007-2022 by varios colaboradores; see AUTHORS.txt.
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
Tux Paint
|
Tux Paint
|
||||||
versión 0.9.28
|
versión 0.9.29
|
||||||
|
|
||||||
Un sinxelo programa de debuxo para cativos
|
Un sinxelo programa de debuxo para cativos
|
||||||
|
|
||||||
|
|
@ -8,7 +8,7 @@
|
||||||
@TuxPaintTweets on Twitter
|
@TuxPaintTweets on Twitter
|
||||||
Tux Paint on Tumblr
|
Tux Paint on Tumblr
|
||||||
|
|
||||||
4 de Xuño de 2022
|
14 de Xuño de 2022
|
||||||
|
|
||||||
+-----------------------------------------------------------+
|
+-----------------------------------------------------------+
|
||||||
|Índice |
|
|Índice |
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
Tux Paint
|
Tux Paint
|
||||||
versión 0.9.28
|
versión 0.9.29
|
||||||
Documentación de sinais
|
Documentación de sinais
|
||||||
|
|
||||||
Copyright © 2019-2022 by varios colaboradores; see AUTHORS.txt.
|
Copyright © 2019-2022 by varios colaboradores; see AUTHORS.txt.
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
Tux Paint
|
Tux Paint
|
||||||
versión 0.9.28
|
versión 0.9.29
|
||||||
Documentación SVG
|
Documentación SVG
|
||||||
|
|
||||||
Copyright © 2007-2022 by varios colaboradores; see AUTHORS.txt.
|
Copyright © 2007-2022 by varios colaboradores; see AUTHORS.txt.
|
||||||
|
|
|
||||||
|
|
@ -17,7 +17,7 @@
|
||||||
width="205"
|
width="205"
|
||||||
height="210"
|
height="210"
|
||||||
alt="Tux Paint"><br>
|
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>
|
<p>
|
||||||
Copyright © 2006-2022 by Albert Cahalan e outros; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
|
Copyright © 2006-2022 by Albert Cahalan e outros; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
|
||||||
|
|
|
||||||
|
|
@ -17,7 +17,7 @@
|
||||||
width="205"
|
width="205"
|
||||||
height="210"
|
height="210"
|
||||||
alt="Tux Paint"><br>
|
alt="Tux Paint"><br>
|
||||||
versión 0.9.28<br/>
|
versión 0.9.29<br/>
|
||||||
Documentación de variábeis de contorno </h1>
|
Documentación de variábeis de contorno </h1>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
|
|
||||||
|
|
@ -90,7 +90,7 @@
|
||||||
width="205"
|
width="205"
|
||||||
height="210"
|
height="210"
|
||||||
alt="Tux Paint"><br>
|
alt="Tux Paint"><br>
|
||||||
versión 0.9.28 </h1>
|
versión 0.9.29 </h1>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
Copyright © 2002-2022 by varios colaboradores; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
|
Copyright © 2002-2022 by varios colaboradores; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
|
||||||
|
|
|
||||||
|
|
@ -17,7 +17,7 @@
|
||||||
width="205"
|
width="205"
|
||||||
height="210"
|
height="210"
|
||||||
alt="Tux Paint"><br>
|
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>
|
<p>
|
||||||
Copyright © 2002-2022 by varios colaboradores; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
|
Copyright © 2002-2022 by varios colaboradores; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
|
||||||
|
|
|
||||||
|
|
@ -87,7 +87,7 @@
|
||||||
width="205"
|
width="205"
|
||||||
height="210"
|
height="210"
|
||||||
alt="Tux Paint"><br>
|
alt="Tux Paint"><br>
|
||||||
versión 0.9.28<br/>
|
versión 0.9.29<br/>
|
||||||
Documentación da instalación </h1>
|
Documentación da instalación </h1>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
|
|
||||||
|
|
@ -89,7 +89,7 @@
|
||||||
width="205"
|
width="205"
|
||||||
height="210"
|
height="210"
|
||||||
alt="Tux Paint"><br>
|
alt="Tux Paint"><br>
|
||||||
versión 0.9.28 </h1>
|
versión 0.9.29 </h1>
|
||||||
|
|
||||||
<h2>
|
<h2>
|
||||||
Documentación de opcións </h2>
|
Documentación de opcións </h2>
|
||||||
|
|
|
||||||
|
|
@ -87,7 +87,7 @@
|
||||||
width="205"
|
width="205"
|
||||||
height="210"
|
height="210"
|
||||||
alt="Tux Paint"><br>
|
alt="Tux Paint"><br>
|
||||||
versión 0.9.28<br/>
|
versión 0.9.29<br/>
|
||||||
Documentación PNG </h1>
|
Documentación PNG </h1>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
|
|
||||||
|
|
@ -89,7 +89,7 @@
|
||||||
width="205"
|
width="205"
|
||||||
height="210"
|
height="210"
|
||||||
alt="Tux Paint"><br>
|
alt="Tux Paint"><br>
|
||||||
versión 0.9.28 </h1>
|
versión 0.9.29 </h1>
|
||||||
|
|
||||||
<h3 align="center">
|
<h3 align="center">
|
||||||
Un sinxelo programa de debuxo para cativos </h3>
|
Un sinxelo programa de debuxo para cativos </h3>
|
||||||
|
|
@ -102,7 +102,7 @@
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
4 de Xuño de 2022 </p>
|
14 de Xuño de 2022 </p>
|
||||||
</center>
|
</center>
|
||||||
</header>
|
</header>
|
||||||
<table border="2"
|
<table border="2"
|
||||||
|
|
|
||||||
|
|
@ -87,7 +87,7 @@
|
||||||
width="205"
|
width="205"
|
||||||
height="210"
|
height="210"
|
||||||
alt="Tux Paint"><br>
|
alt="Tux Paint"><br>
|
||||||
versión 0.9.28<br/>
|
versión 0.9.29<br/>
|
||||||
Documentación de sinais </h1>
|
Documentación de sinais </h1>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
|
|
||||||
|
|
@ -89,7 +89,7 @@
|
||||||
width="205"
|
width="205"
|
||||||
height="210"
|
height="210"
|
||||||
alt="Tux Paint"><br>
|
alt="Tux Paint"><br>
|
||||||
versión 0.9.28<br/>
|
versión 0.9.29<br/>
|
||||||
Documentación SVG </h1>
|
Documentación SVG </h1>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
Tux Paint
|
Tux Paint
|
||||||
バージョン 0.9.28 スタンプ作成の詳細について
|
バージョン 0.9.29 スタンプ作成の詳細について
|
||||||
|
|
||||||
Copyright © 2006-2022 by Albert Cahalan ほか; AUTHORS.txt 参照.
|
Copyright © 2006-2022 by Albert Cahalan ほか; AUTHORS.txt 参照.
|
||||||
https://tuxpaint.org/
|
https://tuxpaint.org/
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
Tux Paint
|
Tux Paint
|
||||||
バージョン 0.9.28
|
バージョン 0.9.29
|
||||||
Environment Variables Documentation
|
Environment Variables Documentation
|
||||||
|
|
||||||
Copyright © 2021-2022 by various contributors; AUTHORS.txt 参照.
|
Copyright © 2021-2022 by various contributors; AUTHORS.txt 参照.
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
Extending
|
Extending
|
||||||
Tux Paint
|
Tux Paint
|
||||||
バージョン 0.9.28
|
バージョン 0.9.29
|
||||||
|
|
||||||
Copyright © 2002-2022 by various contributors; AUTHORS.txt 参照.
|
Copyright © 2002-2022 by various contributors; AUTHORS.txt 参照.
|
||||||
https://tuxpaint.org/
|
https://tuxpaint.org/
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
Tux Paint
|
Tux Paint
|
||||||
バージョン 0.9.28 Frequently Asked Questions
|
バージョン 0.9.29 Frequently Asked Questions
|
||||||
|
|
||||||
Copyright © 2002-2022 by various contributors; AUTHORS.txt 参照.
|
Copyright © 2002-2022 by various contributors; AUTHORS.txt 参照.
|
||||||
https://tuxpaint.org/
|
https://tuxpaint.org/
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
Tux Paint
|
Tux Paint
|
||||||
バージョン 0.9.28
|
バージョン 0.9.29
|
||||||
Installation Documentation
|
Installation Documentation
|
||||||
|
|
||||||
Copyright © 2002-2022 by various contributors; AUTHORS.txt 参照.
|
Copyright © 2002-2022 by various contributors; AUTHORS.txt 参照.
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
Tux Paint
|
Tux Paint
|
||||||
バージョン 0.9.28
|
バージョン 0.9.29
|
||||||
|
|
||||||
各種設定について
|
各種設定について
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
Tux Paint
|
Tux Paint
|
||||||
バージョン 0.9.28
|
バージョン 0.9.29
|
||||||
PNG Documentation
|
PNG Documentation
|
||||||
|
|
||||||
Copyright © 2007-2022 by various contributors; AUTHORS.txt 参照.
|
Copyright © 2007-2022 by various contributors; AUTHORS.txt 参照.
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
Tux Paint
|
Tux Paint
|
||||||
バージョン 0.9.28
|
バージョン 0.9.29
|
||||||
|
|
||||||
子供向けのシンプルなお絵かきプログラム
|
子供向けのシンプルなお絵かきプログラム
|
||||||
|
|
||||||
|
|
@ -8,7 +8,7 @@
|
||||||
@TuxPaintTweets(ツイッター)
|
@TuxPaintTweets(ツイッター)
|
||||||
Tux Paint(Tumblr)
|
Tux Paint(Tumblr)
|
||||||
|
|
||||||
2022年6月 4日
|
2022年6月14日
|
||||||
|
|
||||||
+-------------------------------------+
|
+-------------------------------------+
|
||||||
|目次 |
|
|目次 |
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
Tux Paint
|
Tux Paint
|
||||||
バージョン 0.9.28
|
バージョン 0.9.29
|
||||||
Signals Documentation
|
Signals Documentation
|
||||||
|
|
||||||
Copyright © 2019-2022 by various contributors; AUTHORS.txt 参照.
|
Copyright © 2019-2022 by various contributors; AUTHORS.txt 参照.
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
Tux Paint
|
Tux Paint
|
||||||
バージョン 0.9.28
|
バージョン 0.9.29
|
||||||
SVG Documentation
|
SVG Documentation
|
||||||
|
|
||||||
Copyright © 2007-2022 by various contributors; AUTHORS.txt 参照.
|
Copyright © 2007-2022 by various contributors; AUTHORS.txt 参照.
|
||||||
|
|
|
||||||
|
|
@ -17,7 +17,7 @@
|
||||||
width="205"
|
width="205"
|
||||||
height="210"
|
height="210"
|
||||||
alt="Tux Paint"><br>
|
alt="Tux Paint"><br>
|
||||||
バージョン 0.9.28 スタンプ作成の詳細について </h1>
|
バージョン 0.9.29 スタンプ作成の詳細について </h1>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
Copyright © 2006-2022 by Albert Cahalan ほか; <a href="../../AUTHORS.txt">AUTHORS.txt</a> 参照.<br>
|
Copyright © 2006-2022 by Albert Cahalan ほか; <a href="../../AUTHORS.txt">AUTHORS.txt</a> 参照.<br>
|
||||||
|
|
|
||||||
|
|
@ -17,7 +17,7 @@
|
||||||
width="205"
|
width="205"
|
||||||
height="210"
|
height="210"
|
||||||
alt="Tux Paint"><br>
|
alt="Tux Paint"><br>
|
||||||
バージョン 0.9.28<br/>
|
バージョン 0.9.29<br/>
|
||||||
Environment Variables Documentation </h1>
|
Environment Variables Documentation </h1>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
|
|
||||||
|
|
@ -90,7 +90,7 @@
|
||||||
width="205"
|
width="205"
|
||||||
height="210"
|
height="210"
|
||||||
alt="Tux Paint"><br>
|
alt="Tux Paint"><br>
|
||||||
バージョン 0.9.28 </h1>
|
バージョン 0.9.29 </h1>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
Copyright © 2002-2022 by various contributors; <a href="../../AUTHORS.txt">AUTHORS.txt</a> 参照.<br>
|
Copyright © 2002-2022 by various contributors; <a href="../../AUTHORS.txt">AUTHORS.txt</a> 参照.<br>
|
||||||
|
|
|
||||||
|
|
@ -17,7 +17,7 @@
|
||||||
width="205"
|
width="205"
|
||||||
height="210"
|
height="210"
|
||||||
alt="Tux Paint"><br>
|
alt="Tux Paint"><br>
|
||||||
バージョン 0.9.28 Frequently Asked Questions </h1>
|
バージョン 0.9.29 Frequently Asked Questions </h1>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
Copyright © 2002-2022 by various contributors; <a href="../../AUTHORS.txt">AUTHORS.txt</a> 参照.<br>
|
Copyright © 2002-2022 by various contributors; <a href="../../AUTHORS.txt">AUTHORS.txt</a> 参照.<br>
|
||||||
|
|
|
||||||
|
|
@ -87,7 +87,7 @@
|
||||||
width="205"
|
width="205"
|
||||||
height="210"
|
height="210"
|
||||||
alt="Tux Paint"><br>
|
alt="Tux Paint"><br>
|
||||||
バージョン 0.9.28<br/>
|
バージョン 0.9.29<br/>
|
||||||
Installation Documentation </h1>
|
Installation Documentation </h1>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
|
|
||||||
|
|
@ -89,7 +89,7 @@
|
||||||
width="205"
|
width="205"
|
||||||
height="210"
|
height="210"
|
||||||
alt="Tux Paint"><br>
|
alt="Tux Paint"><br>
|
||||||
バージョン 0.9.28 </h1>
|
バージョン 0.9.29 </h1>
|
||||||
|
|
||||||
<h2>
|
<h2>
|
||||||
各種設定について </h2>
|
各種設定について </h2>
|
||||||
|
|
|
||||||
|
|
@ -87,7 +87,7 @@
|
||||||
width="205"
|
width="205"
|
||||||
height="210"
|
height="210"
|
||||||
alt="Tux Paint"><br>
|
alt="Tux Paint"><br>
|
||||||
バージョン 0.9.28<br/>
|
バージョン 0.9.29<br/>
|
||||||
PNG Documentation </h1>
|
PNG Documentation </h1>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
|
|
||||||
|
|
@ -89,7 +89,7 @@
|
||||||
width="205"
|
width="205"
|
||||||
height="210"
|
height="210"
|
||||||
alt="Tux Paint"><br>
|
alt="Tux Paint"><br>
|
||||||
バージョン 0.9.28 </h1>
|
バージョン 0.9.29 </h1>
|
||||||
|
|
||||||
<h3 align="center">
|
<h3 align="center">
|
||||||
子供向けのシンプルなお絵かきプログラム </h3>
|
子供向けのシンプルなお絵かきプログラム </h3>
|
||||||
|
|
@ -102,7 +102,7 @@
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
2022年6月 4日 </p>
|
2022年6月14日 </p>
|
||||||
</center>
|
</center>
|
||||||
</header>
|
</header>
|
||||||
<table border="2"
|
<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