Dmitry Timoshkov [Wed, 1 Jun 2005 19:57:42 +0000 (19:57 +0000)]
Make more of the OLE interface vtables const.
Christian Costa [Wed, 1 Jun 2005 19:52:25 +0000 (19:52 +0000)]
Merged d3ddevice/main.h and direct3d/main.h into d3d_private.h.
Fixed Thunk_IDirect3DImpl_2_CreateViewport.
Dimi Paun [Wed, 1 Jun 2005 19:50:34 +0000 (19:50 +0000)]
Minor formattting fixes.
Dimi Paun [Wed, 1 Jun 2005 19:50:07 +0000 (19:50 +0000)]
Add definitions for IDTRYAGAIN and IDCONTINUE.
Mike McCormack [Wed, 1 Jun 2005 19:49:41 +0000 (19:49 +0000)]
Add stubs and stub implementations.
Mike McCormack [Wed, 1 Jun 2005 19:49:29 +0000 (19:49 +0000)]
Define some functions and structures.
Alexandre Julliard [Wed, 1 Jun 2005 19:48:48 +0000 (19:48 +0000)]
Authors: Aric Stewart <aric@codeweavers.com>, Mike McCormack <mike@codeweavers.com>
Fix handling of checkbox properties.
Alexandre Julliard [Wed, 1 Jun 2005 11:08:39 +0000 (11:08 +0000)]
Use standard TLS functions instead of a TEB internal field to access
per-thread data.
Alexandre Julliard [Wed, 1 Jun 2005 11:06:14 +0000 (11:06 +0000)]
Always load 16-bit gdi.exe at init time.
Alexandre Julliard [Wed, 1 Jun 2005 11:05:47 +0000 (11:05 +0000)]
Revert previous change, it shouldn't be necessary (reported by Rob
Shearman).
Mike McCormack [Wed, 1 Jun 2005 11:04:26 +0000 (11:04 +0000)]
Eliminate some -Wwrite-strings warnings.
Robert Shearman [Wed, 1 Jun 2005 11:04:03 +0000 (11:04 +0000)]
- Improve tracing.
- Implement FC_UP and partially FC_OP.
- Don't needlessly marshal 4 bytes in NdrPointer*.
Robert Shearman [Wed, 1 Jun 2005 11:03:40 +0000 (11:03 +0000)]
If we are accessing a method from a superclass then we need to use the
superclass's ITypeInfo otherwise we could get errors when accessing
hreftypes that aren't present in the subclass.
Robert Shearman [Wed, 1 Jun 2005 11:03:29 +0000 (11:03 +0000)]
- Fix the return values from QueryPathOfRegTypeLib.
- Open registry key with least access rights necessary.
- Documentation updates.
Robert Shearman [Wed, 1 Jun 2005 11:03:05 +0000 (11:03 +0000)]
DispInvoke is correct so there is no need to print a fixme.
Mike McCormack [Wed, 1 Jun 2005 11:02:48 +0000 (11:02 +0000)]
Clean up headers and make some functions static.
Richard Cohen [Wed, 1 Jun 2005 11:02:36 +0000 (11:02 +0000)]
- Add static, const.
- Don't change the passed in bitmap header.
Mike McCormack [Wed, 1 Jun 2005 11:02:19 +0000 (11:02 +0000)]
- avoid unicode.h
- add a missing function prototype
Jason Edmeades [Tue, 31 May 2005 13:39:24 +0000 (13:39 +0000)]
Added test case for infinite loops on RDW_REDRAWNOW.
Alexandre Julliard [Tue, 31 May 2005 13:37:16 +0000 (13:37 +0000)]
Added a from_child parameter to the get_update_region request to allow
restarting the search from a given child, in order to avoid looping
forever on windows that don't repaint correctly.
Alexandre Julliard [Tue, 31 May 2005 13:29:48 +0000 (13:29 +0000)]
Skip the Unicode signature if present.
Ivan Leo Puoti [Tue, 31 May 2005 13:28:42 +0000 (13:28 +0000)]
Added IDT emulation.
Detlef Riekenberg [Tue, 31 May 2005 13:25:38 +0000 (13:25 +0000)]
Mark links to dir with FILE_ATTRIBUTE_REPARSE_POINT, so modern
applications can use this additional information.
Alexandre Julliard [Tue, 31 May 2005 13:24:44 +0000 (13:24 +0000)]
Fixed RtlIsTextUnicode prototype, and made it properly take into
account the results of the tests to determine the return value.
Andreas Mohr [Tue, 31 May 2005 13:20:32 +0000 (13:20 +0000)]
TV_ITEM is the old name of TVITEM, shouldn't be used any more.
Mike McCormack [Tue, 31 May 2005 13:20:09 +0000 (13:20 +0000)]
Remove some unused code.
Alexandre Julliard [Tue, 31 May 2005 09:38:10 +0000 (09:38 +0000)]
Remove import lib on make clean.
Alexandre Julliard [Tue, 31 May 2005 09:37:40 +0000 (09:37 +0000)]
Fixed install rule (reported by Vincent Béron).
Stefan Leichter [Tue, 31 May 2005 09:33:59 +0000 (09:33 +0000)]
Test GetFileVersionInfoSizeA with executables.
Christian Costa [Tue, 31 May 2005 09:32:44 +0000 (09:32 +0000)]
Merged convert.c, struct_convert.c and helper.c into ddraw_utils.c.
Alexandre Julliard [Tue, 31 May 2005 09:32:12 +0000 (09:32 +0000)]
Authors: Evan Deaubl <wine@warpedview.com>, Robert Shearman <rob@codeweavers.com>
- Implement RtlGetControlSecurityDescriptor.
- Fix NtAccessCheck so it works with relative SECURITY_DESCRIPTORs.
Juan Lang [Tue, 31 May 2005 09:31:49 +0000 (09:31 +0000)]
- implement Crypt{Get|Set}OIDFunctionValue
- fix bug and memory leak in last patch
Robert Reif [Tue, 31 May 2005 09:31:37 +0000 (09:31 +0000)]
Add multiple DIRECTSOUND object support (multiple sound cards can play
at the same time).
Fix CoCreateInstance when no sound card is present.
Fix create bug found by Mike Hearn.
Mike McCormack [Tue, 31 May 2005 09:30:45 +0000 (09:30 +0000)]
Some warning fixes for the regression tests.
Mike McCormack [Tue, 31 May 2005 09:30:28 +0000 (09:30 +0000)]
More -Wmissing-declarations and -Wwrite-strings warning fixes.
Mike McCormack [Tue, 31 May 2005 09:30:01 +0000 (09:30 +0000)]
Improve number parsing and avoid unicode.h.
Francois Gouget [Mon, 30 May 2005 11:33:42 +0000 (11:33 +0000)]
On some systems (linux 2.6.8) AFS fails to set d_reclen to 0 or does
not support VFAT_IOCTL_READDIR_BOTH but returns 0 (success) anyway. So
set d_reclen to 65535 (an impossible value) before the ioctl() and
check it afterwards to work around this bug.
Mike McCormack [Mon, 30 May 2005 11:32:18 +0000 (11:32 +0000)]
Remove more types from the parser.
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.