log

age author description
Mon, 14 Mar 2011 01:57:33 +0000 bsmith Initial key press event/signal handling... does not seem to trap on all controls...
Sun, 13 Mar 2011 23:06:09 +0000 bsmith Implemented tree expand event.
Sun, 13 Mar 2011 16:50:40 +0000 bsmith Fixes for dw_container/filessystem_get_column_type from Mark Hessling... adding him to the copyright section.
Sun, 13 Mar 2011 08:32:36 +0000 bsmith Some fixes for out of range parameters passed to dw_listbox_g/set_text().
Sun, 13 Mar 2011 07:40:53 +0000 bsmith Updated the #if for Snow Leopard/Leopard builds to handle them not being defined properly.
Sun, 13 Mar 2011 05:47:02 +0000 bsmith More 10.5 fixes... some selectors cause exceptions.
Sun, 13 Mar 2011 05:38:59 +0000 bsmith Fixes for building for MacOS 10.5 and PPC
Sat, 12 Mar 2011 17:42:42 +0000 bsmith Added "Windows Vista" and "Windows 7" to the operating system names reported.
Sat, 12 Mar 2011 16:46:22 +0000 bsmith dw_browse() reimplmented so it actually works as expected.
Sat, 12 Mar 2011 15:44:51 +0000 bsmith Fixed the percent/progress indicators from always being indeterminate.
Sat, 12 Mar 2011 14:56:44 +0000 bsmith Don't send tree events with no selected item. Also don't strdup a NULL string.
Sat, 12 Mar 2011 14:42:56 +0000 bsmith Fixed the scrollbar maximum range to be correct. Also added some MLE code.
Sat, 12 Mar 2011 06:19:35 +0000 bsmith Fix for popup menus not being created when window handle passed is a toplevel window.
Sat, 12 Mar 2011 06:03:32 +0000 bsmith Finishing up tree event/signal handlers.
Sat, 12 Mar 2011 04:12:14 +0000 bsmith Fixes for tree event handling. Still more to come shortly...
Sat, 12 Mar 2011 02:54:04 +0000 bsmith Fixes for container event handling. Also made container/listbox cells non-editable.
Sat, 12 Mar 2011 01:50:20 +0000 bsmith Added support for scrollbar line and page scrolling. Need to check the calculations...
Fri, 11 Mar 2011 21:53:01 +0000 bsmith Scrollbar event fixes... scale was wrong... not sure it is correct but it is better.
Fri, 11 Mar 2011 20:30:59 +0000 bsmith Spinbuttons now respond to value changed. Fix for typing in spinbutton a value out of the range.
Fri, 11 Mar 2011 19:59:29 +0000 bsmith Fixes to the slider control so events happen.
Fri, 11 Mar 2011 17:20:49 +0000 bsmith Implemented more of the missing event/signal handlers and other code cleanups.
Fri, 11 Mar 2011 05:56:17 +0000 bsmith dw_menu_popup() now uses the coordinates specified instead of the event coorindates.
Fri, 11 Mar 2011 05:23:17 +0000 bsmith Fix for button press and context menus.
Fri, 11 Mar 2011 03:02:58 +0000 bsmith Some cleanups for the run loop iteration and thread system.
Fri, 11 Mar 2011 02:33:19 +0000 bsmith Offload some drawing functions to the main thread to prevent focus deadlocks.
Fri, 11 Mar 2011 01:49:09 +0000 bsmith Fix for pool being removed and not just drained.
Thu, 10 Mar 2011 23:28:10 +0000 bsmith Added draining mechanism for threads that don't have run loops.
Thu, 10 Mar 2011 19:49:57 +0000 bsmith Removed unused Preferences menu item from the application menu.
Thu, 10 Mar 2011 19:36:47 +0000 bsmith Minor updates to the last commit.
Thu, 10 Mar 2011 18:58:05 +0000 bsmith Reimplementation of dw_main_iteration and dw_main_sleep that actually work.
Thu, 10 Mar 2011 18:30:03 +0000 bsmith Experimental change for locking on the main thread... will be committing
Thu, 10 Mar 2011 02:34:14 +0000 bsmith Added "retain"s to the DWTree/DWContainer/DWListBox classes memory allocation
Tue, 08 Mar 2011 01:30:04 +0000 bsmith Added initial thread synchronization code to stop the main loop when doing thread unsafe things.
Tue, 08 Mar 2011 00:08:25 +0000 bsmith Fixes to the color picker... it actually shows the picker now but it still needs more work.
Mon, 07 Mar 2011 23:15:55 +0000 bsmith Fixed errors creating scrollbars.
Mon, 07 Mar 2011 22:09:49 +0000 bsmith Fixes for timers not working properly. Includes commented out test container code for threadsafety.
Thu, 03 Mar 2011 14:49:30 +0000 bsmith Implemented dw_listbox_insert for containers.
Thu, 03 Mar 2011 14:23:00 +0000 bsmith Implemented dw_window_reparent using the method used for MDI simulation.
Thu, 03 Mar 2011 13:48:07 +0000 bsmith Cleanups for conflicts with "id" which is a keyword in Objective-C.
Thu, 03 Mar 2011 13:17:50 +0000 bsmith Added MDI simulation code... the MDI "window" will just be a box for
Wed, 02 Mar 2011 18:03:34 +0000 bsmith Fixed a minor issue causing crashes when right clicking on an empty container.
Wed, 02 Mar 2011 17:29:33 +0000 bsmith Fixes for tree packing and a data source issue. Implemented most of the missing tree functions.
Wed, 02 Mar 2011 13:43:04 +0000 bsmith Fix for dw_window_set/get_data() on a top-level window.
Wed, 02 Mar 2011 05:53:27 +0000 bsmith Initial tree support, lots more to do but basics are there.
Wed, 02 Mar 2011 02:29:33 +0000 bsmith Implemented a rather hacky fix for the spinbutton issues. The stepper control is really poorly
Tue, 01 Mar 2011 14:56:48 +0000 bsmith Basic spinbutton implementation, something isn't quite working right but
Tue, 01 Mar 2011 13:32:40 +0000 bsmith Fixes for dw_splitbar_set() not working on an unsized window.
Tue, 01 Mar 2011 04:37:11 +0000 bsmith MLE was missing the scrollbar. Fixes for getting and setting the position.
Mon, 28 Feb 2011 08:27:53 +0000 bsmith Filled in most of the remaining MLE and container functions... the remaining few
Mon, 28 Feb 2011 03:09:50 +0000 bsmith Fixes or fonts and loading images from files. Added Mac specific settings to dwtest.
Sun, 27 Feb 2011 21:00:02 +0000 bsmith Some minor font fixes.
Sun, 27 Feb 2011 19:25:21 +0000 bsmith Missed one function to typedef. Fixed errors in the test program and switched to using
Sun, 27 Feb 2011 19:01:40 +0000 bsmith Implemented icon support on the Mac. In the process created a new HICN type.
Sun, 27 Feb 2011 08:18:20 +0000 bsmith Implemented bitmap buttons and pixmaps from bundle resources.
Sun, 27 Feb 2011 06:00:49 +0000 bsmith Implemented most of the listbox functions for the actual listbox control...
Sun, 27 Feb 2011 00:10:48 +0000 bsmith Fixes for splitbars (horizontal and vertical definitions are reversed).
Sat, 26 Feb 2011 20:40:54 +0000 bsmith Fix for a rather serious notebook layout bug.
Sat, 26 Feb 2011 16:07:04 +0000 bsmith Changes to make the resize function more like on the other platforms.
Sat, 26 Feb 2011 03:17:12 +0000 bsmith Fixing warnings with Xcode 4 and switched to manual releasing in the draw functions to stop leaking.
Fri, 25 Feb 2011 21:12:02 +0000 bsmith Fixed drawing of rects and points. Fonts now properly draw in color. Updated property list.
Fri, 25 Feb 2011 15:30:24 +0000 bsmith Updated revision control version of configure script to support Cocoa.
Fri, 25 Feb 2011 15:25:54 +0000 bsmith Removed the Carbon source file, and changes to configure to build the Cocoa version.
Fri, 25 Feb 2011 03:45:44 +0000 bsmith Added missing functions needed to build HandyFTP.
Thu, 24 Feb 2011 22:42:29 +0000 bsmith Fixes for pixmaps and drawing to the screen.
Thu, 24 Feb 2011 18:59:01 +0000 bsmith Fixes for container signal handling.
Thu, 24 Feb 2011 14:29:23 +0000 bsmith Haven't finished but the basics of the container/listbox are now working.
Thu, 24 Feb 2011 07:30:41 +0000 bsmith Work (unfinished) on container objects.
Wed, 23 Feb 2011 20:45:50 +0000 bsmith Comboboxes implemented.
Wed, 23 Feb 2011 19:41:25 +0000 bsmith Calendar and HTML functions filled in.
Wed, 23 Feb 2011 18:51:15 +0000 bsmith Implementing the menubar and hopefully popup menus.
Wed, 23 Feb 2011 15:40:46 +0000 bsmith Continuing to add types... looking to almost be usable. :)
Wed, 23 Feb 2011 11:41:47 +0000 bsmith Added even more... including first signal handling and notebooks among other controls.
Tue, 22 Feb 2011 19:41:02 +0000 bsmith Filling in more class types.
Tue, 22 Feb 2011 17:15:15 +0000 bsmith Added initial support for a MacOS Cocoa port.
Sat, 19 Feb 2011 09:37:39 +0000 bsmith Switched to using reentrant version of getmntent on Linux.
Sat, 19 Feb 2011 00:02:12 +0000 bsmith Put in a fix for a Visual Studio 2008 crash with a time of 0.
Sat, 19 Feb 2011 00:00:19 +0000 bsmith Fixed building with Visual Studio 2008.
Fri, 18 Feb 2011 13:30:43 +0000 bsmith Installing with compat included does not install the header.
Fri, 18 Feb 2011 13:02:58 +0000 bsmith Updated my email address in the license file.
Fri, 18 Feb 2011 13:01:23 +0000 bsmith Variable being set forces compat to never be built even with --with-compat specified.
Sun, 03 Oct 2010 00:34:36 +0000 mhessling Add dw_listview_insert()
Sun, 12 Apr 2009 01:41:50 +0000 mhessling Remove CVS remnants
Sun, 12 Apr 2009 01:31:47 +0000 mhessling Add readme files to zip file
Sun, 12 Apr 2009 01:19:23 +0000 mhessling Support for building zip file on Win32
Sun, 12 Apr 2009 01:12:04 +0000 mhessling Support for building with GTK+ on Mac OSX
Sat, 11 Apr 2009 23:42:36 +0000 mhessling Support for building binary for OS/2
Sat, 11 Apr 2009 04:54:51 +0000 mhessling Bring OS/2 functionality up to latest
Fri, 10 Apr 2009 22:55:56 +0000 mhessling Add _dw_log() internal logging function
Fri, 10 Apr 2009 10:30:54 +0000 mhessling Close debug file on exit
Fri, 10 Apr 2009 10:25:26 +0000 mhessling Support for setting transparent colour for bitmaps
Tue, 06 Jan 2009 11:00:15 +0000 mhessling Add dw_polygon_draw() to draw closed polygons.
Thu, 30 Oct 2008 10:46:03 +0000 mhessling Use better directory browser widget.
Thu, 30 Oct 2008 10:44:34 +0000 mhessling Use better directory browser widget.
Thu, 30 Oct 2008 10:43:16 +0000 mhessling Attempt to make click_default work properly.
Wed, 22 Oct 2008 02:14:34 +0000 mhessling Add support for using initial directory in dw_file_browse()
Sat, 12 Apr 2008 12:22:09 +0000 mhessling Fixed dw_file_browse(); filters now work on extension passed in.
Sat, 12 Apr 2008 11:01:29 +0000 mhessling Fixed dw_html_raw() under GTK+ and added test case for it
Sat, 12 Apr 2008 06:48:38 +0000 mhessling Make spinbutton VALUE_CHANGE callback work properly
Sat, 12 Apr 2008 06:46:41 +0000 mhessling Make version dependent on configure
Sat, 12 Apr 2008 06:45:55 +0000 mhessling Update package version
Mon, 07 Apr 2008 07:00:47 +0000 mhessling Dummy placeholder for Makefile
Mon, 07 Apr 2008 06:59:45 +0000 mhessling SUpport for embedded mozilla/firefox widget
Sun, 06 Apr 2008 10:25:36 +0000 mhessling Remove embedded XPM.
Sun, 06 Apr 2008 00:41:44 +0000 mhessling Added menu tests, including checked and disabled menu items.
Sun, 06 Apr 2008 00:36:24 +0000 mhessling Added dw_menu_item_set_state() to set checked status of menu item and ability to enable/disable menu items.
Sun, 06 Apr 2008 00:35:28 +0000 mhessling Added dw_menu_item_set_state() to set checked status of menu item and ability to enable/disable menu items.
Sun, 06 Apr 2008 00:33:45 +0000 mhessling Add rudimentary internal logging for debug
Sun, 23 Mar 2008 05:18:13 +0000 mhessling *from_data functions added
Sun, 23 Mar 2008 05:15:45 +0000 mhessling Allow context menu to be shown.
Sun, 23 Mar 2008 05:14:32 +0000 mhessling Attempt auto resizing of window based on widget sizes; not very successful.
Sun, 23 Mar 2008 05:11:21 +0000 mhessling Fix compiler error
Sun, 23 Mar 2008 04:54:30 +0000 mhessling Modify Calendar widget
Thu, 14 Jun 2007 07:24:56 +0000 mhessling Fix for dw_notebook_new() with tabs at bottom
Sun, 01 Oct 2006 05:04:31 +0000 mhessling Fix introduced compilation error.
Sun, 01 Oct 2006 05:01:33 +0000 mhessling Add finishup.sh to source distros.
Sun, 01 Oct 2006 04:40:02 +0000 mhessling Fix trailing junk on dw_mle_export()
Thu, 28 Sep 2006 01:42:32 +0000 mhessling dw_calendar_set_date() sets the text of the dummy calendar
Thu, 28 Sep 2006 01:41:39 +0000 mhessling Pack the calendar with an initial size so the dummy OS/2 calendar shows up
Tue, 26 Sep 2006 00:18:27 +0000 mhessling *** empty log message ***
Tue, 26 Sep 2006 00:03:28 +0000 mhessling *** empty log message ***