Gerard Patel [Mon, 8 Oct 2001 22:15:39 +0000 (22:15 +0000)]
GetDiskFreeSpaceEx should accept an input like "C:".
Eric Pouech [Mon, 8 Oct 2001 20:57:12 +0000 (20:57 +0000)]
- fixed copy&paste bug (GENERIC_WRITE instead of GENERIC_READ)
- when getting the type of a handle, it has to be done even if no fd
is attached to it (console for example)
Hidenori Takeshima [Mon, 8 Oct 2001 20:56:08 +0000 (20:56 +0000)]
Started Implementing Video Renderer.
Started Implementing WAVE/AU/AIFF Parser.
Started Implementing file source.
Fixed some bugs.
Alexandre Julliard [Mon, 8 Oct 2001 20:42:14 +0000 (20:42 +0000)]
Renamed USER_Init into UserClientDllInitialize.
Mike McCormack [Mon, 8 Oct 2001 20:40:57 +0000 (20:40 +0000)]
Make serial fd blocking mode depend on FILE_FLAG_OVERLAPPED.
Francois Gouget [Mon, 8 Oct 2001 20:40:09 +0000 (20:40 +0000)]
Small typo fixes/updates.
Francois Gouget [Mon, 8 Oct 2001 20:37:34 +0000 (20:37 +0000)]
Move the ERR_XXX macros from winbase.h to error.c.
Francois Gouget [Mon, 8 Oct 2001 20:36:03 +0000 (20:36 +0000)]
Fix the SOCKADDR_IPX declaration.
Centralize all sockaddr_xxx conversions in ws_sockaddr_ws2u and
ws_sockaddr_u2ws.
Remove ugly casts in TRACEs.
Dmitry Timoshkov [Mon, 8 Oct 2001 20:33:08 +0000 (20:33 +0000)]
Defer edit style correction until EDITSTATE is fully initialized.
Francois Gouget [Mon, 8 Oct 2001 20:32:41 +0000 (20:32 +0000)]
_beginthread: Don't store the trampoline on the stack.
Francois Gouget [Mon, 8 Oct 2001 20:31:59 +0000 (20:31 +0000)]
Move COLORREF from wingdi.h to windef.h.
Add a prototype for GdiFlush.
Francois Gouget [Mon, 8 Oct 2001 20:30:18 +0000 (20:30 +0000)]
Wrappers must always be compiled in STRICT mode.
Alexandre Julliard [Mon, 8 Oct 2001 20:28:58 +0000 (20:28 +0000)]
Provide help even when in the NOPROCESS state.
Francois Gouget [Mon, 8 Oct 2001 20:28:36 +0000 (20:28 +0000)]
Fix infinite loop problem in wineclipsrv startup.
LaunchServer: Don't give up on the first message.
Added GetSelectionEvent: Limit CPU use and introduce timeout.
Francois Gouget [Mon, 8 Oct 2001 20:28:12 +0000 (20:28 +0000)]
Better handling of the timeout in WaitForInputIdle.
Use WAIT_FAILED rather than the corresponding literal.
Malte Starostik [Mon, 8 Oct 2001 20:27:01 +0000 (20:27 +0000)]
CreateURLMoniker takes a LPCWSTR, not a LPWSTR.
Alexandre Julliard [Fri, 5 Oct 2001 19:47:42 +0000 (19:47 +0000)]
Process pending events before sending WM_PAINT on RDW_UPDATENOW.
Alexandre Julliard [Fri, 5 Oct 2001 19:45:45 +0000 (19:45 +0000)]
Added get_file_info support to named pipes and sockets to avoid
breaking the get_handle_fd request.
Stefan Leichter [Fri, 5 Oct 2001 19:44:33 +0000 (19:44 +0000)]
Added defines for resource types RT_MESSAGETABLE, RT_VERSION.
Gerard Patel [Fri, 5 Oct 2001 19:42:24 +0000 (19:42 +0000)]
Fix sign extension problem in map_wparam_WtoA.
Malte Starostik [Fri, 5 Oct 2001 19:38:43 +0000 (19:38 +0000)]
Added IPersistPropertyBag2 and IPropertyBag2 definitions, added
missing BINDINFO member.
Johan Gill [Fri, 5 Oct 2001 19:38:14 +0000 (19:38 +0000)]
The LR_ defines do not reside in windows.h anymore.
Huw D M Davies [Fri, 5 Oct 2001 19:37:44 +0000 (19:37 +0000)]
Remove some unnecessary AddRef's.
Dmitry Timoshkov [Fri, 5 Oct 2001 19:37:19 +0000 (19:37 +0000)]
Add XK_Mode_switch to the list of ignored keysyms.
Daniel Sabo [Fri, 5 Oct 2001 19:37:04 +0000 (19:37 +0000)]
A 'fi' was needed in the last if statement.
Alexandre Julliard [Thu, 4 Oct 2001 19:08:40 +0000 (19:08 +0000)]
Alexandre Julliard [Thu, 4 Oct 2001 18:16:37 +0000 (18:16 +0000)]
Ignore RLE data that goes past the line end (found by Uwe Bonnes).
General cleanup of the RLE routines.
Nikolas Zimmermann [Thu, 4 Oct 2001 18:12:41 +0000 (18:12 +0000)]
Skip port number before calling gethostbyname.
Fix non-absolute urls.
Ove Kaaven [Thu, 4 Oct 2001 18:11:11 +0000 (18:11 +0000)]
The DISPPARAMS parameter array is a reverse-order array.
Mike McCormack [Thu, 4 Oct 2001 16:18:15 +0000 (16:18 +0000)]
Fetch a handle type in FILE_GetUnixHandle.
Alexandre Julliard [Thu, 4 Oct 2001 16:17:16 +0000 (16:17 +0000)]
Don't ignore first chance debug exceptions since it may be a
breakpoint that we set ourselves.
Bill Medland [Thu, 4 Oct 2001 16:14:43 +0000 (16:14 +0000)]
A couple of minor points about converting Windows fonts.
Ove Kaaven [Thu, 4 Oct 2001 16:14:24 +0000 (16:14 +0000)]
Implement coercion to VT_UNKNOWN from VT_DISPATCH.
Ove Kaaven [Thu, 4 Oct 2001 16:14:08 +0000 (16:14 +0000)]
ITypeInfo::Invoke should also search inherited interfaces for the
method to invoke.
ITypeInfo::GetIDsOfNames needs to do case-insensitive string
compares.
Alexandre Julliard [Wed, 3 Oct 2001 18:45:41 +0000 (18:45 +0000)]
Skip BitBlt DIB optimization if source and dest DCs have different
depths.
Gerard Patel [Wed, 3 Oct 2001 18:44:02 +0000 (18:44 +0000)]
Map a window if it is shown by a direct style change.
Ove Kaaven [Wed, 3 Oct 2001 18:42:54 +0000 (18:42 +0000)]
Don't ignore DISPATCH_METHOD in ITypeInfo::Invoke.
Guy Albertelli [Wed, 3 Oct 2001 18:42:16 +0000 (18:42 +0000)]
Fix SHAddToRecentDocs code to properly handle native Comctl32 and
missing policies location.
Huw D M Davies [Wed, 3 Oct 2001 18:41:26 +0000 (18:41 +0000)]
Looks like the SLTG_ImplInfo struct isn't a fixed size.
Ove Kaaven [Wed, 3 Oct 2001 18:40:28 +0000 (18:40 +0000)]
Corrected INVOKEKIND enumeration values.
Aric Stewart [Wed, 3 Oct 2001 18:40:10 +0000 (18:40 +0000)]
Make sure that newly allocated TLS indexes are cleared.
Andreas Mohr [Wed, 3 Oct 2001 18:39:23 +0000 (18:39 +0000)]
Better fake implementation of SetThreadExecutionState.
Alexandre Julliard [Tue, 2 Oct 2001 21:40:11 +0000 (21:40 +0000)]
Free cache DCEs if the DC gets deleted.
Alexandre Julliard [Tue, 2 Oct 2001 21:39:48 +0000 (21:39 +0000)]
Fixed typo in previous change.
Alexandre Julliard [Tue, 2 Oct 2001 20:32:58 +0000 (20:32 +0000)]
Avoid including winbase.h in generated .spec.c files.
Bill Medland [Tue, 2 Oct 2001 20:28:06 +0000 (20:28 +0000)]
Allow two connections by not releasing the wrapped library too early.
Also heavily protected and added additional trace information.
Make the Load functions static to reduce visiblity (enhance
simplicity).
Alexandre Julliard [Tue, 2 Oct 2001 18:53:59 +0000 (18:53 +0000)]
Merged mouse buttons states into the key state array.
Fixed confusion between queue state and async state.
Alexandre Julliard [Tue, 2 Oct 2001 18:45:46 +0000 (18:45 +0000)]
Removed unnecessary includes/definitions.
Ilya Konstantinov [Tue, 2 Oct 2001 18:44:56 +0000 (18:44 +0000)]
Added a _NET_WM_NAME(UTF8_STRING) property to every window.
Andriy Palamarchuk [Tue, 2 Oct 2001 18:35:32 +0000 (18:35 +0000)]
Added SYSMETRICS_Set.
Implemented SPI_SETSHOWSOUNDS action.
Andreas Mohr [Tue, 2 Oct 2001 18:28:31 +0000 (18:28 +0000)]
Make OaBuildVersion() return the highest version value possible.
Some cleanups.
Andreas Mohr [Tue, 2 Oct 2001 17:49:20 +0000 (17:49 +0000)]
Yet another documentation/message text patch.
Bill Medland [Tue, 2 Oct 2001 17:48:16 +0000 (17:48 +0000)]
Additions to how to use Docbook under RedHat (to help beginners like
me).
Added content to the bindlls section of Winelib (based on
experience).
Bill Medland [Tue, 2 Oct 2001 17:47:34 +0000 (17:47 +0000)]
Upgrade winemaker man page for the two options added at version
0.5.8.
Andreas Mohr [Tue, 2 Oct 2001 17:46:59 +0000 (17:46 +0000)]
Added WSC*InstallProvider stubs.
Gracjan Polak [Tue, 2 Oct 2001 17:44:04 +0000 (17:44 +0000)]
Added some MFC documentation (with the help of Francois Gouget).
Uwe Bonnes [Tue, 2 Oct 2001 17:40:33 +0000 (17:40 +0000)]
Check for NULL path argument in DeleteFile.
Huw D M Davies [Tue, 2 Oct 2001 17:25:55 +0000 (17:25 +0000)]
Long nameless args in SLTG apparently get denoted by 0xfffe.
Guy Albertelli [Tue, 2 Oct 2001 17:25:36 +0000 (17:25 +0000)]
Implemented dummy stub for SHChangeNotifyUpdateEntryList and
functional CIDLData_CreateFromIDArray.
Gerald Pfeifer [Tue, 2 Oct 2001 17:18:09 +0000 (17:18 +0000)]
Fix implicit type declarations. Add required cast.
Dmitry Timoshkov [Tue, 2 Oct 2001 17:17:31 +0000 (17:17 +0000)]
Remove a hack for keyboard group switching.
Always save/restore correct keyboard group index.
Explicitly ignore the keyboard group switching events.
Hidenori Takeshima [Mon, 1 Oct 2001 20:53:58 +0000 (20:53 +0000)]
Implemented CLSID_AudioRender.
Ove Kaaven [Mon, 1 Oct 2001 20:53:11 +0000 (20:53 +0000)]
Implemented DispGetParam.
Andreas Mohr [Mon, 1 Oct 2001 20:52:53 +0000 (20:52 +0000)]
Fix/document SHLWAPI ordinals 217 and 218.
Andreas Mohr [Mon, 1 Oct 2001 20:52:37 +0000 (20:52 +0000)]
Speed optimization.
Andreas Mohr [Mon, 1 Oct 2001 20:52:23 +0000 (20:52 +0000)]
Added stub for WSApSetPostRoutine.
Ove Kaaven [Mon, 1 Oct 2001 20:52:00 +0000 (20:52 +0000)]
Make MoveFileEx fail with ERROR_INVALID_PARAMETER (better than
crashing) when the source file operand is NULL.
Eric Pouech [Mon, 1 Oct 2001 20:51:44 +0000 (20:51 +0000)]
Should initialize COM before calling it.
Alexandre Julliard [Wed, 26 Sep 2001 23:11:21 +0000 (23:11 +0000)]
Fixed size check in HEAP_FindFreeBlock to make sure we also find
blocks that have the exact size needed.
Andriy Palamarchuk [Wed, 26 Sep 2001 23:08:45 +0000 (23:08 +0000)]
winemaker documentation fix.
Huw D M Davies [Wed, 26 Sep 2001 23:05:35 +0000 (23:05 +0000)]
Better handling of typelibs loaded with a trailing resource number.
The logic for determining whether an SLTG typelib has a function param
as a 'short' or 'long' type has been 'refined'.
Bill Medland [Wed, 26 Sep 2001 23:04:40 +0000 (23:04 +0000)]
Prevent calling null functions.
Francois Gouget [Wed, 26 Sep 2001 23:04:02 +0000 (23:04 +0000)]
Renamed W_OK to MSVCRT_W_OK.
Susan Farley [Wed, 26 Sep 2001 23:02:31 +0000 (23:02 +0000)]
Better formatting for PDF output.
Ove Kaaven [Tue, 25 Sep 2001 22:38:59 +0000 (22:38 +0000)]
Fixed a couple of typos.
Ove Kaaven [Tue, 25 Sep 2001 22:38:43 +0000 (22:38 +0000)]
Added ICOM_[C]THIS_MULTI macros to make it easier to implement objects
that expose multiple interfaces. Added prototypes for CoGetPSClsid and
IUnknown_*_Proxy.
Ove Kaaven [Tue, 25 Sep 2001 22:38:12 +0000 (22:38 +0000)]
Added some named pipe definitions.
Ove Kaaven [Tue, 25 Sep 2001 22:37:49 +0000 (22:37 +0000)]
Added prototype for GetHGlobalFromStream.
Ove Kaaven [Tue, 25 Sep 2001 22:37:32 +0000 (22:37 +0000)]
A failure to open a pipe should return INVALID_HANDLE_VALUE.
Hidenori Takeshima [Tue, 25 Sep 2001 22:37:04 +0000 (22:37 +0000)]
Merged some C sources.
Fixed some bugs.
Started implementing some pass-through interfaces.
Alexandre Julliard [Mon, 24 Sep 2001 01:19:59 +0000 (01:19 +0000)]
A couple of optimizations to avoid some server calls in WIN_FindWndPtr
and related functions.
Alexandre Julliard [Mon, 24 Sep 2001 01:13:48 +0000 (01:13 +0000)]
Avoid list corruption when linking window with HWND_BOTTOM (thanks to
Gerard Patel).
Francois Gouget [Mon, 24 Sep 2001 01:12:08 +0000 (01:12 +0000)]
GetTextExtentExPointW: dump the string before modifying the pointer.
Bill Medland [Mon, 24 Sep 2001 01:11:50 +0000 (01:11 +0000)]
Add support for making a build environment without editing the source
and spec files.
Guy Albertelli [Fri, 21 Sep 2001 21:43:38 +0000 (21:43 +0000)]
- Implement message loop on the client side of the scroll control.
- Move the mouse capture to after the SetFocus so that it stays
captured.
David Hammerton [Fri, 21 Sep 2001 21:39:37 +0000 (21:39 +0000)]
Fixed typos.
Guy Albertelli [Fri, 21 Sep 2001 21:39:06 +0000 (21:39 +0000)]
Implement initial version of SHAddToRecentDocs.
Alexandre Julliard [Fri, 21 Sep 2001 21:08:40 +0000 (21:08 +0000)]
Added proper support for storing window parents in the server.
Added a few requests to query the window hierarchy.
Alexandre Julliard [Fri, 21 Sep 2001 21:04:56 +0000 (21:04 +0000)]
Ignore ConfigueNotify size changes while the window is iconic.
Eric Pouech [Fri, 21 Sep 2001 21:03:53 +0000 (21:03 +0000)]
Some dumb fixes.
Mike McCormack [Fri, 21 Sep 2001 21:02:38 +0000 (21:02 +0000)]
Declare DeviceIoControl.
Andriy Palamarchuk [Fri, 21 Sep 2001 21:02:02 +0000 (21:02 +0000)]
Implemented SPI_GETSHOWSOUNDS.
Ove Kaaven [Fri, 21 Sep 2001 21:01:31 +0000 (21:01 +0000)]
Variants and safe arrays is now able to copy BSTR swith embedded null
characters. Safe arrays now handle BSTRs and variants.
Ove Kaaven [Fri, 21 Sep 2001 21:00:37 +0000 (21:00 +0000)]
Register typelib marshaling for OLE Automation-compatible interfaces.
Alexandre Julliard [Thu, 20 Sep 2001 19:33:37 +0000 (19:33 +0000)]
Fixed a couple of bugs in _except_handler3.
Andreas Mohr [Thu, 20 Sep 2001 19:32:39 +0000 (19:32 +0000)]
Added stub for GdiInit2().
Guy L. Albertelli [Thu, 20 Sep 2001 19:32:13 +0000 (19:32 +0000)]
Get more entry points from Comctl32 and save the addresses.
Guy L. Albertelli [Thu, 20 Sep 2001 19:31:54 +0000 (19:31 +0000)]
Define the SHQueryValueEx{A|W} entry points.
Aric Stewart [Thu, 20 Sep 2001 19:05:58 +0000 (19:05 +0000)]
The behavior for wsprintfA is different that for wsprintf16 in how it
handles NULLs being passed as character parameters.
Francois Gouget [Thu, 20 Sep 2001 19:05:11 +0000 (19:05 +0000)]
Fix the conversions of a command line to/from an argv array.