log

age author description
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
Mon, 13 Aug 2012 05:45:25 +0000 bsmith Added code to disable Ubuntu overlay scrollbars
Sun, 05 Aug 2012 13:47:57 +0000 bsmith Similar fixes to the Mac one on OS/2 and Windows....
Sun, 05 Aug 2012 13:02:39 +0000 bsmith Set status text fields in the test program to auto height... because they were too small on Mac.... this caused me to notice a bug in the calculation of (status) text widgets when the text is empty; this also contains a fix for that bug.
Sat, 04 Aug 2012 07:35:13 +0000 bsmith Rewrite dw_window_set_style() on Windows to properly handle the
Sat, 04 Aug 2012 01:14:17 +0000 bsmith Fix handling the DW_DT_WORDBREAK flag on OS/2 to cause static text to word wrap.
Sat, 04 Aug 2012 00:05:47 +0000 bsmith Discovered a breakage in OS/2 functionality when building
Fri, 03 Aug 2012 21:08:31 +0000 bsmith Update OS/2 readme with important information about the 2.4 build.
Wed, 25 Jul 2012 02:15:35 +0000 bsmith Make sure we set the locale on Mac and it is UTF-8.
Wed, 25 Jul 2012 00:46:00 +0000 bsmith Added UTF8/Wide conversion for GTK2/3.
Tue, 24 Jul 2012 23:33:50 +0000 bsmith Added UTF8/Wide conversion functions on OS/2 and Windows...
Tue, 24 Jul 2012 22:52:57 +0000 bsmith Put test program code into DEPRECATED #ifdef again to avoid build warnings.
Mon, 23 Jul 2012 16:56:08 +0000 bsmith Attempted fix at Mac textured background repeat problems. Thanks to Christoph Sinai
Thu, 19 Jul 2012 19:46:35 +0000 bsmith Attempt at fixing the issue noted in the last commit.
Thu, 19 Jul 2012 09:25:13 +0000 bsmith Minor OS/2 cleanup while looking for a weird bug in
Thu, 19 Jul 2012 06:01:30 +0000 bsmith Readd support for 10.5... the drawInRect method I was using only supports 10.6 and higher...
Tue, 17 Jul 2012 23:00:26 +0000 bsmith Minor cleanups for the Mac status text changes for 10.8.
Mon, 16 Jul 2012 23:11:01 +0000 bsmith Fix loading bitmap buttons from data via GBM on OS/2.
Mon, 16 Jul 2012 22:32:00 +0000 bsmith Switched to using drawInRect: instead of drawAtPoint: on Mac since drawAtPoint
Mon, 16 Jul 2012 20:16:19 +0000 bsmith Eliminated use of deprecated method compositeToPoint on Mac.
Sun, 15 Jul 2012 06:30:03 +0000 bsmith Check for pointerArrayWithWeakObjects before weakObjectsPointerArray on Mac
Sun, 15 Jul 2012 05:35:30 +0000 bsmith Check if classes respond to selectors on Mac for new, removed and deprecated methods to avoid compiler warnings.
Sat, 14 Jul 2012 04:13:59 +0000 bsmith Experimental change to use NSBox to draw border of status text widgets on Mac.
Thu, 12 Jul 2012 21:18:01 +0000 bsmith Seems the cool looking bezeled look to the text field has changed in Mac 10.8.
Thu, 12 Jul 2012 20:29:12 +0000 bsmith Fix some warnings with Mac 10.8 and Xcode 4.5.
Fri, 06 Jul 2012 10:51:28 +0000 bsmith Mark and I decided to change dw_box_remove*() to dw_box_unpack*() for consistency.
Sun, 01 Jul 2012 09:56:49 +0000 bsmith Update readmes and up version to 2.4 in preparation for release
Sun, 01 Jul 2012 08:16:44 +0000 bsmith On OS/2 make a duplicate of the column titles when setting up containers...
Sun, 01 Jul 2012 07:51:25 +0000 bsmith Ported clang/Xcode fixes to Windows and OS/2 just in case.
Sat, 30 Jun 2012 19:53:18 +0000 bsmith Fix warnings with Visual C largely in debug mode.
Sat, 30 Jun 2012 18:34:19 +0000 bsmith Fixed a memory leak in the Mac box code, items were not being freed when destroyed.
Wed, 27 Jun 2012 22:14:28 +0000 bsmith Switch to using a single tooltip window to prevent leaking tooltip handles on Windows.
Wed, 27 Jun 2012 20:50:31 +0000 bsmith Added code to plug several resource leaks on Windows.