Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add .gitignore file.
[graphlib.git] / CHANGES
1 -- Wed, 01 Dec 2010 12:11:36 +0100
2
3         * Allow std::string arguments for drawText and drawTextBg.
4
5 -- Mon, 22 Nov 2010 21:27:00 +0100
6
7         * Add methods drawTriangle and fillTriangle.
8         * Add methods getFont and setFont.
9         * Mark strings as UTF8 encoded for drawText.
10
11 -- Tue, 27 Apr 2010 17:30:13 +0200
12
13         * Make *sleep methods static.
14         * Recode to UTF8.
15
16 -- Wed, 20 Jan 2010 19:20:49 +0100
17
18         * Add methods waitMousePress and mousePressEvent.
19
20 -- Tue, 27 Nov 2007 09:31:18 +0100
21
22         * Initial release.