wine
22 years agoFix infinite loop problem in wineclipsrv startup.
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.

22 years agoBetter handling of the timeout in WaitForInputIdle.
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.

22 years agoCreateURLMoniker takes a LPCWSTR, not a LPWSTR.
Malte Starostik [Mon, 8 Oct 2001 20:27:01 +0000 (20:27 +0000)] 
CreateURLMoniker takes a LPCWSTR, not a LPWSTR.

22 years agoProcess pending events before sending WM_PAINT on RDW_UPDATENOW.
Alexandre Julliard [Fri, 5 Oct 2001 19:47:42 +0000 (19:47 +0000)] 
Process pending events before sending WM_PAINT on RDW_UPDATENOW.

22 years agoAdded get_file_info support to named pipes and sockets to avoid
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.

22 years agoAdded defines for resource types RT_MESSAGETABLE, RT_VERSION.
Stefan Leichter [Fri, 5 Oct 2001 19:44:33 +0000 (19:44 +0000)] 
Added defines for resource types RT_MESSAGETABLE, RT_VERSION.

22 years agoFix sign extension problem in map_wparam_WtoA.
Gerard Patel [Fri, 5 Oct 2001 19:42:24 +0000 (19:42 +0000)] 
Fix sign extension problem in map_wparam_WtoA.

22 years agoAdded IPersistPropertyBag2 and IPropertyBag2 definitions, added
Malte Starostik [Fri, 5 Oct 2001 19:38:43 +0000 (19:38 +0000)] 
Added IPersistPropertyBag2 and IPropertyBag2 definitions, added
missing  BINDINFO member.

22 years agoThe LR_ defines do not reside in windows.h anymore.
Johan Gill [Fri, 5 Oct 2001 19:38:14 +0000 (19:38 +0000)] 
The LR_ defines do not reside in windows.h anymore.

22 years agoRemove some unnecessary AddRef's.
Huw D M Davies [Fri, 5 Oct 2001 19:37:44 +0000 (19:37 +0000)] 
Remove some unnecessary AddRef's.

22 years agoAdd XK_Mode_switch to the list of ignored keysyms.
Dmitry Timoshkov [Fri, 5 Oct 2001 19:37:19 +0000 (19:37 +0000)] 
Add XK_Mode_switch to the list of ignored keysyms.

22 years agoA 'fi' was needed in the last if statement.
Daniel Sabo [Fri, 5 Oct 2001 19:37:04 +0000 (19:37 +0000)] 
A 'fi' was needed in the last if statement.

22 years agoRelease 20011004. wine-20011004
Alexandre Julliard [Thu, 4 Oct 2001 19:08:40 +0000 (19:08 +0000)] 
Release 20011004.

22 years agoIgnore RLE data that goes past the line end (found by Uwe Bonnes).
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.

22 years agoSkip port number before calling gethostbyname.
Nikolas Zimmermann [Thu, 4 Oct 2001 18:12:41 +0000 (18:12 +0000)] 
Skip port number before calling gethostbyname.
Fix non-absolute urls.

22 years agoThe DISPPARAMS parameter array is a reverse-order array.
Ove Kaaven [Thu, 4 Oct 2001 18:11:11 +0000 (18:11 +0000)] 
The DISPPARAMS parameter array is a reverse-order array.

22 years agoFetch a handle type in FILE_GetUnixHandle.
Mike McCormack [Thu, 4 Oct 2001 16:18:15 +0000 (16:18 +0000)] 
Fetch a handle type in FILE_GetUnixHandle.

22 years agoDon't ignore first chance debug exceptions since it may be a
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.

22 years agoA couple of minor points about converting Windows fonts.
Bill Medland [Thu, 4 Oct 2001 16:14:43 +0000 (16:14 +0000)] 
A couple of minor points about converting Windows fonts.

22 years agoImplement coercion to VT_UNKNOWN from VT_DISPATCH.
Ove Kaaven [Thu, 4 Oct 2001 16:14:24 +0000 (16:14 +0000)] 
Implement coercion to VT_UNKNOWN from VT_DISPATCH.

22 years agoITypeInfo::Invoke should also search inherited interfaces for the
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.

22 years agoSkip BitBlt DIB optimization if source and dest DCs have different
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.

22 years agoMap a window if it is shown by a direct style change.
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.

22 years agoDon't ignore DISPATCH_METHOD in ITypeInfo::Invoke.
Ove Kaaven [Wed, 3 Oct 2001 18:42:54 +0000 (18:42 +0000)] 
Don't ignore DISPATCH_METHOD in ITypeInfo::Invoke.

22 years agoFix SHAddToRecentDocs code to properly handle native Comctl32 and
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.

22 years agoLooks like the SLTG_ImplInfo struct isn't a fixed size.
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.

22 years agoCorrected INVOKEKIND enumeration values.
Ove Kaaven [Wed, 3 Oct 2001 18:40:28 +0000 (18:40 +0000)] 
Corrected INVOKEKIND enumeration values.

22 years agoMake sure that newly allocated TLS indexes are cleared.
Aric Stewart [Wed, 3 Oct 2001 18:40:10 +0000 (18:40 +0000)] 
Make sure that newly allocated TLS indexes are cleared.

22 years agoBetter fake implementation of SetThreadExecutionState.
Andreas Mohr [Wed, 3 Oct 2001 18:39:23 +0000 (18:39 +0000)] 
Better fake implementation of SetThreadExecutionState.

22 years agoFree cache DCEs if the DC gets deleted.
Alexandre Julliard [Tue, 2 Oct 2001 21:40:11 +0000 (21:40 +0000)] 
Free cache DCEs if the DC gets deleted.

22 years agoFixed typo in previous change.
Alexandre Julliard [Tue, 2 Oct 2001 21:39:48 +0000 (21:39 +0000)] 
Fixed typo in previous change.

22 years agoAvoid including winbase.h in generated .spec.c files.
Alexandre Julliard [Tue, 2 Oct 2001 20:32:58 +0000 (20:32 +0000)] 
Avoid including winbase.h in generated .spec.c files.

22 years agoAllow two connections by not releasing the wrapped library too early.
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).

22 years agoMerged mouse buttons states into the key state array.
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.

22 years agoRemoved unnecessary includes/definitions.
Alexandre Julliard [Tue, 2 Oct 2001 18:45:46 +0000 (18:45 +0000)] 
Removed unnecessary includes/definitions.

22 years agoAdded a _NET_WM_NAME(UTF8_STRING) property to every window.
Ilya Konstantinov [Tue, 2 Oct 2001 18:44:56 +0000 (18:44 +0000)] 
Added a _NET_WM_NAME(UTF8_STRING) property to every window.

22 years agoAdded SYSMETRICS_Set.
Andriy Palamarchuk [Tue, 2 Oct 2001 18:35:32 +0000 (18:35 +0000)] 
Added SYSMETRICS_Set.
Implemented SPI_SETSHOWSOUNDS action.

22 years agoMake OaBuildVersion() return the highest version value possible.
Andreas Mohr [Tue, 2 Oct 2001 18:28:31 +0000 (18:28 +0000)] 
Make OaBuildVersion() return the highest version value possible.
Some cleanups.

22 years agoYet another documentation/message text patch.
Andreas Mohr [Tue, 2 Oct 2001 17:49:20 +0000 (17:49 +0000)] 
Yet another documentation/message text patch.

22 years agoAdditions to how to use Docbook under RedHat (to help beginners like
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).

22 years agoUpgrade winemaker man page for the two options added at version
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.

22 years agoAdded WSC*InstallProvider stubs.
Andreas Mohr [Tue, 2 Oct 2001 17:46:59 +0000 (17:46 +0000)] 
Added WSC*InstallProvider stubs.

22 years agoAdded some MFC documentation (with the help of Francois Gouget).
Gracjan Polak [Tue, 2 Oct 2001 17:44:04 +0000 (17:44 +0000)] 
Added some MFC documentation (with the help of Francois Gouget).

22 years agoCheck for NULL path argument in DeleteFile.
Uwe Bonnes [Tue, 2 Oct 2001 17:40:33 +0000 (17:40 +0000)] 
Check for NULL path argument in DeleteFile.

22 years agoLong nameless args in SLTG apparently get denoted by 0xfffe.
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.

22 years agoImplemented dummy stub for SHChangeNotifyUpdateEntryList and
Guy Albertelli [Tue, 2 Oct 2001 17:25:36 +0000 (17:25 +0000)] 
Implemented dummy stub for SHChangeNotifyUpdateEntryList and
functional CIDLData_CreateFromIDArray.

22 years agoFix implicit type declarations. Add required cast.
Gerald Pfeifer [Tue, 2 Oct 2001 17:18:09 +0000 (17:18 +0000)] 
Fix implicit type declarations. Add required cast.

22 years agoRemove a hack for keyboard group switching.
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.

22 years agoImplemented CLSID_AudioRender.
Hidenori Takeshima [Mon, 1 Oct 2001 20:53:58 +0000 (20:53 +0000)] 
Implemented CLSID_AudioRender.

22 years agoImplemented DispGetParam.
Ove Kaaven [Mon, 1 Oct 2001 20:53:11 +0000 (20:53 +0000)] 
Implemented DispGetParam.

22 years agoFix/document SHLWAPI ordinals 217 and 218.
Andreas Mohr [Mon, 1 Oct 2001 20:52:53 +0000 (20:52 +0000)] 
Fix/document SHLWAPI ordinals 217 and 218.

22 years agoSpeed optimization.
Andreas Mohr [Mon, 1 Oct 2001 20:52:37 +0000 (20:52 +0000)] 
Speed optimization.

22 years agoAdded stub for WSApSetPostRoutine.
Andreas Mohr [Mon, 1 Oct 2001 20:52:23 +0000 (20:52 +0000)] 
Added stub for WSApSetPostRoutine.

22 years agoMake MoveFileEx fail with ERROR_INVALID_PARAMETER (better than
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.

22 years agoShould initialize COM before calling it.
Eric Pouech [Mon, 1 Oct 2001 20:51:44 +0000 (20:51 +0000)] 
Should initialize COM before calling it.

22 years agoFixed size check in HEAP_FindFreeBlock to make sure we also find
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.

22 years agowinemaker documentation fix.
Andriy Palamarchuk [Wed, 26 Sep 2001 23:08:45 +0000 (23:08 +0000)] 
winemaker documentation fix.

22 years agoBetter handling of typelibs loaded with a trailing resource number.
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'.

22 years agoPrevent calling null functions.
Bill Medland [Wed, 26 Sep 2001 23:04:40 +0000 (23:04 +0000)] 
Prevent calling null functions.

22 years agoRenamed W_OK to MSVCRT_W_OK.
Francois Gouget [Wed, 26 Sep 2001 23:04:02 +0000 (23:04 +0000)] 
Renamed W_OK to MSVCRT_W_OK.

22 years agoBetter formatting for PDF output.
Susan Farley [Wed, 26 Sep 2001 23:02:31 +0000 (23:02 +0000)] 
Better formatting for PDF output.

22 years agoFixed a couple of typos.
Ove Kaaven [Tue, 25 Sep 2001 22:38:59 +0000 (22:38 +0000)] 
Fixed a couple of typos.

22 years agoAdded ICOM_[C]THIS_MULTI macros to make it easier to implement objects
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.

22 years agoAdded some named pipe definitions.
Ove Kaaven [Tue, 25 Sep 2001 22:38:12 +0000 (22:38 +0000)] 
Added some named pipe definitions.

22 years agoAdded prototype for GetHGlobalFromStream.
Ove Kaaven [Tue, 25 Sep 2001 22:37:49 +0000 (22:37 +0000)] 
Added prototype for GetHGlobalFromStream.

22 years agoA failure to open a pipe should return INVALID_HANDLE_VALUE.
Ove Kaaven [Tue, 25 Sep 2001 22:37:32 +0000 (22:37 +0000)] 
A failure to open a pipe should return INVALID_HANDLE_VALUE.

22 years agoMerged some C sources.
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.

22 years agoA couple of optimizations to avoid some server calls in WIN_FindWndPtr
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.

22 years agoAvoid list corruption when linking window with HWND_BOTTOM (thanks to
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).

22 years agoGetTextExtentExPointW: dump the string before modifying the pointer.
Francois Gouget [Mon, 24 Sep 2001 01:12:08 +0000 (01:12 +0000)] 
GetTextExtentExPointW: dump the string before modifying the pointer.

22 years agoAdd support for making a build environment without editing the source
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.

22 years ago- Implement message loop on the client side of the scroll control.
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.

22 years agoFixed typos.
David Hammerton [Fri, 21 Sep 2001 21:39:37 +0000 (21:39 +0000)] 
Fixed typos.

22 years agoImplement initial version of SHAddToRecentDocs.
Guy Albertelli [Fri, 21 Sep 2001 21:39:06 +0000 (21:39 +0000)] 
Implement initial version of SHAddToRecentDocs.

22 years agoAdded proper support for storing window parents in the server.
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.

22 years agoIgnore ConfigueNotify size changes while the window is iconic.
Alexandre Julliard [Fri, 21 Sep 2001 21:04:56 +0000 (21:04 +0000)] 
Ignore ConfigueNotify size changes while the window is iconic.

22 years agoSome dumb fixes.
Eric Pouech [Fri, 21 Sep 2001 21:03:53 +0000 (21:03 +0000)] 
Some dumb fixes.

22 years agoDeclare DeviceIoControl.
Mike McCormack [Fri, 21 Sep 2001 21:02:38 +0000 (21:02 +0000)] 
Declare DeviceIoControl.

22 years agoImplemented SPI_GETSHOWSOUNDS.
Andriy Palamarchuk [Fri, 21 Sep 2001 21:02:02 +0000 (21:02 +0000)] 
Implemented SPI_GETSHOWSOUNDS.

22 years agoVariants and safe arrays is now able to copy BSTR swith embedded null
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.

22 years agoRegister typelib marshaling for OLE Automation-compatible interfaces.
Ove Kaaven [Fri, 21 Sep 2001 21:00:37 +0000 (21:00 +0000)] 
Register typelib marshaling for OLE Automation-compatible interfaces.

22 years agoFixed a couple of bugs in _except_handler3.
Alexandre Julliard [Thu, 20 Sep 2001 19:33:37 +0000 (19:33 +0000)] 
Fixed a couple of bugs in _except_handler3.

22 years agoAdded stub for GdiInit2().
Andreas Mohr [Thu, 20 Sep 2001 19:32:39 +0000 (19:32 +0000)] 
Added stub for GdiInit2().

22 years agoGet more entry points from Comctl32 and save the addresses.
Guy L. Albertelli [Thu, 20 Sep 2001 19:32:13 +0000 (19:32 +0000)] 
Get more entry points from Comctl32 and save the addresses.

22 years agoDefine the SHQueryValueEx{A|W} entry points.
Guy L. Albertelli [Thu, 20 Sep 2001 19:31:54 +0000 (19:31 +0000)] 
Define the SHQueryValueEx{A|W} entry points.

22 years agoThe behavior for wsprintfA is different that for wsprintf16 in how it
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.

22 years agoFix the conversions of a command line to/from an argv array.
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.

22 years agoImplement most of the MRU related functions.
Guy Albertelli [Thu, 20 Sep 2001 18:58:43 +0000 (18:58 +0000)] 
Implement most of the MRU related functions.

22 years agoAdd support for the +snoop style output.
Guy Albertelli [Thu, 20 Sep 2001 18:58:25 +0000 (18:58 +0000)] 
Add support for the +snoop style output.

22 years agoFix mapping of DEFAULT_CHARSET.
Huw D M Davies [Thu, 20 Sep 2001 18:58:05 +0000 (18:58 +0000)] 
Fix mapping of DEFAULT_CHARSET.

22 years agoFixed mouse position processing for use with a touchscreen.
Brad Campbell [Wed, 19 Sep 2001 22:41:22 +0000 (22:41 +0000)] 
Fixed mouse position processing for use with a touchscreen.

22 years agoImplemented ISeekingPassThru.
Hidenori Takeshima [Wed, 19 Sep 2001 22:39:34 +0000 (22:39 +0000)] 
Implemented ISeekingPassThru.

22 years agoUpdates and error message improvements.
Andreas Mohr [Wed, 19 Sep 2001 22:34:38 +0000 (22:34 +0000)] 
Updates and error message improvements.

22 years agoChanged MDICreateChild to support CW_USEDEFAULT for 16-bit MDI
Joshua Thielen [Wed, 19 Sep 2001 22:33:01 +0000 (22:33 +0000)] 
Changed MDICreateChild to support CW_USEDEFAULT for 16-bit MDI
windows.

22 years agoFixed a couple of bugs in WIN_SetWindowLong caused by previous
Alexandre Julliard [Wed, 19 Sep 2001 22:31:15 +0000 (22:31 +0000)] 
Fixed a couple of bugs in WIN_SetWindowLong caused by previous
change.

22 years agoFix the definition of structs NUMBERFMT* and CURRENCYFMT*.
Francois Gouget [Wed, 19 Sep 2001 22:28:00 +0000 (22:28 +0000)] 
Fix the definition of structs NUMBERFMT* and CURRENCYFMT*.
Add, fix and move prototypes from winbase.h to winnls.h.

22 years agoFix problem comparing pidls and return correct code.
Guy Albertelli [Wed, 19 Sep 2001 22:26:53 +0000 (22:26 +0000)] 
Fix problem comparing pidls and return correct code.

22 years agoAdded russian layout with phantom key.
Andriy Palamarchuk [Wed, 19 Sep 2001 22:26:15 +0000 (22:26 +0000)] 
Added russian layout with phantom key.

22 years agoRemove macros that should not be there (cause conflicts in WineLib).
Francois Gouget [Wed, 19 Sep 2001 22:25:52 +0000 (22:25 +0000)] 
Remove macros that should not be there (cause conflicts in WineLib).
Add corresponding comments in spy.c.

22 years agoRemove duplicate definition of _tmain.
Francois Gouget [Wed, 19 Sep 2001 22:24:54 +0000 (22:24 +0000)] 
Remove duplicate definition of _tmain.
Add definitions for __targv and _tenviron.