wine
20 years agoRemove LOCAL_*() calls from USER, use Local*16() instead.
Dimi Paun [Thu, 19 May 2005 11:12:57 +0000 (11:12 +0000)] 
Remove LOCAL_*() calls from USER, use Local*16() instead.

20 years agoCreate link for msiexec.exe in system directory.
Stefan Leichter [Thu, 19 May 2005 11:12:34 +0000 (11:12 +0000)] 
Create link for msiexec.exe in system directory.

20 years agoImplement get_default_drive_device for FreeBSD.
Juan Lang [Thu, 19 May 2005 11:12:27 +0000 (11:12 +0000)] 
Implement get_default_drive_device for FreeBSD.

20 years agoRemoved last dependencies on 16-bit headers from ntdll.
Alexandre Julliard [Wed, 18 May 2005 18:37:30 +0000 (18:37 +0000)] 
Removed last dependencies on 16-bit headers from ntdll.

20 years agoImplement IROTData::GetComparisonData for file & item monikers.
Robert Shearman [Wed, 18 May 2005 18:28:15 +0000 (18:28 +0000)] 
Implement IROTData::GetComparisonData for file & item monikers.

20 years agoMoved entry point definitions from module.h to kernel16_private.h.
Alexandre Julliard [Wed, 18 May 2005 18:27:54 +0000 (18:27 +0000)] 
Moved entry point definitions from module.h to kernel16_private.h.

20 years agoAdd vfwindex when enumerating devices, and make sure every device has
Maarten Lankhorst [Wed, 18 May 2005 18:25:12 +0000 (18:25 +0000)] 
Add vfwindex when enumerating devices, and make sure every device has
a unique registry key, so multiple devices with same name are allowed.

20 years agoGenerate the 16-bit module header in the standard on-disk format, so
Alexandre Julliard [Wed, 18 May 2005 18:21:59 +0000 (18:21 +0000)] 
Generate the 16-bit module header in the standard on-disk format, so
that winebuild doesn't need to know about kernel internal structures.

20 years agoPass property bag to IPersistPropertyBag, if supported.
Maarten Lankhorst [Wed, 18 May 2005 18:20:39 +0000 (18:20 +0000)] 
Pass property bag to IPersistPropertyBag, if supported.

20 years agoAdded Darwin 8.0 specific headers.
Emmanuel Maillard [Wed, 18 May 2005 18:20:23 +0000 (18:20 +0000)] 
Added Darwin 8.0 specific headers.

20 years agoSplit the module building functionality of NE_LoadExeHeader into
Alexandre Julliard [Wed, 18 May 2005 17:48:28 +0000 (17:48 +0000)] 
Split the module building functionality of NE_LoadExeHeader into
separate functions.

20 years agoA few small fixes.
Aric Stewart [Wed, 18 May 2005 17:46:38 +0000 (17:46 +0000)] 
A few small fixes.

20 years agoWe cannot internally load the files in FileCost because that action
Aric Stewart [Wed, 18 May 2005 17:46:12 +0000 (17:46 +0000)] 
We cannot internally load the files in FileCost because that action
may be skipped or not called. So do it in CostInitialize.
Quote the file path in SelfRegModules.
Do not write squished null guids to the feature registration.

20 years agoFixed SetFilterGraph failure.
Maarten Lankhorst [Wed, 18 May 2005 17:45:35 +0000 (17:45 +0000)] 
Fixed SetFilterGraph failure.
Added debug info.
Added ObjectRefCount info for DllCanUnloadNow.

20 years agoRemoved implementation of LoadDIBIconHandler16 and
Alexandre Julliard [Wed, 18 May 2005 15:37:41 +0000 (15:37 +0000)] 
Removed implementation of LoadDIBIconHandler16 and
LoadDIBCursorHandler16 since they are no longer used, and stop
exporting NE_DefResourceHandler.

20 years agoAdd pin functions from quartz.
Maarten Lankhorst [Wed, 18 May 2005 15:34:04 +0000 (15:34 +0000)] 
Add pin functions from quartz.

20 years agoDefine structures for CryptProtectData/CryptUnprotectData calls.
Kees Cook [Wed, 18 May 2005 15:33:50 +0000 (15:33 +0000)] 
Define structures for CryptProtectData/CryptUnprotectData calls.

20 years agoRemove stdlib.h inclusion if winsock.h is included.
Pierre d'Herbemont [Wed, 18 May 2005 15:33:20 +0000 (15:33 +0000)] 
Remove stdlib.h inclusion if winsock.h is included.

20 years agoDllCanUnloadNow fix.
Maarten Lankhorst [Wed, 18 May 2005 15:31:24 +0000 (15:31 +0000)] 
DllCanUnloadNow fix.
Fixed ObjRefCount for EnumPins.

20 years ago- Store the click point in LISTVIEW_INFO.
James Hawkins [Wed, 18 May 2005 15:30:48 +0000 (15:30 +0000)] 
- Store the click point in LISTVIEW_INFO.
- Move mouse tracking to MouseMove.
- Use DragDetect instead of TrackMouse.
- Remove the unused TrackMouse function.

20 years agoFixed a couple of warnings.
Alexandre Julliard [Wed, 18 May 2005 13:27:24 +0000 (13:27 +0000)] 
Fixed a couple of warnings.

20 years agoAdded reconnect function for filtergraph.
Maarten Lankhorst [Wed, 18 May 2005 13:25:49 +0000 (13:25 +0000)] 
Added reconnect function for filtergraph.

20 years agoFixed freeing of mediatype.
Maarten Lankhorst [Wed, 18 May 2005 13:25:20 +0000 (13:25 +0000)] 
Fixed freeing of mediatype.

20 years agoDocument the more convenient iteration method.
Dimi Paun [Wed, 18 May 2005 13:24:46 +0000 (13:24 +0000)] 
Document the more convenient iteration method.

20 years agoDefine CryptProtectData/CryptUnprotectData crypt32.dll calls.
Kees Cook [Wed, 18 May 2005 13:24:08 +0000 (13:24 +0000)] 
Define CryptProtectData/CryptUnprotectData crypt32.dll calls.

20 years agoCorrectly use short filenames from uncompressed file sources. Also
Aric Stewart [Wed, 18 May 2005 13:23:52 +0000 (13:23 +0000)] 
Correctly use short filenames from uncompressed file sources. Also
default feature and component install states to ABSENT instead of
UNKNOWN.

20 years agoChanged SNOOP16_RegisterDLL to take a module handle instead of
Alexandre Julliard [Wed, 18 May 2005 09:58:43 +0000 (09:58 +0000)] 
Changed SNOOP16_RegisterDLL to take a module handle instead of
pointer. Moved snoop function prototypes to kernel16_private.h.

20 years agoMoved import tracing to a separate channel so that +module traces
Alexandre Julliard [Wed, 18 May 2005 09:51:46 +0000 (09:51 +0000)] 
Moved import tracing to a separate channel so that +module traces
don't contain too much noise.

20 years agoRemove the LOCAL_*() functions from GDI.
Dimi Paun [Wed, 18 May 2005 09:50:43 +0000 (09:50 +0000)] 
Remove the LOCAL_*() functions from GDI.

20 years agoAdd handling for drive options.
James Hawkins [Wed, 18 May 2005 09:48:47 +0000 (09:48 +0000)] 
Add handling for drive options.

20 years agoRemove the LOCAL_*() function calls from KERNEL.
Dimi Paun [Wed, 18 May 2005 09:48:32 +0000 (09:48 +0000)] 
Remove the LOCAL_*() function calls from KERNEL.

20 years agoResize listview column to autofit on a doubleclick on the
Felix Nawothnig [Wed, 18 May 2005 09:47:30 +0000 (09:47 +0000)] 
Resize listview column to autofit on a doubleclick on the
header-divider.

20 years ago- add some Dwarf2 enums
Raphael Junqueira [Wed, 18 May 2005 09:46:12 +0000 (09:46 +0000)] 
- add some Dwarf2 enums
- abbrev entries parser (with attributes)
- debug info parser skeleton (see big tag swith in dwarf2_parse).

20 years agoUse the more idiomatic form of iterating through the list.
Dimi Paun [Wed, 18 May 2005 09:45:53 +0000 (09:45 +0000)] 
Use the more idiomatic form of iterating through the list.

20 years agoMake the argument comments out-of-line.
Dimi Paun [Wed, 18 May 2005 09:45:12 +0000 (09:45 +0000)] 
Make the argument comments out-of-line.

20 years agoSome error messages and strcmp changes suggested by Dmitry.
Aric Stewart [Wed, 18 May 2005 09:44:38 +0000 (09:44 +0000)] 
Some error messages and strcmp changes suggested by Dmitry.

20 years agoBig Endian specific code fixes in order to conform with
Pierre d'Herbemont [Wed, 18 May 2005 09:44:13 +0000 (09:44 +0000)] 
Big Endian specific code fixes in order to conform with
NONAMELESSSTRUCT.

20 years agoAdded the processing for determination of SFGAO_HASSUBFOLDER flag in
Kouji Sasaki [Wed, 18 May 2005 09:43:39 +0000 (09:43 +0000)] 
Added the processing for determination of SFGAO_HASSUBFOLDER flag in
SHELL32_GetItemAttribute function.

20 years agoExchanged the values for LVA_ALIGNLEFT style and LVA_DEFAULT style.
Kouji Sasaki [Wed, 18 May 2005 09:43:23 +0000 (09:43 +0000)] 
Exchanged the values for LVA_ALIGNLEFT style and LVA_DEFAULT style.

20 years agoCorrected RLE decompression processing.
Kouji Sasaki [Wed, 18 May 2005 09:42:52 +0000 (09:42 +0000)] 
Corrected RLE decompression processing.

20 years agoFix open_pdb_file (used for locate/open pdbs):
Raphael Junqueira [Wed, 18 May 2005 09:42:17 +0000 (09:42 +0000)] 
Fix open_pdb_file (used for locate/open pdbs):
- pdb_match heuristic now only stop when "first file" exists
- SymFindFileInPath now fill output buffer with a valid value on
  success.

20 years agoRename MODULENAME_Dll* functions to Dll* for better consistency and
Robert Shearman [Tue, 17 May 2005 14:41:37 +0000 (14:41 +0000)] 
Rename MODULENAME_Dll* functions to Dll* for better consistency and
type checking.

20 years agoRenamed some fields in NE_MODULE to use the same name as in the
Alexandre Julliard [Tue, 17 May 2005 14:36:09 +0000 (14:36 +0000)] 
Renamed some fields in NE_MODULE to use the same name as in the
exported IMAGE_OS2_HEADER structure.

20 years agoUse standard TRACE macro.
Dimi Paun [Tue, 17 May 2005 14:33:55 +0000 (14:33 +0000)] 
Use standard TRACE macro.

20 years agoRename DllRegisterServer and DllUnregisterServer to avoid confusion
Robert Shearman [Tue, 17 May 2005 14:33:36 +0000 (14:33 +0000)] 
Rename DllRegisterServer and DllUnregisterServer to avoid confusion
with the COM functions of different signatures.

20 years agoAdd Wine-only type checking for DllRegisterServer and
Robert Shearman [Tue, 17 May 2005 14:33:17 +0000 (14:33 +0000)] 
Add Wine-only type checking for DllRegisterServer and
DllUnregisterServer.

20 years agoBeginning of dbghelp dwarf2 support:
Raphael Junqueira [Tue, 17 May 2005 14:32:55 +0000 (14:32 +0000)] 
Beginning of dbghelp dwarf2 support:
- add elf_module entry for dwarf2_parse
- stubbed dwarf2_parse in new dwarf.c file

20 years agoUse standard Local*16() functions instead of LOCAL_*() ones.
Dimi Paun [Tue, 17 May 2005 14:32:02 +0000 (14:32 +0000)] 
Use standard Local*16() functions instead of LOCAL_*() ones.

20 years agoAdded EnumPins from quartz for internal use.
Maarten Lankhorst [Tue, 17 May 2005 14:31:35 +0000 (14:31 +0000)] 
Added EnumPins from quartz for internal use.

20 years agoUse the exported IMAGE_OS2_HEADER to generate the module header in the
Alexandre Julliard [Tue, 17 May 2005 10:21:29 +0000 (10:21 +0000)] 
Use the exported IMAGE_OS2_HEADER to generate the module header in the
spec file, and moved the NE_MODULE structure definition to
kernel16_private.h.

20 years agoAdd ShowDirSymLink and ShowDotFiles to the drive ui.
James Hawkins [Tue, 17 May 2005 10:19:59 +0000 (10:19 +0000)] 
Add ShowDirSymLink and ShowDotFiles to the drive ui.

20 years agoFixed centering of tab text.
James Hawkins [Tue, 17 May 2005 10:19:37 +0000 (10:19 +0000)] 
Fixed centering of tab text.

20 years agoFixed initialisation crash on loading qcap dll.
Maarten Lankhorst [Tue, 17 May 2005 10:19:16 +0000 (10:19 +0000)] 
Fixed initialisation crash on loading qcap dll.

20 years agoObvious fixes to PropVariantClear and PropVariantCopy for vector
Juan Lang [Tue, 17 May 2005 10:18:59 +0000 (10:18 +0000)] 
Obvious fixes to PropVariantClear and PropVariantCopy for vector
types.

20 years agoFixed qcap's inherited enummedia bugs.
Maarten Lankhorst [Tue, 17 May 2005 10:18:37 +0000 (10:18 +0000)] 
Fixed qcap's inherited enummedia bugs.

20 years agoAdd a comment, and a no-op cleanup.
Juan Lang [Mon, 16 May 2005 21:37:54 +0000 (21:37 +0000)] 
Add a comment, and a no-op cleanup.

20 years agoCorrect a problem with parse_data if binary data was not in full bytes.
Aric Stewart [Mon, 16 May 2005 21:37:35 +0000 (21:37 +0000)] 
Correct a problem with parse_data if binary data was not in full bytes.
More properly handle uncompressed file sources, fix the creating and
parsing of Source Directories.

20 years agoImplement connecting and disconnecting of network drives.
Martin Fuchs [Mon, 16 May 2005 21:36:41 +0000 (21:36 +0000)] 
Implement connecting and disconnecting of network drives.

20 years agoMoved a bunch of definitions out of module.h into a new
Alexandre Julliard [Mon, 16 May 2005 19:44:54 +0000 (19:44 +0000)] 
Moved a bunch of definitions out of module.h into a new
kernel16_private.h header.

20 years agoInitial mostly stub implementation of ODBC control panel.
Mike McCormack [Mon, 16 May 2005 19:42:47 +0000 (19:42 +0000)] 
Initial mostly stub implementation of ODBC control panel.

20 years agoAdd user attribute to token objects.
Robert Shearman [Mon, 16 May 2005 17:52:46 +0000 (17:52 +0000)] 
Add user attribute to token objects.

20 years agoDifferentiate between version 0 and version 1 property storages.
Juan Lang [Mon, 16 May 2005 17:52:36 +0000 (17:52 +0000)] 
Differentiate between version 0 and version 1 property storages.

20 years agoRemoved the special casing of kernel32 and ntdll for the TEB
Alexandre Julliard [Mon, 16 May 2005 17:52:10 +0000 (17:52 +0000)] 
Removed the special casing of kernel32 and ntdll for the TEB
definition in winternl.h.

20 years agoMoved the remaining stack frame definitions to kernel_private.h and
Alexandre Julliard [Mon, 16 May 2005 14:45:18 +0000 (14:45 +0000)] 
Moved the remaining stack frame definitions to kernel_private.h and
removed stackframe.h.

20 years agoAvoid referencing stackframe.h from outside kernel32.
Alexandre Julliard [Mon, 16 May 2005 14:20:16 +0000 (14:20 +0000)] 
Avoid referencing stackframe.h from outside kernel32.

20 years agoMove the Dll init function to compobj.c to avoid having global
Marcus Meissner [Mon, 16 May 2005 14:12:53 +0000 (14:12 +0000)] 
Move the Dll init function to compobj.c to avoid having global
variables. Remove need of ole32_main.h.

20 years agoImplement menu entry "format disk" (derived from Robert Dickenson's
Martin Fuchs [Mon, 16 May 2005 14:08:41 +0000 (14:08 +0000)] 
Implement menu entry "format disk" (derived from Robert Dickenson's
code).

20 years agoImplement RegNotifyChangeKeyValue on top of NtNotifyChangeKey.
Robert Shearman [Mon, 16 May 2005 14:08:11 +0000 (14:08 +0000)] 
Implement RegNotifyChangeKeyValue on top of NtNotifyChangeKey.

20 years agoUse the standard Local*16() instead of LOCAL_*() functions.
Dimi Paun [Mon, 16 May 2005 14:07:52 +0000 (14:07 +0000)] 
Use the standard Local*16() instead of LOCAL_*() functions.

20 years agoEffect objects are not supported yet so don't crash when trying to
Robert Reif [Mon, 16 May 2005 14:07:36 +0000 (14:07 +0000)] 
Effect objects are not supported yet so don't crash when trying to
enumerate them.

20 years agoMoved data structures for 16-bit relay calls to winbase16.h and
Alexandre Julliard [Mon, 16 May 2005 09:19:18 +0000 (09:19 +0000)] 
Moved data structures for 16-bit relay calls to winbase16.h and
removed builtin16.h.

20 years agoAvoid segfault in hash update with corrupted decrypt data.
Kees Cook [Mon, 16 May 2005 09:15:24 +0000 (09:15 +0000)] 
Avoid segfault in hash update with corrupted decrypt data.

20 years agoChange an assert to a WARN.
Michael Stefaniuc [Mon, 16 May 2005 09:14:50 +0000 (09:14 +0000)] 
Change an assert to a WARN.

20 years agoKeep width for cosmetic pens, don't use LPtoDP() for widths and
Felix Nawothnig [Mon, 16 May 2005 09:13:28 +0000 (09:13 +0000)] 
Keep width for cosmetic pens, don't use LPtoDP() for widths and
convert the dashes for PS_USERSTYLE pens into device units.

20 years agoProvide minimal API documentation in advapi/eventlog.c to silence some
Vincent Béron [Mon, 16 May 2005 08:51:19 +0000 (08:51 +0000)] 
Provide minimal API documentation in advapi/eventlog.c to silence some
winapi_check output.
Move around functions in riched20, richedit and rpcrt4 to achieve the
same goal.

20 years agoAvoid segfault when detecting decryption buffer size.
Kees Cook [Mon, 16 May 2005 08:50:45 +0000 (08:50 +0000)] 
Avoid segfault when detecting decryption buffer size.

20 years agoCorrect return value of fsetpos.
Uwe Bonnes [Mon, 16 May 2005 08:50:28 +0000 (08:50 +0000)] 
Correct return value of fsetpos.

20 years agoMinor fix in SetupQueueCopySectionW.
Ivan Leo Puoti [Mon, 16 May 2005 08:49:51 +0000 (08:49 +0000)] 
Minor fix in SetupQueueCopySectionW.

20 years agoAvoid using some LOCAL_*() functions.
Dimi Paun [Mon, 16 May 2005 08:49:39 +0000 (08:49 +0000)] 
Avoid using some LOCAL_*() functions.

20 years agoSwedish translation of winefile resources by David Nordenberg,
Martin Fuchs [Mon, 16 May 2005 08:49:06 +0000 (08:49 +0000)] 
Swedish translation of winefile resources by David Nordenberg,
proofread by Andreas Bjerkeholt.

20 years agoImplement switching of file sort order.
Martin Fuchs [Mon, 16 May 2005 08:48:54 +0000 (08:48 +0000)] 
Implement switching of file sort order.

20 years agoDefine flags for SHFormatDrive().
Martin Fuchs [Mon, 16 May 2005 08:48:10 +0000 (08:48 +0000)] 
Define flags for SHFormatDrive().

20 years agoSilence some unknown stab type messages.
Hans Leidekker [Mon, 16 May 2005 08:47:55 +0000 (08:47 +0000)] 
Silence some unknown stab type messages.

20 years agoMake _xmalloc16() static.
Marcus Meissner [Mon, 16 May 2005 08:47:40 +0000 (08:47 +0000)] 
Make _xmalloc16() static.

20 years agoStaticify FTMarshalImpl definition.
Marcus Meissner [Mon, 16 May 2005 08:47:26 +0000 (08:47 +0000)] 
Staticify FTMarshalImpl definition.

20 years agoMake HGLOBALStream_* functions static.
Marcus Meissner [Mon, 16 May 2005 08:47:14 +0000 (08:47 +0000)] 
Make HGLOBALStream_* functions static.

20 years agoAdded some xml headers.
Mike McCormack [Mon, 16 May 2005 08:46:55 +0000 (08:46 +0000)] 
Added some xml headers.

20 years agoUpdate win16.api and win32.api to keep up with current Wine
Vincent Béron [Mon, 16 May 2005 08:46:00 +0000 (08:46 +0000)] 
Update win16.api and win32.api to keep up with current Wine
development.

20 years agoCorrect arg count for 3 functions in ntdll.spec and unicows.spec.
Vincent Béron [Mon, 16 May 2005 08:45:46 +0000 (08:45 +0000)] 
Correct arg count for 3 functions in ntdll.spec and unicows.spec.

20 years agoAdd some SystemParametersInfo SPI_* defines.
Michael Stefaniuc [Mon, 16 May 2005 08:45:15 +0000 (08:45 +0000)] 
Add some SystemParametersInfo SPI_* defines.

20 years agoPass around real version and do correct thing based on it.
Robert Reif [Mon, 16 May 2005 08:44:14 +0000 (08:44 +0000)] 
Pass around real version and do correct thing based on it.
Change cooperative level to pass on windows.

20 years agoStore property names in the code page of the property set.
Juan Lang [Mon, 16 May 2005 08:43:35 +0000 (08:43 +0000)] 
Store property names in the code page of the property set.

20 years ago- spelling fixes (prefered -> preferred)
Martin Fuchs [Sat, 14 May 2005 18:50:30 +0000 (18:50 +0000)] 
- spelling fixes (prefered -> preferred)
- add ", {0, 0}, 0, 0" in comment lines
- update copyright statement

20 years agoImplement the IEnumMoniker interface for the ROT and provide tests to
Jeff Latimer [Sat, 14 May 2005 18:50:14 +0000 (18:50 +0000)] 
Implement the IEnumMoniker interface for the ROT and provide tests to
exercise the interface.

20 years agoConvert pen width to DP in StrokePath().
Felix Nawothnig [Sat, 14 May 2005 18:49:52 +0000 (18:49 +0000)] 
Convert pen width to DP in StrokePath().

20 years agoSet thread priorities to time critical.
Mike McCormack [Sat, 14 May 2005 18:49:40 +0000 (18:49 +0000)] 
Set thread priorities to time critical.

20 years agoCheck for a NULL pointer in GetWindowTextA/W.
Paul Vriens [Sat, 14 May 2005 18:49:19 +0000 (18:49 +0000)] 
Check for a NULL pointer in GetWindowTextA/W.

20 years agoImplement get_default_drive_device for Solaris.
Robert Lunnon [Sat, 14 May 2005 18:48:18 +0000 (18:48 +0000)] 
Implement get_default_drive_device for Solaris.

20 years agoMake LOCAL_*() just wrappers around Local*16() functions.
Dimi Paun [Sat, 14 May 2005 12:18:15 +0000 (12:18 +0000)] 
Make LOCAL_*() just wrappers around Local*16() functions.

20 years agoStore the 16-bit stack pointer in the WOW32Reserved TEB field.
Alexandre Julliard [Sat, 14 May 2005 12:16:46 +0000 (12:16 +0000)] 
Store the 16-bit stack pointer in the WOW32Reserved TEB field.