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.
Robert Shearman [Thu, 19 Aug 2004 02:34:51 +0000 (02:34 +0000)]
- Errors should only be reported to I/O completion routine after
NtReadFile has succeeded.
- Test case for this behaviour.
Robert Shearman [Thu, 19 Aug 2004 02:33:00 +0000 (02:33 +0000)]
- Remove duplicated code in file reader.
- Use new CreateSpecific function for file reader that doesn't query
for IMemInputPin.
- Get rid of inefficient use of IMemInputPin in general pin code.
Emmanuel Maillard [Thu, 19 Aug 2004 01:20:45 +0000 (01:20 +0000)]
- Update build system to support IOKit and CoreFoundation frameworks
on Darwin.
- Add support for the -framework "name" linker option.
- NtQueryVolumeInformationFile set device info on Darwin.
Robert Reif [Thu, 19 Aug 2004 01:13:58 +0000 (01:13 +0000)]
Added 32 bit sample size tests and 4 and 6 channel tests.
Robert Reif [Thu, 19 Aug 2004 01:10:36 +0000 (01:10 +0000)]
Cleanup messages in supportedFormat.
Robert Reif [Thu, 19 Aug 2004 01:07:49 +0000 (01:07 +0000)]
Don't try to find alternate formats for non PCM formats.
Stefan Leichter [Thu, 19 Aug 2004 01:05:13 +0000 (01:05 +0000)]
Added stub for DeleteIE3Cache.
Zach Gorman [Thu, 19 Aug 2004 01:03:12 +0000 (01:03 +0000)]
When searching for the DEFPUSHBUTTON in a dialog, recurse into child
windows with the WS_EX_CONTROLPARENT style (if they are visible and
enabled).
Zach Gorman [Thu, 19 Aug 2004 01:02:07 +0000 (01:02 +0000)]
WS_TABSTOP should not be a default style for GROUPBOX controls.
Vincent Béron [Thu, 19 Aug 2004 00:03:45 +0000 (00:03 +0000)]
Show the proper make command at the end of configure.
Michael Jung [Wed, 18 Aug 2004 23:51:04 +0000 (23:51 +0000)]
Added some defines for CPSetKeyParam.
Stefan Leichter [Wed, 18 Aug 2004 23:50:22 +0000 (23:50 +0000)]
Fixed tests of GetAcceptLanguagesA for win2k and win XP.
Robert Shearman [Wed, 18 Aug 2004 23:47:48 +0000 (23:47 +0000)]
Allow the user to move managed windows by dragging on HTCAPTION
areas.
Vincent Béron [Wed, 18 Aug 2004 23:41:10 +0000 (23:41 +0000)]
Don't hardcode c:\windows paths in msi.dll.
Vincent Béron [Wed, 18 Aug 2004 23:40:15 +0000 (23:40 +0000)]
Don't hardcode C:\windows\system\start.exe.
Alexandre Julliard [Wed, 18 Aug 2004 21:03:32 +0000 (21:03 +0000)]
The argv array passed to the app needs to be in the Ansi codepage, not
the Unix one.
Huw Davies [Wed, 18 Aug 2004 21:00:05 +0000 (21:00 +0000)]
Fix printer selection in PD_PRINTSETUP type dialogs.
Andreas Mohr [Wed, 18 Aug 2004 20:58:59 +0000 (20:58 +0000)]
Added OBJ_COLORSPACE define.
Rein Klazes [Wed, 18 Aug 2004 20:57:30 +0000 (20:57 +0000)]
Do not make a directory read-only.
Ferenc Wagner [Wed, 18 Aug 2004 20:56:00 +0000 (20:56 +0000)]
Avoid crashing on unsuccessful send.
Robert Reif [Wed, 18 Aug 2004 20:53:40 +0000 (20:53 +0000)]
Cleanup messages.
Alex Villacís Lasso [Wed, 18 Aug 2004 20:53:09 +0000 (20:53 +0000)]
Add detection of graphic file header in picture load, treat it as
no-header case.
Robert Reif [Wed, 18 Aug 2004 00:30:37 +0000 (00:30 +0000)]
Allocate wave format structure dynamically based on format.
Remove format checks to allow driver to decide if format supported.
Code cleanups.
Robert Reif [Wed, 18 Aug 2004 00:30:12 +0000 (00:30 +0000)]
Cleanup some more messages.
Robert Reif [Wed, 18 Aug 2004 00:30:01 +0000 (00:30 +0000)]
Some sound cards have different capabilities when doing full duplex so
add duplex caps and return them when necessary.
Clean up event message printing.
Alex Villacís Lasso [Wed, 18 Aug 2004 00:26:44 +0000 (00:26 +0000)]
Apply HIMETRIC transformation on icons, just like bitmaps.
José Manuel Ferrer Ortiz [Wed, 18 Aug 2004 00:26:10 +0000 (00:26 +0000)]
Added Spanish translation.
Alexandre Julliard [Wed, 18 Aug 2004 00:04:58 +0000 (00:04 +0000)]
Fd type is no longer used, get rid of it.
Eric Pouech [Tue, 17 Aug 2004 23:37:55 +0000 (23:37 +0000)]
- better support for non-blocking COMM and socket read/writes:
+ added necessary semantics to fd flags
+ no longer uses fd type (but fd flags) read/write semantic behavior
- fixed socket code to use the proper manifest constants
- fixes for kernel32.GetOverlappedResult without hEvent set
- in ntdll.Nt{Read|Write}File
+ always reset the event
+ added support for longlong offsets
+ better object disposal in error handling code paths
Huw Davies [Tue, 17 Aug 2004 22:33:14 +0000 (22:33 +0000)]
First stab at Wine versions of Courier, System and MS Sans Serif
fonts.
Robert Shearman [Tue, 17 Aug 2004 22:29:29 +0000 (22:29 +0000)]
User controls: GWL_ -> GWLP_.
Aric Stewart [Tue, 17 Aug 2004 22:29:01 +0000 (22:29 +0000)]
Let StartServiceCtrlDispatcher handle services not started by
StartService.
Aric Stewart [Tue, 17 Aug 2004 22:28:13 +0000 (22:28 +0000)]
Added handling of TokenPrimaryGroup.
Krishna Murthy [Tue, 17 Aug 2004 22:28:02 +0000 (22:28 +0000)]
Allow resizing windows without thickframe style.
Alexandre Julliard [Tue, 17 Aug 2004 22:10:26 +0000 (22:10 +0000)]
ALTNAMES has been removed, use SPEC_SRCS16 instead.
Fergal Daly [Tue, 17 Aug 2004 22:10:11 +0000 (22:10 +0000)]
Document dosdevices/unc mapping.
Mike McCormack [Tue, 17 Aug 2004 22:09:55 +0000 (22:09 +0000)]
Stub implementation for NtSetInformationToken.
Robert Shearman [Tue, 17 Aug 2004 22:09:16 +0000 (22:09 +0000)]
Draw background in WM_PAINT instead of WM_ERASEBKGND.
Robert Shearman [Tue, 17 Aug 2004 22:09:02 +0000 (22:09 +0000)]
Always redraw dialog on changing between pages.
Marcus Meissner [Tue, 17 Aug 2004 22:08:43 +0000 (22:08 +0000)]
Newer dependent linux headers have __user notations, which we need to
provide. Define it to be empty.
Huw Davies [Tue, 17 Aug 2004 22:08:31 +0000 (22:08 +0000)]
Convert installed font list to list.h.
James Hawkins [Tue, 17 Aug 2004 22:08:16 +0000 (22:08 +0000)]
If pszTypeName is too small to hold the type name in
CryptEnumProviderTypes, return ERROR_MORE_DATA.
Mike McCormack [Tue, 17 Aug 2004 22:07:59 +0000 (22:07 +0000)]
Remove unnecessary casts in crypt tests.
Mike McCormack [Tue, 17 Aug 2004 22:07:44 +0000 (22:07 +0000)]
Update directory list.
Eric Pouech [Mon, 16 Aug 2004 23:19:17 +0000 (23:19 +0000)]
Implemented the mmTask* functions.
Ferenc Wagner [Mon, 16 Aug 2004 23:19:02 +0000 (23:19 +0000)]
The desktop process is not automatically restarted under Win95, so
stop killing it.
Ferenc Wagner [Mon, 16 Aug 2004 23:18:48 +0000 (23:18 +0000)]
Terminate test loop on the first error to avoid excessive log volume.
Ge van Geldorp [Mon, 16 Aug 2004 23:18:36 +0000 (23:18 +0000)]
Handle shell link files contained in double quotes.
Mike McCormack [Mon, 16 Aug 2004 23:18:23 +0000 (23:18 +0000)]
Implemented Get/SetFileSecurity A->W.
Zach Gorman [Mon, 16 Aug 2004 23:17:44 +0000 (23:17 +0000)]
OK button should be default in non-wizard property sheets.
Christian Costa [Mon, 16 Aug 2004 21:14:28 +0000 (21:14 +0000)]
Added tests for filtergraph.
Dmitry Timoshkov [Mon, 16 Aug 2004 21:12:13 +0000 (21:12 +0000)]
- Use "MS Shell Dlg" in the Open File dialog templates as in Windows
- Resize child dialog when its controls are moved relatively stc32
"magic" control.
Michael Jung [Mon, 16 Aug 2004 21:10:59 +0000 (21:10 +0000)]
Register TypeName registry key value.
James Hawkins [Mon, 16 Aug 2004 21:10:38 +0000 (21:10 +0000)]
Fix alloc test in CryptEnumProviderTypesW that failed if the alloc
succeeded.
James Hawkins [Mon, 16 Aug 2004 21:10:18 +0000 (21:10 +0000)]
Fixed a few crypt test bugs.
Robert Reif [Mon, 16 Aug 2004 21:10:04 +0000 (21:10 +0000)]
Added test for WAVEFORMATEXTENSIBLE support.
Error message cleanup.
Robert Reif [Mon, 16 Aug 2004 21:09:52 +0000 (21:09 +0000)]
Added WAVEFORMATEXTENSIBLE support.
Robert Reif [Mon, 16 Aug 2004 21:09:27 +0000 (21:09 +0000)]
Adds enough of ks.h, ksguid.h and ksmedia.h to start adding support
for WAVEFORMATEXTENSIBLE.
Mike McCormack [Mon, 16 Aug 2004 21:08:38 +0000 (21:08 +0000)]
Stub implementation and declaration for NtCreateNamedPipeFile.
Dmitry Timoshkov [Mon, 16 Aug 2004 21:08:06 +0000 (21:08 +0000)]
Implement IMultiLanguage2_GetCharsetInfo, add a test case for it.
Mike McCormack [Mon, 16 Aug 2004 21:07:50 +0000 (21:07 +0000)]
Declaration, implemention and test for BuildTrusteeWithSid.
Robert Shearman [Mon, 16 Aug 2004 21:07:22 +0000 (21:07 +0000)]
Fix potential race in IPinImpl_ConnectedTo.
Alexandre Julliard [Mon, 16 Aug 2004 20:09:37 +0000 (20:09 +0000)]
Make sure we check for egrep before we use it.
Andreas Mohr [Mon, 16 Aug 2004 20:07:06 +0000 (20:07 +0000)]
Move some OpenGL defines from the private wgl.h header to where they
belong.
Christian Costa [Mon, 16 Aug 2004 20:06:17 +0000 (20:06 +0000)]
Added handling of 'idx1' (index) chunk.
Added handling of 'rec ' list that embeds streams data.
Disabled checking of the TWOCC of streams data chunk. It is not
relevant in avi files.
Only release media sample when the delivery to the downstream filter
does not succeeded.
Some clean-up.
David Kredba [Mon, 16 Aug 2004 20:02:09 +0000 (20:02 +0000)]
Added Czech resources.
Ulrich Czekalla [Mon, 16 Aug 2004 20:00:41 +0000 (20:00 +0000)]
Bottom of button should be rbox.top + checkBoxHeight.
Mike McCormack [Mon, 16 Aug 2004 20:00:26 +0000 (20:00 +0000)]
Define new propsheet messages.