comparison readme @ 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 f219ae018dd3
children d2f37fda40df
comparison
equal deleted inserted replaced
1158:f86f556ff29d 1159:1e0cd8dafdfb
49 Added printing support via dw_print_new, dw_print_run and dw_print_cancel. 49 Added printing support via dw_print_new, dw_print_run and dw_print_cancel.
50 Added pixmap font override support. In prior versions when drawing 50 Added pixmap font override support. In prior versions when drawing
51 text to pixmaps the font set on the associated window handle is used. 51 text to pixmaps the font set on the associated window handle is used.
52 dw_pixmap_set_font() can now override that font setting, and now 52 dw_pixmap_set_font() can now override that font setting, and now
53 pixmaps without associated windows are supported and used in printing. 53 pixmaps without associated windows are supported and used in printing.
54 Added dw_mutex_trylock() function to try to obtain a mutex without blocking.
55 Added DW_TIMEOUT_INFINITE which can now be used with dw_event_wait() in
56 addition to dw_named_event_wait(), to block until the event is posted.
54 Improved container optimization on Mac, header width now taken into account. 57 Improved container optimization on Mac, header width now taken into account.
58 Fixes for incorrect return codes from the dw_event_* functions on Windows.
55 Fixes for incorrect behavior on key_press callbacks on Mac and Windows. 59 Fixes for incorrect behavior on key_press callbacks on Mac and Windows.
56 Fixes for lots of GTK3 layout and window positioning issues... 60 Fixes for lots of GTK3 layout and window positioning issues...
57 although minimum size issues are still present. 61 although minimum size issues are still present.
58 62
59 Dynamic Windows Documentation is available at: 63 Dynamic Windows Documentation is available at: