Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Update Doxyfile.
[graphlib.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index 158afc6..2944576 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,22 +1,27 @@
--- Wed, 01 Dec 2010 12:11:36 +0100
+-- ven., 03 déc. 2010 09:34:15 +0100
 
-        * Allow std::string arguments for drawText and drawTextBg.
+        * Ajout des méthodes setAntialiasing et setPenWidth.
+          Merci à Yoann Blein pour sa suggestion.
 
--- Mon, 22 Nov 2010 21:27:00 +0100
+-- mer., 01 déc. 2010 12:11:36 +0100
 
-        * Add methods drawTriangle and fillTriangle.
-        * Add methods getFont and setFont.
-       * Mark strings as UTF8 encoded for drawText.
+        * Autorise un paramètre de type std::string pour drawText et drawTextBg.
 
--- Tue, 27 Apr 2010 17:30:13 +0200
+-- lun., 22 nov. 2010 21:27:00 +0100
 
-        * Make *sleep methods static.
-        * Recode to UTF8.
+        * Ajout des méthodes drawTriangle et fillTriangle.
+        * Ajout des méthodes getFont et setFont.
+        * Indique que les chaînes sont encodées en UTF8 pour drawText.
 
--- Wed, 20 Jan 2010 19:20:49 +0100
+-- mar., 27 avr. 2010 17:30:13 +0200
 
-        * Add methods waitMousePress and mousePressEvent.
+        * Rend les méthodes *sleep statiques.
+        * Recodé en UTF8.
 
--- Tue, 27 Nov 2007 09:31:18 +0100
+-- mer., 20 jan. 2010 19:20:49 +0100
 
-        * Initial release.
+        * Ajout des méthodes waitMousePress et mousePressEvent.
+
+-- mar., 27 nov. 2007 09:31:18 +0100
+
+        * Version initiale.