changeset 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 b54d37938d61
children 437b045a3b07
files readme
diffstat 1 files changed, 1 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/readme	Mon Oct 10 20:23:52 2011 +0000
+++ b/readme	Mon Oct 10 21:27:58 2011 +0000
@@ -7,12 +7,9 @@
 
 Boxes with no expandable items will have their contents centered on 
     GTK2 instead of top or left justified on the other platforms.
-    This has been rectified in the GTK3 version via GtkGrid.
 GTK3 due to changes in the core architecture does not support
     widgets that are smaller than what is contained within them
     unless they use scrolled windows. GTK2 and other platforms do.
-GTK 3.0 is not fully supported due to missing GtkGrid functions and
-    severe layout bugs that can't be worked around.  Use 3.1 or higher.
 Mac version built on Lion with Xcode 4.1 in 64bit mode will encounter
     a compiler optimization problem with the default gcc compiler.
     The workaround is to disable optimization or use clang instead.
@@ -54,7 +51,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 and GTK.   
+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.