log dwt/internal/win32/OS.d @ 231:f9b2183acd62

age author description
Sun, 01 Jun 2008 11:06:38 +0200 Frank Benoit Fix OS.HIWORD, has cause a bug in Menu Show/Hide event.
Mon, 19 May 2008 02:36:32 +0200 Frank Benoit fix loading ImmSetCandidateWindow from imm32 instead of user32
Mon, 19 May 2008 01:08:45 +0200 Frank Benoit Fix tooltips for normal controls and the tray.
Sat, 17 May 2008 19:23:59 +0200 Frank Benoit Fix link error and added missing switch defaults
Sat, 17 May 2008 17:34:28 +0200 Frank Benoit Update to SWT 3.4M7
Wed, 19 Mar 2008 21:48:31 +0100 Frank Benoit Update to SWT 3.3.2
Mon, 17 Mar 2008 00:46:30 +0100 Frank Benoit dwt.program.Program
Sat, 15 Mar 2008 02:43:59 +0100 Frank Benoit don't do the theming stuff for win2k and earlier
Sat, 15 Mar 2008 00:33:19 +0100 Frank Benoit Make WinXP themes work with windows resources
Mon, 10 Mar 2008 11:31:43 +0800 Zhiguang Liang Directory Dialog ported
Thu, 21 Feb 2008 17:55:01 +0100 Frank Benoit merge
Fri, 22 Feb 2008 00:40:30 +0800 davelzg Fix tooltip bugs. by Zhiguang Liang
Thu, 21 Feb 2008 15:20:13 +0100 Frank Benoit Fix null check
Sun, 17 Feb 2008 09:30:11 -0800 John Reimer Minor cleanup and organization of Activation Context Code
Wed, 13 Feb 2008 16:30:21 +0100 Frank Benoit TreeDragSourceEffect
Wed, 13 Feb 2008 14:52:31 +0100 Frank Benoit DropTarget
Wed, 13 Feb 2008 14:24:54 +0100 Frank Benoit DragSource
Tue, 12 Feb 2008 21:25:00 +0100 Frank Benoit removed tango_sys_win32 and added all necessary bindings to the dwt.internal.win32 WINTYPES and WINAPI modules
Mon, 11 Feb 2008 22:37:58 +0100 Frank Benoit Fix removing the temp file and use the conduit from tango.io.Tempfile. Thanks doob for investigating here.
Mon, 11 Feb 2008 02:44:32 +0100 Frank Benoit Change LRESULT to class, like done in the old DWT.
Mon, 11 Feb 2008 00:56:33 +0100 Jacob Carlborg Added code that creates a manifest file in the temp directory
Fri, 08 Feb 2008 19:49:32 +0100 Frank Benoit starting OLE
Wed, 06 Feb 2008 23:59:02 +0100 Frank Benoit load imm32.dll
Wed, 06 Feb 2008 23:18:39 +0100 Frank Benoit debug
Wed, 06 Feb 2008 23:12:32 +0100 Frank Benoit debug
Wed, 06 Feb 2008 22:49:46 +0100 Frank Benoit activated loading of delayed libs
Wed, 06 Feb 2008 21:59:14 +0100 Frank Benoit CoCreateInstance
Wed, 06 Feb 2008 18:46:23 +0100 Frank Benoit FileDialog, sync dwthelper with dwt-linux, some TCHAR issues
Wed, 06 Feb 2008 16:04:41 +0100 Frank Benoit removed debug message
Wed, 06 Feb 2008 15:45:27 +0100 Frank Benoit First simple example works