log

age author description
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 ***
Mon, 25 Sep 2006 23:59:00 +0000 mhessling Remove test dw_menu_delete_item
Mon, 25 Sep 2006 23:15:01 +0000 mhessling Add some more test
Mon, 25 Sep 2006 23:14:39 +0000 mhessling Simplify and link dwtest with locally built shared libraries
Mon, 25 Sep 2006 22:42:48 +0000 mhessling Add calendar widget
Mon, 25 Sep 2006 22:41:03 +0000 mhessling Spell application correctly
Mon, 25 Sep 2006 22:40:16 +0000 mhessling Specify library output filenames.
Mon, 25 Sep 2006 22:37:50 +0000 mhessling Remove non-required header files.
Mon, 25 Sep 2006 22:32:10 +0000 mhessling Update version
Mon, 25 Sep 2006 22:23:43 +0000 mhessling Remove reference to HandyFTP
Mon, 25 Sep 2006 22:16:42 +0000 mhessling Add dummy calendar widget. Need to simulate one.4?\002?\007
Mon, 25 Sep 2006 22:13:53 +0000 mhessling Add calendar widget.
Mon, 25 Sep 2006 22:03:31 +0000 mhessling Attempt to make spinbutton emit VALUE_CHANGED signal; not working
Fri, 22 Sep 2006 06:04:55 +0000 mhessling Add dw_calendar_new()
Tue, 24 May 2005 21:09:37 +0000 bsmith Updates to the GtkMozEmbed code.
Mon, 23 May 2005 07:54:10 +0000 bsmith Escape out of _free_window_memory() if we are being called on an embedded
Mon, 23 May 2005 01:43:36 +0000 bsmith Implemented dynamic loading of the Mozilla renderer.
Sun, 22 May 2005 19:14:15 +0000 bsmith If available try to use GtkMozEmbed from Mozilla.or.
Sun, 22 May 2005 18:23:05 +0000 bsmith Added stubs for HTML renderer on Unix.
Sun, 22 May 2005 18:21:07 +0000 bsmith Added stubs for the HTML render on OS/2.
Sun, 22 May 2005 18:07:23 +0000 bsmith Added dw_html_* functionality for embedding HTML pages in Dynamic Windows
Fri, 20 May 2005 11:28:16 +0000 bsmith Fixed a slight regression in the unified icon bitmap code.
Fri, 20 May 2005 05:53:06 +0000 bsmith Minor change to the Windows sockinit() macro.
Fri, 20 May 2005 03:55:03 +0000 bsmith Fixes for Windows, alloca is _alloc in MSVC, added a macro in compat.h.
Fri, 20 May 2005 03:32:25 +0000 bsmith Sweeping changes to the compatibility module, moved all socket code out
Sun, 17 Apr 2005 11:39:25 +0000 bsmith Thread functions should use the API/DWSIGNAL calling conventions.
Wed, 23 Mar 2005 09:26:36 +0000 mhessling Add support for .ico files to dw_window_set_icon()
Thu, 10 Feb 2005 09:25:39 +0000 bsmith Same fix also needed in dw_container_set_row_title().
Thu, 10 Feb 2005 09:18:53 +0000 bsmith Ok, the fix was a bit more complex, here is part 2. :)
Thu, 10 Feb 2005 09:12:15 +0000 bsmith Hopefully fixes an error with wrong indexes in the containers on GTK after
Thu, 10 Feb 2005 00:38:55 +0000 bsmith Fixed incorrect calling convention on the click default handler on OS/2.
Wed, 09 Feb 2005 17:53:26 +0000 bsmith Fix for incorrect indexes on subsequent container inserts on windows.
Tue, 20 Jul 2004 07:37:56 +0000 mhessling Remove unused variable
Tue, 20 Jul 2004 07:36:11 +0000 mhessling Add dw_listbox_list_append()
Tue, 20 Jul 2004 07:31:53 +0000 mhessling MinGW support file
Thu, 24 Jun 2004 19:23:51 +0000 bsmith Fixes for the color selection dialog on GTK 1.x.
Thu, 24 Jun 2004 18:31:55 +0000 bsmith The color selection dialog is now functional under OS/2 but it does not
Thu, 24 Jun 2004 08:54:19 +0000 bsmith Added the basics of the color chooser on OS/2. Needs some more logic to
Thu, 17 Jun 2004 11:22:14 +0000 mhessling Add dw_color_choose()
Sat, 08 May 2004 06:53:12 +0000 bsmith Changes to get the menus working. Switched to using
Fri, 07 May 2004 20:57:43 +0000 bsmith Added new functionality on MacOS, the layout engine should be working
Thu, 29 Apr 2004 01:12:23 +0000 bsmith Force boxes to size 0 on Unix to eliminate box packing confusion, I
Wed, 21 Apr 2004 06:14:48 +0000 bsmith Minor fix to _free_window_memory() to not incorrectly try to free box
Wed, 21 Apr 2004 05:33:51 +0000 bsmith Removed dw_percent_get_range() to simplify coding. The range is now always
Wed, 21 Apr 2004 04:56:34 +0000 bsmith Moved back the version to 0.9.0 preparing for a beta before the final
Sat, 17 Apr 2004 06:14:00 +0000 bsmith Fixes for the shared memory and named semaphore code.
Sat, 17 Apr 2004 06:04:40 +0000 bsmith Fixes for the new shared memory and named event code.
Sat, 17 Apr 2004 05:38:09 +0000 bsmith Added a bunch of support routines I now own due to the settlement
Mon, 12 Apr 2004 03:52:15 +0000 bsmith Fixed a minor packing error in dw_messagebox().
Sun, 11 Apr 2004 08:35:43 +0000 bsmith Use LoadImage() and BS_ICON for properly loading the odd sized icon images
Sun, 11 Apr 2004 08:18:44 +0000 bsmith Added some more intellegent code to determine the best icon size when using
Sun, 11 Apr 2004 06:42:13 +0000 bsmith Fixes for resource based bitmap buttons using icons.
Sun, 11 Apr 2004 05:58:43 +0000 bsmith Initial code to support icons in dw_bitmapbutton_new() but it doesn't seem
Sun, 11 Apr 2004 04:39:04 +0000 bsmith Try to load icons for dw_bitmapbutton_new() before bitmaps from the
Sun, 11 Apr 2004 03:14:21 +0000 bsmith Fixes to the box packing padding code on Unix. An old workaround was
Wed, 07 Apr 2004 09:56:11 +0000 bsmith Argh, MacOS was using increments... let's see if we can work around it,
Sun, 04 Apr 2004 18:47:21 +0000 bsmith Destroy the icon HPOINTER when destroying bitmap buttons using icons.
Sun, 04 Apr 2004 18:45:40 +0000 bsmith Use 16x16 mini icon, and added code to draw the depressed button when using
Sun, 04 Apr 2004 18:39:17 +0000 bsmith Added icon support to dw_bitmapbutton_from_file() but it seems to be using
Sun, 04 Apr 2004 04:12:50 +0000 mhessling COlumn offsets for filesystem containers in OS/2 is 2; not 1.
Sun, 04 Apr 2004 01:58:48 +0000 bsmith Committed Icon code from Mark.
Sat, 03 Apr 2004 06:52:12 +0000 bsmith Get EMX compiling again.
Thu, 01 Apr 2004 07:48:52 +0000 bsmith Fixed optimization errors on Windows.
Thu, 01 Apr 2004 07:42:17 +0000 bsmith Move the fix, but it is just as ugly as before. ;)
Thu, 01 Apr 2004 07:39:58 +0000 bsmith Well this is an ugly fix but it will have to do for the moment.
Thu, 01 Apr 2004 07:25:38 +0000 bsmith Some splitbar optimizations, removed unneeded code and optimized crucial
Thu, 25 Mar 2004 19:52:57 +0000 bsmith More merging with Windows, removed code to reverse tabbing for vertical
Wed, 24 Mar 2004 07:43:23 +0000 bsmith Code merge with Windows, groupbox text height was being added on the wrong
Wed, 24 Mar 2004 07:37:31 +0000 bsmith Almost have the new layout code fixed, just seeing a small problem with
Wed, 24 Mar 2004 00:05:39 +0000 bsmith Don't reverse packing on vertical boxes to compensate for the inverted
Tue, 23 Mar 2004 22:37:21 +0000 bsmith More Timer cleanups, but it still stops for no apparent reason!
Tue, 23 Mar 2004 21:04:08 +0000 bsmith Correctly implemented DW_POINTER_DEFAULT on Unix.
Tue, 23 Mar 2004 20:55:18 +0000 bsmith Forgot DW_POINTER_DEFAULT on Unix.
Tue, 23 Mar 2004 20:50:41 +0000 bsmith Added DW_POINTER_DEFAULT, this will return the pointer to the default
Tue, 23 Mar 2004 20:30:12 +0000 bsmith More pointer cleanup on OS/2.
Tue, 23 Mar 2004 20:12:31 +0000 bsmith Fixed dw_window_set_pointer() for OS/2.
Tue, 23 Mar 2004 19:34:33 +0000 bsmith Fixed a typo, compat should be compat.h
Tue, 23 Mar 2004 11:00:04 +0000 bsmith Fixed dw_window_pointer() so it works on Windows. Tried to fix the
Tue, 23 Mar 2004 10:10:27 +0000 mhessling Remove extraneous arguments to dw_messagebox()
Sat, 20 Mar 2004 01:21:13 +0000 bsmith Fixes for building with Innotek GCC. Will have to check for regressions
Wed, 17 Mar 2004 18:49:14 +0000 bsmith Included Nickolay V. Shmyrev's full name in the license and source files.
Tue, 16 Mar 2004 10:47:23 +0000 bsmith Minor MDI fixes, tried to fix the y-axis problem for OS/2 boxes but it is
Tue, 16 Mar 2004 08:23:04 +0000 bsmith For whatever reason the new WS_EX_MDICHILD method is not working properly,
Tue, 16 Mar 2004 07:25:35 +0000 bsmith Implemented dw_window_set_pos/get_pos/etc.
Tue, 16 Mar 2004 06:58:18 +0000 bsmith Eliminate warnings on GTK 1.x
Tue, 16 Mar 2004 06:54:46 +0000 bsmith Added bitmaps for GTK 2.x MDI code.
Tue, 16 Mar 2004 06:53:23 +0000 bsmith Implemented dw_window_show/hide/minimize/destroy/set_text for MDI children.
Tue, 16 Mar 2004 06:18:40 +0000 bsmith Need to show the images for the MDI window buttons, since we don't use
Tue, 16 Mar 2004 02:55:04 +0000 bsmith Updated copyrights and license file.
Tue, 16 Mar 2004 02:50:42 +0000 bsmith Implemented MDI Window in Window code on GTK 2.x.