comparison readme @ 1248:398ac8c90317

Updated readme with dw_pixmap_stretch_bitblt() addition.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Wed, 19 Oct 2011 11:11:00 +0000
parents f0746937f2c6
children 363d859e8372
comparison
equal deleted inserted replaced
1247:93607596cf85 1248:398ac8c90317
38 Added printing support via dw_print_new, dw_print_run and dw_print_cancel. 38 Added printing support via dw_print_new, dw_print_run and dw_print_cancel.
39 Added pixmap font override support. In prior versions when drawing 39 Added pixmap font override support. In prior versions when drawing
40 text to pixmaps the font set on the associated window handle is used. 40 text to pixmaps the font set on the associated window handle is used.
41 dw_pixmap_set_font() can now override that font setting, and now 41 dw_pixmap_set_font() can now override that font setting, and now
42 pixmaps without associated windows are supported and used in printing. 42 pixmaps without associated windows are supported and used in printing.
43 Added dw_pixmap_stretch_bitblt() which allows for scaling during bitblt.
44 This function is necessary largely for very hi-res printer contexts.
43 Added dw_mutex_trylock() function to try to obtain a mutex without blocking. 45 Added dw_mutex_trylock() function to try to obtain a mutex without blocking.
44 Added DW_TIMEOUT_INFINITE which can now be used with dw_event_wait() in 46 Added DW_TIMEOUT_INFINITE which can now be used with dw_event_wait() in
45 addition to dw_named_event_wait(), to block until the event is posted. 47 addition to dw_named_event_wait(), to block until the event is posted.
46 Added DW_PERCENT_INDETERMINATE which can be passed to dw_percent_set_pos(). 48 Added DW_PERCENT_INDETERMINATE which can be passed to dw_percent_set_pos().
47 This should work on all platforms except old versions of Windows. 49 This should work on all platforms except old versions of Windows.
49 number when building from a subversion source tree. 51 number when building from a subversion source tree.
50 Added dw_container_set_row_data() and dw_container_change_row_data() macros 52 Added dw_container_set_row_data() and dw_container_change_row_data() macros
51 which just call dw_container_set/change_row_title() but with (void *). 53 which just call dw_container_set/change_row_title() but with (void *).
52 Added dw_container_set_row_bg() to set alternating row colors. 54 Added dw_container_set_row_bg() to set alternating row colors.
53 Currently Mac, Win and GTK are supported. 55 Currently Mac, Win and GTK are supported.
54 Added taskbar support on the Mac, GTK (Gnome) and OS/2 (e/XCenter+Systray). 56 Added taskbar support on the Mac, GTK (Gnome) and OS/2 (e/XCenter+Systray).
55 Improved container optimization on Mac, header width now taken into account. 57 Improved container optimization on Mac, header width now taken into account.
56 Fixes for incorrect return codes from the dw_event_* functions on Windows. 58 Fixes for incorrect return codes from the dw_event_* functions on Windows.
57 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.
58 Fixes for MDI support in GTK3. 60 Fixes for MDI support in GTK3.
59 Fixes for problems with multiple sliders/percent widgets in a box on OS/2. 61 Fixes for problems with multiple sliders/percent widgets in a box on OS/2.