log os2/dw.c @ 531:79696a852401

age author description
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
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
Wed, 09 Jul 2003 19:50:05 +0000 bsmith Removed obsolete code from dw_box_pack_* and from dw_file_browse().
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.
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, 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
Thu, 29 May 2003 09:18:54 +0000 bsmith Only throw up the messagebox when expand and size are both 0 and the item
Tue, 27 May 2003 03:41:57 +0000 mhessling Check for inconsistent parameters in dw_box_pack_start() and
Sun, 18 May 2003 08:42:10 +0000 bsmith Division by zero fix in the layout engine.
Thu, 15 May 2003 04:03:03 +0000 bsmith Fix a crash in dw_window_pointer when the window handle is HWND_DESKTOP.
Thu, 15 May 2003 03:38:44 +0000 bsmith Changes to calculate groupbox border widths and take this into account
Mon, 12 May 2003 21:19:15 +0000 bsmith Use dW_box_new() instead of WinCreateWindow() to make the container window
Sun, 11 May 2003 00:45:09 +0000 bsmith Minor fix, we need to check the parent of the container widget instead of
Sun, 11 May 2003 00:33:33 +0000 bsmith Ok, so that last fix has some problems, this new fix is a hybrid of the
Sat, 10 May 2003 10:33:54 +0000 bsmith An even better combobox drawing fix. Only add 100 pixels to the size of
Fri, 09 May 2003 12:54:51 +0000 mhessling Add flags parameter to dw_messagebox() to specify buttons and icon displayed.
Sun, 27 Apr 2003 23:00:35 +0000 bsmith Fixes for drawing of the combobox on OS/2. It now queries the entryfield
Sun, 27 Apr 2003 20:27:59 +0000 bsmith dw_draw_text() now draws the background color on OS/2 as well.
Sun, 27 Apr 2003 18:34:48 +0000 bsmith Updated the license information, and copyrights. Code to do background
Sun, 27 Apr 2003 17:05:13 +0000 bsmith Ug, missed a break statement.
Sun, 27 Apr 2003 16:56:25 +0000 bsmith Bitmap buttons now display properly when disabled. Also fixes to bitmap
Sun, 27 Apr 2003 05:43:18 +0000 bsmith Code to do the OS/2 style indent when the button is pressed.
Sun, 27 Apr 2003 05:39:05 +0000 bsmith Implemented dw_bitmapbutton_new_from_file() on OS/2, and fixed
Thu, 24 Apr 2003 04:54:55 +0000 bsmith Fixed using the default font in the bubble help.
Sun, 20 Apr 2003 14:58:11 +0000 bsmith Use 8.Helv as the default font before Warp 4.
Fri, 18 Apr 2003 16:00:24 +0000 bsmith Guess I should probably make sure they are trying to load a file
Mon, 14 Apr 2003 13:47:20 +0000 bsmith Removed slider flags and container selection flags from the header file.
Fri, 11 Apr 2003 13:58:05 +0000 bsmith Simplified dw_notebook_page_new code.
Fri, 11 Apr 2003 13:35:50 +0000 bsmith Implemented switch-page on OS/2, and changed the signal prototype to