wine
19 years agoAdded the word "FLOAT" to be recognized as argument type float.
Peter Berg Larsen [Mon, 3 Jan 2005 20:16:23 +0000 (20:16 +0000)] 
Added the word "FLOAT" to be recognized as argument type float.

19 years agoDefine DirectPlayLobbyCreate to be either the W or A version.
Peter Berg Larsen [Mon, 3 Jan 2005 20:15:56 +0000 (20:15 +0000)] 
Define DirectPlayLobbyCreate to be either the W or A version.

19 years agoAdded some defines concerning SChannel CSPs.
Michael Jung [Mon, 3 Jan 2005 20:14:49 +0000 (20:14 +0000)] 
Added some defines concerning SChannel CSPs.

19 years agoAdhere to const'ness of the input data in encrypt_block_impl.
Michael Jung [Mon, 3 Jan 2005 20:14:03 +0000 (20:14 +0000)] 
Adhere to const'ness of the input data in encrypt_block_impl.

19 years agoAdd comments, fix negative value from GetCurFocus.
Vitaly Lipatov [Mon, 3 Jan 2005 20:12:42 +0000 (20:12 +0000)] 
Add comments, fix negative value from GetCurFocus.

19 years agoUse ExitProcess to terminate the process in ExitWindowsEx so that it
Alexandre Julliard [Mon, 3 Jan 2005 20:11:23 +0000 (20:11 +0000)] 
Use ExitProcess to terminate the process in ExitWindowsEx so that it
gets a chance to clean things up.

19 years agoAdd some missing declarations in the spec file.
Mike McCormack [Mon, 3 Jan 2005 20:10:45 +0000 (20:10 +0000)] 
Add some missing declarations in the spec file.

19 years agoGet rid of W->A calls.
Jacek Caban [Mon, 3 Jan 2005 20:09:22 +0000 (20:09 +0000)] 
Get rid of W->A calls.

19 years agoGet rid of DPRINTF.
Diego Pettenò [Mon, 3 Jan 2005 20:04:54 +0000 (20:04 +0000)] 
Get rid of DPRINTF.

19 years agoImprove progress bar tracking.
Aric Stewart [Mon, 3 Jan 2005 20:00:13 +0000 (20:00 +0000)] 
Improve progress bar tracking.

19 years agoWarning fixes.
Alexandre Julliard [Mon, 3 Jan 2005 17:15:37 +0000 (17:15 +0000)] 
Warning fixes.

19 years agoStub implementations for GetKernelObjectSecurity,
Hans Leidekker [Mon, 3 Jan 2005 17:12:51 +0000 (17:12 +0000)] 
Stub implementations for GetKernelObjectSecurity,
GetPrivateObjectSecurity, GetServiceKeyName{A,W},
ImpersonateNamedPipeClient, InitiateSystemShutdown{A,W},
IsTokenRestricted, LogonUser{A,W}, LookupAccountNameW,
LookupPrivilegeDisplayName{A,W}, MapGenericMask,
ObjectCloseAuditAlarm{A,W}, ObjectOpenAuditAlarm{A,W},
ObjectPrivilegeAuditAlarm{A,W}, PrivilegedServiceAuditAlarm{A,W},
QueryServiceLockStatus{A,W}, SetAclInformation,
SetPrivateObjectSecurity, SetSecurityDescriptorControl,
SetServiceBits, LsaSetInformationPolicy, LsaLookupNames,
LsaEnumerateTrustedDomains.

19 years agoDocumentation fix.
Jon Griffiths [Mon, 3 Jan 2005 17:09:55 +0000 (17:09 +0000)] 
Documentation fix.

19 years agoImplement and test URLIS_URL flag in UrlIs().
Hans Leidekker [Mon, 3 Jan 2005 17:08:40 +0000 (17:08 +0000)] 
Implement and test URLIS_URL flag in UrlIs().

19 years agoAdded registration/unregistration of media types.
Christian Costa [Mon, 3 Jan 2005 17:05:47 +0000 (17:05 +0000)] 
Added registration/unregistration of media types.

19 years agoImplement CreateIProp & most of MAPI's IMAPIProp & IPropData ifaces.
Jon Griffiths [Mon, 3 Jan 2005 17:05:02 +0000 (17:05 +0000)] 
Implement CreateIProp & most of MAPI's IMAPIProp & IPropData ifaces.
Implement FBadEntryList and make FBadProp use it.
Test CreateIProp, start of tests for IPropData interface.

19 years agoStub implementations for GetAltTabInfo{A,W}.
Hans Leidekker [Mon, 3 Jan 2005 17:02:34 +0000 (17:02 +0000)] 
Stub implementations for GetAltTabInfo{A,W}.
Forward GetAltTabInfo to GetAltTabInfoA.

19 years agoConverted system metrics to Unicode.
Justin Chevrier [Mon, 3 Jan 2005 16:59:41 +0000 (16:59 +0000)] 
Converted system metrics to Unicode.

19 years ago- If given the EWX_FORCE flag, ExitWindowsEx() should not send the
Francois Gouget [Mon, 3 Jan 2005 16:57:02 +0000 (16:57 +0000)] 
- If given the EWX_FORCE flag, ExitWindowsEx() should not send the
  WM_{QUERY}ENDSESSION messages.
- Add support for EWX_FORCEIFHUNG.
- ExitWindowsEx() should return true if it succeeds, even if the user
  cancels the shutdown.
- Don't crash if there are no windows.

19 years agoAdd and fix some stubs.
Steven Edwards [Mon, 3 Jan 2005 16:54:43 +0000 (16:54 +0000)] 
Add and fix some stubs.

19 years agoUpdate copyright info for the new year.
Ivan Leo Puoti [Mon, 3 Jan 2005 16:53:50 +0000 (16:53 +0000)] 
Update copyright info for the new year.

19 years agoGet rid of HEAP_strdupWtoA calls.
Jacek Caban [Mon, 3 Jan 2005 16:07:37 +0000 (16:07 +0000)] 
Get rid of HEAP_strdupWtoA calls.

19 years agoBe sure that set paths are terminated with a backslash.
Aric Stewart [Mon, 3 Jan 2005 16:06:44 +0000 (16:06 +0000)] 
Be sure that set paths are terminated with a backslash.

19 years agoDo not check for non NULL pointer before HeapFree'ing it. It's
Michael Stefaniuc [Mon, 3 Jan 2005 14:56:42 +0000 (14:56 +0000)] 
Do not check for non NULL pointer before HeapFree'ing it. It's
redundant.

19 years agoSome missing const correctness fixes.
Eric Pouech [Mon, 3 Jan 2005 14:50:12 +0000 (14:50 +0000)] 
Some missing const correctness fixes.

19 years agoAdded partial VxD support.
Robert Reif [Mon, 3 Jan 2005 14:48:49 +0000 (14:48 +0000)] 
Added partial VxD support.

19 years agoAdd comment about CLIPBOARD_SetClipboardOwner.
Ulrich Czekalla [Mon, 3 Jan 2005 14:47:33 +0000 (14:47 +0000)] 
Add comment about CLIPBOARD_SetClipboardOwner.

19 years agoDebug fixes and cleanup.
Dimitrie O. Paun [Mon, 3 Jan 2005 14:46:40 +0000 (14:46 +0000)] 
Debug fixes and cleanup.

19 years agoAdded Spanish translation.
José Manuel Ferrer Ortiz [Mon, 3 Jan 2005 14:45:36 +0000 (14:45 +0000)] 
Added Spanish translation.

19 years ago- Finish off the "Remove Application" button.
Mike Hearn [Mon, 3 Jan 2005 14:45:05 +0000 (14:45 +0000)] 
- Finish off the "Remove Application" button.
- Allow removal of keys from the overlay.
- One or two whitespace fixes.

19 years ago- Do not print FIXME in X11DRV_GetKeyboardLayout if dwThreadid
Dmitry Timoshkov [Mon, 3 Jan 2005 14:44:27 +0000 (14:44 +0000)] 
- Do not print FIXME in X11DRV_GetKeyboardLayout if dwThreadid
  identifies current thread.
- Make X11DRV_GetKeyboardLayoutList follow the same rule as
  X11DRV_GetKeyboardLayout and X11DRV_GetKeyboardLayoutName for CJK
  locales.
- There is no need to have 0xe001 in the high word of Japanese
  keyboard layouts lcids in main_key_tab, the above APIs take care of
  it.
- High word of a returned keyboard layout duplicates low word for non
  CJK locales under Windows.

19 years agoFixed some regressions from the previous change.
Eric Pouech [Mon, 3 Jan 2005 14:43:15 +0000 (14:43 +0000)] 
Fixed some regressions from the previous change.

19 years agoHandle correctly DDSD_LINEARSIZE flag for FOURCC textures.
Christian Costa [Mon, 3 Jan 2005 14:41:08 +0000 (14:41 +0000)] 
Handle correctly DDSD_LINEARSIZE flag for FOURCC textures.

19 years agoAdd test for the listbox item height.
Dimitrie O. Paun [Mon, 3 Jan 2005 14:40:13 +0000 (14:40 +0000)] 
Add test for the listbox item height.

19 years agoImplemented DllCanUnloadNow.
Jacek Caban [Mon, 3 Jan 2005 14:39:51 +0000 (14:39 +0000)] 
Implemented DllCanUnloadNow.

19 years agoGet rid of W->A call.
Jacek Caban [Mon, 3 Jan 2005 14:39:08 +0000 (14:39 +0000)] 
Get rid of W->A call.

19 years agoTypos/grammar fixes.
Jon Griffiths [Mon, 3 Jan 2005 14:38:03 +0000 (14:38 +0000)] 
Typos/grammar fixes.

19 years agoConst correctness fix.
Jon Griffiths [Mon, 3 Jan 2005 14:37:41 +0000 (14:37 +0000)] 
Const correctness fix.

19 years agoUse Ascii functions explicitly.
Jon Griffiths [Mon, 3 Jan 2005 14:36:47 +0000 (14:36 +0000)] 
Use Ascii functions explicitly.

19 years agoSS_CENTERIMAGE has been implemented.
Dimitrie O. Paun [Mon, 3 Jan 2005 14:36:25 +0000 (14:36 +0000)] 
SS_CENTERIMAGE has been implemented.

19 years agoImplemented parallel hashing in CPEncrypt and CPDecrypt.
Michael Jung [Mon, 3 Jan 2005 14:35:35 +0000 (14:35 +0000)] 
Implemented parallel hashing in CPEncrypt and CPDecrypt.
Implemented CPHashSessionKey.

19 years agoComment out an assert, as we don't yet implement IRemUnknown.
Mike Hearn [Mon, 3 Jan 2005 14:34:09 +0000 (14:34 +0000)] 
Comment out an assert, as we don't yet implement IRemUnknown.

19 years agoStub implementations for GetLogColorSpace{A,W}.
Hans Leidekker [Mon, 3 Jan 2005 14:33:07 +0000 (14:33 +0000)] 
Stub implementations for GetLogColorSpace{A,W}.

19 years agoStub implementations for EnumDateFormatsEx{A,W}.
Hans Leidekker [Mon, 3 Jan 2005 14:32:16 +0000 (14:32 +0000)] 
Stub implementations for EnumDateFormatsEx{A,W}.

19 years agoStub implementations for RasConnectionNotification{A,W},
Hans Leidekker [Mon, 3 Jan 2005 14:30:14 +0000 (14:30 +0000)] 
Stub implementations for RasConnectionNotification{A,W},
RasCreatePhonebookEntry{A,W}, RasDeleteSubEntry{A,W}, RasDial{A,W},
RasEditPhonebookEntry{A,W}, RasGetConnectStatus{A,W},
RasGetEntryDialParamsW, RasHangUpW, RasGetEntryPropertiesW,
RasGetErrorString{A,W}, RasGetProjectionInfo{A,W},
RasRenameEntry{A,W}, RasSetEntryDialParams{A,W},
RasSetSubEntryProperties{A,W}.

19 years agoFree allocated buffers.
Aric Stewart [Mon, 3 Jan 2005 14:29:09 +0000 (14:29 +0000)] 
Free allocated buffers.

19 years agoRemove obsolete info.
Hans Leidekker [Mon, 3 Jan 2005 14:27:23 +0000 (14:27 +0000)] 
Remove obsolete info.

19 years agoAdded optional, defaultvalue and vararg.
Jacek Caban [Mon, 3 Jan 2005 14:26:17 +0000 (14:26 +0000)] 
Added optional, defaultvalue and vararg.

19 years agoSmall bugfixes backported from the LibTomCrypt v1.0rc1 release.
Michael Jung [Mon, 3 Jan 2005 14:25:12 +0000 (14:25 +0000)] 
Small bugfixes backported from the LibTomCrypt v1.0rc1 release.

19 years agoAdd definition of IInternalUnknown.
Robert Shearman [Mon, 3 Jan 2005 14:23:33 +0000 (14:23 +0000)] 
Add definition of IInternalUnknown.

20 years agoImplement thread safety for records.
Mike McCormack [Mon, 27 Dec 2004 19:29:33 +0000 (19:29 +0000)] 
Implement thread safety for records.

20 years ago- Move named pipe macros into rpc.c.
Robert Shearman [Mon, 27 Dec 2004 19:27:57 +0000 (19:27 +0000)] 
- Move named pipe macros into rpc.c.
- Remove unneeded function.

20 years agoImplement COM local servers using table marshaling to avoid doing the
Robert Shearman [Mon, 27 Dec 2004 19:24:55 +0000 (19:24 +0000)] 
Implement COM local servers using table marshaling to avoid doing the
marshaling in a child thread where COM has not been initialized.

20 years ago- Implement the COM stub manager, refactor the current stub code.
Mike Hearn [Mon, 27 Dec 2004 19:21:47 +0000 (19:21 +0000)] 
- Implement the COM stub manager, refactor the current stub code.
- Begin implementing interface stubs.

20 years agoParse out the full features by using the ',' character and do
Aric Stewart [Mon, 27 Dec 2004 19:12:35 +0000 (19:12 +0000)] 
Parse out the full features by using the ',' character and do
comparisons based on the full feature names.

20 years agoContinue when a duplicate component is found and loaded.
Aric Stewart [Mon, 27 Dec 2004 19:09:16 +0000 (19:09 +0000)] 
Continue when a duplicate component is found and loaded.

20 years ago- Rework how we handle Feature and Component States. I have confirmed
Aric Stewart [Mon, 27 Dec 2004 19:06:22 +0000 (19:06 +0000)] 
- Rework how we handle Feature and Component States. I have confirmed
  from testing that, although documented nowhere, having ADDLOCAL on
  the install line overrides INSTALLLEVEL.
- Track all files extracted from cabinents as tempfiles so they can be
  removed at the end of the install to not leave uninstalled but
  uncabbed files laying around.

20 years agoMove Install Features selection and evaluation into CostFinalize.
Aric Stewart [Mon, 27 Dec 2004 19:02:59 +0000 (19:02 +0000)] 
Move Install Features selection and evaluation into CostFinalize.

20 years agoAllow for end of install actions.
Aric Stewart [Mon, 27 Dec 2004 19:00:26 +0000 (19:00 +0000)] 
Allow for end of install actions.

20 years ago- Create the shortcut directory if it does not exist.
Aric Stewart [Mon, 27 Dec 2004 18:56:30 +0000 (18:56 +0000)] 
- Create the shortcut directory if it does not exist.
- Set the INSTALLLEVEL in CostFinalize if it is not set.

20 years agoEliminate some fixed length buffers.
Aric Stewart [Mon, 27 Dec 2004 18:50:00 +0000 (18:50 +0000)] 
Eliminate some fixed length buffers.

20 years agoFix CreateService's error code for a service that already exists.
Mike McCormack [Mon, 27 Dec 2004 17:44:47 +0000 (17:44 +0000)] 
Fix CreateService's error code for a service that already exists.

20 years agoInclude a System16Folder definition.
Aric Stewart [Mon, 27 Dec 2004 17:43:37 +0000 (17:43 +0000)] 
Include a System16Folder definition.

20 years agoAdded IInternetBindInfo, IInternetProtocolRoot, IInternetProtocolSink
Jacek Caban [Mon, 27 Dec 2004 17:41:58 +0000 (17:41 +0000)] 
Added IInternetBindInfo, IInternetProtocolRoot, IInternetProtocolSink
and IInternetProtocol declarations.

20 years agoCorrect cases where arguments of ok() calls depend on the order in
Rein Klazes [Mon, 27 Dec 2004 17:26:37 +0000 (17:26 +0000)] 
Correct cases where arguments of ok() calls depend on the order in
which they are evaluated.

20 years agoStub implementations for GetICMProfileW, SetICMProfile{A,W},
Hans Leidekker [Mon, 27 Dec 2004 17:23:17 +0000 (17:23 +0000)] 
Stub implementations for GetICMProfileW, SetICMProfile{A,W},
UpdateICMRegKey{A,W}.
Forward UpdateICMRegKey to UpdateICMRegKeyA.

20 years agoFix typelib generation of CARRAYs.
Huw Davies [Mon, 27 Dec 2004 17:19:26 +0000 (17:19 +0000)] 
Fix typelib generation of CARRAYs.

20 years agoFix non-RTDSC case for QueryPerformanceFrequency.
Lionel Ulmer [Mon, 27 Dec 2004 17:16:39 +0000 (17:16 +0000)] 
Fix non-RTDSC case for QueryPerformanceFrequency.

20 years agoInitialize the COM libraries for the newly created worker thread in
Christian Costa [Mon, 27 Dec 2004 17:15:58 +0000 (17:15 +0000)] 
Initialize the COM libraries for the newly created worker thread in
the AVI splitter.
Fixed some returned error codes.
Show refcount in the AddRef/Release traces in filter.
Added 24 bits source in the video renderer.

20 years agoGenerate only wanted files.
Vincent Béron [Mon, 27 Dec 2004 17:13:25 +0000 (17:13 +0000)] 
Generate only wanted files.

20 years agoFake line sweeping of the monitor.
Christian Costa [Mon, 27 Dec 2004 17:12:55 +0000 (17:12 +0000)] 
Fake line sweeping of the monitor.

20 years agoDon't use RtlCreateUnicodeStringFromAsciiz, it doesn't preserve NULL.
Mike McCormack [Mon, 27 Dec 2004 17:10:31 +0000 (17:10 +0000)] 
Don't use RtlCreateUnicodeStringFromAsciiz, it doesn't preserve NULL.

20 years agoEnable asynchronous dll custom action calls.
Aric Stewart [Mon, 27 Dec 2004 17:09:40 +0000 (17:09 +0000)] 
Enable asynchronous dll custom action calls.

20 years agoStub implementation for AtlModuleRegisterServer.
Mike McCormack [Mon, 27 Dec 2004 17:08:08 +0000 (17:08 +0000)] 
Stub implementation for AtlModuleRegisterServer.

20 years agoInitialize dwOSVersionInfoSize in GlobalMemoryStatus.
Paul Vriens [Mon, 27 Dec 2004 17:06:18 +0000 (17:06 +0000)] 
Initialize dwOSVersionInfoSize in GlobalMemoryStatus.

20 years agoFix test failure on Windows 2000.
Jakob Eriksson [Mon, 27 Dec 2004 17:04:38 +0000 (17:04 +0000)] 
Fix test failure on Windows 2000.

20 years agoFixed defining DIIDs.
Jacek Caban [Mon, 27 Dec 2004 17:04:00 +0000 (17:04 +0000)] 
Fixed defining DIIDs.

20 years agoFix Xlib locking in create_desktop.
Mike Hearn [Mon, 27 Dec 2004 17:03:15 +0000 (17:03 +0000)] 
Fix Xlib locking in create_desktop.

20 years agoPropagate apartments through the intermediate threads, make listener
Mike Hearn [Mon, 27 Dec 2004 16:59:28 +0000 (16:59 +0000)] 
Propagate apartments through the intermediate threads, make listener
thread apartment scoped.

20 years agoStub implementations for AVIMakeStreamFromClipboard, AVISave{A,W}.
Hans Leidekker [Mon, 27 Dec 2004 16:58:18 +0000 (16:58 +0000)] 
Stub implementations for AVIMakeStreamFromClipboard, AVISave{A,W}.
Forward AVIBuildFilter, AVIFileCreateStream, AVIFileOpen, AVISave,
EditStreamSetInfo, EditStreamSetName to their respective *A variants.

20 years agoThe flag for a mouse button down in the structure returned by
Neil Olver [Mon, 27 Dec 2004 16:55:41 +0000 (16:55 +0000)] 
The flag for a mouse button down in the structure returned by
GetDeviceState should be 0x80 (only the high bit set), not 0xff.

20 years agoDo not check for non NULL pointer before HeapFree'ing it. It's
Michael Stefaniuc [Thu, 23 Dec 2004 17:06:43 +0000 (17:06 +0000)] 
Do not check for non NULL pointer before HeapFree'ing it. It's
redundant.

20 years agoImplemented DceErrorInqText.
Bill Medland [Thu, 23 Dec 2004 11:29:54 +0000 (11:29 +0000)] 
Implemented DceErrorInqText.

20 years agoDump known but unimplemented SystemParameterInfo actions.
Mike McCormack [Thu, 23 Dec 2004 11:24:25 +0000 (11:24 +0000)] 
Dump known but unimplemented SystemParameterInfo actions.

20 years agoDeclare SetLayeredWindowAttributes.
Mike McCormack [Thu, 23 Dec 2004 11:23:18 +0000 (11:23 +0000)] 
Declare SetLayeredWindowAttributes.

20 years agoAdded MsiSetExternalUIW.
Aric Stewart [Thu, 23 Dec 2004 11:22:00 +0000 (11:22 +0000)] 
Added MsiSetExternalUIW.

20 years agoMake sure to include trailing backslash in path.
Aric Stewart [Thu, 23 Dec 2004 11:20:50 +0000 (11:20 +0000)] 
Make sure to include trailing backslash in path.

20 years agoAdded/improved TRACEing.
Lionel Ulmer [Thu, 23 Dec 2004 11:18:29 +0000 (11:18 +0000)] 
Added/improved TRACEing.

20 years agoBlank the property buffers even if the property is not found.
Aric Stewart [Wed, 22 Dec 2004 18:47:54 +0000 (18:47 +0000)] 
Blank the property buffers even if the property is not found.

20 years agoMove around and rename some functions.
Aric Stewart [Wed, 22 Dec 2004 18:46:17 +0000 (18:46 +0000)] 
Move around and rename some functions.

20 years agoReadFile and WriteFile must be passed a parameter for the number of
Eric Pouech [Wed, 22 Dec 2004 18:38:31 +0000 (18:38 +0000)] 
ReadFile and WriteFile must be passed a parameter for the number of
handled bytes when no overlapped operation is done.

20 years agoConvert per-process hostent, servent and protent buffers into
Robert Shearman [Wed, 22 Dec 2004 18:23:49 +0000 (18:23 +0000)] 
Convert per-process hostent, servent and protent buffers into
per-thread buffers.

20 years agoDeclare GetSecurityInfo.
Mike McCormack [Wed, 22 Dec 2004 18:17:56 +0000 (18:17 +0000)] 
Declare GetSecurityInfo.

20 years agoInclude the trailing backslash on the Windows volume.
Aric Stewart [Wed, 22 Dec 2004 18:17:15 +0000 (18:17 +0000)] 
Include the trailing backslash on the Windows volume.

20 years agoFix incorrect return code check.
Aric Stewart [Wed, 22 Dec 2004 18:15:50 +0000 (18:15 +0000)] 
Fix incorrect return code check.

20 years agoThe WM_MOUSEWHEEL message is specified to have absolute screen
Russ Andersson [Wed, 22 Dec 2004 17:20:36 +0000 (17:20 +0000)] 
The WM_MOUSEWHEEL message is specified to have absolute screen
coordinates.

20 years agoUnicodified fontdlg.
Jacek Caban [Wed, 22 Dec 2004 17:17:06 +0000 (17:17 +0000)] 
Unicodified fontdlg.

20 years agoFixed bug with unsigned index in decreasing loop.
Eric Pouech [Wed, 22 Dec 2004 17:16:03 +0000 (17:16 +0000)] 
Fixed bug with unsigned index in decreasing loop.

20 years agoFix folder resolution.
Aric Stewart [Wed, 22 Dec 2004 17:13:26 +0000 (17:13 +0000)] 
Fix folder resolution.

20 years agoRevert previous patch, that's not a leak.
Alexandre Julliard [Wed, 22 Dec 2004 17:11:31 +0000 (17:11 +0000)] 
Revert previous patch, that's not a leak.