diff readme.txt @ 1784:86ace55df07b

Added UTF8/Wide conversion functions on OS/2 and Windows... Updated the readme file and some comment cleanups.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Tue, 24 Jul 2012 23:33:50 +0000
parents d81bebc5c8cc
children 09a7202edb53
line wrap: on
line diff
--- a/readme.txt	Tue Jul 24 22:52:57 2012 +0000
+++ b/readme.txt	Tue Jul 24 23:33:50 2012 +0000
@@ -27,6 +27,7 @@
 from available libraries (Firefox, Webkit, Qt, etc).
 
 Changes from version 2.3:
+Added support for MacOS 10.8 Mountain Lion.
 Added fullscreen support on Mac for resizable windows on Lion.
 Added UNICODE build mode on Windows allowing UTF-8 encoded text.
    ANSI builds are supported by removing -DUNICODE -D_UNICODE and -DAEROGLASS
@@ -47,6 +48,7 @@
 Added new optional UTF-8 parameter to the key press callback.
     This is a pointer to a UTF-8 string representing the key pressed.
     The buffer pointed to is only good for the duration of the callback.
+Added UTF-8/Wide string conversion functions for Unicode buffer management.    
 Fixed dwindows-config --version not returning the version at all.
 Fixed value changed events not working for spinbuttons on OS/2 and Windows.
 Fixed issues drawing arcs on GTK2, GTK3 and Mac.
@@ -61,6 +63,10 @@
    over the data passed in on most platforms.
 Fixed dw_container_delete_row() failing and/or crashing on Mac.
 Fixed memory and resource leaks on Windows and Mac.
+Fixed incorrect display of status text fields on Mac 10.5 and 10.8.
+Fixed compiler warnings on Mac 10.5 and 10.8 by checking selectors directly
+    and removing use of now deprecated APIs.
+Fixed incorrect display of textured background non-resizable windows on Mac.
 Updated the test program removing deprecated flags and using new ones.
 
 Dynamic Windows Documentation is available at: