changeset 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 93607596cf85
children b31056c321a2
files readme
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/readme	Wed Oct 19 11:01:25 2011 +0000
+++ b/readme	Wed Oct 19 11:11:00 2011 +0000
@@ -40,6 +40,8 @@
    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_pixmap_stretch_bitblt() which allows for scaling during bitblt.
+   This function is necessary largely for very hi-res printer contexts.   
 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.
@@ -51,7 +53,7 @@
    which just call dw_container_set/change_row_title() but with (void *).
 Added dw_container_set_row_bg() to set alternating row colors.
    Currently Mac, Win and GTK are supported.
-Added taskbar support on the Mac, GTK (Gnome) and OS/2 (e/XCenter+Systray).   
+Added taskbar support on the Mac, GTK (Gnome) and OS/2 (e/XCenter+Systray).
 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.