# HG changeset patch # User bsmith@81767d24-ef19-dc11-ae90-00e081727c95 # Date 1316122103 0 # Node ID 1e0cd8dafdfb59b28335858f1c23bfd96380540d # Parent f86f556ff29d79f1074fa5407305fad2e8510597 Added more change information to the readme file. diff -r f86f556ff29d -r 1e0cd8dafdfb readme --- 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.