log dw.h @ 557:1a210e2f214b

age author description
Sat, 17 Apr 2004 05:38:09 +0000 bsmith Added a bunch of support routines I now own due to the settlement
Wed, 24 Mar 2004 00:05:39 +0000 bsmith Don't reverse packing on vertical boxes to compensate for the inverted
Tue, 23 Mar 2004 20:55:18 +0000 bsmith Forgot DW_POINTER_DEFAULT on Unix.
Tue, 23 Mar 2004 20:50:41 +0000 bsmith Added DW_POINTER_DEFAULT, this will return the pointer to the default
Sat, 20 Mar 2004 01:21:13 +0000 bsmith Fixes for building with Innotek GCC. Will have to check for regressions
Fri, 12 Mar 2004 23:47:37 +0000 bsmith More function name changes for Rexx/DW compatibility.
Tue, 09 Mar 2004 05:58:52 +0000 bsmith Fixes search and replace errors.
Tue, 09 Mar 2004 03:54:21 +0000 bsmith Removed the increments parameter from dw_scrollbar_new().
Tue, 09 Mar 2004 03:27:39 +0000 bsmith Change function names to be inline with Mark Hessling's Rexx/DW.
Wed, 18 Feb 2004 10:26:49 +0000 mhessling Added dw_container_get_column_type and dw_filesystem_get_column_type.
Thu, 22 Jan 2004 18:51:49 +0000 bsmith Added missing calling conventions. Thanks Bastian for pointing this out.
Sun, 18 Jan 2004 06:33:25 +0000 bsmith Added dw_filesystem_change_*() and testcase code from Mark in dwtest.
Tue, 02 Dec 2003 18:40:27 +0000 bsmith Fixed a bug in the dialog system on Unix where, gtk_main() could exit
Fri, 21 Nov 2003 21:45:40 +0000 bsmith Added some type declarations to allow better interoperability with Regina
Sat, 08 Nov 2003 15:30:19 +0000 bsmith Implemented taskbar icons on windows, so I can keep feature for feature
Wed, 15 Oct 2003 09:55:28 +0000 bsmith Added two new tree functions, get_title and get_parent and finished the
Fri, 10 Oct 2003 09:19:25 +0000 mhessling Support for "column-click" signal
Wed, 25 Jun 2003 03:39:44 +0000 bsmith Hybrid fix, seems the last change illiminated some important code that
Mon, 23 Jun 2003 22:50:18 +0000 bsmith Fixes GDI font object leak when calling dw_window_set_font() on
Tue, 17 Jun 2003 01:45:58 +0000 mhessling Add support for directory browsing under Win32. DW_DIRECTORY_OPEN can be
Tue, 03 Jun 2003 09:08:33 +0000 mhessling Fix some OS/2 key definitions.
Fri, 30 May 2003 00:47:47 +0000 bsmith Implemented more functionality on MacOS and include the platform define
Thu, 29 May 2003 09:18:54 +0000 bsmith Only throw up the messagebox when expand and size are both 0 and the item
Tue, 27 May 2003 21:43:49 +0000 bsmith Compile fixes for MacOS X.
Thu, 15 May 2003 03:38:44 +0000 bsmith Changes to calculate groupbox border widths and take this into account
Fri, 09 May 2003 13:07:22 +0000 mhessling Add #defines for dw_messagebox()
Thu, 08 May 2003 08:59:26 +0000 mhessling Change mouse cursor definitions under GTK. DW_POINTER_ARROW now uses "default"
Thu, 01 May 2003 09:05:49 +0000 mhessling Fix typo with backspace key name under GTK
Sun, 27 Apr 2003 18:34:48 +0000 bsmith Updated the license information, and copyrights. Code to do background
Mon, 14 Apr 2003 13:47:20 +0000 bsmith Removed slider flags and container selection flags from the header file.
Fri, 11 Apr 2003 13:35:50 +0000 bsmith Implemented switch-page on OS/2, and changed the signal prototype to
Wed, 09 Apr 2003 09:40:29 +0000 mhessling Add switch-page signal.
Tue, 08 Apr 2003 17:47:31 +0000 bsmith Tree item handles are now of the type HTREEITEM instead of HWND since they
Fri, 04 Apr 2003 06:37:07 +0000 bsmith Added DW_MENU_SEPARATOR.
Thu, 03 Apr 2003 00:29:46 +0000 bsmith Added dw_tree_get_data() to get a tree item's data.
Mon, 31 Mar 2003 09:18:00 +0000 bsmith Removed obsolete dw_container_set_view() function.
Mon, 31 Mar 2003 07:50:20 +0000 bsmith Minor OS/2 cleanup. Added #defines for the signals, instead of using the
Thu, 27 Mar 2003 11:14:25 +0000 bsmith Filled in many of the holes on OS/2.
Thu, 27 Mar 2003 10:43:58 +0000 bsmith Keypress handler fixes, more need to be done, because I screwed up and
Mon, 17 Mar 2003 15:33:51 +0000 bsmith BOXVERT is now DW_VERT and BOXHORZ is now DW_HORZ. Also code cleanups,
Fri, 14 Mar 2003 18:09:56 +0000 bsmith Build fixes for GTK.
Fri, 14 Mar 2003 18:03:35 +0000 bsmith Initial code for dw_bitmapbutton_new_from_file and added filename parameter
Mon, 03 Mar 2003 19:50:19 +0000 bsmith Added initial version of updated key_press_event callback.
Sun, 23 Feb 2003 08:35:47 +0000 mhessling DW_DT_QUERYEXTENT, DW_DT_TEXTATTRS, and DW_DT_EXTERNALLEADING not defined for gtk.
Thu, 20 Feb 2003 20:19:09 +0000 bsmith Added dw_icon_load_from_file() on OS/2 and Windows. Added a stub on Unix
Wed, 19 Feb 2003 06:00:54 +0000 bsmith Added dw_pixmap_new_from_file().
Tue, 18 Feb 2003 20:09:04 +0000 bsmith Use a pointer for HMTX instead of a pthread_mutex_t struct.
Tue, 18 Feb 2003 19:34:21 +0000 bsmith Rewrote the menu code to not return structs.
Fri, 14 Feb 2003 07:57:30 +0000 bsmith Make sure all platforms have the same typedefs.
Wed, 05 Feb 2003 03:50:47 +0000 bsmith Use the same DW_CLR_* values on all platforms including OS/2... so I
Sat, 01 Feb 2003 08:00:38 +0000 bsmith The basics of the new scrollbar code on Windows, and dw_main_iteration().
Sat, 01 Feb 2003 07:05:12 +0000 bsmith Added the basics for scrollbar thumb size on OS/2, and dw_main_iteration()
Mon, 20 Jan 2003 20:21:06 +0000 bsmith Removed the window parameter to dw_timer_connect() it was no needed.
Mon, 20 Jan 2003 08:49:11 +0000 bsmith Added scrollbar and timer support on OS/2 and GTK.
Thu, 19 Dec 2002 04:16:32 +0000 bsmith Updated the menu code.
Fri, 06 Dec 2002 23:34:49 +0000 bsmith Minor splitbar fixes on OS/2 and Windows. The splitbar width is now 4
Sun, 01 Dec 2002 14:33:43 +0000 bsmith Fixes for Windows.
Sun, 01 Dec 2002 13:24:17 +0000 bsmith Use _System/_stdcall for callbacks.
Sun, 01 Dec 2002 12:59:24 +0000 bsmith Fixes so you can mix compilers.
Tue, 26 Nov 2002 07:10:37 +0000 bsmith Added new container functions, and fixed resource leaks.