Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Mark getPointColor as const.
[graphlib.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index e7e94c5..158afc6 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,17 +1,21 @@
--- Mon, 22 Nov 2010 14:54:43 +0100
+-- Wed, 01 Dec 2010 12:11:36 +0100
 
-        * Add methods getFont() and setFont().
-        * Add methods drawTriangle() and fillTriangle().
+        * Allow std::string arguments for drawText and drawTextBg.
+
+-- Mon, 22 Nov 2010 21:27:00 +0100
+
+        * Add methods drawTriangle and fillTriangle.
+        * Add methods getFont and setFont.
+       * Mark strings as UTF8 encoded for drawText.
 
 -- Tue, 27 Apr 2010 17:30:13 +0200
 
-        * Make *sleep() methods static.
+        * Make *sleep methods static.
         * Recode to UTF8.
 
 -- Wed, 20 Jan 2010 19:20:49 +0100
 
-        * Add DrawingWindow::waitMousePress().
-        * Add DrawingWindow::mousePressEvent().
+        * Add methods waitMousePress and mousePressEvent.
 
 -- Tue, 27 Nov 2007 09:31:18 +0100