comparison readme @ 1228:f0746937f2c6

Readme updates... removed some unnecessary statements... With GTK 3.2 officially out I'll remove the warning about 3.0. Added OS/2 and specific limitations for OS/2 and GTK taskbar support.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Mon, 10 Oct 2011 21:27:58 +0000
parents 1255ba41adad
children 398ac8c90317
comparison
equal deleted inserted replaced
1227:b54d37938d61 1228:f0746937f2c6
5 5
6 Known problems: 6 Known problems:
7 7
8 Boxes with no expandable items will have their contents centered on 8 Boxes with no expandable items will have their contents centered on
9 GTK2 instead of top or left justified on the other platforms. 9 GTK2 instead of top or left justified on the other platforms.
10 This has been rectified in the GTK3 version via GtkGrid.
11 GTK3 due to changes in the core architecture does not support 10 GTK3 due to changes in the core architecture does not support
12 widgets that are smaller than what is contained within them 11 widgets that are smaller than what is contained within them
13 unless they use scrolled windows. GTK2 and other platforms do. 12 unless they use scrolled windows. GTK2 and other platforms do.
14 GTK 3.0 is not fully supported due to missing GtkGrid functions and
15 severe layout bugs that can't be worked around. Use 3.1 or higher.
16 Mac version built on Lion with Xcode 4.1 in 64bit mode will encounter 13 Mac version built on Lion with Xcode 4.1 in 64bit mode will encounter
17 a compiler optimization problem with the default gcc compiler. 14 a compiler optimization problem with the default gcc compiler.
18 The workaround is to disable optimization or use clang instead. 15 The workaround is to disable optimization or use clang instead.
19 16
20 Known limitations: 17 Known limitations:
52 number when building from a subversion source tree. 49 number when building from a subversion source tree.
53 Added dw_container_set_row_data() and dw_container_change_row_data() macros 50 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 *). 51 which just call dw_container_set/change_row_title() but with (void *).
55 Added dw_container_set_row_bg() to set alternating row colors. 52 Added dw_container_set_row_bg() to set alternating row colors.
56 Currently Mac, Win and GTK are supported. 53 Currently Mac, Win and GTK are supported.
57 Added taskbar support on the Mac and GTK. 54 Added taskbar support on the Mac, GTK (Gnome) and OS/2 (e/XCenter+Systray).
58 Improved container optimization on Mac, header width now taken into account. 55 Improved container optimization on Mac, header width now taken into account.
59 Fixes for incorrect return codes from the dw_event_* functions on Windows. 56 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. 57 Fixes for incorrect behavior on key_press callbacks on Mac and Windows.
61 Fixes for MDI support in GTK3. 58 Fixes for MDI support in GTK3.
62 Fixes for problems with multiple sliders/percent widgets in a box on OS/2. 59 Fixes for problems with multiple sliders/percent widgets in a box on OS/2.