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.
Robert Reif [Mon, 16 Aug 2004 19:59:54 +0000 (19:59 +0000)]
Delete buffer array when releasing last buffer.
Robert Reif [Mon, 16 Aug 2004 19:59:37 +0000 (19:59 +0000)]
Allow proper release while capturing.
Gerald Pfeifer [Mon, 16 Aug 2004 19:59:09 +0000 (19:59 +0000)]
Fix incorrect sizeof in RtlCreateSecurityDescriptor().
Mike McCormack [Mon, 16 Aug 2004 19:58:24 +0000 (19:58 +0000)]
Add some stub declarations.
Tom Wickline [Mon, 16 Aug 2004 19:58:08 +0000 (19:58 +0000)]
Remove rewind section due to lack of updates.
Remove old list of contributors that gave to the wpf.
Link to history page in question asking about wine's history.
Change WineX name to Cedega.
Use current wine version in answer.
Rein Klazes [Mon, 16 Aug 2004 19:57:30 +0000 (19:57 +0000)]
Fix a crash saving a file without file name extension and without
extension filter.
Mike McCormack [Mon, 16 Aug 2004 19:57:05 +0000 (19:57 +0000)]
Clean up messy comment in SHFileOperation.
Reduce the number of goto labels in SHFileOperation by one.
Zach Gorman [Mon, 16 Aug 2004 19:50:44 +0000 (19:50 +0000)]
Propsheet pages need WS_EX_CONTROLPARENT style.
Steven Edwards [Mon, 16 Aug 2004 19:50:13 +0000 (19:50 +0000)]
Added stubs for LcidToRfc1766[A/W].
Christian Costa [Mon, 16 Aug 2004 19:49:46 +0000 (19:49 +0000)]
Fixed a bug that made the connection possible whereas no suitable
media type has be found during the negotiation.
Fixed the release of the media sample in PullPin_Thread_Process.
Added and fixed a lot of traces.
Aric Stewart [Mon, 16 Aug 2004 19:49:16 +0000 (19:49 +0000)]
devguid.h defines device class GUIDs used in device detection and
classification.
Aric Stewart [Mon, 16 Aug 2004 19:48:00 +0000 (19:48 +0000)]
Add some GUIDs from the win2k DDK that are used for USB devices.
Mike McCormack [Mon, 16 Aug 2004 19:47:21 +0000 (19:47 +0000)]
Move declaration of LSA* structs to ntsecapi.h.
Francois Gouget [Mon, 16 Aug 2004 19:46:09 +0000 (19:46 +0000)]
Add the CCHILDREN_TITLEBAR+1 and NUM_POINTS macros.
Add a couple base types that winapi_test does not know how to parse.
Fix a bug so that 'signed' and 'unsigned' are recognised as valid
types.
Alexandre Julliard [Sat, 14 Aug 2004 02:06:12 +0000 (02:06 +0000)]
Markus Amsler [Sat, 14 Aug 2004 00:49:39 +0000 (00:49 +0000)]
Add DOS editing key support in BUFFERED INPUT.
Alexandre Julliard [Sat, 14 Aug 2004 00:44:08 +0000 (00:44 +0000)]
WM_NEXTDLGCTL should not change the default button ID (based on a
patch by Krishna Murthy).
Jacek Caban [Sat, 14 Aug 2004 00:42:46 +0000 (00:42 +0000)]
Translation update.
Jacek Caban [Sat, 14 Aug 2004 00:42:35 +0000 (00:42 +0000)]
Fix a bug in passing parameters to CFn_WMInitDialog and CFn_WMCommand
in FormatCharDlgProcW.
Francois Gouget [Sat, 14 Aug 2004 00:42:12 +0000 (00:42 +0000)]
Avoid annoying 'macro redefinition' warnings by defining
WIN32_NO_STATUS at the right time.
Define _WIN32_WINNT otherwise we are missing some symbols with the
Windows headers.
Francois Gouget [Fri, 13 Aug 2004 23:55:43 +0000 (23:55 +0000)]
Fix the PSID and PSECURITY_DESCRIPTOR types.
Add PISID and PISECURITY_DESCRIPTOR.
Hans Leidekker [Fri, 13 Aug 2004 23:53:44 +0000 (23:53 +0000)]
Fix signed/unsigned comparison warnings.
Robert Reif [Fri, 13 Aug 2004 23:50:18 +0000 (23:50 +0000)]
More WAVEOUTCAPSW tests.
Francois Gouget [Fri, 13 Aug 2004 23:22:30 +0000 (23:22 +0000)]
The Windows headers don't define PEXCEPTION_REGISTRATION_RECORD.
Remove it.
Mike McCormack [Fri, 13 Aug 2004 23:20:27 +0000 (23:20 +0000)]
Implement SetThreadToken using NtSetInformationThread.
Francois Gouget [Fri, 13 Aug 2004 23:19:37 +0000 (23:19 +0000)]
Fix compilation of the wininet generated tests with the Windows
headers.
Francois Gouget [Fri, 13 Aug 2004 19:49:53 +0000 (19:49 +0000)]
The Windows headers support for NONAMELESSUNION and NONAMELESSSTRUCT
is unusable. So don't force this mode. Instead check whether
NONAMELESSUNION and/or NONAMELESSSTRUCT are set (by the Wine headers)
and define custom access macros accordingly.
Christian Costa [Fri, 13 Aug 2004 19:49:16 +0000 (19:49 +0000)]
Added missing initialization of the filesource output pin critical
section.
Avoid indefinite wait when calling GetOverlappedResult.
Fixed initial refcount of the IMemAllocator object.
Improved some traces.
Huw Davies [Fri, 13 Aug 2004 19:48:55 +0000 (19:48 +0000)]
If a device doesn't support device bitmaps, then store the bits on the
gdi side.
Jacek Caban [Fri, 13 Aug 2004 19:48:40 +0000 (19:48 +0000)]
Added Polish translation.
Huw Davies [Fri, 13 Aug 2004 19:48:25 +0000 (19:48 +0000)]
Fix first parameter of GetDefaultPrinterA|W.
Robert Reif [Fri, 13 Aug 2004 19:48:04 +0000 (19:48 +0000)]
Add WAVE_FORMAT_EXTENSIBLE.
Huw Davies [Fri, 13 Aug 2004 19:47:29 +0000 (19:47 +0000)]
Sync with dibsection in SetDIBitsToDevice.
Robert Reif [Fri, 13 Aug 2004 19:47:11 +0000 (19:47 +0000)]
Fix BSD build.
Francois Gouget [Fri, 13 Aug 2004 19:46:43 +0000 (19:46 +0000)]
The Windows headers don't define the DRV_QUERYDEVICEINTERFACE(SIZE)
macros.
Francois Gouget [Fri, 13 Aug 2004 19:46:28 +0000 (19:46 +0000)]
Rename ResourceHandle to Reserved in the IMAGE_RESOURCE_DATA_ENTRY
structure to match the Windows headers.
James Hawkins [Fri, 13 Aug 2004 19:45:40 +0000 (19:45 +0000)]
If the pszProvName param of CryptEnumProviders is too small to hold
the provider name, SetLastError to ERROR_MORE_DATA.
Jon Griffiths [Fri, 13 Aug 2004 19:44:49 +0000 (19:44 +0000)]
Make pattern brush data const.
Robert Reif [Fri, 13 Aug 2004 19:44:29 +0000 (19:44 +0000)]
More dsound tests error message cleanups.
Only display verbose information when in interactive mode.
Robert Reif [Fri, 13 Aug 2004 19:42:36 +0000 (19:42 +0000)]
Better mmap failure error message.
Alexandre Julliard [Fri, 13 Aug 2004 00:44:22 +0000 (00:44 +0000)]
Moved ICOM_THIS_MULTI definition out of objbase.h and into the files
that use it.
Alexandre Julliard [Fri, 13 Aug 2004 00:42:09 +0000 (00:42 +0000)]
We don't need the shared heap on non-i386 platforms.
Robert Reif [Fri, 13 Aug 2004 00:41:34 +0000 (00:41 +0000)]
Use GlobalMemoryStatusEx in GlobalMemoryStatus rather than the other
way around.
Markus Amsler [Fri, 13 Aug 2004 00:39:58 +0000 (00:39 +0000)]
Make FINDFIRST working with /.
Marcus Meissner [Fri, 13 Aug 2004 00:39:29 +0000 (00:39 +0000)]
If the current menu handle is already set, do not set it again.
Markus Amsler [Fri, 13 Aug 2004 00:39:16 +0000 (00:39 +0000)]
Make environment variables uppercase.
Steven Edwards [Fri, 13 Aug 2004 00:38:59 +0000 (00:38 +0000)]
Implemented DllRegisterServer and DllUnregisterServer.
Alexandre Julliard [Thu, 12 Aug 2004 23:00:51 +0000 (23:00 +0000)]
Get rid of the non-standard ICOM_VTABLE macro.
Aric Stewart [Thu, 12 Aug 2004 20:28:42 +0000 (20:28 +0000)]
Added some more needed structs and constants.