# HG changeset patch # User bsmith@81767d24-ef19-dc11-ae90-00e081727c95 # Date 1322255592 0 # Node ID fd1de4e9e54296c1b3c2f63286cc348f5c98fb36 # Parent fc20ad815428310702f4049ea8d153503bc6fb30 Updated the readme and comments in the source files diff -r fc20ad815428 -r fd1de4e9e542 gtk/dw.c --- a/gtk/dw.c Fri Nov 25 19:01:30 2011 +0000 +++ b/gtk/dw.c Fri Nov 25 21:13:12 2011 +0000 @@ -1,10 +1,10 @@ /* * Dynamic Windows: - * A GTK like implementation of the PM GUI + * A GTK like cross-platform GUI * GTK forwarder module for portabilty. * * (C) 2000-2011 Brian Smith - * (C) 2003-2004 Mark Hessling + * (C) 2003-2011 Mark Hessling * (C) 2002 Nickolay V. Shmyrev */ #include "config.h" diff -r fc20ad815428 -r fd1de4e9e542 gtk3/dw.c --- a/gtk3/dw.c Fri Nov 25 19:01:30 2011 +0000 +++ b/gtk3/dw.c Fri Nov 25 21:13:12 2011 +0000 @@ -1,10 +1,10 @@ /* * Dynamic Windows: - * A GTK like implementation of the PM GUI + * A GTK like cross-platform GUI * GTK3 forwarder module for portabilty. * * (C) 2000-2011 Brian Smith - * (C) 2003-2004 Mark Hessling + * (C) 2003-2011 Mark Hessling * (C) 2002 Nickolay V. Shmyrev */ #include "config.h" diff -r fc20ad815428 -r fd1de4e9e542 os2/dw.c --- a/os2/dw.c Fri Nov 25 19:01:30 2011 +0000 +++ b/os2/dw.c Fri Nov 25 21:13:12 2011 +0000 @@ -3,7 +3,7 @@ * A GTK like implementation of the PM GUI * * (C) 2000-2011 Brian Smith - * (C) 2003-2008 Mark Hessling + * (C) 2003-2011 Mark Hessling * (C) 2000 Achim Hasenmueller * (C) 2000 Peter Nielsen * (C) 1998 Sergey I. Yevtushenko (some code borrowed from cell toolkit) diff -r fc20ad815428 -r fd1de4e9e542 readme --- a/readme Fri Nov 25 19:01:30 2011 +0000 +++ b/readme Fri Nov 25 21:13:12 2011 +0000 @@ -34,6 +34,10 @@ Changes from version 2.2: Added dw_menu_delete_item() for removing menu items. Now you can use dw_window_destroy() on menu items handles also. +Added dw_app_dir() which attempts to locate private application data + for the current platform. +Fixed bubble help not being displayed on Windows. +Fixed menu bar items remaining highlighted on Mac. Dynamic Windows Documentation is available at: diff -r fc20ad815428 -r fd1de4e9e542 win/dw.c --- a/win/dw.c Fri Nov 25 19:01:30 2011 +0000 +++ b/win/dw.c Fri Nov 25 21:13:12 2011 +0000 @@ -3,7 +3,7 @@ * A GTK like implementation of the Win32 GUI * * (C) 2000-2011 Brian Smith - * (C) 2003-2011 Mark Hessling + * (C) 2003-2011 Mark Hessling * */ #define _WIN32_IE 0x0500