comparison readme @ 1255:363d859e8372

Fixed GDI+ loading files with no extension needed. Fixed the *_from_data() functions. Since the temporary file has no extension... it should try with no extension first. Also updated the readme with the GDI+ support.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Mon, 24 Oct 2011 06:29:05 +0000
parents 398ac8c90317
children 0b34e2cf0706
comparison
equal deleted inserted replaced
1254:8ac9fc1ed779 1255:363d859e8372
52 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
53 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 *).
54 Added dw_container_set_row_bg() to set alternating row colors. 54 Added dw_container_set_row_bg() to set alternating row colors.
55 Currently Mac, Win and GTK are supported. 55 Currently Mac, Win and GTK are supported.
56 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).
57 Added PNG/JPG/GIF/TIFF support on Windows via GDI+.
57 Improved container optimization on Mac, header width now taken into account. 58 Improved container optimization on Mac, header width now taken into account.
58 Fixes for incorrect return codes from the dw_event_* functions on Windows. 59 Fixes for incorrect return codes from the dw_event_* functions on Windows.
59 Fixes for incorrect behavior on key_press callbacks on Mac and Windows. 60 Fixes for incorrect behavior on key_press callbacks on Mac and Windows.
60 Fixes for MDI support in GTK3. 61 Fixes for MDI support in GTK3.
61 Fixes for problems with multiple sliders/percent widgets in a box on OS/2. 62 Fixes for problems with multiple sliders/percent widgets in a box on OS/2.