log

age author description
Sat, 26 Mar 2011 04:53:41 +0000 bsmith Initial implementation of a slightly disjointed dual cairo_surface gdkpixbuf image model.
Sat, 26 Mar 2011 04:31:23 +0000 bsmith Fix column ID for filesystem type containers for GTK3.
Fri, 25 Mar 2011 21:23:43 +0000 bsmith Fix for column click handler not working.
Fri, 25 Mar 2011 13:25:37 +0000 bsmith dw_window_set_color() now affects boxes immediately (no longer on the next window refresh).
Fri, 25 Mar 2011 13:11:28 +0000 bsmith Changes for dw_window_set_color() so it works on pretty much any control we support.
Thu, 24 Mar 2011 21:05:25 +0000 bsmith Added coloring support for the Container/Tree/Listbox controls.
Thu, 24 Mar 2011 15:51:09 +0000 bsmith MinorBuild was being left uninitialized.
Thu, 24 Mar 2011 15:46:51 +0000 bsmith Similar fix for dw_window_get_text().
Thu, 24 Mar 2011 15:42:50 +0000 bsmith Fix for dw_window_set_text() on buttons not working.
Thu, 24 Mar 2011 06:35:41 +0000 bsmith More accurate groupbox paddig calculations. Title rectangle is now calculated on the fly.
Thu, 24 Mar 2011 02:07:12 +0000 bsmith Added flag to set window's prefered backing location to be video memory to see if it helps bitblt performance.
Wed, 23 Mar 2011 20:59:38 +0000 bsmith Fix for dw_combobox_new() not setting the default text in the entryfield.
Wed, 23 Mar 2011 20:45:34 +0000 bsmith Attempt at implementing column click events. Doesn't seem to work yet but needed to commit before switching to laptop.
Wed, 23 Mar 2011 20:05:11 +0000 bsmith Initial implementation of dw_mle_set_visible().
Wed, 23 Mar 2011 19:50:03 +0000 bsmith Think we need to ignore the last add point when the pointer argument is NULL.
Wed, 23 Mar 2011 19:43:04 +0000 bsmith dw_window_enable() and dw_window_disable() now function as expected on MLE controls.
Wed, 23 Mar 2011 19:18:37 +0000 bsmith So after looking at the Windows code... I realized it worked differently than I was thinking...
Wed, 23 Mar 2011 17:49:25 +0000 bsmith Ok... groupbox calculation fix try #2!
Wed, 23 Mar 2011 09:41:03 +0000 bsmith Err really screwed up the last commit... this should work better.
Wed, 23 Mar 2011 09:16:56 +0000 bsmith Initial groupbox padding calculation fix. This may still need more work... very simple version.
Wed, 23 Mar 2011 04:40:32 +0000 bsmith Make listbox, container and tree cells uneditable.
Wed, 23 Mar 2011 04:23:31 +0000 bsmith Test fix for containers (and probably listboxes) not showing their content changes immediately.
Tue, 22 Mar 2011 22:01:05 +0000 bsmith Basic code to handle unchecking other radio buttons attached to the same box when one is selected.
Tue, 22 Mar 2011 21:03:35 +0000 bsmith Initial groupbox support. Sizing of the content frame is not quite right yet.
Tue, 22 Mar 2011 05:54:01 +0000 bsmith More cleaning of the source since we are targeting GTK3 alone with this source.
Tue, 22 Mar 2011 05:21:57 +0000 bsmith Removed a now unused helper function and fixed a discared qualifier error.
Tue, 22 Mar 2011 05:07:39 +0000 bsmith Reenabled the set-focus code that was disabled due to combobox issues.
Tue, 22 Mar 2011 04:55:47 +0000 bsmith Implemented dw_listbox_selected_multi() however need to do some testing to make sure this works in all cases.
Tue, 22 Mar 2011 04:29:45 +0000 bsmith Fixes some missing checks for combobox causing GTK warnings running HandyFTP.
Tue, 22 Mar 2011 01:26:36 +0000 bsmith Implemented the column click event handler...
Tue, 22 Mar 2011 00:33:55 +0000 bsmith Implemented list select event for both combobox and listbox (implemented via the tree view).
Mon, 21 Mar 2011 23:20:18 +0000 bsmith Slight code cleanup.
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.