changeset 1386:fd1de4e9e542

Updated the readme and comments in the source files
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Fri, 25 Nov 2011 21:13:12 +0000
parents fc20ad815428
children db27c6e139a3
files gtk/dw.c gtk3/dw.c os2/dw.c readme win/dw.c
diffstat 5 files changed, 10 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- 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 <brian@dbsoft.org>
- * (C) 2003-2004 Mark Hessling <m.hessling@qut.edu.au>
+ * (C) 2003-2011 Mark Hessling <mark@rexx.org>
  * (C) 2002 Nickolay V. Shmyrev <shmyrev@yandex.ru>
  */
 #include "config.h"
--- 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 <brian@dbsoft.org>
- * (C) 2003-2004 Mark Hessling <m.hessling@qut.edu.au>
+ * (C) 2003-2011 Mark Hessling <mark@rexx.org>
  * (C) 2002 Nickolay V. Shmyrev <shmyrev@yandex.ru>
  */
 #include "config.h"
--- 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 <brian@dbsoft.org>
- * (C) 2003-2008 Mark Hessling <m.hessling@qut.edu.au>
+ * (C) 2003-2011 Mark Hessling <mark@rexx.org>
  * (C) 2000 Achim Hasenmueller <achimha@innotek.de>
  * (C) 2000 Peter Nielsen <peter@pmview.com>
  * (C) 1998 Sergey I. Yevtushenko (some code borrowed from cell toolkit)
--- 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:
 
--- 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 <brian@dbsoft.org>
- * (C) 2003-2011 Mark Hessling <m.hessling@qut.edu.au>
+ * (C) 2003-2011 Mark Hessling <mark@rexx.org>
  *
  */
 #define _WIN32_IE 0x0500