log

age author description
Wed, 27 Feb 2013 19:14:22 +0000 bsmith Initial commit for new dw_signal_connect_data() function...
Fri, 15 Feb 2013 09:22:56 +0000 bsmith Whoops missing some vital parts from the dwindows1.pc.in file.
Fri, 15 Feb 2013 09:11:49 +0000 bsmith Make sure pkgconfig directory exists before installing the .pc file.
Fri, 15 Feb 2013 04:23:48 +0000 bsmith Create a dwindows.pc during install to support pkg-config in
Tue, 01 Jan 2013 23:18:56 +0000 bsmith Added code to set the foreground color on Mac buttons...
Sat, 29 Dec 2012 05:34:04 +0000 bsmith Attempt at resetting default colors with DW_CLR_DEFAULT on Mac...
Fri, 28 Dec 2012 01:24:39 +0000 bsmith Initial attempt at allowing DW_CLR_DEFAULT clear color style overrides on GTK2/3.
Thu, 27 Dec 2012 13:03:47 +0000 bsmith When handling click default, return instead of running the default handler on Windows.
Tue, 18 Dec 2012 22:55:50 +0000 bsmith Ug missed the version in the header. ;)
Tue, 18 Dec 2012 21:51:09 +0000 bsmith Added code and comment to the test program demonstrating trapping application quit on Mac.
Thu, 13 Dec 2012 07:48:30 +0000 bsmith Added support for trapping the Mac Quit handler by using DW_DESKTOP as
Tue, 20 Nov 2012 20:42:06 +0000 bsmith More MINGW cleanups... eliminate a few more warnings and disable the unused-value warning due to unfixable warnings generated by the Win32 macros.
Tue, 20 Nov 2012 05:09:30 +0000 bsmith Ok, slight changes to prevent missing stdint.h with
Tue, 20 Nov 2012 04:20:39 +0000 bsmith Linux seems to need stdint.h for uintptr_t...
Mon, 19 Nov 2012 19:52:36 +0000 bsmith Fixes for building with MINGW64 (specifically http://tdm-gcc.tdragon.net/).
Fri, 16 Nov 2012 21:18:20 +0000 bsmith Fix 64bit crashes on Windows when building with Visual Studio 2012.
Sat, 10 Nov 2012 16:33:02 +0000 bsmith Initial attempt at code to generate icon masks on OS/2
Thu, 08 Nov 2012 20:10:54 +0000 bsmith Imported code to convert to 24bpp from GBM on OS/2.
Thu, 08 Nov 2012 19:34:24 +0000 bsmith Fix crash when loading 8bpp images on OS/2 with GBM...
Thu, 01 Nov 2012 13:51:35 +0000 bsmith Update dw_window_set_bitmap() to use pixbufs on GTK 2.x
Thu, 01 Nov 2012 00:55:30 +0000 mhessling Fixed dw_bitmapbutton_new_from_data(); was missing the save of the bitmap image reference.
Wed, 31 Oct 2012 11:00:46 +0000 bsmith Accidentally removed a very important line from GTK 3.x.
Wed, 31 Oct 2012 10:52:31 +0000 bsmith Slight typo in that last commit fixed.
Wed, 31 Oct 2012 10:48:25 +0000 bsmith Attempt at fixing GTK 2.x issue with dw_window_set_bitmap() when
Tue, 30 Oct 2012 14:40:48 +0000 bsmith VAC is missing snprintf().
Tue, 30 Oct 2012 13:47:59 +0000 bsmith Added code to query the control background color on OS/2 when
Mon, 29 Oct 2012 17:42:44 +0000 bsmith Test fix for crash changing bitmap on bitmap buttons on OS/2.
Sun, 28 Oct 2012 02:59:56 +0000 bsmith On Windows invalidate the bitmap button after changing the bitmap to force a redraw.
Sat, 27 Oct 2012 01:29:32 +0000 bsmith Fixed crash on Mac due to autoreleasing images not displayed.
Fri, 26 Oct 2012 08:37:45 +0000 bsmith Changes on OS/2 to allow dw_window_set_bitmap() to work on bitmap
Fri, 26 Oct 2012 05:25:54 +0000 bsmith Fixed broken support in dw_window_set_bitmap() on GTK2/3...
Fri, 26 Oct 2012 04:54:48 +0000 bsmith Fixed the Windows toolbar code to actually work... had some leftovers
Fri, 26 Oct 2012 04:46:13 +0000 bsmith Added bitmap button support to dw_window_set_bitmap() and added missing extention handling.
Thu, 25 Oct 2012 23:15:46 +0000 bsmith Initial rewrite of dw_window_set_bitmap() to work on bitmap buttons on Windows.
Fri, 19 Oct 2012 22:35:23 +0000 mhessling Change incorrect call to DW_MUTEX_LOCK to DW_MUTEX_UNLOCK in dw_mle_get_size()
Mon, 15 Oct 2012 01:45:36 +0000 bsmith Fixed a small typo in the OS/2 code and update the readme for 2.5.
Mon, 15 Oct 2012 01:18:38 +0000 bsmith Force redraw of notebook on add/remove on OS/2.
Sun, 14 Oct 2012 22:43:09 +0000 bsmith Initial code to make sure the background of notebooks on OS/2
Tue, 09 Oct 2012 05:05:29 +0000 bsmith Fixed the order being wrong for traversing splitbars backwards on OS/2.
Tue, 09 Oct 2012 04:57:52 +0000 bsmith Fixes for that last commit for OS/2... also now have the
Tue, 09 Oct 2012 04:52:52 +0000 bsmith Attempt at the same changes for OS/2 as Windows... untested.
Tue, 09 Oct 2012 03:08:45 +0000 bsmith Depending on the tab direction on Windows, the dual purpose notebook
Mon, 08 Oct 2012 23:51:45 +0000 bsmith Rewrite of the focus shifting code on Windows, eliminate duplicated code.
Mon, 08 Oct 2012 20:21:10 +0000 bsmith Added tab handling to the toolbar control on Windows...
Mon, 08 Oct 2012 19:32:45 +0000 bsmith Fixed back tab handling for certain controls on Mac.
Sat, 06 Oct 2012 00:33:37 +0000 bsmith Added keyboard support to the notebook control on Mac.
Fri, 05 Oct 2012 20:23:29 +0000 bsmith Fix for selecting radio buttons with the keyboard on Mac.
Fri, 05 Oct 2012 20:17:14 +0000 bsmith Added keyboard handling for (check/radio/spin)buttons, containers, trees, lists on Mac.
Sat, 29 Sep 2012 00:21:21 +0000 bsmith Make sure the view packed into the notebook on Mac is a DWBox class...
Thu, 27 Sep 2012 08:42:50 +0000 bsmith Drop out of dw_window_set_style() on Windows for status text widgets...
Thu, 27 Sep 2012 07:30:30 +0000 bsmith Make sure _toplevel_window() when passed a top-level window
Thu, 27 Sep 2012 05:09:10 +0000 mhessling Add DW_FCF_TEXTURED window style; relevant only for Mac port.
Thu, 27 Sep 2012 04:26:34 +0000 bsmith Discovered that _toplevel_window() on OS/2 returned NULLHANDLE
Thu, 27 Sep 2012 03:56:48 +0000 bsmith Similar change for dw_window_function() on OS/2 for consistency.
Thu, 27 Sep 2012 03:08:03 +0000 bsmith Attempted fix at dw_window_set_focus() from non-main threads on Windows.
Wed, 26 Sep 2012 06:19:06 +0000 mhessling Add simple test of dw_window_set_focus()
Tue, 25 Sep 2012 17:15:42 +0000 bsmith Added dw_window_set_focus() to the template source file.
Tue, 25 Sep 2012 03:06:45 +0000 bsmith Fixed tabs put in by TextMate 2... had to figure out how turn
Mon, 24 Sep 2012 23:24:25 +0000 bsmith Added new dw_window_set_focus() function and attempted to fix...
Mon, 13 Aug 2012 06:18:30 +0000 bsmith Added code to disable Ubuntu overlay scrollbars for