Stefan Leichter [Thu, 19 May 2005 11:12:34 +0000 (11:12 +0000)]
Create link for msiexec.exe in system directory.
Juan Lang [Thu, 19 May 2005 11:12:27 +0000 (11:12 +0000)]
Implement get_default_drive_device for FreeBSD.
Alexandre Julliard [Wed, 18 May 2005 18:37:30 +0000 (18:37 +0000)]
Removed last dependencies on 16-bit headers from ntdll.
Robert Shearman [Wed, 18 May 2005 18:28:15 +0000 (18:28 +0000)]
Implement IROTData::GetComparisonData for file & item monikers.
Alexandre Julliard [Wed, 18 May 2005 18:27:54 +0000 (18:27 +0000)]
Moved entry point definitions from module.h to kernel16_private.h.
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.
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.
Maarten Lankhorst [Wed, 18 May 2005 18:20:39 +0000 (18:20 +0000)]
Pass property bag to IPersistPropertyBag, if supported.
Emmanuel Maillard [Wed, 18 May 2005 18:20:23 +0000 (18:20 +0000)]
Added Darwin 8.0 specific headers.
Alexandre Julliard [Wed, 18 May 2005 17:48:28 +0000 (17:48 +0000)]
Split the module building functionality of NE_LoadExeHeader into
separate functions.
Aric Stewart [Wed, 18 May 2005 17:46:38 +0000 (17:46 +0000)]
A few small fixes.
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.
Maarten Lankhorst [Wed, 18 May 2005 17:45:35 +0000 (17:45 +0000)]
Fixed SetFilterGraph failure.
Added debug info.
Added ObjectRefCount info for DllCanUnloadNow.
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.
Maarten Lankhorst [Wed, 18 May 2005 15:34:04 +0000 (15:34 +0000)]
Add pin functions from quartz.
Kees Cook [Wed, 18 May 2005 15:33:50 +0000 (15:33 +0000)]
Define structures for CryptProtectData/CryptUnprotectData calls.
Pierre d'Herbemont [Wed, 18 May 2005 15:33:20 +0000 (15:33 +0000)]
Remove stdlib.h inclusion if winsock.h is included.
Maarten Lankhorst [Wed, 18 May 2005 15:31:24 +0000 (15:31 +0000)]
DllCanUnloadNow fix.
Fixed ObjRefCount for EnumPins.
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.
Alexandre Julliard [Wed, 18 May 2005 13:27:24 +0000 (13:27 +0000)]
Fixed a couple of warnings.
Maarten Lankhorst [Wed, 18 May 2005 13:25:49 +0000 (13:25 +0000)]
Added reconnect function for filtergraph.
Maarten Lankhorst [Wed, 18 May 2005 13:25:20 +0000 (13:25 +0000)]
Fixed freeing of mediatype.
Dimi Paun [Wed, 18 May 2005 13:24:46 +0000 (13:24 +0000)]
Document the more convenient iteration method.
Kees Cook [Wed, 18 May 2005 13:24:08 +0000 (13:24 +0000)]
Define CryptProtectData/CryptUnprotectData crypt32.dll calls.
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.
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.
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.
Dimi Paun [Wed, 18 May 2005 09:50:43 +0000 (09:50 +0000)]
Remove the LOCAL_*() functions from GDI.
James Hawkins [Wed, 18 May 2005 09:48:47 +0000 (09:48 +0000)]
Add handling for drive options.
Dimi Paun [Wed, 18 May 2005 09:48:32 +0000 (09:48 +0000)]
Remove the LOCAL_*() function calls from KERNEL.
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.
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).
Dimi Paun [Wed, 18 May 2005 09:45:53 +0000 (09:45 +0000)]
Use the more idiomatic form of iterating through the list.
Dimi Paun [Wed, 18 May 2005 09:45:12 +0000 (09:45 +0000)]
Make the argument comments out-of-line.
Aric Stewart [Wed, 18 May 2005 09:44:38 +0000 (09:44 +0000)]
Some error messages and strcmp changes suggested by Dmitry.
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.
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.
Kouji Sasaki [Wed, 18 May 2005 09:43:23 +0000 (09:43 +0000)]
Exchanged the values for LVA_ALIGNLEFT style and LVA_DEFAULT style.
Kouji Sasaki [Wed, 18 May 2005 09:42:52 +0000 (09:42 +0000)]
Corrected RLE decompression processing.
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.
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.
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.
Dimi Paun [Tue, 17 May 2005 14:33:55 +0000 (14:33 +0000)]
Use standard TRACE macro.
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.
Robert Shearman [Tue, 17 May 2005 14:33:17 +0000 (14:33 +0000)]
Add Wine-only type checking for DllRegisterServer and
DllUnregisterServer.
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
Dimi Paun [Tue, 17 May 2005 14:32:02 +0000 (14:32 +0000)]
Use standard Local*16() functions instead of LOCAL_*() ones.
Maarten Lankhorst [Tue, 17 May 2005 14:31:35 +0000 (14:31 +0000)]
Added EnumPins from quartz for internal use.
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.
James Hawkins [Tue, 17 May 2005 10:19:59 +0000 (10:19 +0000)]
Add ShowDirSymLink and ShowDotFiles to the drive ui.
James Hawkins [Tue, 17 May 2005 10:19:37 +0000 (10:19 +0000)]
Fixed centering of tab text.
Maarten Lankhorst [Tue, 17 May 2005 10:19:16 +0000 (10:19 +0000)]
Fixed initialisation crash on loading qcap dll.
Juan Lang [Tue, 17 May 2005 10:18:59 +0000 (10:18 +0000)]
Obvious fixes to PropVariantClear and PropVariantCopy for vector
types.
Maarten Lankhorst [Tue, 17 May 2005 10:18:37 +0000 (10:18 +0000)]
Fixed qcap's inherited enummedia bugs.
Juan Lang [Mon, 16 May 2005 21:37:54 +0000 (21:37 +0000)]
Add a comment, and a no-op cleanup.
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.
Martin Fuchs [Mon, 16 May 2005 21:36:41 +0000 (21:36 +0000)]
Implement connecting and disconnecting of network drives.
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.
Mike McCormack [Mon, 16 May 2005 19:42:47 +0000 (19:42 +0000)]
Initial mostly stub implementation of ODBC control panel.
Robert Shearman [Mon, 16 May 2005 17:52:46 +0000 (17:52 +0000)]
Add user attribute to token objects.
Juan Lang [Mon, 16 May 2005 17:52:36 +0000 (17:52 +0000)]
Differentiate between version 0 and version 1 property storages.
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.
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.
Alexandre Julliard [Mon, 16 May 2005 14:20:16 +0000 (14:20 +0000)]
Avoid referencing stackframe.h from outside kernel32.
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.
Martin Fuchs [Mon, 16 May 2005 14:08:41 +0000 (14:08 +0000)]
Implement menu entry "format disk" (derived from Robert Dickenson's
code).
Robert Shearman [Mon, 16 May 2005 14:08:11 +0000 (14:08 +0000)]
Implement RegNotifyChangeKeyValue on top of NtNotifyChangeKey.
Dimi Paun [Mon, 16 May 2005 14:07:52 +0000 (14:07 +0000)]
Use the standard Local*16() instead of LOCAL_*() functions.
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.
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.
Kees Cook [Mon, 16 May 2005 09:15:24 +0000 (09:15 +0000)]
Avoid segfault in hash update with corrupted decrypt data.
Michael Stefaniuc [Mon, 16 May 2005 09:14:50 +0000 (09:14 +0000)]
Change an assert to a WARN.
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.
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.
Kees Cook [Mon, 16 May 2005 08:50:45 +0000 (08:50 +0000)]
Avoid segfault when detecting decryption buffer size.
Uwe Bonnes [Mon, 16 May 2005 08:50:28 +0000 (08:50 +0000)]
Correct return value of fsetpos.
Ivan Leo Puoti [Mon, 16 May 2005 08:49:51 +0000 (08:49 +0000)]
Minor fix in SetupQueueCopySectionW.
Dimi Paun [Mon, 16 May 2005 08:49:39 +0000 (08:49 +0000)]
Avoid using some LOCAL_*() functions.
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.
Martin Fuchs [Mon, 16 May 2005 08:48:54 +0000 (08:48 +0000)]
Implement switching of file sort order.
Martin Fuchs [Mon, 16 May 2005 08:48:10 +0000 (08:48 +0000)]
Define flags for SHFormatDrive().
Hans Leidekker [Mon, 16 May 2005 08:47:55 +0000 (08:47 +0000)]
Silence some unknown stab type messages.
Marcus Meissner [Mon, 16 May 2005 08:47:40 +0000 (08:47 +0000)]
Make _xmalloc16() static.
Marcus Meissner [Mon, 16 May 2005 08:47:26 +0000 (08:47 +0000)]
Staticify FTMarshalImpl definition.
Marcus Meissner [Mon, 16 May 2005 08:47:14 +0000 (08:47 +0000)]
Make HGLOBALStream_* functions static.
Mike McCormack [Mon, 16 May 2005 08:46:55 +0000 (08:46 +0000)]
Added some xml headers.
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.
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.
Michael Stefaniuc [Mon, 16 May 2005 08:45:15 +0000 (08:45 +0000)]
Add some SystemParametersInfo SPI_* defines.
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.
Juan Lang [Mon, 16 May 2005 08:43:35 +0000 (08:43 +0000)]
Store property names in the code page of the property set.
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
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.
Felix Nawothnig [Sat, 14 May 2005 18:49:52 +0000 (18:49 +0000)]
Convert pen width to DP in StrokePath().
Mike McCormack [Sat, 14 May 2005 18:49:40 +0000 (18:49 +0000)]
Set thread priorities to time critical.
Paul Vriens [Sat, 14 May 2005 18:49:19 +0000 (18:49 +0000)]
Check for a NULL pointer in GetWindowTextA/W.
Robert Lunnon [Sat, 14 May 2005 18:48:18 +0000 (18:48 +0000)]
Implement get_default_drive_device for Solaris.
Dimi Paun [Sat, 14 May 2005 12:18:15 +0000 (12:18 +0000)]
Make LOCAL_*() just wrappers around Local*16() functions.
Alexandre Julliard [Sat, 14 May 2005 12:16:46 +0000 (12:16 +0000)]
Store the 16-bit stack pointer in the WOW32Reserved TEB field.
Alexandre Julliard [Sat, 14 May 2005 11:11:21 +0000 (11:11 +0000)]
Fixed a number of atom test failures.