Bump version to 0.9.33; sync some doc changes!
This commit is contained in:
parent
35c12c60fd
commit
40316cfe45
1989 changed files with 9287 additions and 8696 deletions
|
|
@ -17,7 +17,7 @@
|
|||
width="205"
|
||||
height="210"
|
||||
alt="Tux Paint"><br>
|
||||
バージョン 0.9.32 スタンプ作成の詳細について </h1>
|
||||
バージョン 0.9.33 スタンプ作成の詳細について </h1>
|
||||
|
||||
<p>
|
||||
Copyright © 2006-2024 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.32<br/>
|
||||
バージョン 0.9.33<br/>
|
||||
Environment Variables Documentation </h1>
|
||||
|
||||
<p>
|
||||
|
|
|
|||
|
|
@ -92,7 +92,7 @@
|
|||
width="205"
|
||||
height="210"
|
||||
alt="Tux Paint"><br>
|
||||
バージョン 0.9.32 </h1>
|
||||
バージョン 0.9.33 </h1>
|
||||
|
||||
<p>
|
||||
Copyright © 2002-2024 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.32 Frequently Asked Questions </h1>
|
||||
バージョン 0.9.33 Frequently Asked Questions </h1>
|
||||
|
||||
<p>
|
||||
Copyright © 2002-2023 by various contributors; <a href="../../AUTHORS.txt">AUTHORS.txt</a> 参照.<br>
|
||||
|
|
|
|||
|
|
@ -89,7 +89,7 @@
|
|||
width="205"
|
||||
height="210"
|
||||
alt="Tux Paint"><br>
|
||||
バージョン 0.9.32<br/>
|
||||
バージョン 0.9.33<br/>
|
||||
Installation Documentation </h1>
|
||||
|
||||
<p>
|
||||
|
|
|
|||
|
|
@ -91,7 +91,7 @@
|
|||
width="205"
|
||||
height="210"
|
||||
alt="Tux Paint"><br>
|
||||
version 0.9.32 </h1>
|
||||
version 0.9.33 </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.32"). </dd>
|
||||
A string containing the version of Tux Paint that's running (e.g., "0.9.33"). </dd>
|
||||
|
||||
<dt>
|
||||
<code><b>int canvas_w</b></code><br/>
|
||||
|
|
@ -756,7 +756,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.32"). 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.33"). 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.32 </h1>
|
||||
バージョン 0.9.33 </h1>
|
||||
|
||||
<h2>
|
||||
各種設定について </h2>
|
||||
|
|
|
|||
|
|
@ -89,7 +89,7 @@
|
|||
width="205"
|
||||
height="210"
|
||||
alt="Tux Paint"><br>
|
||||
バージョン 0.9.32<br/>
|
||||
バージョン 0.9.33<br/>
|
||||
PNG Documentation </h1>
|
||||
|
||||
<p>
|
||||
|
|
|
|||
|
|
@ -91,7 +91,7 @@
|
|||
width="205"
|
||||
height="210"
|
||||
alt="Tux Paint"><br>
|
||||
バージョン 0.9.32 </h1>
|
||||
バージョン 0.9.33 </h1>
|
||||
|
||||
<h3 align="center">
|
||||
子供向けのシンプルなお絵かきプログラム </h3>
|
||||
|
|
@ -102,7 +102,7 @@
|
|||
</p>
|
||||
|
||||
<p>
|
||||
2024年1月29日 </p>
|
||||
2024年2月29日 </p>
|
||||
</center>
|
||||
</header>
|
||||
<table border="2"
|
||||
|
|
@ -224,42 +224,15 @@
|
|||
<section class="indent">
|
||||
<header>
|
||||
<h2>
|
||||
D. Tux Paint バージョン 0.9.32 での変更点 </h2>
|
||||
D. Tux Paint バージョン 0.9.33 での変更点 </h2>
|
||||
</header>
|
||||
|
||||
<dl>
|
||||
<dt>「まほう」ツール:1てんとうし</dt>
|
||||
<dd>消失点を設定し、1点透視図法で線を引くことができる2つのツール。</dd>
|
||||
<dt>Dither magic tools</dt>
|
||||
<dd>Transform parts of an image into a dithered pattern of dots.</dd>
|
||||
|
||||
<dt>「まほう」ツール:2てんとうし</dt>
|
||||
<dd>2つの消失点を設定し、2点透視図法で線を引くことができる2つのツール。</dd>
|
||||
|
||||
<dt>「まほう」ツール:3てんとうし</dt>
|
||||
<dd>3つの消失点を設定し、3点透視図法で線を引くことができる2つのツール。</dd>
|
||||
|
||||
<dt>「まほう」ツール:とうかく</dt>
|
||||
<dd>等角投影図法で線をひくツール</dd>
|
||||
|
||||
<dt>「まほう」ツール:2とうかく</dt>
|
||||
<dd>角度を設定し、二等角投影図法で線を引くことができる2つのツール。</dd>
|
||||
|
||||
<dt>「まほう」ツール:ふとうかく</dt>
|
||||
<dd>角度を設定し、不等角投影図法で線を引くことができる2つのツール。</dd>
|
||||
|
||||
<dt>「まほう」ツール:しゃとうえい</dt>
|
||||
<dd>角度を設定し、斜投影図法で線を引くことができる2つのツール。</dd>
|
||||
|
||||
<dt>「まほう」ツール:エピトロコイド・ハイポトロコイド</dt>
|
||||
<dd>トロコイド曲線のパターンを描画するツール。</dd>
|
||||
|
||||
<dt>新たな設定項目 "難易度"(<code>complexity</code>)</dd>
|
||||
<dd>ユーザーのレベルに応じて特定の「まほう」ツールの動作を変更したり使用できなくしたりする新しい設定項目。「透視図法」ツールと「クローン」ツールは、この設定の影響を受けます。</dd>
|
||||
|
||||
<dt>「まほう」ツールの再整理</dd>
|
||||
<dd>カテゴリごとの「まほう」ツールの並び順が、関連するツールが互いに隣になるよう、再整理されました。</dd>
|
||||
|
||||
<dt>フォントの詳細表示</dt>
|
||||
<dd>「もじ」ツールと「ラベル」ツールで、選択されたフォントのフォント名とサイズを表示するようになりました。</dd>
|
||||
<dt>Specular magic tool</dt>
|
||||
<dd>Paint reflections of the opposite side of the drawing.</dd>
|
||||
</dl>
|
||||
|
||||
<p>
|
||||
|
|
|
|||
|
|
@ -89,7 +89,7 @@
|
|||
width="205"
|
||||
height="210"
|
||||
alt="Tux Paint"><br>
|
||||
バージョン 0.9.32<br/>
|
||||
バージョン 0.9.33<br/>
|
||||
Signals Documentation </h1>
|
||||
|
||||
<p>
|
||||
|
|
|
|||
|
|
@ -91,7 +91,7 @@
|
|||
width="205"
|
||||
height="210"
|
||||
alt="Tux Paint"><br>
|
||||
バージョン 0.9.32<br/>
|
||||
バージョン 0.9.33<br/>
|
||||
SVG Documentation </h1>
|
||||
|
||||
<p>
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
<html>
|
||||
<head>
|
||||
<title>
|
||||
Tux Paint 0.9.32 クイックスタートガイド </title>
|
||||
Tux Paint 0.9.33 クイックスタートガイド </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.32 クイックスタートガイド</h1>
|
||||
<h1>Tux Paint 0.9.33 クイックスタートガイド</h1>
|
||||
|
||||
<h2>描画ツール</h2>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue