diff readme.txt @ 1622:fb3c9d7509dd

Fix dw_listbox_get_text() to work in Unicode mode on Windows. Added MacOS X changes to the readme.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Tue, 27 Mar 2012 16:53:24 +0000
parents 4034562aee7f
children 4506f4e31efb
line wrap: on
line diff
--- a/readme.txt	Tue Mar 27 15:57:36 2012 +0000
+++ b/readme.txt	Tue Mar 27 16:53:24 2012 +0000
@@ -23,6 +23,7 @@
 from available libraries (Firefox, Webkit, Qt, etc).
 
 Changes from version 2.3:
+Added fullscreen support on Mac for resizable windows.
 Added UNICODE build mode on Windows allowing UTF-8 encoded text.
    ANSI builds are supported by removing -DUNICODE -D_UNICODE and -DAEROGLASS
 Added some support for antialiased drawing on Windows via GDI+.