log gtk/dw.c @ 350:2216e65ad2ae

age author description
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
Fri, 11 Apr 2003 12:26:54 +0000 bsmith Use _get_logical_page() to get the logical page from the physical page.
Fri, 11 Apr 2003 09:25:30 +0000 bsmith Test fix for Mark's dw_main_sleep() hang.
Thu, 10 Apr 2003 12:36:08 +0000 bsmith Minor fixes.
Thu, 10 Apr 2003 12:33:29 +0000 bsmith Some pointer changes.
Wed, 09 Apr 2003 09:41:34 +0000 mhessling Implement handling of switch-page signal for notebooks.
Tue, 08 Apr 2003 17:50:08 +0000 bsmith Oops missed one parameter change.
Tue, 08 Apr 2003 17:47:31 +0000 bsmith Tree item handles are now of the type HTREEITEM instead of HWND since they
Thu, 03 Apr 2003 21:42:05 +0000 bsmith Oops, used wrong type in GTK 2.x dw_tree_get_data(), thanks Mark.
Thu, 03 Apr 2003 09:57:24 +0000 bsmith Don't send a DW_SIGNAL_ITEM_SELECT after DW_SIGNAL_ENTER.
Thu, 03 Apr 2003 00:45:14 +0000 bsmith Fixed errant returns on failure.
Thu, 03 Apr 2003 00:29:46 +0000 bsmith Added dw_tree_get_data() to get a tree item's data.
Wed, 02 Apr 2003 11:31:38 +0000 bsmith Fixed icons in the tree control in GTK 2.x when loaded from a file.
Mon, 31 Mar 2003 10:20:08 +0000 bsmith Make sure itemdata is NULL for container callbacks.
Mon, 31 Mar 2003 09:57:45 +0000 bsmith Unified the callback functions for tree and container widgets.
Mon, 31 Mar 2003 09:18:00 +0000 bsmith Removed obsolete dw_container_set_view() function.
Mon, 31 Mar 2003 08:21:55 +0000 bsmith Use the signal #defines internally so all that is required to change
Thu, 27 Mar 2003 06:32:53 +0000 mhessling Fix crash if dw_icon_load_from_file() called before creating a toplevel
Wed, 19 Mar 2003 09:14:45 +0000 mhessling Fix compiler error when not using IMLIB.
Mon, 17 Mar 2003 15:33:51 +0000 bsmith BOXVERT is now DW_VERT and BOXHORZ is now DW_HORZ. Also code cleanups,
Mon, 17 Mar 2003 14:45:08 +0000 bsmith Fixed the mask in dw_window_set_bitmap() when using imlib.
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
Wed, 05 Mar 2003 21:13:24 +0000 bsmith Slight change to get it to work on GTK 2.x, although there is a momentary
Wed, 05 Mar 2003 20:55:33 +0000 bsmith Fixes for default window size when the window does not have the sizeable
Wed, 05 Mar 2003 19:40:45 +0000 bsmith Corrected incorrect typecast.
Wed, 05 Mar 2003 19:38:55 +0000 bsmith Implemented dw_entryfield_set_limit() on GTK.
Wed, 05 Mar 2003 19:29:44 +0000 bsmith The _dw_thread fix was already in dw_main_iteration() removing the
Wed, 05 Mar 2003 08:11:45 +0000 mhessling Change threadid to -1 in dw_main_iteration() to allow Rexx/DW to work.
Mon, 03 Mar 2003 19:50:19 +0000 bsmith Added initial version of updated key_press_event callback.
Thu, 27 Feb 2003 06:09:06 +0000 bsmith Changes to dw_main_* so that the _dw_thread is set to -1 when the
Tue, 25 Feb 2003 20:38:12 +0000 bsmith Prevent duplicate thread IDs from getting added to the thread list.
Thu, 20 Feb 2003 23:43:44 +0000 bsmith Also get the mask from imlib.
Thu, 20 Feb 2003 23:33:08 +0000 bsmith Added code to create a lookup table for icon data loaded in
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
Thu, 20 Feb 2003 17:55:56 +0000 bsmith Don't unref a non-existant pixmap. (GTK 2.x)
Thu, 20 Feb 2003 17:48:08 +0000 bsmith Check that _find_pixmap() returns a pixmap handle before packing the
Wed, 19 Feb 2003 08:58:39 +0000 bsmith Added empty dw_window_from_id()... will try to implement it shortly.
Wed, 19 Feb 2003 08:28:00 +0000 bsmith Missing parameter to gdk_pixmap_new_from_file() for GTK 2.0.
Wed, 19 Feb 2003 08:00:50 +0000 bsmith Must call gdk_imlib_render() before gdk_imlib_copy_image().
Wed, 19 Feb 2003 07:41:50 +0000 bsmith Implemented dw_pixmap_new_from_file() for GTK 1.x with and without imlib.
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.
Fri, 14 Feb 2003 16:25:03 +0000 bsmith Use an internal sleep function to avoid needing dwcompat.
Wed, 05 Feb 2003 08:37:57 +0000 bsmith We should use the logical_rect not the ink_rect when querying the font
Tue, 04 Feb 2003 22:13:20 +0000 bsmith Oops typo.
Tue, 04 Feb 2003 22:11:28 +0000 bsmith Two scrollbar fixes for GTK... one from Mark Hessling.
Tue, 04 Feb 2003 11:03:48 +0000 bsmith Applied patch from Mark Hessling to prevent the return buffer from the
Sat, 01 Feb 2003 09:46:15 +0000 bsmith Hopefully fixed value_changed signal handler on GTK.
Sat, 01 Feb 2003 08:12:56 +0000 bsmith Updated scrollbar code on Unix and added dw_main_iteration()
Mon, 20 Jan 2003 20:31:52 +0000 bsmith Removed parameter from the comment too.
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 11:16:27 +0000 bsmith Implemented dw_scrollbar_set_range() on Unix and fixed a bug in the test
Mon, 20 Jan 2003 09:17:29 +0000 bsmith Fixed a missing bracket.
Mon, 20 Jan 2003 08:49:11 +0000 bsmith Added scrollbar and timer support on OS/2 and GTK.
Fri, 17 Jan 2003 23:52:44 +0000 bsmith Build test application on Unix too... and also fixed GTK to allow
Thu, 19 Dec 2002 04:16:32 +0000 bsmith Updated the menu code.
Tue, 26 Nov 2002 07:10:37 +0000 bsmith Added new container functions, and fixed resource leaks.
Mon, 18 Nov 2002 15:24:01 +0000 bsmith Use strftime to display time and date on Windows and unix.