comparison readme @ 1223:1255ba41adad

Added taskbar support for GTK... This will only work for desktops running Gnome... It will do nothing for Unity/KDE desktops. GTK3 support is tested.... will test GTK2 after committing.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Mon, 10 Oct 2011 04:38:45 +0000
parents 10f5b8645975
children f0746937f2c6
comparison
equal deleted inserted replaced
1222:aac69b11e821 1223:1255ba41adad
52 number when building from a subversion source tree. 52 number when building from a subversion source tree.
53 Added dw_container_set_row_data() and dw_container_change_row_data() macros 53 Added dw_container_set_row_data() and dw_container_change_row_data() macros
54 which just call dw_container_set/change_row_title() but with (void *). 54 which just call dw_container_set/change_row_title() but with (void *).
55 Added dw_container_set_row_bg() to set alternating row colors. 55 Added dw_container_set_row_bg() to set alternating row colors.
56 Currently Mac, Win and GTK are supported. 56 Currently Mac, Win and GTK are supported.
57 Added taskbar support on the Mac. 57 Added taskbar support on the Mac and GTK.
58 Improved container optimization on Mac, header width now taken into account. 58 Improved container optimization on Mac, header width now taken into account.
59 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.
60 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.
61 Fixes for MDI support in GTK3. 61 Fixes for MDI support in GTK3.
62 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.