log

age author description
Thu, 26 Jan 2012 05:26:40 +0000 bsmith Performed a more thorough audit of functions on Mac that require local pools.
Wed, 25 Jan 2012 09:32:17 +0000 bsmith Fixed a MinGW warning and updated the readme.
Wed, 25 Jan 2012 03:17:36 +0000 bsmith Added local auto-release macros on Mac to allow us to prevent leaks
Tue, 24 Jan 2012 00:00:36 +0000 bsmith Fix GTK3 MDI titlebar buttons expanding... or really the label not expanding.
Mon, 23 Jan 2012 23:40:11 +0000 bsmith Fix value_changed code for GTK3... thought this used to work...
Mon, 23 Jan 2012 22:44:08 +0000 bsmith Switch to using GtkGrid instead of GtkTable in the MDI code for GTK3.
Mon, 23 Jan 2012 21:07:09 +0000 bsmith Switched to using new GtkFontChooserDialog for GTK3 since GtkFontSelectionDialog is deprecated.
Mon, 23 Jan 2012 12:30:53 +0000 bsmith Eliminate even more deprecated APIs for GTK3... still more to go.
Sun, 22 Jan 2012 19:02:10 +0000 bsmith Use [NSTableColumn width] method to get header width on Mac instead of frame size.
Sun, 22 Jan 2012 18:46:20 +0000 bsmith Fixed container and listbox not accounting for contents on Mac.
Sun, 22 Jan 2012 12:30:20 +0000 bsmith Added estimation of container contents on GTK2.
Sun, 22 Jan 2012 10:27:18 +0000 bsmith Added support for sizing listboxes on GTK2.
Sun, 22 Jan 2012 10:05:16 +0000 bsmith Implemented listbox sizing on OS/2 and Windows.
Sat, 21 Jan 2012 04:42:49 +0000 bsmith Added second calculation method for container on OS/2.
Sat, 21 Jan 2012 03:13:32 +0000 bsmith Added code to calculate the container size on OS/2.
Sat, 21 Jan 2012 01:06:09 +0000 bsmith Fix issues with resizing scrollboxes on OS/2 that are not in their initial position.
Fri, 20 Jan 2012 18:47:10 +0000 bsmith Experimental change... halfway between min and max for tree controls.
Fri, 20 Jan 2012 04:52:12 +0000 bsmith Remove pool drain from msleep() in dwcompat on the Mac.
Tue, 17 Jan 2012 21:04:56 +0000 bsmith Attempted fix at border calculation on Mac for status text fields.
Tue, 17 Jan 2012 18:36:39 +0000 bsmith Slight adjustment to the scrollbar additional space on GTK3.
Tue, 17 Jan 2012 18:27:07 +0000 bsmith Ported a couple fixes from GTK3 to GTK2 that I had missed.
Tue, 17 Jan 2012 18:18:00 +0000 bsmith Implemented guessing size of MLE on GTK... not as accurate as the other platforms...
Tue, 17 Jan 2012 16:33:21 +0000 bsmith Added some comments and a couple more tests to dwtest.
Tue, 17 Jan 2012 16:10:47 +0000 bsmith Don't use _dw_pool_drain() in dw_exit() on Mac... that drains and recreates the pool.
Tue, 17 Jan 2012 06:49:05 +0000 bsmith Attempted fix on Mac for 10.5 menu event delay issue.
Mon, 16 Jan 2012 21:24:11 +0000 bsmith Fixed some potential Objective-C memory leaks on Mac reported by XCode 4.2.1.
Sun, 15 Jan 2012 22:36:41 +0000 bsmith Fixed on Windows showing themed static text on colored boxes when the window is glass.
Sun, 15 Jan 2012 21:13:35 +0000 bsmith Removed even more deprecated APIs from GTK3.
Sun, 15 Jan 2012 20:46:13 +0000 bsmith Switched to using GdkRGBA from GdkColor int GTK3 since the GdkColor APIs
Sat, 14 Jan 2012 19:05:56 +0000 bsmith Cleanup of the previous commits on Mac, don't do more calculations than we need to.
Sat, 14 Jan 2012 17:30:37 +0000 bsmith Added additional code to MLE calculations on Mac to take into account the
Sat, 14 Jan 2012 01:50:39 +0000 bsmith Fixed disabling word wrap in the MLE on Mac.
Fri, 13 Jan 2012 22:01:15 +0000 bsmith Added basic rich edit control support for MLEs on Windows.
Fri, 13 Jan 2012 17:40:22 +0000 bsmith Implemented auto-sizing containers on Mac.
Fri, 13 Jan 2012 17:07:52 +0000 bsmith Clean up some warnings with GCC on OS/2.
Fri, 13 Jan 2012 17:03:24 +0000 bsmith Added autosize code for the MLE on OS/2...
Fri, 13 Jan 2012 15:20:51 +0000 bsmith Attempt to find the size of contents on GTK2 while packing.
Fri, 13 Jan 2012 06:37:28 +0000 bsmith Initial support for container and MLE auto-sizing on GTK3...
Fri, 13 Jan 2012 06:02:44 +0000 bsmith Enable MLE line wrap by default on OS/2...
Fri, 13 Jan 2012 03:29:23 +0000 bsmith Refactor MLE code on Mac to be more like the Container and Tree code.
Fri, 13 Jan 2012 02:35:59 +0000 bsmith Added code to auto-size container on Windows.
Fri, 13 Jan 2012 02:02:28 +0000 bsmith Initial scrolled minimum and maximum code on Windows... MLE implemented, container to go.
Thu, 12 Jan 2012 18:56:30 +0000 bsmith Default scrolled items to 500x200 on GTK2.
Thu, 12 Jan 2012 18:50:17 +0000 bsmith Default scrolled items to 500x200 on GTK3.
Thu, 12 Jan 2012 18:31:40 +0000 bsmith Check for NSScrollView instead of DWMLE for MLE controls on Mac.
Thu, 12 Jan 2012 18:21:54 +0000 bsmith Added code for returning a size for scrolled widgets on OS/2, Windows and Mac...
Thu, 12 Jan 2012 17:21:31 +0000 bsmith Attempt on Windows using DrawThemeTextEx to nicely display text widgets on glass backgrounds.
Wed, 11 Jan 2012 05:36:00 +0000 bsmith Added DW_FCF_COMPOSITED frame creation flag, used only on Windows currently...
Mon, 09 Jan 2012 16:04:00 +0000 bsmith Add a separate class for the calendar control on OS/2.
Mon, 09 Jan 2012 15:18:04 +0000 bsmith Add code to determine the size of the calendar control on Mac.
Sat, 07 Jan 2012 22:59:39 +0000 bsmith Fixed some warnings building with MinGW.
Sat, 07 Jan 2012 13:59:58 +0000 bsmith Added window and box support to dw_window_get_preferred_size() on OS/2 and Windows.
Sat, 07 Jan 2012 03:46:10 +0000 bsmith On Mac allow dw_window_get_preferred_size() to work on windows and boxes.
Thu, 05 Jan 2012 15:55:26 +0000 bsmith Didn't notice that [NSApplication stop] took a sender parameter on Mac.
Thu, 05 Jan 2012 15:45:11 +0000 bsmith Added dw_main_quit() function for exiting the dw_main() loop.
Tue, 03 Jan 2012 15:59:00 +0000 bsmith A bunch of Mac drawing updates to correct issues and improve performance.
Mon, 02 Jan 2012 06:25:36 +0000 bsmith Experimental change for GTK2... switch to recursive mutexes for the gdk mutex.
Mon, 02 Jan 2012 00:20:17 +0000 bsmith Handle special case of overlay scrollbars returning size 0.
Sat, 31 Dec 2011 17:14:33 +0000 bsmith Added DW_DRAW_NOAA support on GTK3 for both pixmaps and windows.
Sat, 31 Dec 2011 17:04:51 +0000 bsmith Initial implmentation of DW_DRAW_NOAA on Mac... only works on pixmaps right now.