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>
|
||||
version 0.9.32 'Guide pratique" pour les tampons de haute qualité </h1>
|
||||
version 0.9.33 'Guide pratique" pour les tampons de haute qualité </h1>
|
||||
|
||||
<p>
|
||||
Copyright © 2006-2024 by Albert Cahalan et d'autres; voir <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@
|
|||
width="205"
|
||||
height="210"
|
||||
alt="Tux Paint"><br>
|
||||
version 0.9.32<br/>
|
||||
version 0.9.33<br/>
|
||||
Documentation sur les variables d'environnement </h1>
|
||||
|
||||
<p>
|
||||
|
|
|
|||
|
|
@ -92,7 +92,7 @@
|
|||
width="205"
|
||||
height="210"
|
||||
alt="Tux Paint"><br>
|
||||
version 0.9.32 </h1>
|
||||
version 0.9.33 </h1>
|
||||
|
||||
<p>
|
||||
Copyright © 2002-2024 by divers contributeurs; voir <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@
|
|||
width="205"
|
||||
height="210"
|
||||
alt="Tux Paint"><br>
|
||||
version 0.9.32 Questions fréquemment posées </h1>
|
||||
version 0.9.33 Questions fréquemment posées </h1>
|
||||
|
||||
<p>
|
||||
Copyright © 2002-2023 by divers contributeurs; voir <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
|
||||
|
|
|
|||
|
|
@ -89,7 +89,7 @@
|
|||
width="205"
|
||||
height="210"
|
||||
alt="Tux Paint"><br>
|
||||
version 0.9.32<br/>
|
||||
version 0.9.33<br/>
|
||||
Documentation sur l'installation </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>
|
||||
version 0.9.32 </h1>
|
||||
version 0.9.33 </h1>
|
||||
|
||||
<h2>
|
||||
Documentation sur les options </h2>
|
||||
|
|
|
|||
|
|
@ -89,7 +89,7 @@
|
|||
width="205"
|
||||
height="210"
|
||||
alt="Tux Paint"><br>
|
||||
version 0.9.32<br/>
|
||||
version 0.9.33<br/>
|
||||
Documentation sur PNG pour Tux Paint </h1>
|
||||
|
||||
<p>
|
||||
|
|
|
|||
|
|
@ -91,7 +91,7 @@
|
|||
width="205"
|
||||
height="210"
|
||||
alt="Tux Paint"><br>
|
||||
version 0.9.32 </h1>
|
||||
version 0.9.33 </h1>
|
||||
|
||||
<h3 align="center">
|
||||
Un programme simple pour les enfants </h3>
|
||||
|
|
@ -102,7 +102,7 @@
|
|||
</p>
|
||||
|
||||
<p>
|
||||
janvier 29, 2024 </p>
|
||||
février 29, 2024 </p>
|
||||
</center>
|
||||
</header>
|
||||
<table border="2"
|
||||
|
|
@ -224,42 +224,15 @@
|
|||
<section class="indent">
|
||||
<header>
|
||||
<h2>
|
||||
D. Qu'y a-t-il de neuf dans la version 0.9.32 de Tux Paint ? </h2>
|
||||
D. Qu'y a-t-il de neuf dans la version 0.9.33 de Tux Paint ? </h2>
|
||||
</header>
|
||||
|
||||
<dl>
|
||||
<dt>Outil Magie avec une perspective à 1 point de fuite</dt>
|
||||
<dd>Des outils qui permettent de créer un point de fuite, et de dessiner ensuite des lignes avec une perspective à 1 point.</dd>
|
||||
<dt>Dither magic tools</dt>
|
||||
<dd>Transform parts of an image into a dithered pattern of dots.</dd>
|
||||
|
||||
<dt>Outil de Magie avec une perspective à 2 points de fuite</dt>
|
||||
<dd>Des outils qui permettent de créer deux points de fuite, et de dessiner ensuite des lignes avec une perspective à 2 points.</dd>
|
||||
|
||||
<dt>Outil de Magie Perspective 3-point (point de fuite)</dt>
|
||||
<dd>Un ensemble d'outils qui vous permet d'avoir trois points de fuite, et pouvoir ainsi tracer des lignes avec une perspective à 3 points.</dd>
|
||||
|
||||
<dt>Isometric Magic tool</dt>
|
||||
<dd>A tool that draws lines in an isometric projection.</dd>
|
||||
|
||||
<dt>Dimetric Magic tool</dt>
|
||||
<dd>A pair of tools that allow you to set an angle, and then draw lines in a dimetric projection.</dd>
|
||||
|
||||
<dt>Trimetric Magic tool</dt>
|
||||
<dd>A pair of tools that allow you to set two angles, and then draw lines in a trimetric projection.</dd>
|
||||
|
||||
<dt>Oblique Magic tool</dt>
|
||||
<dd>A pair of tools that allow you to set an angles, and then draw lines in an oblique projection.</dd>
|
||||
|
||||
<dt>Epitrochoid and Hypotrochoid Magic tools</dt>
|
||||
<dd>Tools that create centered trochoid curved patterns.</dd>
|
||||
|
||||
<dt>Réglage du nouveau "complexité" (<code>complexity</code>)</dd>
|
||||
<dd>Un nouveau réglage qui permet à certains outils Magie de se comporter différemment (ou bien d'être supprimés) en se basant sur le niveau d'expertise de l'utilisateur. Les nouveaux outils "Perspective N-point" et "Clone" sont affectés via ce réglage.</dd>
|
||||
|
||||
<dt>Magic tools reorganized</dd>
|
||||
<dd>Each group of Magic tools has been reorganized to keep related tools next to each other, rather than being sorted alphabetically by their (localized) names.</dd>
|
||||
|
||||
<dt>Les détails de la police sont affichés lors du choix</dt>
|
||||
<dd>Le nom et la taille de la police choisie sont montrés quand on utilise les outils Texte et Étiquette.</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>
|
||||
version 0.9.32<br/>
|
||||
version 0.9.33<br/>
|
||||
Documentation sur les signaux </h1>
|
||||
|
||||
<p>
|
||||
|
|
|
|||
|
|
@ -91,7 +91,7 @@
|
|||
width="205"
|
||||
height="210"
|
||||
alt="Tux Paint"><br>
|
||||
version 0.9.32<br/>
|
||||
version 0.9.33<br/>
|
||||
Documentation sur SVG </h1>
|
||||
|
||||
<p>
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
<html>
|
||||
<head>
|
||||
<title>
|
||||
Guide de démarrage rapide 0.9.32 pour Tux Paint </title>
|
||||
Guide de démarrage rapide 0.9.33 pour Tux Paint </title>
|
||||
<meta http-equiv="Content-Type"
|
||||
content="text/html; charset=utf-8" />
|
||||
</head>
|
||||
|
|
@ -12,7 +12,7 @@
|
|||
vlink="#FF0000"
|
||||
alink="#FF00FF">
|
||||
|
||||
<h1>Guide de démarrage rapide 0.9.32 pour Tux Paint</h1>
|
||||
<h1>Guide de démarrage rapide 0.9.33 pour Tux Paint</h1>
|
||||
|
||||
<h2>Outils (dessin)</h2>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue