changeset 1159:1e0cd8dafdfb

Added more change information to the readme file.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Thu, 15 Sep 2011 21:28:23 +0000
parents f86f556ff29d
children 924c8087a755
files readme
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/readme	Thu Sep 15 21:13:59 2011 +0000
+++ b/readme	Thu Sep 15 21:28:23 2011 +0000
@@ -51,7 +51,11 @@
    text to pixmaps the font set on the associated window handle is used.
    dw_pixmap_set_font() can now override that font setting, and now
    pixmaps without associated windows are supported and used in printing.
+Added dw_mutex_trylock() function to try to obtain a mutex without blocking.
+Added DW_TIMEOUT_INFINITE which can now be used with dw_event_wait() in 
+   addition to dw_named_event_wait(), to block until the event is posted.
 Improved container optimization on Mac, header width now taken into account.
+Fixes for incorrect return codes from the dw_event_* functions on Windows.
 Fixes for incorrect behavior on key_press callbacks on Mac and Windows.
 Fixes for lots of GTK3 layout and window positioning issues... 
    although minimum size issues are still present.