log

age author description
Mon, 18 Apr 2011 11:21:29 +0000 bsmith Disable searching in GTK tree view based controls. It is very disconcerting.
Mon, 18 Apr 2011 11:03:58 +0000 bsmith Don't pass in a partial UTF8 string in the character field during key press events.
Mon, 18 Apr 2011 08:56:33 +0000 bsmith One more try at window key handling... since I can't seem to trap keyDown events in most places that get focus...
Mon, 18 Apr 2011 06:12:59 +0000 mhessling Added enterable widget on render tab to test keypress callback
Mon, 18 Apr 2011 06:06:13 +0000 bsmith Added missing SIF_PAGE getting SCROLLINFO on Windows.
Mon, 18 Apr 2011 00:19:32 +0000 bsmith Accidentally added a line that wasn't needed.
Mon, 18 Apr 2011 00:13:17 +0000 bsmith Added a DWWindow subclass to trap key events on the main window for Mac.
Sun, 17 Apr 2011 06:22:08 +0000 bsmith Fix for invalid data being passed to dw_color_foreground_set() on the first line of the file.
Sun, 17 Apr 2011 03:34:18 +0000 bsmith Fix for dw_draw_text() not using the background color on GTK3.
Sun, 17 Apr 2011 02:45:20 +0000 bsmith Fix for dw_draw_text() not using the background color on the Mac.
Thu, 07 Apr 2011 19:31:32 +0000 bsmith Removed dw_pixmap_set_transparent_color() from unimplemented on the Mac since it is handled automaticaly.
Thu, 07 Apr 2011 19:20:27 +0000 bsmith Set DW_MLE_CASESENSITIVE to be the NSLiteralSearch value.
Thu, 07 Apr 2011 19:17:52 +0000 bsmith Implemented dw_mle_search on Mac.
Thu, 07 Apr 2011 18:44:07 +0000 bsmith Implemented dw_entryfield_set_limit() on the Mac using a custom formatter class.
Thu, 07 Apr 2011 18:20:04 +0000 bsmith Implemented the motion notify event on Mac. Most of it was there except the event handler.
Thu, 07 Apr 2011 09:04:48 +0000 bsmith Removed some dead code from GTK3.
Thu, 07 Apr 2011 08:45:37 +0000 bsmith Implemented container column alignment on GTK3.
Thu, 07 Apr 2011 07:18:45 +0000 bsmith Experimental changes to the containers so filsystem icon and name are same column for GTK3.
Thu, 07 Apr 2011 03:34:42 +0000 bsmith Experimental change to use a single column for holding the filename and icon on Mac.
Wed, 06 Apr 2011 22:51:30 +0000 bsmith Implemented dw_tree_get_parent() for the Mac.
Wed, 06 Apr 2011 19:44:49 +0000 bsmith Configure change to find webkit with GTK3.
Wed, 06 Apr 2011 08:30:28 +0000 bsmith Removed old carbon resource file and line from the Mac shell script.
Wed, 06 Apr 2011 08:14:01 +0000 bsmith Switched to realpath() instead of rel2abs() for GTK1/2 for now also.
Wed, 06 Apr 2011 07:32:28 +0000 bsmith Implemented dw_listbox_set_top() for GTK3.
Wed, 06 Apr 2011 05:42:00 +0000 bsmith One last change... use 30 bytes instead of 20... don't want to overflow.
Wed, 06 Apr 2011 05:39:09 +0000 bsmith After thinking about it... probably need to get rid of the saved data to so we don't leak.
Wed, 06 Apr 2011 05:37:13 +0000 bsmith Rewrote the timers for GTK3. Due to the removal of the timer remove by ID function.
Tue, 05 Apr 2011 00:35:31 +0000 bsmith Dynamically set the video memory backing location, only if there is a render control.
Mon, 04 Apr 2011 22:40:42 +0000 bsmith Another test fix at reported crash in dw_window_default().
Mon, 04 Apr 2011 05:49:45 +0000 bsmith Solaris recommends using statvfs() instead of statfs()
Mon, 04 Apr 2011 04:37:05 +0000 bsmith Need to use tv_sec if tv_nsec exceeds one second on Solaris.
Mon, 04 Apr 2011 03:41:21 +0000 bsmith Erm and config.guess.
Mon, 04 Apr 2011 03:40:32 +0000 bsmith We seem to need config.sub now?
Sun, 03 Apr 2011 19:29:59 +0000 bsmith Guess I wanted to trap didClickTableColumn instead of mouseDownInHeaderOfTableColumn to avoid spurious events.
Sun, 03 Apr 2011 19:09:48 +0000 bsmith Added code to check the image size inside the cell during optimize.
Sun, 03 Apr 2011 18:43:55 +0000 bsmith Removed INCOMPLETE from the dw_scrollbox_new() comment on Windows.
Sun, 03 Apr 2011 17:24:23 +0000 bsmith Added some sanity checks for a couple of problem functions and default optimized container column width to 16 for image columns.
Sun, 03 Apr 2011 05:53:44 +0000 mhessling Removed leftover code from _HandleScroller copied incorrectly when debugging.
Sat, 02 Apr 2011 07:04:06 +0000 bsmith Experimental change to bitmap loading to allow virtual transparent backgrounds using resources on Windows.
Fri, 01 Apr 2011 21:00:42 +0000 bsmith Implemented dw_container_scroll() for GTK3.
Fri, 01 Apr 2011 01:37:05 +0000 bsmith Formatting cleanups.
Fri, 01 Apr 2011 01:22:00 +0000 bsmith Implemented vertical centering on text fields.
Thu, 31 Mar 2011 23:34:12 +0000 bsmith Also align the header cells, not just the data ones.
Thu, 31 Mar 2011 21:10:25 +0000 bsmith Disable auto-sizing... I had enabled this during optimize because it produces some nice results....
Thu, 31 Mar 2011 20:58:22 +0000 bsmith Added method to do column optimizations like on other platforms. Figure out the maximum width for a column and sizing to that.
Thu, 31 Mar 2011 19:13:24 +0000 bsmith Removed an unnecessary method in the container (rowCount) and implemented container column alignment.
Thu, 31 Mar 2011 18:50:52 +0000 bsmith Fixed an error on the close event handler on the Mac.
Thu, 31 Mar 2011 18:10:41 +0000 bsmith Add safety check to avoid potential divide by zero.
Thu, 31 Mar 2011 18:05:42 +0000 bsmith Implemented dw_container_scroll() on Mac.
Thu, 31 Mar 2011 17:22:42 +0000 bsmith Added code to prevent configure events from being sent with the same size.
Thu, 31 Mar 2011 03:35:31 +0000 bsmith Changed the Render widget superclass from NSView to NSControl to allow it to function more like a normal control.
Thu, 31 Mar 2011 01:46:46 +0000 bsmith Added WM_PAINT to the scrollbox window procedure to get rid of the dead area between the 2 scrollbars.
Thu, 31 Mar 2011 01:37:18 +0000 bsmith Implemented dw_scrollbox_get_pos() and dw_scrollbox_get_range() on OS/2.
Thu, 31 Mar 2011 01:17:09 +0000 bsmith Basics of scrolling working on OS/2.
Thu, 31 Mar 2011 00:34:37 +0000 bsmith Added initial scrollbox implementation for OS/2.
Tue, 29 Mar 2011 23:45:37 +0000 bsmith Added listbox to the tree page... to test the tree view support...
Tue, 29 Mar 2011 23:25:20 +0000 bsmith Implemented dw_scrollbox_get_range() and dw_scrollbox_get_pos() on the Mac.
Tue, 29 Mar 2011 23:04:32 +0000 bsmith Updates to the comments about scrollboxes and removing them from incomplete status.
Tue, 29 Mar 2011 22:57:49 +0000 bsmith Implemented dw_scrollbox_get_pos() and dw_scrollbox_get_range() on Windows.
Tue, 29 Mar 2011 22:20:45 +0000 bsmith Basic handling for the scrolled widget. Scrollbox now works on Windows.