log

age author description
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.
Fri, 12 Mar 2004 23:47:37 +0000 bsmith More function name changes for Rexx/DW compatibility.
Tue, 09 Mar 2004 05:58:52 +0000 bsmith Fixes search and replace errors.
Tue, 09 Mar 2004 03:58:54 +0000 bsmith Changes to dw_scrollbar_new().
Tue, 09 Mar 2004 03:54:21 +0000 bsmith Removed the increments parameter from dw_scrollbar_new().
Tue, 09 Mar 2004 03:27:39 +0000 bsmith Change function names to be inline with Mark Hessling's Rexx/DW.
Mon, 08 Mar 2004 03:46:17 +0000 bsmith MDI frames have no data saved on their titlebared window handles, so
Wed, 18 Feb 2004 10:26:49 +0000 mhessling Added dw_container_get_column_type and dw_filesystem_get_column_type.
Thu, 22 Jan 2004 18:51:49 +0000 bsmith Added missing calling conventions. Thanks Bastian for pointing this out.
Wed, 21 Jan 2004 06:31:41 +0000 bsmith Load the Win2K/98 functions dynamically so the same DW.DLL binary will
Sun, 18 Jan 2004 06:52:50 +0000 bsmith Another minor change.
Sun, 18 Jan 2004 06:41:04 +0000 bsmith Fix minor error in new dw_filesystem_change_*() code.
Sun, 18 Jan 2004 06:33:25 +0000 bsmith Added dw_filesystem_change_*() and testcase code from Mark in dwtest.
Sat, 17 Jan 2004 16:19:02 +0000 bsmith Only activate the container select callback when the item state changes,
Fri, 19 Dec 2003 03:25:49 +0000 mhessling Move variable definitions to after first line of code so C compilers work.
Fri, 12 Dec 2003 07:37:37 +0000 bsmith Added a GlobalID which should allow code written on GTK or Windows to work
Fri, 12 Dec 2003 07:24:39 +0000 bsmith Ok, so the code I just removed wasn't quite as bogus as I thought, but it
Fri, 12 Dec 2003 07:14:17 +0000 bsmith Fixes to the new popup menu code, removed a bogus check that was causing
Fri, 12 Dec 2003 05:45:44 +0000 bsmith No longer use global variables for dw_container_query*() so it can be
Fri, 12 Dec 2003 05:19:36 +0000 bsmith Don't use globals for keeping track of dw_container_query*() loops, allows
Fri, 12 Dec 2003 00:07:26 +0000 bsmith Fixes for dw_container_delete*() so they don't interfere with a pending
Tue, 02 Dec 2003 18:40:27 +0000 bsmith Fixed a bug in the dialog system on Unix where, gtk_main() could exit
Mon, 24 Nov 2003 18:53:07 +0000 bsmith Don't warn in dw_box_pack_*() for groupboxes.
Fri, 21 Nov 2003 21:45:40 +0000 bsmith Added some type declarations to allow better interoperability with Regina
Thu, 13 Nov 2003 21:53:13 +0000 bsmith Formatting.
Thu, 13 Nov 2003 01:13:08 +0000 bsmith Minor updates for the taskbar code.
Sat, 08 Nov 2003 17:14:45 +0000 bsmith Fix compiler complaints on OS/2.
Sat, 08 Nov 2003 16:49:44 +0000 bsmith Export the new functions.
Sat, 08 Nov 2003 15:30:19 +0000 bsmith Implemented taskbar icons on windows, so I can keep feature for feature
Sun, 19 Oct 2003 07:15:37 +0000 bsmith Delete the temporary item _after_ populating the subtree. This prevents
Thu, 16 Oct 2003 08:12:01 +0000 bsmith Simplified the folder browser on OS/2, following some Unix changes.
Thu, 16 Oct 2003 07:51:36 +0000 bsmith Fixes for GTK 2.x, and correctly check for the directory bit. NOTE:
Thu, 16 Oct 2003 06:25:59 +0000 bsmith Fixes for the Unix file browser... seems to have revealed a problem in
Wed, 15 Oct 2003 21:31:14 +0000 bsmith Initial port of the OS/2 folder browser to unix. dw_tree_get_parent()
Wed, 15 Oct 2003 18:24:31 +0000 bsmith Implemented the new tree functions and signal on Windows and exported the
Wed, 15 Oct 2003 10:17:54 +0000 bsmith New tree code fixes for GTK 2.x
Wed, 15 Oct 2003 09:59:33 +0000 bsmith Minor compile fixes.
Wed, 15 Oct 2003 09:55:28 +0000 bsmith Added two new tree functions, get_title and get_parent and finished the
Mon, 13 Oct 2003 10:37:24 +0000 mhessling Had #ifdef __EMX__ round the wrong way in dw_main_sleep(); now fixed.
Mon, 13 Oct 2003 09:13:40 +0000 bsmith Initial folder browser code for OS/2.
Fri, 10 Oct 2003 22:37:16 +0000 mhessling Remove some compiler warnings under EMX.
Fri, 10 Oct 2003 10:02:34 +0000 mhessling Add tracing code for column-click signal.
Fri, 10 Oct 2003 10:01:51 +0000 mhessling Add support for column-click signal.
Fri, 10 Oct 2003 09:26:07 +0000 mhessling Add support for column-click signal.
Fri, 10 Oct 2003 09:19:25 +0000 mhessling Support for "column-click" signal
Wed, 08 Oct 2003 22:02:04 +0000 bsmith Minor formatting changes.
Wed, 08 Oct 2003 21:59:23 +0000 bsmith Free menu memory on Windows as well.
Wed, 08 Oct 2003 21:40:06 +0000 bsmith More menu fixes, free signal handlers and memory on OS/2, and the begining
Wed, 08 Oct 2003 10:01:09 +0000 bsmith Cleanup code needs to delayed by posting to the window procedure so that
Wed, 08 Oct 2003 09:36:10 +0000 bsmith Added new code to make the menu handlers window local instead of global.
Thu, 02 Oct 2003 07:51:26 +0000 bsmith Menu item handlers are now window local, ID is still used but it is local
Fri, 08 Aug 2003 23:09:44 +0000 mhessling dw_listbox_delete() needs index+1 for end arg
Sat, 02 Aug 2003 05:04:22 +0000 mhessling Add support for DW_BROWSER to specify browser executable fir dw_browse()
Wed, 09 Jul 2003 19:50:05 +0000 bsmith Removed obsolete code from dw_box_pack_* and from dw_file_browse().
Wed, 09 Jul 2003 07:20:17 +0000 bsmith Fixes timer problems on Windows, however this may break Win95 support.
Mon, 07 Jul 2003 16:20:30 +0000 bsmith Don't unreference private pixbufs on GTK 2.x.
Mon, 07 Jul 2003 09:18:53 +0000 mhessling Add a couple of redundant dw_tree_set() calls to highlight errors with the
Wed, 02 Jul 2003 08:18:38 +0000 bsmith Don't make message boxes system modal on OS/2, it is very annoying.
Wed, 25 Jun 2003 04:43:33 +0000 bsmith Merging layout engine fix from the windows code.
Wed, 25 Jun 2003 03:39:44 +0000 bsmith Hybrid fix, seems the last change illiminated some important code that
Mon, 23 Jun 2003 22:50:18 +0000 bsmith Fixes GDI font object leak when calling dw_window_set_font() on
Mon, 23 Jun 2003 17:24:54 +0000 bsmith Eliminate unnecessary and also erroneous code segment from the resize
Mon, 23 Jun 2003 17:13:02 +0000 bsmith Testing some even further optimization.
Mon, 23 Jun 2003 16:52:21 +0000 bsmith Optimizations to the layout engine on OS/2 and Windows, eliminated 3 MUL
Mon, 23 Jun 2003 08:58:38 +0000 mhessling Allow all special keys with keypress callback.
Mon, 23 Jun 2003 08:57:45 +0000 mhessling Finally sort out correct location of text with dw_draw_text() under GTK 2.0
Tue, 17 Jun 2003 01:45:58 +0000 mhessling Add support for directory browsing under Win32. DW_DIRECTORY_OPEN can be
Mon, 09 Jun 2003 08:14:59 +0000 bsmith When a box is a groupbox, we need to add the groupbox border to both the
Tue, 03 Jun 2003 09:13:35 +0000 mhessling Add more tests for dw_pac*() functions. Throw up a messagebox if you try and