log gtk/dw.c @ 241:00d2b1bcf036

age author description
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.
Sun, 17 Nov 2002 13:00:37 +0000 bsmith Allow tree-select to work on container controls.
Sun, 17 Nov 2002 12:34:54 +0000 bsmith Return -1 on error from dw_module_load().
Sun, 17 Nov 2002 12:29:43 +0000 bsmith Fixed a minor bug in dw_module_close().
Tue, 12 Nov 2002 08:52:22 +0000 bsmith Added module support.
Thu, 07 Nov 2002 22:31:02 +0000 bsmith Another sync of sources, enhancements to dw_window_set_color() ... works
Wed, 06 Nov 2002 17:28:04 +0000 bsmith Sync up with the latest F/X sources.
Sat, 26 Oct 2002 21:33:31 +0000 bsmith Removed the filter from the test program and updated dw_main().
Thu, 24 Oct 2002 15:53:27 +0000 bsmith Removed unnecessary parameters from dw_main().
Thu, 24 Oct 2002 05:39:00 +0000 bsmith Fixed a graphics context leak in dw_draw_text().
Wed, 23 Oct 2002 16:23:06 +0000 bsmith dw_window_set_usize fixes and fallback to "fixed" on GTK 1.2 if pango
Wed, 23 Oct 2002 14:34:29 +0000 bsmith Upped the DW revision to 1.0, and merged with the latest code in the FX
Tue, 22 Oct 2002 12:21:37 +0000 bsmith Fixed the calculations in the splitbar widget. Finished all the splitbar
Tue, 22 Oct 2002 11:07:42 +0000 bsmith Updated dw_window_set_font() to use GTK 2.0 semantics. Also improved the
Tue, 22 Oct 2002 10:08:28 +0000 bsmith Moved _dw_recursive_free into GTK 2.0 #ifdefs.
Tue, 22 Oct 2002 10:05:51 +0000 bsmith Make DW_CLR_PALEGRAY a bit lighter.
Tue, 22 Oct 2002 09:54:22 +0000 bsmith Added tree cleanup code for GTK 2.0, and disabled some of the accellerator
Tue, 22 Oct 2002 07:09:57 +0000 bsmith GTK 2.0 tree control is now fully functional. I just need to check for
Tue, 22 Oct 2002 01:59:52 +0000 bsmith Implemented GTK 2.0 tree delete etc. just signal handlers left.
Tue, 22 Oct 2002 01:25:51 +0000 bsmith Initial tree code for GTK 2.0, populating finished. Signal handlers and
Mon, 21 Oct 2002 04:29:47 +0000 bsmith For GTK to be thread safe in 2.0 we must call gdk_threads_init().
Mon, 21 Oct 2002 00:40:55 +0000 bsmith Pass pointers to argc and argv on Unix.
Sun, 20 Oct 2002 22:55:40 +0000 bsmith Don't call gdk_flush() in GTK 2.0. It doesn't seem to be necessary and
Sun, 20 Oct 2002 22:07:08 +0000 bsmith Fixed an error in the call to gtk_menu_popup() which was causing popup
Sun, 20 Oct 2002 21:50:46 +0000 bsmith Signal handler code cleanups for GTK 2.0.
Sun, 20 Oct 2002 13:07:08 +0000 bsmith Added most of the missing code for the MLE's for GTK 2.0.
Sat, 19 Oct 2002 23:24:06 +0000 bsmith Minor bug fixes and code cleanups.
Sat, 19 Oct 2002 21:48:57 +0000 bsmith Switch back to using pixmaps and bitmaps, only use pixbufs for doing
Sat, 19 Oct 2002 11:46:54 +0000 bsmith Porting DW to GTK 2.0... and changed the percent value from into to a float
Sat, 19 Oct 2002 06:36:41 +0000 bsmith Implemented initial splitbar code on Unix. And made some fixes for
Wed, 09 Oct 2002 19:31:11 +0000 bsmith Run the _item_select_event() handler on comboboxes even if a handler
Wed, 09 Oct 2002 04:32:52 +0000 bsmith Fixes to the notebook code to better handle removing of pages. Also,
Mon, 23 Sep 2002 13:34:03 +0000 bsmith On multi-widget windows, set the data on all components.
Tue, 17 Sep 2002 17:33:06 +0000 bsmith Rewrote the Windows packing code so it is more like OS/2 to improve window
Fri, 05 Jul 2002 01:32:37 +0000 bsmith Fixed a deadlock when locking a mutex from an event handler on FreeBSD.
Thu, 09 May 2002 06:31:48 +0000 bsmith Popup menu handler fix for GTK, and fixed sliders/percent widgets not
Thu, 25 Apr 2002 02:10:49 +0000 bsmith Changed handling of menu item click events.
Mon, 22 Apr 2002 08:41:47 +0000 bsmith A couple more minor changes.
Mon, 22 Apr 2002 08:36:26 +0000 bsmith Ick.. fixed typos in the GTK code.
Mon, 22 Apr 2002 08:34:35 +0000 bsmith Committed the dw_window_set/get_data() changes from the FX tree.
Wed, 03 Apr 2002 05:48:15 +0000 bsmith Fixed a problem with the date type in the containers... month should be
Mon, 01 Apr 2002 09:51:08 +0000 bsmith Make dw_color_depth() return the correct value on Unix.
Mon, 01 Apr 2002 09:36:47 +0000 bsmith Fixed a bug in the value_changed callback when using a horizontal slider.