log os2/dw.c @ 671:c60a4f6cfae8

age author description
Sun, 27 Feb 2011 19:01:40 +0000 bsmith Implemented icon support on the Mac. In the process created a new HICN type.
Sun, 03 Oct 2010 00:34:36 +0000 mhessling Add dw_listview_insert()
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
Sun, 23 Mar 2008 04:54:30 +0000 mhessling Modify Calendar widget
Thu, 28 Sep 2006 01:42:32 +0000 mhessling dw_calendar_set_date() sets the text of the dummy calendar
Mon, 25 Sep 2006 22:16:42 +0000 mhessling Add dummy calendar widget. Need to simulate one.4?\002?\007
Sun, 22 May 2005 18:21:07 +0000 bsmith Added stubs for the HTML render on OS/2.
Sun, 17 Apr 2005 11:39:25 +0000 bsmith Thread functions should use the API/DWSIGNAL calling conventions.
Thu, 10 Feb 2005 00:38:55 +0000 bsmith Fixed incorrect calling convention on the click default handler on OS/2.
Tue, 20 Jul 2004 07:36:11 +0000 mhessling Add dw_listbox_list_append()
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()
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
Sat, 17 Apr 2004 06:14:00 +0000 bsmith Fixes for the shared memory and named semaphore code.
Sat, 17 Apr 2004 05:38:09 +0000 bsmith Added a bunch of support routines I now own due to the settlement
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 04:39:04 +0000 bsmith Try to load icons for dw_bitmapbutton_new() before bitmaps from the
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.
Sat, 03 Apr 2004 06:52:12 +0000 bsmith Get EMX compiling again.
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 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 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()
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 02:55:04 +0000 bsmith Updated copyrights and license file.
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: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.
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.
Sun, 18 Jan 2004 06:33:25 +0000 bsmith Added dw_filesystem_change_*() and testcase code from Mark in dwtest.
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
Sat, 08 Nov 2003 17:14:45 +0000 bsmith Fix compiler complaints on OS/2.
Sat, 08 Nov 2003 15:30:19 +0000 bsmith Implemented taskbar icons on windows, so I can keep feature for feature
Thu, 16 Oct 2003 08:12:01 +0000 bsmith Simplified the folder browser on OS/2, following some Unix changes.
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.
Wed, 08 Oct 2003 22:02:04 +0000 bsmith Minor formatting changes.
Wed, 08 Oct 2003 21:40:06 +0000 bsmith More menu fixes, free signal handlers and memory on OS/2, and the begining