Mike McCormack [Mon, 30 May 2005 11:12:24 +0000 (11:12 +0000)]
Add and correct some function declarations.
Robert Reif [Mon, 30 May 2005 11:12:07 +0000 (11:12 +0000)]
Add support for more than 2 audio channels.
Antoine Chavasse [Mon, 30 May 2005 11:11:34 +0000 (11:11 +0000)]
- Implemented the implicit creation of mipmaps for surfaces that have
DDSCAPS_COMPLEX, DDSCAPS_MIPMAP and for which the mipmap count is
not specified.
- Implemented test cases for mipmap textures creation.
Kouji Sasaki [Mon, 30 May 2005 11:10:01 +0000 (11:10 +0000)]
Added the feature to change row height in owner draw controls.
Kouji Sasaki [Mon, 30 May 2005 11:09:33 +0000 (11:09 +0000)]
Corrected the determination of capturing inside EDIT_WM_MouseMove
function.
Dmitry Timoshkov [Mon, 30 May 2005 10:01:08 +0000 (10:01 +0000)]
Make more of the OLE interface vtables const.
Francois Gouget [Mon, 30 May 2005 09:56:56 +0000 (09:56 +0000)]
Assorted spelling fixes.
Stefan Leichter [Mon, 30 May 2005 09:55:34 +0000 (09:55 +0000)]
Update version resource of msiexec.exe to current version shipped from
Windows Update.
Martin Fuchs [Mon, 30 May 2005 09:55:19 +0000 (09:55 +0000)]
- implement commands 'copy' and 'delete'
- fix 'move' command for the left pane
Marcus Meissner [Sun, 29 May 2005 20:17:30 +0000 (20:17 +0000)]
Added VarMonthName() implementation.
Mike McCormack [Sun, 29 May 2005 20:17:16 +0000 (20:17 +0000)]
Get rid of some redundant parser types.
Martin Fuchs [Sun, 29 May 2005 20:17:05 +0000 (20:17 +0000)]
Refresh display after executing a context menu command.
Mike McCormack [Sun, 29 May 2005 20:08:12 +0000 (20:08 +0000)]
-Wmissing-declarations and -Wwrite-strings warning fixes.
Martin Fuchs [Sun, 29 May 2005 20:05:29 +0000 (20:05 +0000)]
Implement file filtering (matching of file name patterns and file
types).
Eric Pouech [Sun, 29 May 2005 20:04:40 +0000 (20:04 +0000)]
_findclose() exists on MinGW, so prefix it.
Eric Pouech [Sun, 29 May 2005 20:04:28 +0000 (20:04 +0000)]
Reindented parts to be conform to the rest of the code.
Eric Pouech [Sun, 29 May 2005 20:03:56 +0000 (20:03 +0000)]
Rewrote all stack backtrace code (more code sharing, easier to follow,
and less bugs).
Mike McCormack [Sun, 29 May 2005 20:03:30 +0000 (20:03 +0000)]
- always declare the lstr* functions, even if they're inline
- add prototype for ReadDirectoryChangesW
Marcus Meissner [Sun, 29 May 2005 20:03:05 +0000 (20:03 +0000)]
#undef interface before including alsa headers.
Robert Reif [Sun, 29 May 2005 20:02:58 +0000 (20:02 +0000)]
Fix a multiple sound card interface bug.
Add better error messages.
Paul Vriens [Sun, 29 May 2005 20:02:42 +0000 (20:02 +0000)]
Add SymLoadModule64.
Felix Nawothnig [Sun, 29 May 2005 20:02:32 +0000 (20:02 +0000)]
Pass the right hwnd to ReleaseDC().
Robert Reif [Sun, 29 May 2005 20:02:05 +0000 (20:02 +0000)]
Fix volume control.
Kristiaan Lenaerts [Sun, 29 May 2005 20:01:48 +0000 (20:01 +0000)]
gcc 4.0 compile fix.
Dmitry Timoshkov [Sun, 29 May 2005 20:01:17 +0000 (20:01 +0000)]
Fix Estonian keyboard layout to better match the X11 one.
Francois Gouget [Sun, 29 May 2005 20:00:58 +0000 (20:00 +0000)]
Remove unneeded cast.
Michael Stefaniuc [Sun, 29 May 2005 20:00:50 +0000 (20:00 +0000)]
Tests for VarAdd.
Michael Stefaniuc [Sun, 29 May 2005 20:00:31 +0000 (20:00 +0000)]
- Reimplement VarAdd, had missing functionality and wrong behaviour.
- Fix a typo in VarMul.
Dimi Paun [Sun, 29 May 2005 20:00:10 +0000 (20:00 +0000)]
Fix indentation.
Stefan Leichter [Sun, 29 May 2005 19:59:50 +0000 (19:59 +0000)]
Include crypt32 tests into winetest.
Juan Lang [Sun, 29 May 2005 19:59:33 +0000 (19:59 +0000)]
Use registered DLLs for encode/decode.
Juan Lang [Sun, 29 May 2005 19:59:21 +0000 (19:59 +0000)]
Add a few missing defines.
Dmitry Timoshkov [Fri, 27 May 2005 20:17:35 +0000 (20:17 +0000)]
Make some of the OLE interface vtables const.
Alexandre Julliard [Fri, 27 May 2005 20:10:59 +0000 (20:10 +0000)]
Added --list option to the tests and use that in winetest.
Ivan Leo Puoti [Fri, 27 May 2005 19:30:22 +0000 (19:30 +0000)]
Added some privileged instructions emulation.
Dimi Paun [Fri, 27 May 2005 19:28:23 +0000 (19:28 +0000)]
Move remaining GDI objects to the large heap.
Richard Cohen [Fri, 27 May 2005 19:26:34 +0000 (19:26 +0000)]
Fix some obsolete comments
Alexandre Julliard [Fri, 27 May 2005 19:25:42 +0000 (19:25 +0000)]
Authors: Mike McCormack <mike@codeweavers.com>, Aric Stewart <aric@codeweavers.com>
Add format record tests.
Aric Stewart [Fri, 27 May 2005 19:24:22 +0000 (19:24 +0000)]
Introduce really basic scripting of actions. This is primarily to get
the order of execution of the action correct since some custom actions
can be scripted and others are run during the script building phase.
Aric Stewart [Fri, 27 May 2005 19:23:29 +0000 (19:23 +0000)]
Restrict deformating of nested index keys [[1]].
Introduce the beginning of group deformating {}.
Michael Jung [Fri, 27 May 2005 19:23:19 +0000 (19:23 +0000)]
Use the Data Protection API to protect the users private keys.
Michael Jung [Fri, 27 May 2005 19:22:57 +0000 (19:22 +0000)]
It's sufficienct for Crypt[Un]ProtectData to acquire the crypto
context with the CRYPT_VERIFY_CONTEXT flag set.
Maarten Lankhorst [Fri, 27 May 2005 19:22:39 +0000 (19:22 +0000)]
Implemented VfwCapture interface.
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.