log

age author description
Mon, 21 Mar 2011 20:35:09 +0000 bsmith Container events now working except for column-click.
Mon, 21 Mar 2011 07:19:33 +0000 bsmith Most of the dw_container_* functions now implemented but many untested.
Mon, 21 Mar 2011 04:25:52 +0000 bsmith Have the basics of containers working now with the tree view widget.
Mon, 21 Mar 2011 01:33:51 +0000 bsmith Lots of listbox/combobox/container fixes. Things are starting to come together.
Sun, 20 Mar 2011 23:40:34 +0000 bsmith More code and cleanups for listboxes/combobox and event handling...
Sun, 20 Mar 2011 18:27:59 +0000 bsmith Implemented many of the dw_listbox_* functions using the new tree view for comboboxes and listboxes.
Sun, 20 Mar 2011 09:22:11 +0000 bsmith More work on comboboxes, listboxes and containers. Comboboxes now display the list properly.
Sun, 20 Mar 2011 05:21:09 +0000 bsmith Accidentally clobbered something in dw.h required for GTK 2.x.
Sun, 20 Mar 2011 05:12:40 +0000 bsmith Added initial support for GTK 3.0. Split it off into its own directory.
Sat, 19 Mar 2011 01:21:04 +0000 mhessling Add new notebook page to test scrollbox widget
Sat, 19 Mar 2011 01:19:59 +0000 mhessling Add dw_scrollbox_get_pos() and dw_scrollbox_get_range()
Sat, 19 Mar 2011 01:16:42 +0000 mhessling Add -MT or -MTd switch to DEBUG switches
Sat, 19 Mar 2011 00:37:08 +0000 mhessling When destroying a spinbutton, destroy the correct window
Fri, 18 Mar 2011 06:17:18 +0000 bsmith Oops guess radiobuttons did initialize ColorInfo... removed the duplicate.
Fri, 18 Mar 2011 05:53:41 +0000 bsmith Fixed problem with thick black border being drawn around buttons.
Fri, 18 Mar 2011 04:48:22 +0000 bsmith Fixed a typo in VK_RETURN and initial implementation of dw_window_click_default().
Fri, 18 Mar 2011 03:38:24 +0000 mhessling Don't fill a rectangle unless requested to
Fri, 18 Mar 2011 03:17:28 +0000 bsmith Enable recalculating the key view loop (keyboard focus list) automatically.
Fri, 18 Mar 2011 02:29:31 +0000 bsmith Removed some now unnecessary code.
Fri, 18 Mar 2011 00:41:21 +0000 bsmith Attempt at support for DW_BS_NOBORDER for GTK. Theoretically should work on OS/2 and Windows already.
Fri, 18 Mar 2011 00:25:46 +0000 bsmith Added DW_BS_NOBORDER style which can be set on buttons with dw_window_set_style() to make them flat.
Thu, 17 Mar 2011 23:58:33 +0000 mhessling Fix for crashes with generating images from data
Thu, 17 Mar 2011 23:57:49 +0000 mhessling Support for building on QNX platforms
Thu, 17 Mar 2011 23:21:19 +0000 bsmith Possible fix for exception in dw_bitmapbutton_new_from_data()
Thu, 17 Mar 2011 20:56:43 +0000 bsmith Removed the custom tooltip creator I ported from OS/2 and switched to using native Win32 tooltips.
Thu, 17 Mar 2011 17:34:58 +0000 bsmith Added manifest files that will import the common controls library that allows for XP/Vista/7 themes to be used.
Thu, 17 Mar 2011 16:42:53 +0000 bsmith Visual Studio 2008's runtime is crazy sensitive. I put in a bunch of parameter checks to make sure
Thu, 17 Mar 2011 15:34:05 +0000 bsmith Remove the compiler flag setting structure packing to 1 byte. The Windows API expect it to be 8 bytes.
Thu, 17 Mar 2011 14:58:59 +0000 bsmith Fix for crash when changing background colors, needed retain and release.
Thu, 17 Mar 2011 06:13:57 +0000 bsmith Clang complains about the types I used for the OS version.
Thu, 17 Mar 2011 05:08:56 +0000 bsmith Preset the splitbar percent to 50% since Leopard doesn't set it automatically.
Thu, 17 Mar 2011 04:48:06 +0000 bsmith Converted tabs to spaces.
Thu, 17 Mar 2011 03:31:01 +0000 bsmith Runtime Snow Leopard checks where possible and visual fix for Leopard status text.
Wed, 16 Mar 2011 22:01:05 +0000 bsmith Changes to be smarter about source and destination directories with Visual C.
Wed, 16 Mar 2011 15:35:45 +0000 bsmith Code cleanup.
Wed, 16 Mar 2011 15:31:01 +0000 bsmith Added tooltips to bitmap buttons... and made a change to the look when the image is present...
Wed, 16 Mar 2011 15:10:16 +0000 bsmith Abort drawing functions if we fail to lock focus on a render control.
Wed, 16 Mar 2011 07:44:35 +0000 bsmith 9 point Monaco looks better than 8 point... so switching in dwtest...
Wed, 16 Mar 2011 07:39:28 +0000 bsmith Fixes for font handling on pixmaps... it needs to use the associated render control to get the fonts.
Wed, 16 Mar 2011 03:24:12 +0000 bsmith Added an internal Mac function for setting the default Dynamic Windows font.
Wed, 16 Mar 2011 02:56:18 +0000 bsmith Possible fix for container (and possibly tree) controls picking up combobox events.
Wed, 16 Mar 2011 02:30:32 +0000 bsmith Reverting part of that last change... changing the default font causes some issues.
Wed, 16 Mar 2011 02:22:53 +0000 bsmith Fixed an error in the comments.
Wed, 16 Mar 2011 02:22:14 +0000 bsmith Working on fonts some more.... setting a default label font that is smaller.
Wed, 16 Mar 2011 01:34:36 +0000 bsmith Font and color improvements... including implementing dw_window_set_font().
Tue, 15 Mar 2011 22:32:45 +0000 bsmith Use NSWorkplace to launch GUI applications instead of fork() and exec().
Tue, 15 Mar 2011 20:06:00 +0000 bsmith Slight change to the window initial size fix... still don't like this solution.
Tue, 15 Mar 2011 19:48:20 +0000 bsmith Added retains to the window menus so they don't get autoreleased when switching between
Tue, 15 Mar 2011 19:20:30 +0000 bsmith Possible fix for initial window creation with 0 size... not sure if the size I picked is good or not...
Tue, 15 Mar 2011 06:40:37 +0000 bsmith Fixed a minor 64/32 bit issue and fixed my having blue and red values reversed in the color table.
Tue, 15 Mar 2011 06:07:08 +0000 bsmith Fixed the crashing issue with dw_color_choose() it now functions properly.
Tue, 15 Mar 2011 03:12:19 +0000 bsmith Fixes for the color chooser... it now works a single time. However...
Tue, 15 Mar 2011 01:46:41 +0000 mhessling Add dw_window_get_font()
Tue, 15 Mar 2011 01:13:29 +0000 bsmith Calendar control should return years with 4 digits not 2.
Tue, 15 Mar 2011 00:45:27 +0000 bsmith Switched to graphical calendar control style... and fixed date querying code.
Mon, 14 Mar 2011 22:25:01 +0000 bsmith Changes to correctly set the main thread and lock the run mutex when not running a loop and when called from a callback.
Mon, 14 Mar 2011 21:43:28 +0000 bsmith Fixed 2 errors in the tree select event handler. Also removed unused experimental code.
Mon, 14 Mar 2011 19:30:36 +0000 bsmith Possible fix for container string columns not showing correctly.
Mon, 14 Mar 2011 18:26:50 +0000 bsmith Experimental changes to dw_main_sleep() and dw_main_iteration() to hopefully solve some issues.
Mon, 14 Mar 2011 02:08:36 +0000 bsmith Couple more fixes to keyhandling... committed before I finished what I was doing...