Jason Edmeades [Thu, 26 Aug 2004 00:30:02 +0000 (00:30 +0000)]
Don't clear the information structure for non supported cases.
Evan Deaubl [Thu, 26 Aug 2004 00:29:06 +0000 (00:29 +0000)]
Added GetSecurityInfo stub.
Jason Edmeades [Thu, 26 Aug 2004 00:28:37 +0000 (00:28 +0000)]
Ensure digits are printable characters from oleaut32 Format command.
Alexandre Julliard [Wed, 25 Aug 2004 17:35:06 +0000 (17:35 +0000)]
Allow enabling or disabling todo_wine for each message sequence so
that we can properly test the sequences that are already correct.
Jacek Caban [Wed, 25 Aug 2004 17:33:47 +0000 (17:33 +0000)]
Added message box to inform user that one needs Mozilla ActiveX.
Robert Shearman [Wed, 25 Aug 2004 17:33:01 +0000 (17:33 +0000)]
Replace GetWindowLong by GetWindowLongPtr.
Aric Stewart [Wed, 25 Aug 2004 17:31:39 +0000 (17:31 +0000)]
Free memory after we finish using it instead of just before.
Huw Davies [Wed, 25 Aug 2004 17:31:17 +0000 (17:31 +0000)]
Make the DEFAULT_GUI_FONT scalable with screen resolution and let it
be 8pt MS Shell Dlg for simple scripts.
Dmitry Timoshkov [Wed, 25 Aug 2004 17:31:03 +0000 (17:31 +0000)]
Fix an obvious typo leading to a crash.
Mike McCormack [Wed, 25 Aug 2004 17:30:46 +0000 (17:30 +0000)]
Make SetTokenInformation call NtSetInformationToken.
Mike McCormack [Wed, 25 Aug 2004 17:30:31 +0000 (17:30 +0000)]
Signed compare fixes.
Mike McCormack [Wed, 25 Aug 2004 17:30:18 +0000 (17:30 +0000)]
Fix the ITS moniker implementation.
Ivan Leo Puoti [Wed, 25 Aug 2004 17:29:43 +0000 (17:29 +0000)]
Update cvs command line.
Robert Shearman [Wed, 25 Aug 2004 02:16:32 +0000 (02:16 +0000)]
- Send NM_LDOWN notification.
- NM_RDBLCLK only needs to send a NMHDR structure.
- On mouse notifications returning 0 DefWndProc should be called.
Robert Shearman [Wed, 25 Aug 2004 02:14:28 +0000 (02:14 +0000)]
Bring common control header up to date with new additions in XP.
Robert Reif [Wed, 25 Aug 2004 02:11:12 +0000 (02:11 +0000)]
Added 32 bit float support.
Robert Reif [Wed, 25 Aug 2004 02:09:00 +0000 (02:09 +0000)]
DirectSound8 doesn't accept 3D stereo secondary buffers but
DirectSound does.
Added tests.
Robert Reif [Wed, 25 Aug 2004 02:07:40 +0000 (02:07 +0000)]
Added IEEE float audio data type.
Alex Villacís Lasso [Wed, 25 Aug 2004 00:48:47 +0000 (00:48 +0000)]
Do not assume HKEY_CURRENT_USER/Environment exists ==> config file was
migrated. Instead test for every key to migrate under
HKEY_CURRENT_USER/Environment.
Francois Gouget [Wed, 25 Aug 2004 00:42:50 +0000 (00:42 +0000)]
Enable the disabled tests in tests.data or add a comment describing
why the type cannot be tested.
Update the generated files, they compile and run successfully both on
Windows (with the Windows headers) and in Wine.
Jacek Caban [Wed, 25 Aug 2004 00:38:59 +0000 (00:38 +0000)]
Fix handling of VARIANT with VT_BYREF and null pointer in
VariantChangeTypeEx.
Alexandre Julliard [Tue, 24 Aug 2004 21:00:15 +0000 (21:00 +0000)]
Authors: Stewart Caie<kyz@uklinux.net>, Jed Wing <jedwin@ugcs.caltech.edu>, Mike McCormack <mike@codeweavers.com>
Added an implemenation of ITSS.DLL.
Aric Stewart [Tue, 24 Aug 2004 20:56:08 +0000 (20:56 +0000)]
Getting the string for a null field should not create an error. Add a
missing break.
Francois Gouget [Tue, 24 Aug 2004 20:16:25 +0000 (20:16 +0000)]
Fix alignment issues for MEMORYSTATUSEX, WIN32_STREAM_ID and
IO_COUNTERS. The corresponding tests now succeed both when compiled
with the Windows headers and when compiled with the Wine headers.
Rein Klazes [Tue, 24 Aug 2004 20:15:00 +0000 (20:15 +0000)]
When there are no pixels to scroll, ScrollWindowEx must still scroll
children and update the hrgnUpdate and rcUpdate arguments.
Robert Shearman [Tue, 24 Aug 2004 20:14:26 +0000 (20:14 +0000)]
Implement IDirectDrawClipper_GetClipList for case where we have a
handle to a window.
Alexandre Julliard [Tue, 24 Aug 2004 18:49:34 +0000 (18:49 +0000)]
In GetDC use the parent drawable when DCX_PARENTCLIP is set.
Dmitry Timoshkov [Tue, 24 Aug 2004 18:48:05 +0000 (18:48 +0000)]
Add cyrillic glyphs to wine_sans_serif at 13 and 16 pixel sizes.
Robert Shearman [Tue, 24 Aug 2004 18:46:05 +0000 (18:46 +0000)]
Added GetProcessId.
Robert Shearman [Tue, 24 Aug 2004 18:42:53 +0000 (18:42 +0000)]
More safe array tests.
Mike McCormack [Tue, 24 Aug 2004 18:41:52 +0000 (18:41 +0000)]
Tests for icon and bitmap adding and removing and bitmap drawing with
image lists.
Robert Shearman [Tue, 24 Aug 2004 18:41:27 +0000 (18:41 +0000)]
Fix regression with IE's Menu Bar.
Huw Davies [Tue, 24 Aug 2004 18:33:01 +0000 (18:33 +0000)]
Change dialogs to use MS Shell Dlg rather than Helv or MS Sans Serif.
Alexandre Julliard [Tue, 24 Aug 2004 02:35:25 +0000 (02:35 +0000)]
When possible, use the X window of the requested window in GetDC
instead of the parent to avoid trouble with OpenGL clipping.
Alexandre Julliard [Tue, 24 Aug 2004 02:29:48 +0000 (02:29 +0000)]
Removed debug trace.
Christian Costa [Tue, 24 Aug 2004 02:28:35 +0000 (02:28 +0000)]
Added Video Renderer (based on Direct Draw).
Added Direct Sound Audio Renderer.
Added AVI Decompressor (VFW decompressors wrapper).
Pierre d'Herbemont [Tue, 24 Aug 2004 02:26:59 +0000 (02:26 +0000)]
Added signal support for Darwin/i386.
Ulrich Czekalla [Tue, 24 Aug 2004 02:26:40 +0000 (02:26 +0000)]
Set WS_EX_CONTROLPARENT when dialog has DS_CONTROL.
Alexandre Julliard [Mon, 23 Aug 2004 19:39:48 +0000 (19:39 +0000)]
Get rid of the no longer used ICOM_MSVTABLE_COMPAT_DummyRTTIVALUE
macro.
Francois Gouget [Mon, 23 Aug 2004 18:52:54 +0000 (18:52 +0000)]
Update RTL_BITMAP and RTL_BITMAP_RUN to match the 2000 DDK.
Only test the Rtl{Initialize,SetAll,ClearAll}Bits macros if they are
defined.
Stefan Leichter [Mon, 23 Aug 2004 18:50:54 +0000 (18:50 +0000)]
Added empty DllRegisterServer.
Tobias Burnus [Mon, 23 Aug 2004 18:50:14 +0000 (18:50 +0000)]
- Limit number of FIXME()s in Clipper_SetClipList and document
function.
- Document Clipper_GetClipList.
Alexandre Julliard [Mon, 23 Aug 2004 18:10:02 +0000 (18:10 +0000)]
Get rid of the ICOM_MSVTABLE_COMPAT support, g++ no longer requires
this.
Ulrich Czekalla [Mon, 23 Aug 2004 17:57:03 +0000 (17:57 +0000)]
The clipboard owner can be set by the thread that has the clipboard
open.
Robert Shearman [Mon, 23 Aug 2004 17:56:07 +0000 (17:56 +0000)]
Store the current source directory and use it when encountering a
relative include so that the full path to it is stored instead.
Aric Stewart [Mon, 23 Aug 2004 17:55:29 +0000 (17:55 +0000)]
Make sure exePath contains the path since it is used later in the
function as well.
Dmitry Timoshkov [Mon, 23 Aug 2004 17:52:42 +0000 (17:52 +0000)]
Enumerate all available scripts in IMultiLanguage2_EnumScripts, add
fixed/proportional font names into mlang database.
Dmitry Timoshkov [Mon, 23 Aug 2004 17:52:02 +0000 (17:52 +0000)]
GetCPInfo(Ex) should work on CP_UTF7/CP_UTF8 pseudo code pages, as
IsValidCodePage does.
Mike McCormack [Mon, 23 Aug 2004 17:51:19 +0000 (17:51 +0000)]
Adjust the tab contents to fix the propsheet between PSM_KILLACTIVE
and PSM_SETACTIVE.
Robert Reif [Mon, 23 Aug 2004 17:50:31 +0000 (17:50 +0000)]
Only print format info when in interactive mode for capture test.
Cleanup error and info messges.
Francois Gouget [Mon, 23 Aug 2004 17:49:32 +0000 (17:49 +0000)]
Move LDT_ENTRY to winnt.h.
Eric Pouech [Sun, 22 Aug 2004 22:35:36 +0000 (22:35 +0000)]
- fixed breakpoint enabled/disabled state management
- fixed recursion in type printing
- now all type-id are stored with the base address of the module which
defines the type (struct dbg_type takes care of this pairing)
- fixed a couple of bugs in display handling
- fixed strings print and examination
Alexandre Julliard [Sun, 22 Aug 2004 22:33:57 +0000 (22:33 +0000)]
Added recursive idl target to allow updating idl files private to a
dll.
Alexandre Julliard [Sun, 22 Aug 2004 22:31:52 +0000 (22:31 +0000)]
Output BEGIN/END_INTERFACE for C++ base classes too.
Kevin Koltzau [Sun, 22 Aug 2004 22:29:37 +0000 (22:29 +0000)]
Make SetWindowSubclass behave with SetWindowLong subclasses.
Allow unlimited number of subclasses.
Correct issue when SendMessage is called from within a subclass proc.
Add regression test.
Francois Gouget [Sun, 22 Aug 2004 22:28:53 +0000 (22:28 +0000)]
Update FPO_DATA and IMAGE_LOAD_CONFIG_DIRECTORY to match the latest
platform SDK. This helps compile the ntdll tests on Windows.
Francois Gouget [Sun, 22 Aug 2004 22:27:31 +0000 (22:27 +0000)]
Moved declarations from undocshell.h to shlobj.h to match the latest
platform SDK.
Robert Reif [Sun, 22 Aug 2004 22:26:48 +0000 (22:26 +0000)]
Added support for multiple mixers.
Get mixer name from OSS.
More tracing.
Dmitry Timoshkov [Sun, 22 Aug 2004 22:26:22 +0000 (22:26 +0000)]
Y coordinate of the "magic" static control should be treated
inclusively.
Alexandre Julliard [Sun, 22 Aug 2004 21:38:46 +0000 (21:38 +0000)]
Don't define BEGIN_INTERFACE in unknwn.h.
Mike McCormack [Sun, 22 Aug 2004 02:25:05 +0000 (02:25 +0000)]
Generate BEGIN_INTERFACE,END_INTERFACE macros instead of
ICOM_MSVTABLE_COMPAT_FIELDS.
Francois Gouget [Sun, 22 Aug 2004 02:07:13 +0000 (02:07 +0000)]
Remove these Wine-only types:
EnumICMProfilesProcCallback
PEXCEPTION_REGISTRATION_RECORD
Don't test these Wine-only types:
EMRSETTEXTJUSTIFICATION
EXCEPTION_REGISTRATION_RECORD
Remove EXCEPTION_FRAME, it doesn't exist at all.
Robert Reif [Sun, 22 Aug 2004 02:02:27 +0000 (02:02 +0000)]
Fixed bug in volume control step size so that it actually works.
Added additional debug tracing.
Code cleanup.
Francois Gouget [Sun, 22 Aug 2004 02:02:00 +0000 (02:02 +0000)]
DECLARE_OLD_HANDLE is not used anymore.
Gerald Pfeifer [Sun, 22 Aug 2004 02:01:21 +0000 (02:01 +0000)]
Include <stdlib.h> for a prototype of exit().
Rein Klazes [Sun, 22 Aug 2004 02:00:38 +0000 (02:00 +0000)]
Added Dutch translation.
Michael Stefaniuc [Sun, 22 Aug 2004 01:59:55 +0000 (01:59 +0000)]
Test case for hotspot handling.
Michael Stefaniuc [Sun, 22 Aug 2004 01:59:29 +0000 (01:59 +0000)]
- Fix hotspot handling
- Remove unused flag from the InternalDrag struct.
Robert Reif [Fri, 20 Aug 2004 20:01:31 +0000 (20:01 +0000)]
Remove wine specific DRV_QUERYDSOUNDGUID message and calculate it in
dsound.dll (like in 2k/xp).
Robert Shearman [Fri, 20 Aug 2004 19:58:46 +0000 (19:58 +0000)]
Added implementation for IPersistPropertyBag_Load on OLEFont (based on
a patch by Alex Villacís Lasso).
Huw Davies [Fri, 20 Aug 2004 19:57:50 +0000 (19:57 +0000)]
Unicodify a load of strings.
Jon Griffiths [Fri, 20 Aug 2004 19:57:11 +0000 (19:57 +0000)]
Return a stock brush when asking for a brush with the same
characteristics, as per native. Document the brush functions.
Francois Gouget [Fri, 20 Aug 2004 19:33:17 +0000 (19:33 +0000)]
Fix packing bug in shlobj.h.
Fix the declaration of bitfields so their layout matches what MSVC
generates.
Modify winapi_test to compute the bitfields size/alignment like MSVC
does.
Update the impacted generated.c files.
Aric Stewart [Fri, 20 Aug 2004 19:28:33 +0000 (19:28 +0000)]
In IPersistFile_Save if the exe file is not found, trust the path we
are given and allow creation of the link.
Robert Shearman [Fri, 20 Aug 2004 19:27:15 +0000 (19:27 +0000)]
- Input path can have trailing slash.
- Improve some debugging messages.
Robert Shearman [Fri, 20 Aug 2004 19:26:28 +0000 (19:26 +0000)]
- Fix type in GetRandomRegion function.
- Add prototype to header.
James Hawkins [Fri, 20 Aug 2004 19:25:35 +0000 (19:25 +0000)]
Enable ERROR_MORE_DATA to be set in CryptGetDefaultProvider.
James Hawkins [Fri, 20 Aug 2004 19:25:03 +0000 (19:25 +0000)]
Added tests for CryptSetProviderEx.
Mike McCormack [Fri, 20 Aug 2004 19:24:33 +0000 (19:24 +0000)]
Added prototypes for a few more Native API functions.
Michael Kaufmann [Fri, 20 Aug 2004 19:23:46 +0000 (19:23 +0000)]
Use correct font for ownerdraw buttons.
Robert Reif [Fri, 20 Aug 2004 19:22:24 +0000 (19:22 +0000)]
Change step size from 0 to 1 for volume controls to stop divide by
zero in app.
Change debug channel to mixer.
Add more tracing and errors.
Francois Gouget [Thu, 19 Aug 2004 20:34:42 +0000 (20:34 +0000)]
Remove types that don't exist from tests.dat.
Don't test types that have a platform dependent layout.
Don't test Wine-only types.
Helps get the generated tests compiling on Windows.
Jacek Caban [Thu, 19 Aug 2004 20:29:16 +0000 (20:29 +0000)]
Ref counting fixes.
Alexandre Julliard [Thu, 19 Aug 2004 20:02:12 +0000 (20:02 +0000)]
Generate the .ttf file in the current directory.
Francois Gouget [Thu, 19 Aug 2004 19:59:41 +0000 (19:59 +0000)]
Fix packing of shlwapi.h
Add a DECLSPEC_ALIGN(8) to force DLLVERSIONINFO2 to have the correct
alignment.
Robert Shearman [Thu, 19 Aug 2004 19:58:49 +0000 (19:58 +0000)]
- Implement insert marks.
- Rearrange TOOLBAR_INFO.
Robert Shearman [Thu, 19 Aug 2004 19:57:37 +0000 (19:57 +0000)]
Fix type of DeleteIE3Cache function.
Robert Reif [Thu, 19 Aug 2004 19:55:38 +0000 (19:55 +0000)]
Added 24/32 bit sample size and 4/6 channel support.
Added dsound capture wine specific message support.
Francois Gouget [Thu, 19 Aug 2004 19:31:20 +0000 (19:31 +0000)]
Added 'strmiids.lib'.
Moved CLSID_FilterGraph and the related GUIDs to strmiids.
Francois Gouget [Thu, 19 Aug 2004 19:20:34 +0000 (19:20 +0000)]
Define COBJMACROS. Fixes compilation on Windows.
Francois Gouget [Thu, 19 Aug 2004 19:16:31 +0000 (19:16 +0000)]
Add new fields to the NOTIFYICONDATA structure so it matches the
latest platform SDK.
Update shell32/tests/generated.c. It now works when compiled with the
Windows headers.
Ulrich Czekalla [Thu, 19 Aug 2004 19:13:08 +0000 (19:13 +0000)]
Clear tooltip when text is set to NULL.
Repaint tooltip when item info changes.
Ulrich Czekalla [Thu, 19 Aug 2004 19:09:15 +0000 (19:09 +0000)]
Forward focus to combobox, otherwise edit control won't get focus.
Ulrich Czekalla [Thu, 19 Aug 2004 19:06:18 +0000 (19:06 +0000)]
The rectangle passed in DRAWITEMSTRUCT is slightly too large as
compared with Windows.
Huw Davies [Thu, 19 Aug 2004 19:03:48 +0000 (19:03 +0000)]
Complete cp1252 for System.
Robert Shearman [Thu, 19 Aug 2004 19:02:59 +0000 (19:02 +0000)]
- Fix anchor highlighting.
- Remove redundant test in TOOLBAR_DrawButton.
Robert Shearman [Thu, 19 Aug 2004 19:02:17 +0000 (19:02 +0000)]
Better TRACE's for some Internet* functions.
Mike McCormack [Thu, 19 Aug 2004 19:01:12 +0000 (19:01 +0000)]
Fix BuildTrusteeWithSid, implement and test BuildTrusteeWithName.
John K. Hohm [Thu, 19 Aug 2004 18:54:41 +0000 (18:54 +0000)]
Consistently suggest proper Emulation rather than Emulated for
HardwareAcceleration in [dsound] section of config file.
Robert Shearman [Thu, 19 Aug 2004 02:41:55 +0000 (02:41 +0000)]
Handle ECONNRESET in FILE_GetNtStatus.