Michael Jung [Fri, 27 May 2005 19:22:22 +0000 (19:22 +0000)]
Use SystemFunction036 to generate random bytes.
Rolf Kalbermatter [Fri, 27 May 2005 09:27:17 +0000 (09:27 +0000)]
Add declarations for AVICAP and SDK part of Video Capture Driver
Interface.
Mike McCormack [Fri, 27 May 2005 09:26:13 +0000 (09:26 +0000)]
Test and fix the size of stream fields in a record.
Alexandre Julliard [Fri, 27 May 2005 09:11:18 +0000 (09:11 +0000)]
Authors: Aric Stewart <aric@codeweavers.com>, Mike McCormack <mike@codeweavers.com>
Implement dialog events and hook up the dialog code.
Mike McCormack [Fri, 27 May 2005 09:10:21 +0000 (09:10 +0000)]
Add xmldom guids.
Peter Oberndorfer [Fri, 27 May 2005 09:10:05 +0000 (09:10 +0000)]
Use proper return values in amstream stub functions.
Stefan Dösinger [Thu, 26 May 2005 16:09:12 +0000 (16:09 +0000)]
*Handle cidl==0 in shfldr_desktop, shfldr_fs and shfldr_mycomp.
*Remove the dwAttributes member from the IGenericSFImpl class, it's
not needed and can't be initialised in Initialize and InitializeEx.
Aric Stewart [Thu, 26 May 2005 16:08:58 +0000 (16:08 +0000)]
First pass at writing out CurVer keys for ProgIds. Also print a
message for the actions we skip. Lines up with native MSI output logs
for ease of comparison.
Rein Klazes [Thu, 26 May 2005 16:08:27 +0000 (16:08 +0000)]
Add a stub for ODBCCPlApplet.
Rein Klazes [Thu, 26 May 2005 16:08:13 +0000 (16:08 +0000)]
Add a stub for IsAdminOverrideActive.
Uwe Bonnes [Thu, 26 May 2005 16:07:53 +0000 (16:07 +0000)]
Call fileio_terminate for FILE_AsyncWriteService.
Alexandre Julliard [Thu, 26 May 2005 12:28:07 +0000 (12:28 +0000)]
Crop the update region to the new window rectangle when resizing a
window.
Alexandre Julliard [Thu, 26 May 2005 12:26:23 +0000 (12:26 +0000)]
Don't fetch the window class name if it's not needed to compute the
message name.
Aric Stewart [Thu, 26 May 2005 12:24:28 +0000 (12:24 +0000)]
A big rewrite of the whole RegisterClass, RegisterProgId,
RegisterExtension and RegisterMIME actions. We now handle verbs
properly, handle dependancies and such properly and keep track of what
we need to register and what we do not properly.
Michael Jung [Thu, 26 May 2005 12:23:57 +0000 (12:23 +0000)]
Use IShellFolder::GetDisplayNameOf instead of SHGetPathFromIDList to
be able to browse shell namespace extensions.
Kouji Sasaki [Thu, 26 May 2005 12:23:38 +0000 (12:23 +0000)]
Added the callback item processing for LISTVIEW_EndEditLabelT
function.
Mike McCormack [Thu, 26 May 2005 12:22:51 +0000 (12:22 +0000)]
Added some idl definitions.
Alexandre Julliard [Thu, 26 May 2005 12:22:28 +0000 (12:22 +0000)]
Workaround to allow using the async keyword as method name.
Alexandre Julliard [Wed, 25 May 2005 18:42:37 +0000 (18:42 +0000)]
Moved functions from windows/user.c to more appropriate places, and
get rid of that file.
Robert Shearman [Wed, 25 May 2005 18:41:09 +0000 (18:41 +0000)]
- Use NULL instead of 0 for all non-handle pointers.
- Fix non-ANSI function declarations.
- Make a function static.
Alexandre Julliard [Wed, 25 May 2005 18:08:02 +0000 (18:08 +0000)]
Moved a couple of 16-bit functions to dlls/user/user16.c.
Rein Klazes [Wed, 25 May 2005 18:01:15 +0000 (18:01 +0000)]
Use the screen resolution to convert from twips (1440 twips is one
inch) to pixels.
Alexandre Julliard [Wed, 25 May 2005 17:56:35 +0000 (17:56 +0000)]
Moved the syscolor functions to dlls/user/sysparams.c.
Aric Stewart [Wed, 25 May 2005 17:49:49 +0000 (17:49 +0000)]
Implement the [!file] format to produce the short filename.
Uwe Bonnes [Wed, 25 May 2005 17:49:37 +0000 (17:49 +0000)]
Fix small typo.
Mike McCormack [Wed, 25 May 2005 17:49:18 +0000 (17:49 +0000)]
Add some more headers.
Alexandre Julliard [Wed, 25 May 2005 09:57:07 +0000 (09:57 +0000)]
Better support for building stand-alone tests.
Dimi Paun [Wed, 25 May 2005 09:55:55 +0000 (09:55 +0000)]
Turn a GDI object into a system object via an explicit Wine extension
rather then through magical pokes in memory.
Alexandre Julliard [Wed, 25 May 2005 09:54:51 +0000 (09:54 +0000)]
Removed STANDALONE ifdefs.
Mike McCormack [Wed, 25 May 2005 09:54:15 +0000 (09:54 +0000)]
Stub implementation for GetSoftwareUpdateInfo.
Robert Shearman [Wed, 25 May 2005 09:54:05 +0000 (09:54 +0000)]
- Print commas between ACE's.
- Dump access masks from all ACE's.
Kouji Sasaki [Wed, 25 May 2005 09:53:46 +0000 (09:53 +0000)]
Corrected the priority of operators for LISTVIEW_GetNextItem
function.
Alexandre Julliard [Tue, 24 May 2005 14:16:16 +0000 (14:16 +0000)]
Maarten Lankhorst [Tue, 24 May 2005 12:51:01 +0000 (12:51 +0000)]
Added YUV routines needed for v4l driver, and in the future possibly
other capture drivers too.
Rein Klazes [Tue, 24 May 2005 12:50:24 +0000 (12:50 +0000)]
Work around a problem where WriteFile is asked to write memory
protected by DIBSection code.
Hans Leidekker [Tue, 24 May 2005 12:34:29 +0000 (12:34 +0000)]
Fix uninitialized warnings.
Robert Shearman [Tue, 24 May 2005 12:32:18 +0000 (12:32 +0000)]
Implement NtAccessCheck.
Mike McCormack [Tue, 24 May 2005 12:30:35 +0000 (12:30 +0000)]
Add the missing interface method PromptAction to
IInternetZoneManager.
Phil Krylov [Tue, 24 May 2005 11:52:46 +0000 (11:52 +0000)]
Added detection of platforms which don't have external timezone and
daylight variables, and emulation of these variables.
Kouji Sasaki [Tue, 24 May 2005 11:46:53 +0000 (11:46 +0000)]
Added handling of WM_ENABLE message.
Eric Pouech [Tue, 24 May 2005 11:46:25 +0000 (11:46 +0000)]
- started infrastructure for proper multi-target support (active
process, minidump...)
- all read/write memory ops are now done thru a centralized process_io
facility
- minor fixes & cleanups in CPU backends
Michael Jung [Tue, 24 May 2005 11:45:47 +0000 (11:45 +0000)]
Add a new CLSID for UnixDosFolder, which is identical to UnixFolder,
but does unix <-> dos path conversion for GetDisplayNameOf and
ParseDisplayName.
Dmitry Timoshkov [Tue, 24 May 2005 11:45:14 +0000 (11:45 +0000)]
Print data offset additionally to prefix while dumping data.
Dmitry Timoshkov [Tue, 24 May 2005 11:44:59 +0000 (11:44 +0000)]
SetParent needs to clear 'managed' flag for former top level window.
Jacek Caban [Tue, 24 May 2005 11:44:26 +0000 (11:44 +0000)]
Added OLEIVERB_UIACTIVATE handling.
Mike McCormack [Tue, 24 May 2005 11:44:12 +0000 (11:44 +0000)]
Define GetSoftwareUpdateInfo and ISoftDistExt.
Uwe Bonnes [Tue, 24 May 2005 11:43:35 +0000 (11:43 +0000)]
Handle more Escape situations.
Alexandre Julliard [Tue, 24 May 2005 10:13:30 +0000 (10:13 +0000)]
Free delayed import modules on PROCESS_DETACH.
Steven Edwards [Tue, 24 May 2005 10:12:06 +0000 (10:12 +0000)]
Split Win16 and Win32 toolhelp functions.
Compile out win87em and 16bit toolhelp functions if 16 bit support is
disabled.
David Welch [Tue, 24 May 2005 10:11:37 +0000 (10:11 +0000)]
Added the ability to break into the program when using the gdb proxy.
Hannu Valtonen [Tue, 24 May 2005 10:10:54 +0000 (10:10 +0000)]
Use correct background color for the whole richedit control.
Vitaly Lipatov [Tue, 24 May 2005 10:10:42 +0000 (10:10 +0000)]
Add BUTTON_NOTIFY_PARENT macro (as in edit.c).
Notify parent about WM_KILL/SETFOCUS events.
Kees Cook [Tue, 24 May 2005 09:58:26 +0000 (09:58 +0000)]
Create basic test suite for CryptProtectData/CryptUnprotectData.
Richard Cohen [Tue, 24 May 2005 09:51:20 +0000 (09:51 +0000)]
Fix off-by-one in menu height calculation (& therefore
AdjustWindowRect) + test.
James Hawkins [Tue, 24 May 2005 09:50:23 +0000 (09:50 +0000)]
Audit the List-View control.
David Welch [Tue, 24 May 2005 09:49:56 +0000 (09:49 +0000)]
Fix decoding of thread IDs in the gdbproxy.
Kevin Koltzau [Tue, 24 May 2005 09:49:29 +0000 (09:49 +0000)]
Use uniformsizing theme property.
Mike McCormack [Tue, 24 May 2005 09:49:13 +0000 (09:49 +0000)]
Define CLSID_ShellWindows.
Mike McCormack [Tue, 24 May 2005 09:49:01 +0000 (09:49 +0000)]
Simplify parsing of the FROM keyword.
Robert Shearman [Mon, 23 May 2005 16:33:00 +0000 (16:33 +0000)]
- Add new server type "struct security_descriptor".
- Add tracing for this new type.
Michael Jung [Mon, 23 May 2005 16:31:42 +0000 (16:31 +0000)]
More robustly query the SHGDN_FORPARSING flag in the shell32's folders
GetDisplayNameOf methods.
Mike McCormack [Mon, 23 May 2005 16:31:13 +0000 (16:31 +0000)]
Remove forward declarations.
Aric Stewart [Mon, 23 May 2005 16:24:20 +0000 (16:24 +0000)]
Double terminate SZ_MULTI properly.
ClassInfo and ExtensionInfo are also written for ADVERTISED
components.
Aric Stewart [Mon, 23 May 2005 16:23:54 +0000 (16:23 +0000)]
Fix a leaking handle.
Make MsiCollectUserInfo more internally consistent.
Thanks to Mike McCormack.
Ivan Leo Puoti [Mon, 23 May 2005 16:23:35 +0000 (16:23 +0000)]
Update LDT_ENTRY definition.
Mike McCormack [Mon, 23 May 2005 16:23:11 +0000 (16:23 +0000)]
Improve parser error checking.
Uwe Bonnes [Mon, 23 May 2005 16:23:02 +0000 (16:23 +0000)]
Test cases for URL_UNESCAPE and small fix.
Eric Pouech [Mon, 23 May 2005 16:22:44 +0000 (16:22 +0000)]
- now storing exception info (if any) in thread structure
- added minidump function in winedbg (write only)
Alexandre Julliard [Mon, 23 May 2005 12:15:26 +0000 (12:15 +0000)]
Support unloading 16-bit builtin modules, and properly manage the
refcount of the 32-bit owner module.
Kevin Koltzau [Mon, 23 May 2005 12:14:09 +0000 (12:14 +0000)]
Implement Module32FirstW/NextW.
Mike McCormack [Mon, 23 May 2005 12:08:17 +0000 (12:08 +0000)]
Track memory allocations in the SQL parser.
Uwe Bonnes [Mon, 23 May 2005 12:08:00 +0000 (12:08 +0000)]
Implemented SystemFunction036.
Alexandre Julliard [Mon, 23 May 2005 12:07:15 +0000 (12:07 +0000)]
Moved the generated code segment for 16-bit builtins inside the module
structure.
Get rid of the BUILTIN16_DESCRIPTOR structure and directly register
the MZ header instead.
Mike McCormack [Mon, 23 May 2005 11:49:49 +0000 (11:49 +0000)]
Simplify parsing of select query.
Lionel Ulmer [Mon, 23 May 2005 11:49:36 +0000 (11:49 +0000)]
Rewrite DirectPlayEnumerateA and add W version at the same time.
Michael Stefaniuc [Mon, 23 May 2005 11:46:36 +0000 (11:46 +0000)]
Tests for VarMul().
Michael Stefaniuc [Mon, 23 May 2005 11:46:17 +0000 (11:46 +0000)]
Reimplement VarMul(). It can multiply now all variants that the native
(WinXP) function supports too.
Eric Pouech [Mon, 23 May 2005 11:43:44 +0000 (11:43 +0000)]
- fixed ReadProcessMemoryProc prototype
- made StackWalk work when dbghelp is run against a non running
process
Antoine Chavasse [Mon, 23 May 2005 11:42:40 +0000 (11:42 +0000)]
Added traces in GetPrivateData and SetPrivateData.
Made SetPrivateData actually store the data from the buffer as well as
its size.
Alexandre Julliard [Mon, 23 May 2005 10:33:34 +0000 (10:33 +0000)]
Moved the loaddll trace into the load_builtin_dll function so that it
gets printed even when we don't get the expected so file.
Robert Shearman [Mon, 23 May 2005 10:28:17 +0000 (10:28 +0000)]
Fix -Wwrite-strings warnings.
Uwe Bonnes [Mon, 23 May 2005 10:27:58 +0000 (10:27 +0000)]
Implement minimal _stricoll.
Robert Shearman [Mon, 23 May 2005 10:27:42 +0000 (10:27 +0000)]
- Add error messages on failure in file moniker load function.
- Fix incorrect pointer check in both monikers.
- Fix max size calculation of item moniker to match native.
Robert Shearman [Mon, 23 May 2005 10:27:23 +0000 (10:27 +0000)]
- Add a useful trace message.
- Fix more places where custom header size was calculated exclusive of
the data size member.
- Optimize custom marshaling by getting size before calling the custom
marshaler so we can write the header before and not use a second
stream.
Mike McCormack [Mon, 23 May 2005 10:27:00 +0000 (10:27 +0000)]
Create the ORDER BY view in a single call.
Martin Fuchs [Mon, 23 May 2005 10:26:47 +0000 (10:26 +0000)]
Bug fixes for _NO_EXTENSIONS mode.
Richard Cohen [Mon, 23 May 2005 10:26:32 +0000 (10:26 +0000)]
- Remove unused macro.
- Check for VT_I8 before testing it.
- VarMod returns DISP_E_OVERFLOW not E_INVALIDARG.
Eric Pouech [Mon, 23 May 2005 10:25:56 +0000 (10:25 +0000)]
Removed the macros for verbose memory read/write operations.
Alexandre Julliard [Mon, 23 May 2005 10:12:26 +0000 (10:12 +0000)]
Comment out stub WEP entry points so that we can call WEP for builtin
dlls too.
Alexandre Julliard [Mon, 23 May 2005 10:00:26 +0000 (10:00 +0000)]
Removed unnecessary code in the 16-bit DllEntryPoint function of some
dlls, and also fixed its ordinal in a few places.
Robert Shearman [Mon, 23 May 2005 09:54:53 +0000 (09:54 +0000)]
- Marshal objects & monikers into the ROT.
- Test for this behaviour.
Hannu Valtonen [Mon, 23 May 2005 09:54:32 +0000 (09:54 +0000)]
- Implement EM_LINESCROLL message handling
- Fix a problem with scrolling over the end of the text in
WM_WHEELMOUSE.
Kees Cook [Mon, 23 May 2005 09:54:17 +0000 (09:54 +0000)]
Add defines for dwFlags in pPromptStruct and calls to
CryptProtectData.
Ivan Leo Puoti [Mon, 23 May 2005 09:54:02 +0000 (09:54 +0000)]
Added some structs to ntddscsi.h.
Mike McCormack [Mon, 23 May 2005 09:53:43 +0000 (09:53 +0000)]
- remove the unused utf8 field of an expression
- make the parse result a single assignment at top level of parsing
- abort parsing on a memory allocation failure
Jacek Caban [Mon, 23 May 2005 09:53:21 +0000 (09:53 +0000)]
Separated IBinding and IMoniker interfaces.
Rob Shearman [Mon, 23 May 2005 09:53:06 +0000 (09:53 +0000)]
Fix several memory leaks.
Martin Fuchs [Mon, 23 May 2005 09:52:51 +0000 (09:52 +0000)]
Implement ID_VIEW_SPLIT command.
Daniel Schepler [Mon, 23 May 2005 09:52:23 +0000 (09:52 +0000)]
Implement CDS_TEST flag in ChangeDisplaySettings.
Kevin Koltzau [Mon, 23 May 2005 09:52:13 +0000 (09:52 +0000)]
Implement Hash function on composite moniker.