Bump to 0.9.35
This commit is contained in:
parent
5de3c8778d
commit
79ce7a87ca
2098 changed files with 2202 additions and 2947 deletions
|
|
@ -1,5 +1,5 @@
|
|||
Tux Paint
|
||||
バージョン 0.9.34
|
||||
バージョン 0.9.35
|
||||
スタンプ作成の詳細について
|
||||
|
||||
Copyright © 2006-2024 by Albert Cahalan ほか; AUTHORS.txt 参照.
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
Tux Paint
|
||||
バージョン 0.9.34
|
||||
バージョン 0.9.35
|
||||
Environment Variables Documentation
|
||||
|
||||
Copyright © 2021-2024 by various contributors; AUTHORS.txt 参照.
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
Extending
|
||||
Tux Paint
|
||||
バージョン 0.9.34
|
||||
バージョン 0.9.35
|
||||
|
||||
Copyright © 2002-2024 by various contributors; AUTHORS.txt 参照.
|
||||
https://tuxpaint.org/
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
Tux Paint
|
||||
バージョン 0.9.34
|
||||
バージョン 0.9.35
|
||||
Frequently Asked Questions
|
||||
|
||||
Copyright © 2002-2024 by various contributors; AUTHORS.txt 参照.
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
Tux Paint
|
||||
バージョン 0.9.34
|
||||
バージョン 0.9.35
|
||||
Installation Documentation
|
||||
|
||||
Copyright © 2002-2024 by various contributors; AUTHORS.txt 参照.
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
Tux Paint
|
||||
version 0.9.34
|
||||
version 0.9.35
|
||||
|
||||
### Magic Tool Plugin API Documentation ###
|
||||
|
||||
|
|
@ -612,7 +612,7 @@ Plugin Functions," above.)
|
|||
|
||||
→ char * tp_version ←
|
||||
A string containing the version of Tux Paint that's running (e.g.,
|
||||
"0.9.34").
|
||||
"0.9.35").
|
||||
|
||||
→ int canvas_w
|
||||
int canvas_h ←
|
||||
|
|
@ -832,7 +832,7 @@ Plugin Functions," above.)
|
|||
compatible.
|
||||
|
||||
Note: This version number does not correspond to Tux Paint's own
|
||||
release number (e.g., "0.9.34"). The API will not change every time a
|
||||
release number (e.g., "0.9.35"). The API will not change every time a
|
||||
new version of Tux Paint is released, which means plugins compiled for
|
||||
earlier versions of Tux Paint will often run under newer versions.
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
Tux Paint
|
||||
バージョン 0.9.34
|
||||
バージョン 0.9.35
|
||||
|
||||
### 各種設定について ###
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
Tux Paint
|
||||
バージョン 0.9.34
|
||||
バージョン 0.9.35
|
||||
PNG Documentation
|
||||
|
||||
Copyright © 2007-2022 by various contributors; AUTHORS.txt 参照.
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
Tux Paint
|
||||
バージョン 0.9.34
|
||||
バージョン 0.9.35
|
||||
|
||||
## 子供向けのシンプルなお絵かきプログラム ##
|
||||
|
||||
|
|
@ -95,67 +95,10 @@ Tux Paint は、オープンソースのプロジェクトで、GNUの一般公
|
|||
|
||||
ライセンスの全文は、COPYING.txtをお読みください。
|
||||
|
||||
### D. Tux Paint バージョン 0.9.34 での変更点 ###
|
||||
### D. Tux Paint バージョン 0.9.35 での変更点 ###
|
||||
|
||||
→ "Eraser" Fill mode ←
|
||||
A flood fill option that fills the canvas with the background color, or
|
||||
template or starter background, upon which the drawing was based.
|
||||
|
||||
→ ブラシの追加 ←
|
||||
New brushes for the Paint and Lines tools: "Fluff (gradient)", "Graphite",
|
||||
"Impasto", "Paint splats", "Smoke", "Spines", "Water (still)", and
|
||||
"Watercolor splotches".
|
||||
|
||||
→ New brush option ←
|
||||
Brushes may be given a "chaotic" setting, causing them to rotate
|
||||
continuously while drawing with them.
|
||||
|
||||
→ New templates ←
|
||||
"Clouds from an airplane" and "Lough Leane".
|
||||
|
||||
→ New Magic tool: Comic dots ←
|
||||
Draws a repeating dot pattern, simulating the "Ben Day process" used in
|
||||
early comic books.
|
||||
|
||||
→ New Magic tool: Rotate ←
|
||||
Rotates the drawing.
|
||||
|
||||
→ New Magic tool: Fractal ←
|
||||
A set of tools that recursively repeat what you draw, scaling and/or
|
||||
rotating it as they repeat.
|
||||
|
||||
→ New Magic tool: ASCII Typewriter ←
|
||||
Transform your picture into "ASCII art", typewriter-style.
|
||||
|
||||
→ New Magic tool: ASCII Computer ←
|
||||
Transform your picture into "ASCII art", computer-style.
|
||||
|
||||
→ New Magic tool: ASCII Color Computer ←
|
||||
Transform your picture into colored computer "ASCII art".
|
||||
|
||||
→ New Magic tool: Crescent ←
|
||||
Draw one of various crescent shapes at a chosen angle.
|
||||
|
||||
→ New Magic tool: Spiral ←
|
||||
Draw spirals.
|
||||
|
||||
→ New Magic tool: Spiral Square ←
|
||||
Draw square spirals.
|
||||
|
||||
→ New Magic tool: Concentric Circle ←
|
||||
Draw concentric circles.
|
||||
|
||||
→ New Magic tool: Concentric Square ←
|
||||
Draw concentric squares.
|
||||
|
||||
→ New Magic tool: Tessellation Pointy ←
|
||||
Draw repeating tessellation patterns with pointy-topped hexagons.
|
||||
|
||||
→ New Magic tool: Tessellation Flat ←
|
||||
Draw repeating tessellation patterns with flat-topped hexagons.
|
||||
|
||||
→ Magic API Updates ←
|
||||
Sound pause and resume functions added.
|
||||
→ TBD ←
|
||||
TBD
|
||||
|
||||
|
||||
全ての変更点については、CHANGES.txt をお読みください。
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
Tux Paint
|
||||
バージョン 0.9.34
|
||||
バージョン 0.9.35
|
||||
Signals Documentation
|
||||
|
||||
Copyright © 2019-2022 by various contributors; AUTHORS.txt 参照.
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
Tux Paint
|
||||
バージョン 0.9.34
|
||||
バージョン 0.9.35
|
||||
SVG Documentation
|
||||
|
||||
Copyright © 2007-2022 by various contributors; AUTHORS.txt 参照.
|
||||
|
|
|
|||
|
|
@ -87,7 +87,7 @@
|
|||
width="205"
|
||||
height="210"
|
||||
alt="Tux Paint"><br>
|
||||
バージョン 0.9.34<br/>
|
||||
バージョン 0.9.35<br/>
|
||||
スタンプ作成の詳細について </h1>
|
||||
|
||||
<p>
|
||||
|
|
|
|||
|
|
@ -87,7 +87,7 @@
|
|||
width="205"
|
||||
height="210"
|
||||
alt="Tux Paint"><br>
|
||||
バージョン 0.9.34<br/>
|
||||
バージョン 0.9.35<br/>
|
||||
Environment Variables Documentation </h1>
|
||||
|
||||
<p>
|
||||
|
|
|
|||
|
|
@ -92,7 +92,7 @@
|
|||
width="205"
|
||||
height="210"
|
||||
alt="Tux Paint"><br>
|
||||
バージョン 0.9.34 </h1>
|
||||
バージョン 0.9.35 </h1>
|
||||
|
||||
<p>
|
||||
Copyright © 2002-2024 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.34<br/>
|
||||
バージョン 0.9.35<br/>
|
||||
Frequently Asked Questions </h1>
|
||||
|
||||
<p>
|
||||
|
|
|
|||
|
|
@ -89,7 +89,7 @@
|
|||
width="205"
|
||||
height="210"
|
||||
alt="Tux Paint"><br>
|
||||
バージョン 0.9.34<br/>
|
||||
バージョン 0.9.35<br/>
|
||||
Installation Documentation </h1>
|
||||
|
||||
<p>
|
||||
|
|
|
|||
|
|
@ -91,7 +91,7 @@
|
|||
width="205"
|
||||
height="210"
|
||||
alt="Tux Paint"><br>
|
||||
version 0.9.34 </h1>
|
||||
version 0.9.35 </h1>
|
||||
|
||||
<h2>
|
||||
Magic Tool Plugin API Documentation </h2>
|
||||
|
|
@ -609,7 +609,7 @@
|
|||
<dl>
|
||||
<dt><code><b>char * tp_version</b></code></dt>
|
||||
<dd>
|
||||
A string containing the version of Tux Paint that's running (e.g., "0.9.34"). </dd>
|
||||
A string containing the version of Tux Paint that's running (e.g., "0.9.35"). </dd>
|
||||
|
||||
<dt>
|
||||
<code><b>int canvas_w</b></code><br/>
|
||||
|
|
@ -803,7 +803,7 @@
|
|||
<p>
|
||||
It should be referenced by your magic tool's "<code>api_version()</code>" function, to inform the running copy of Tux Paint whether or not your plugin is compatible. </p>
|
||||
<p>
|
||||
<b>Note:</b> This version number does not correspond to Tux Paint's own release number (e.g., "0.9.34"). The API will not change every time a new version of Tux Paint is released, which means plugins compiled for earlier versions of Tux Paint will often run under newer versions. </p>
|
||||
<b>Note:</b> This version number does not correspond to Tux Paint's own release number (e.g., "0.9.35"). The API will not change every time a new version of Tux Paint is released, which means plugins compiled for earlier versions of Tux Paint will often run under newer versions. </p>
|
||||
</dd>
|
||||
|
||||
<dt>
|
||||
|
|
|
|||
|
|
@ -91,7 +91,7 @@
|
|||
width="205"
|
||||
height="210"
|
||||
alt="Tux Paint"><br>
|
||||
バージョン 0.9.34 </h1>
|
||||
バージョン 0.9.35 </h1>
|
||||
|
||||
<h2>
|
||||
各種設定について </h2>
|
||||
|
|
|
|||
|
|
@ -89,7 +89,7 @@
|
|||
width="205"
|
||||
height="210"
|
||||
alt="Tux Paint"><br>
|
||||
バージョン 0.9.34<br/>
|
||||
バージョン 0.9.35<br/>
|
||||
PNG Documentation </h1>
|
||||
|
||||
<p>
|
||||
|
|
|
|||
|
|
@ -91,7 +91,7 @@
|
|||
width="205"
|
||||
height="210"
|
||||
alt="Tux Paint"><br>
|
||||
バージョン 0.9.34 </h1>
|
||||
バージョン 0.9.35 </h1>
|
||||
|
||||
<h3 align="center">
|
||||
子供向けのシンプルなお絵かきプログラム </h3>
|
||||
|
|
@ -224,63 +224,12 @@
|
|||
<section class="indent">
|
||||
<header>
|
||||
<h2>
|
||||
D. Tux Paint バージョン 0.9.34 での変更点 </h2>
|
||||
D. Tux Paint バージョン 0.9.35 での変更点 </h2>
|
||||
</header>
|
||||
|
||||
<dl>
|
||||
<dt>"Eraser" Fill mode</dt>
|
||||
<dd>A flood fill option that fills the canvas with the background color, or template or starter background, upon which the drawing was based.</dd>
|
||||
|
||||
<dt>ブラシの追加</dt>
|
||||
<dd>New brushes for the Paint and Lines tools: "Fluff (gradient)", "Graphite", "Impasto", "Paint splats", "Smoke", "Spines", "Water (still)", and "Watercolor splotches".</dd>
|
||||
|
||||
<dt>New brush option</dt>
|
||||
<dd>Brushes may be given a "chaotic" setting, causing them to rotate continuously while drawing with them.</dd>
|
||||
|
||||
<dt>New templates</dt>
|
||||
<dd>"Clouds from an airplane" and "Lough Leane".</dd>
|
||||
|
||||
<dt>New Magic tool: Comic dots</dt>
|
||||
<dd>Draws a repeating dot pattern, simulating the "Ben Day process" used in early comic books.</dd>
|
||||
|
||||
<dt>New Magic tool: Rotate</dt>
|
||||
<dd>Rotates the drawing.</dd>
|
||||
|
||||
<dt>New Magic tool: Fractal</dt>
|
||||
<dd>A set of tools that recursively repeat what you draw, scaling and/or rotating it as they repeat.</dd>
|
||||
|
||||
<dt>New Magic tool: ASCII Typewriter</dt>
|
||||
<dd>Transform your picture into "ASCII art", typewriter-style.</dd>
|
||||
|
||||
<dt>New Magic tool: ASCII Computer</dt>
|
||||
<dd>Transform your picture into "ASCII art", computer-style.</dd>
|
||||
|
||||
<dt>New Magic tool: ASCII Color Computer</dt>
|
||||
<dd>Transform your picture into colored computer "ASCII art".</dd>
|
||||
|
||||
<dt>New Magic tool: Crescent</dt>
|
||||
<dd>Draw one of various crescent shapes at a chosen angle.</dd>
|
||||
|
||||
<dt>New Magic tool: Spiral</dt>
|
||||
<dd>Draw spirals.</dd>
|
||||
|
||||
<dt>New Magic tool: Spiral Square</dt>
|
||||
<dd>Draw square spirals.</dd>
|
||||
|
||||
<dt>New Magic tool: Concentric Circle</dt>
|
||||
<dd>Draw concentric circles.</dd>
|
||||
|
||||
<dt>New Magic tool: Concentric Square</dt>
|
||||
<dd>Draw concentric squares.</dd>
|
||||
|
||||
<dt>New Magic tool: Tessellation Pointy</dt>
|
||||
<dd>Draw repeating tessellation patterns with pointy-topped hexagons.</dd>
|
||||
|
||||
<dt>New Magic tool: Tessellation Flat</dt>
|
||||
<dd>Draw repeating tessellation patterns with flat-topped hexagons.</dd>
|
||||
|
||||
<dt>Magic API Updates</dt>
|
||||
<dd>Sound pause and resume functions added.</dd>
|
||||
<dt>TBD</dt>
|
||||
<dd>TBD</dd>
|
||||
</dl>
|
||||
|
||||
<p>
|
||||
|
|
|
|||
|
|
@ -89,7 +89,7 @@
|
|||
width="205"
|
||||
height="210"
|
||||
alt="Tux Paint"><br>
|
||||
バージョン 0.9.34<br/>
|
||||
バージョン 0.9.35<br/>
|
||||
Signals Documentation </h1>
|
||||
|
||||
<p>
|
||||
|
|
|
|||
|
|
@ -91,7 +91,7 @@
|
|||
width="205"
|
||||
height="210"
|
||||
alt="Tux Paint"><br>
|
||||
バージョン 0.9.34<br/>
|
||||
バージョン 0.9.35<br/>
|
||||
SVG Documentation </h1>
|
||||
|
||||
<p>
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
<html>
|
||||
<head>
|
||||
<title>
|
||||
Tux Paint 0.9.34 クイックスタートガイド </title>
|
||||
Tux Paint 0.9.35 クイックスタートガイド </title>
|
||||
<meta http-equiv="Content-Type"
|
||||
content="text/html; charset=utf-8" />
|
||||
</head>
|
||||
|
|
@ -12,7 +12,7 @@
|
|||
vlink="#FF0000"
|
||||
alink="#FF00FF">
|
||||
|
||||
<h1>Tux Paint 0.9.34 クイックスタートガイド</h1>
|
||||
<h1>Tux Paint 0.9.35 クイックスタートガイド</h1>
|
||||
|
||||
<h2>描画ツール</h2>
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
Tux Paint 0.9.34 クイックスタートガイド
|
||||
Tux Paint 0.9.35 クイックスタートガイド
|
||||
|
||||
### 描画ツール ###
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue