wine
20 years agoRemove wine specific DRV_QUERYDSOUNDGUID message and calculate it in
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).

20 years agoAdded implementation for IPersistPropertyBag_Load on OLEFont (based on
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).

20 years agoUnicodify a load of strings.
Huw Davies [Fri, 20 Aug 2004 19:57:50 +0000 (19:57 +0000)] 
Unicodify a load of strings.

20 years agoReturn a stock brush when asking for a brush with the same
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.

20 years agoFix packing bug in shlobj.h.
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.

20 years agoIn IPersistFile_Save if the exe file is not found, trust the path we
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.

20 years ago- Input path can have trailing slash.
Robert Shearman [Fri, 20 Aug 2004 19:27:15 +0000 (19:27 +0000)] 
- Input path can have trailing slash.
- Improve some debugging messages.

20 years ago- Fix type in GetRandomRegion function.
Robert Shearman [Fri, 20 Aug 2004 19:26:28 +0000 (19:26 +0000)] 
- Fix type in GetRandomRegion function.
- Add prototype to header.

20 years agoEnable ERROR_MORE_DATA to be set in CryptGetDefaultProvider.
James Hawkins [Fri, 20 Aug 2004 19:25:35 +0000 (19:25 +0000)] 
Enable ERROR_MORE_DATA to be set in CryptGetDefaultProvider.

20 years agoAdded tests for CryptSetProviderEx.
James Hawkins [Fri, 20 Aug 2004 19:25:03 +0000 (19:25 +0000)] 
Added tests for CryptSetProviderEx.

20 years agoAdded prototypes for a few more Native API functions.
Mike McCormack [Fri, 20 Aug 2004 19:24:33 +0000 (19:24 +0000)] 
Added prototypes for a few more Native API functions.

20 years agoUse correct font for ownerdraw buttons.
Michael Kaufmann [Fri, 20 Aug 2004 19:23:46 +0000 (19:23 +0000)] 
Use correct font for ownerdraw buttons.

20 years agoChange step size from 0 to 1 for volume controls to stop divide by
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.

20 years agoRemove types that don't exist from tests.dat.
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.

20 years agoRef counting fixes.
Jacek Caban [Thu, 19 Aug 2004 20:29:16 +0000 (20:29 +0000)] 
Ref counting fixes.

20 years agoGenerate the .ttf file in the current directory.
Alexandre Julliard [Thu, 19 Aug 2004 20:02:12 +0000 (20:02 +0000)] 
Generate the .ttf file in the current directory.

20 years agoFix packing of shlwapi.h
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.

20 years ago- Implement insert marks.
Robert Shearman [Thu, 19 Aug 2004 19:58:49 +0000 (19:58 +0000)] 
- Implement insert marks.
- Rearrange TOOLBAR_INFO.

20 years agoFix type of DeleteIE3Cache function.
Robert Shearman [Thu, 19 Aug 2004 19:57:37 +0000 (19:57 +0000)] 
Fix type of DeleteIE3Cache function.

20 years agoAdded 24/32 bit sample size and 4/6 channel support.
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.

20 years agoAdded 'strmiids.lib'.
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.

20 years agoDefine COBJMACROS. Fixes compilation on Windows.
Francois Gouget [Thu, 19 Aug 2004 19:20:34 +0000 (19:20 +0000)] 
Define COBJMACROS. Fixes compilation on Windows.

20 years agoAdd new fields to the NOTIFYICONDATA structure so it matches the
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.

20 years agoClear tooltip when text is set to NULL.
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.

20 years agoForward focus to combobox, otherwise edit control won't get focus.
Ulrich Czekalla [Thu, 19 Aug 2004 19:09:15 +0000 (19:09 +0000)] 
Forward focus to combobox, otherwise edit control won't get focus.

20 years agoThe rectangle passed in DRAWITEMSTRUCT is slightly too large as
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.

20 years agoComplete cp1252 for System.
Huw Davies [Thu, 19 Aug 2004 19:03:48 +0000 (19:03 +0000)] 
Complete cp1252 for System.

20 years ago- Fix anchor highlighting.
Robert Shearman [Thu, 19 Aug 2004 19:02:59 +0000 (19:02 +0000)] 
- Fix anchor highlighting.
- Remove redundant test in TOOLBAR_DrawButton.

20 years agoBetter TRACE's for some Internet* functions.
Robert Shearman [Thu, 19 Aug 2004 19:02:17 +0000 (19:02 +0000)] 
Better TRACE's for some Internet* functions.

20 years agoFix BuildTrusteeWithSid, implement and test BuildTrusteeWithName.
Mike McCormack [Thu, 19 Aug 2004 19:01:12 +0000 (19:01 +0000)] 
Fix BuildTrusteeWithSid, implement and test BuildTrusteeWithName.

20 years agoConsistently suggest proper Emulation rather than Emulated for
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.

20 years agoHandle ECONNRESET in FILE_GetNtStatus.
Robert Shearman [Thu, 19 Aug 2004 02:41:55 +0000 (02:41 +0000)] 
Handle ECONNRESET in FILE_GetNtStatus.

20 years ago- Errors should only be reported to I/O completion routine after
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.

20 years ago- Remove duplicated code in file reader.
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.

20 years ago- Update build system to support IOKit and CoreFoundation frameworks
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.

20 years agoAdded 32 bit sample size tests and 4 and 6 channel tests.
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.

20 years agoCleanup messages in supportedFormat.
Robert Reif [Thu, 19 Aug 2004 01:10:36 +0000 (01:10 +0000)] 
Cleanup messages in supportedFormat.

20 years agoDon't try to find alternate formats for non PCM formats.
Robert Reif [Thu, 19 Aug 2004 01:07:49 +0000 (01:07 +0000)] 
Don't try to find alternate formats for non PCM formats.

20 years agoAdded stub for DeleteIE3Cache.
Stefan Leichter [Thu, 19 Aug 2004 01:05:13 +0000 (01:05 +0000)] 
Added stub for DeleteIE3Cache.

20 years agoWhen searching for the DEFPUSHBUTTON in a dialog, recurse into child
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).

20 years agoWS_TABSTOP should not be a default style for GROUPBOX controls.
Zach Gorman [Thu, 19 Aug 2004 01:02:07 +0000 (01:02 +0000)] 
WS_TABSTOP should not be a default style for GROUPBOX controls.

20 years agoShow the proper make command at the end of configure.
Vincent Béron [Thu, 19 Aug 2004 00:03:45 +0000 (00:03 +0000)] 
Show the proper make command at the end of configure.

20 years agoAdded some defines for CPSetKeyParam.
Michael Jung [Wed, 18 Aug 2004 23:51:04 +0000 (23:51 +0000)] 
Added some defines for CPSetKeyParam.

20 years agoFixed tests of GetAcceptLanguagesA for win2k and win XP.
Stefan Leichter [Wed, 18 Aug 2004 23:50:22 +0000 (23:50 +0000)] 
Fixed tests of GetAcceptLanguagesA for win2k and win XP.

20 years agoAllow the user to move managed windows by dragging on HTCAPTION
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.

20 years agoDon't hardcode c:\windows paths in msi.dll.
Vincent Béron [Wed, 18 Aug 2004 23:41:10 +0000 (23:41 +0000)] 
Don't hardcode c:\windows paths in msi.dll.

20 years agoDon't hardcode C:\windows\system\start.exe.
Vincent Béron [Wed, 18 Aug 2004 23:40:15 +0000 (23:40 +0000)] 
Don't hardcode C:\windows\system\start.exe.

20 years agoThe argv array passed to the app needs to be in the Ansi codepage, not
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.

20 years agoFix printer selection in PD_PRINTSETUP type dialogs.
Huw Davies [Wed, 18 Aug 2004 21:00:05 +0000 (21:00 +0000)] 
Fix printer selection in PD_PRINTSETUP type dialogs.

20 years agoAdded OBJ_COLORSPACE define.
Andreas Mohr [Wed, 18 Aug 2004 20:58:59 +0000 (20:58 +0000)] 
Added OBJ_COLORSPACE define.

20 years agoDo not make a directory read-only.
Rein Klazes [Wed, 18 Aug 2004 20:57:30 +0000 (20:57 +0000)] 
Do not make a directory read-only.

20 years agoAvoid crashing on unsuccessful send.
Ferenc Wagner [Wed, 18 Aug 2004 20:56:00 +0000 (20:56 +0000)] 
Avoid crashing on unsuccessful send.

20 years agoCleanup messages.
Robert Reif [Wed, 18 Aug 2004 20:53:40 +0000 (20:53 +0000)] 
Cleanup messages.

20 years agoAdd detection of graphic file header in picture load, treat it as
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.

20 years agoAllocate wave format structure dynamically based on format.
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.

20 years agoCleanup some more messages.
Robert Reif [Wed, 18 Aug 2004 00:30:12 +0000 (00:30 +0000)] 
Cleanup some more messages.

20 years agoSome sound cards have different capabilities when doing full duplex so
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.

20 years agoApply HIMETRIC transformation on icons, just like bitmaps.
Alex Villacís Lasso [Wed, 18 Aug 2004 00:26:44 +0000 (00:26 +0000)] 
Apply HIMETRIC transformation on icons, just like bitmaps.

20 years agoAdded Spanish translation.
José Manuel Ferrer Ortiz [Wed, 18 Aug 2004 00:26:10 +0000 (00:26 +0000)] 
Added Spanish translation.

20 years agoFd type is no longer used, get rid of it.
Alexandre Julliard [Wed, 18 Aug 2004 00:04:58 +0000 (00:04 +0000)] 
Fd type is no longer used, get rid of it.

20 years ago- better support for non-blocking COMM and socket read/writes:
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

20 years agoFirst stab at Wine versions of Courier, System and MS Sans Serif
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.

20 years agoUser controls: GWL_ -> GWLP_.
Robert Shearman [Tue, 17 Aug 2004 22:29:29 +0000 (22:29 +0000)] 
User controls: GWL_ -> GWLP_.

20 years agoLet StartServiceCtrlDispatcher handle services not started by
Aric Stewart [Tue, 17 Aug 2004 22:29:01 +0000 (22:29 +0000)] 
Let StartServiceCtrlDispatcher handle services not started by
StartService.

20 years agoAdded handling of TokenPrimaryGroup.
Aric Stewart [Tue, 17 Aug 2004 22:28:13 +0000 (22:28 +0000)] 
Added handling of TokenPrimaryGroup.

20 years agoAllow resizing windows without thickframe style.
Krishna Murthy [Tue, 17 Aug 2004 22:28:02 +0000 (22:28 +0000)] 
Allow resizing windows without thickframe style.

20 years agoALTNAMES has been removed, use SPEC_SRCS16 instead.
Alexandre Julliard [Tue, 17 Aug 2004 22:10:26 +0000 (22:10 +0000)] 
ALTNAMES has been removed, use SPEC_SRCS16 instead.

20 years agoDocument dosdevices/unc mapping.
Fergal Daly [Tue, 17 Aug 2004 22:10:11 +0000 (22:10 +0000)] 
Document dosdevices/unc mapping.

20 years agoStub implementation for NtSetInformationToken.
Mike McCormack [Tue, 17 Aug 2004 22:09:55 +0000 (22:09 +0000)] 
Stub implementation for NtSetInformationToken.

20 years agoDraw background in WM_PAINT instead of WM_ERASEBKGND.
Robert Shearman [Tue, 17 Aug 2004 22:09:16 +0000 (22:09 +0000)] 
Draw background in WM_PAINT instead of WM_ERASEBKGND.

20 years agoAlways redraw dialog on changing between pages.
Robert Shearman [Tue, 17 Aug 2004 22:09:02 +0000 (22:09 +0000)] 
Always redraw dialog on changing between pages.

20 years agoNewer dependent linux headers have __user notations, which we need to
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.

20 years agoConvert installed font list to list.h.
Huw Davies [Tue, 17 Aug 2004 22:08:31 +0000 (22:08 +0000)] 
Convert installed font list to list.h.

20 years agoIf pszTypeName is too small to hold the type name in
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.

20 years agoRemove unnecessary casts in crypt tests.
Mike McCormack [Tue, 17 Aug 2004 22:07:59 +0000 (22:07 +0000)] 
Remove unnecessary casts in crypt tests.

20 years agoUpdate directory list.
Mike McCormack [Tue, 17 Aug 2004 22:07:44 +0000 (22:07 +0000)] 
Update directory list.

20 years agoImplemented the mmTask* functions.
Eric Pouech [Mon, 16 Aug 2004 23:19:17 +0000 (23:19 +0000)] 
Implemented the mmTask* functions.

20 years agoThe desktop process is not automatically restarted under Win95, so
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.

20 years agoTerminate test loop on the first error to avoid excessive log volume.
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.

20 years agoHandle shell link files contained in double quotes.
Ge van Geldorp [Mon, 16 Aug 2004 23:18:36 +0000 (23:18 +0000)] 
Handle shell link files contained in double quotes.

20 years agoImplemented Get/SetFileSecurity A->W.
Mike McCormack [Mon, 16 Aug 2004 23:18:23 +0000 (23:18 +0000)] 
Implemented Get/SetFileSecurity A->W.

20 years agoOK button should be default in non-wizard property sheets.
Zach Gorman [Mon, 16 Aug 2004 23:17:44 +0000 (23:17 +0000)] 
OK button should be default in non-wizard property sheets.

20 years agoAdded tests for filtergraph.
Christian Costa [Mon, 16 Aug 2004 21:14:28 +0000 (21:14 +0000)] 
Added tests for filtergraph.

20 years ago- Use "MS Shell Dlg" in the Open File dialog templates as in Windows
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.

20 years agoRegister TypeName registry key value.
Michael Jung [Mon, 16 Aug 2004 21:10:59 +0000 (21:10 +0000)] 
Register TypeName registry key value.

20 years agoFix alloc test in CryptEnumProviderTypesW that failed if the alloc
James Hawkins [Mon, 16 Aug 2004 21:10:38 +0000 (21:10 +0000)] 
Fix alloc test in CryptEnumProviderTypesW that failed if the alloc
succeeded.

20 years agoFixed a few crypt test bugs.
James Hawkins [Mon, 16 Aug 2004 21:10:18 +0000 (21:10 +0000)] 
Fixed a few crypt test bugs.

20 years agoAdded test for WAVEFORMATEXTENSIBLE support.
Robert Reif [Mon, 16 Aug 2004 21:10:04 +0000 (21:10 +0000)] 
Added test for WAVEFORMATEXTENSIBLE support.
Error message cleanup.

20 years agoAdded WAVEFORMATEXTENSIBLE support.
Robert Reif [Mon, 16 Aug 2004 21:09:52 +0000 (21:09 +0000)] 
Added WAVEFORMATEXTENSIBLE support.

20 years agoAdds enough of ks.h, ksguid.h and ksmedia.h to start adding 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.

20 years agoStub implementation and declaration for NtCreateNamedPipeFile.
Mike McCormack [Mon, 16 Aug 2004 21:08:38 +0000 (21:08 +0000)] 
Stub implementation and declaration for NtCreateNamedPipeFile.

20 years agoImplement IMultiLanguage2_GetCharsetInfo, add a test case for it.
Dmitry Timoshkov [Mon, 16 Aug 2004 21:08:06 +0000 (21:08 +0000)] 
Implement IMultiLanguage2_GetCharsetInfo, add a test case for it.

20 years agoDeclaration, implemention and test for BuildTrusteeWithSid.
Mike McCormack [Mon, 16 Aug 2004 21:07:50 +0000 (21:07 +0000)] 
Declaration, implemention and test for BuildTrusteeWithSid.

20 years agoFix potential race in IPinImpl_ConnectedTo.
Robert Shearman [Mon, 16 Aug 2004 21:07:22 +0000 (21:07 +0000)] 
Fix potential race in IPinImpl_ConnectedTo.

20 years agoMake sure we check for egrep before we use it.
Alexandre Julliard [Mon, 16 Aug 2004 20:09:37 +0000 (20:09 +0000)] 
Make sure we check for egrep before we use it.

20 years agoMove some OpenGL defines from the private wgl.h header to where they
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.

20 years agoAdded handling of 'idx1' (index) chunk.
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.

20 years agoAdded Czech resources.
David Kredba [Mon, 16 Aug 2004 20:02:09 +0000 (20:02 +0000)] 
Added Czech resources.

20 years agoBottom of button should be rbox.top + checkBoxHeight.
Ulrich Czekalla [Mon, 16 Aug 2004 20:00:41 +0000 (20:00 +0000)] 
Bottom of button should be rbox.top + checkBoxHeight.

20 years agoDefine new propsheet messages.
Mike McCormack [Mon, 16 Aug 2004 20:00:26 +0000 (20:00 +0000)] 
Define new propsheet messages.