Detlef Riekenberg [Tue, 2 Oct 2007 23:07:43 +0000 (01:07 +0200)]
localspl: Implement InitializePrintProvidor.
Detlef Riekenberg [Tue, 2 Oct 2007 23:01:12 +0000 (01:01 +0200)]
spoolss/tests: Add tests for SplInitializeWinSpoolDrv.
Detlef Riekenberg [Tue, 2 Oct 2007 22:55:55 +0000 (00:55 +0200)]
spoolss: Implement SplInitializeWinSpoolDrv.
Detlef Riekenberg [Tue, 2 Oct 2007 22:34:45 +0000 (00:34 +0200)]
winspool: Add a missing export.
Detlef Riekenberg [Tue, 2 Oct 2007 22:33:13 +0000 (00:33 +0200)]
msi: Dump the database name in a FIXME.
Lionel Debroux [Tue, 2 Oct 2007 07:19:49 +0000 (09:19 +0200)]
advapi32/tests: Fix a typo.
Lionel Debroux [Tue, 2 Oct 2007 06:59:02 +0000 (08:59 +0200)]
advapi32/tests: Fix memory leaks (found by Smatch).
Chris Robinson [Wed, 26 Sep 2007 18:01:07 +0000 (11:01 -0700)]
winex11: Load and use GLX_MESA_copy_sub_buffer for swapping buffers on a GLXPixmap.
Chris Robinson [Wed, 26 Sep 2007 15:17:13 +0000 (08:17 -0700)]
winex11: Use a GLXPixmap for offscreen OpenGL rendering when XComposite isn't available.
Chris Robinson [Wed, 26 Sep 2007 14:15:52 +0000 (07:15 -0700)]
winex11: Track async GL drawable changes.
Chris Robinson [Wed, 26 Sep 2007 08:03:39 +0000 (01:03 -0700)]
winex11: Pass a display parameter when destroying glxpixmaps.
Chris Robinson [Wed, 26 Sep 2007 05:43:38 +0000 (22:43 -0700)]
winex11: Use an offscreen redirected window for child OpenGL rendering.
Chris Robinson [Tue, 25 Sep 2007 17:21:40 +0000 (10:21 -0700)]
wgl: Remove GL scissors/viewport override.
Chris Robinson [Tue, 25 Sep 2007 17:20:58 +0000 (10:20 -0700)]
winex11: Store a GL-specific drawable with the window.
Rob Shearman [Tue, 2 Oct 2007 14:56:35 +0000 (15:56 +0100)]
advapi32: Allow GetFileSecurityA/W to work on files that have been opened already with restricted sharing flags.
Only use the minimum required access rights for the information being retrieved.
Rob Shearman [Tue, 2 Oct 2007 15:34:42 +0000 (16:34 +0100)]
advapi32: Implement SetFileSecurityW on top of NtSetSecurityObject.
Rob Shearman [Tue, 2 Oct 2007 14:57:02 +0000 (15:57 +0100)]
server: Use ACL_REVISION in create_default_dacl instead of MAX_ACL_REVISION since we don't use any features from later ACL revisions.
Rob Shearman [Tue, 2 Oct 2007 14:55:13 +0000 (15:55 +0100)]
server: Add a new get_security_object call for getting the security descriptor of an object.
Use it to implement NtQuerySecurityObject.
Rob Shearman [Tue, 2 Oct 2007 14:54:51 +0000 (15:54 +0100)]
server: Move set_security_object to handle.c and set_object_sd to object.c.
These both don't operate on tokens so token.c is not the right place for
them to be implemented.
Stefan Dösinger [Sun, 9 Sep 2007 19:24:53 +0000 (21:24 +0200)]
wined3d: d3d ignores the sign of the input value in the log instruction.
Stefan Dösinger [Sun, 9 Sep 2007 14:54:51 +0000 (16:54 +0200)]
wined3d: Take care against overwriting a source register in cmp.
Stefan Dösinger [Fri, 14 Sep 2007 11:11:00 +0000 (13:11 +0200)]
wined3d: Reverse the position fixup if the pshader is reading vpos.
Rémi Assailly [Tue, 2 Oct 2007 18:19:29 +0000 (20:19 +0200)]
user32: Renamed and moved SetDeskPattern.
Rémi Assailly [Tue, 2 Oct 2007 18:13:09 +0000 (20:13 +0200)]
user32: Moved some 16-bit functions.
Marcus Meissner [Tue, 2 Oct 2007 17:26:15 +0000 (19:26 +0200)]
setupapi: Use correct parameter in pointer init.
Marcus Meissner [Tue, 2 Oct 2007 17:23:20 +0000 (19:23 +0200)]
d3d9/tests: Initialize shader to NULL.
Roy Shea [Tue, 2 Oct 2007 17:00:45 +0000 (10:00 -0700)]
net.exe: Added missing service name.
Huw Davies [Tue, 2 Oct 2007 13:24:34 +0000 (14:24 +0100)]
gdi32: Let the WINE_GGO_GRAY16_BITMAP case load a bitmap.
Huw Davies [Tue, 2 Oct 2007 10:56:54 +0000 (11:56 +0100)]
gdi32: Only cache the glyph metrics when rendering to a monochrome bitmap or when just retrieving the metrics.
Huw Davies [Tue, 2 Oct 2007 13:30:04 +0000 (14:30 +0100)]
gdi32: TrueType fonts from the data directory should be added to the registry.
Konstantin Kondratyuk [Tue, 2 Oct 2007 13:25:11 +0000 (17:25 +0400)]
net.exe: Add Russian resources.
Jacek Caban [Tue, 2 Oct 2007 12:20:59 +0000 (14:20 +0200)]
mshtml: Pass the IDispatch interface of the element right-clicked on to IDocHostUIHandler_ShowContextMenu if applicable instead of always the document's one.
Found by Rob Shearman.
Jacek Caban [Tue, 2 Oct 2007 12:20:34 +0000 (14:20 +0200)]
mshtml: Added get_tagName implementation.
Dan Hipschman [Wed, 3 Oct 2007 04:41:04 +0000 (21:41 -0700)]
widl: Correct default pointers.
Dan Hipschman [Wed, 3 Oct 2007 04:40:13 +0000 (21:40 -0700)]
widl: Write types in the format string comments.
Dan Hipschman [Wed, 3 Oct 2007 04:39:38 +0000 (21:39 -0700)]
widl: Add a declonly argument to write_type_left.
Dan Hipschman [Wed, 3 Oct 2007 04:38:31 +0000 (21:38 -0700)]
widl: Add newlines to error messages that are missing them.
Juan Lang [Tue, 2 Oct 2007 16:50:49 +0000 (09:50 -0700)]
ntdll: Fix a typo.
Alexandre Julliard [Wed, 3 Oct 2007 08:08:34 +0000 (10:08 +0200)]
ntdll: Fix the HEAP_CreateSubHeap return value (spotted by Allan Tong).
Alexandre Julliard [Tue, 2 Oct 2007 13:03:07 +0000 (15:03 +0200)]
winenas.drv: Add workaround for INT64 type too.
Alexandre Julliard [Tue, 2 Oct 2007 13:01:29 +0000 (15:01 +0200)]
user32/tests: Replace GWL_WNDPROC by GWLP_WNDPROC.
Alexandre Julliard [Tue, 2 Oct 2007 12:58:10 +0000 (14:58 +0200)]
imagehlp: Fixed UpdateDebugInfoFile definition.
Alexandre Julliard [Tue, 2 Oct 2007 12:20:15 +0000 (14:20 +0200)]
server: Add a default access mapping function for files, and use it for devices too.
Alexandre Julliard [Tue, 2 Oct 2007 11:31:59 +0000 (13:31 +0200)]
kernel32: Improve tracing in GlobalAlloc.
Dmitry Timoshkov [Tue, 2 Oct 2007 10:08:15 +0000 (19:08 +0900)]
user32: Add a message test for ownerdrawn listbox, make it pass under Wine.
Marcus Meissner [Tue, 2 Oct 2007 09:32:37 +0000 (11:32 +0200)]
pdh: Removed superflous NULL ptr check.
Marcus Meissner [Tue, 2 Oct 2007 09:28:52 +0000 (11:28 +0200)]
mpr: Initialize lpwSystem.
Marcus Meissner [Tue, 2 Oct 2007 09:01:37 +0000 (11:01 +0200)]
kernel32: Test IsBadReadPtr/ IsBadCodePtr / IsBadWritePtr.
Luke Bratch [Mon, 1 Oct 2007 17:22:05 +0000 (18:22 +0100)]
winecfg: Add more keyboard shortcuts.
Chris Spencer [Mon, 1 Oct 2007 16:34:55 +0000 (17:34 +0100)]
wine.inf: Create psapi.dll as a fake dll.
Dmitry Timoshkov [Tue, 2 Oct 2007 03:04:25 +0000 (12:04 +0900)]
gdi32: Prefer a Microsoft cmap table over other platform ones.
Juan Lang [Mon, 1 Oct 2007 23:04:34 +0000 (16:04 -0700)]
crypt32: Don't check decoded length against encoded length for indefinite-form sequences.
Louis Lenders [Mon, 1 Oct 2007 21:22:29 +0000 (22:22 +0100)]
faultrep: Add stub for ReportFault.
Gerald Pfeifer [Sat, 29 Sep 2007 15:04:12 +0000 (17:04 +0200)]
mshtml: Removed unused function get_child_text_node().
Gerald Pfeifer [Sat, 29 Sep 2007 15:04:55 +0000 (17:04 +0200)]
winex11.drv: Move X11DRV_XRender_Installed under #ifdef SONAME_LIBXRENDER.
Gerald Pfeifer [Sat, 29 Sep 2007 14:02:02 +0000 (16:02 +0200)]
kernel32: Fix types for the FreeBSD implementation of GlobalMemoryStatusEx().
Gerald Pfeifer [Sat, 29 Sep 2007 13:50:28 +0000 (15:50 +0200)]
kernel32: Fix signedess for FreeBSD-specific implementation of GetSystemInfo().
Andrew Talbot [Mon, 1 Oct 2007 20:33:07 +0000 (21:33 +0100)]
oleaut32: Fix some memory leaks.
Andrew Talbot [Mon, 1 Oct 2007 19:17:29 +0000 (20:17 +0100)]
ole32: Fix some memory leaks.
Stéphane LOEUILLET [Sat, 29 Sep 2007 21:49:36 +0000 (23:49 +0200)]
Fix substandard wine.desktop file.
Maarten Lankhorst [Mon, 1 Oct 2007 13:07:59 +0000 (15:07 +0200)]
dsound: Fix IDirectSoundBuffer_GetPosition.
Jacek Caban [Mon, 1 Oct 2007 12:14:57 +0000 (14:14 +0200)]
urlmon: Get rid of no longer needed IHttpNegotiate wrapper.
Jacek Caban [Mon, 1 Oct 2007 12:11:11 +0000 (14:11 +0200)]
urlmon: Added more RegiterBindStatusCallback tests.
Jacek Caban [Mon, 1 Oct 2007 12:10:36 +0000 (14:10 +0200)]
urlmon: Added more strict QueryInterface tests.
Jacek Caban [Mon, 1 Oct 2007 12:09:32 +0000 (14:09 +0200)]
urlmon: Wrap callback in RegisterBindStatusCallback.
Jacek Caban [Mon, 1 Oct 2007 12:08:48 +0000 (14:08 +0200)]
urlmon: Added IID_IBindStatusCallbackHolder to uuid.
Kai Blin [Mon, 1 Oct 2007 09:57:02 +0000 (11:57 +0200)]
secur32: Remove hardcoded assumption that the SECBUFFER_DATA is always at index 1 for en/decrypting.
Alexandre Julliard [Mon, 1 Oct 2007 13:32:14 +0000 (15:32 +0200)]
ntdll: Make the heap structure more compatible with the NT layout.
Alexandre Julliard [Mon, 1 Oct 2007 13:31:14 +0000 (15:31 +0200)]
ntdll: Convert the subheap list to a standard list.
Alexandre Julliard [Mon, 1 Oct 2007 13:28:50 +0000 (15:28 +0200)]
ntdll: Remove assumptions that the subheap is at the beginning of the memory block.
Alexandre Julliard [Mon, 1 Oct 2007 17:55:20 +0000 (19:55 +0200)]
ntdll: Clear heap blocks also for WARN_ON(heap).
Alexandre Julliard [Mon, 1 Oct 2007 16:09:11 +0000 (18:09 +0200)]
shlwapi: Fix GetAcceptLanguagesA to not read past the end of the buffer.
Alexandre Julliard [Mon, 1 Oct 2007 16:08:21 +0000 (18:08 +0200)]
user32/tests: Compare against ASCII string first since it may not be a valid Unicode string in that case.
Alexandre Julliard [Mon, 1 Oct 2007 16:07:49 +0000 (18:07 +0200)]
msi: Avoid accessing a freed object.
Alexandre Julliard [Mon, 1 Oct 2007 16:07:30 +0000 (18:07 +0200)]
mshtml: The HTMLDocument URL is a standard WCHAR string, not a BSTR.
Alexandre Julliard [Mon, 1 Oct 2007 16:03:51 +0000 (18:03 +0200)]
comctl32/tests: Avoid destroying a DPA twice.
Rob Shearman [Wed, 26 Sep 2007 22:53:55 +0000 (15:53 -0700)]
wineboot: Add a timeout dialog when any WM_QUERYENDSESSION or WM_ENDSESSION messages take too long.
Konstantin Kondratyuk [Mon, 1 Oct 2007 07:58:59 +0000 (11:58 +0400)]
mpr: Implement WNetGetResourceInformation functions.
Stefan Leichter [Sat, 29 Sep 2007 21:17:08 +0000 (23:17 +0200)]
user32: Define WINE_FILEVERSION in version resource of user.exe.
Stefan Leichter [Sat, 29 Sep 2007 21:15:51 +0000 (23:15 +0200)]
kernel32: Define WINE_FILEVERSION in version resource of krnl386.exe.
Stefan Leichter [Sat, 29 Sep 2007 21:14:22 +0000 (23:14 +0200)]
gdi32: Define WINE_FILEVERSION in version resource of gdi.exe.
Stefan Leichter [Sat, 29 Sep 2007 21:09:14 +0000 (23:09 +0200)]
ole32: Define WINE_FILEVERSION in version resource of ole2nls.dll too.
Roderick Colenbrander [Sat, 29 Sep 2007 19:06:40 +0000 (21:06 +0200)]
ddraw: Fix RegDeleteTreeA/W compile issues when building ddraw for Windows.
Damjan Jovanovic [Fri, 28 Sep 2007 12:18:25 +0000 (14:18 +0200)]
ole32: Implement win16 COCREATEGUID.
Stefan Dösinger [Wed, 5 Sep 2007 18:12:06 +0000 (20:12 +0200)]
wined3d: Bem is an instruction and uses registers.
Stefan Dösinger [Wed, 5 Sep 2007 18:01:53 +0000 (20:01 +0200)]
wined3d: Enable the mNxN implementation for pixel shaders.
Stefan Dösinger [Wed, 5 Sep 2007 15:55:36 +0000 (17:55 +0200)]
wined3d: Implement texbeml in arb shaders.
Stefan Dösinger [Wed, 5 Sep 2007 15:13:04 +0000 (17:13 +0200)]
wined3d: Add proper input register handling to texreg2ar/gb.
Stefan Dösinger [Wed, 5 Sep 2007 15:05:58 +0000 (17:05 +0200)]
wined3d: Add texreg2rgb support to arb shaders.
Rob Shearman [Sun, 30 Sep 2007 16:56:08 +0000 (17:56 +0100)]
user32: Add tests for DefWindowProc processing the undocumented 0x3B message.
Roderick Colenbrander [Sun, 30 Sep 2007 13:38:16 +0000 (15:38 +0200)]
wined3d: WINAPI compile fixes.
Maarten Lankhorst [Mon, 1 Oct 2007 07:16:59 +0000 (09:16 +0200)]
wineoss: Seperate wave-in and wave-outs shared use of a single OSS_DEVICE struct.
Maarten Lankhorst [Mon, 1 Oct 2007 07:14:03 +0000 (09:14 +0200)]
dsound: Call waveInUnPrepareHeader and waveInPrepareHeader when submitting new buffer.
Maarten Lankhorst [Fri, 28 Sep 2007 23:54:03 +0000 (01:54 +0200)]
dsound: Use smaller buffers for wavein capture.
Hans Leidekker [Sat, 29 Sep 2007 19:07:16 +0000 (21:07 +0200)]
pdh: Skip tests when running on non-english locale.
Hans Leidekker [Sat, 29 Sep 2007 19:07:01 +0000 (21:07 +0200)]
pdh: Fix parameter handling in PdhAddEnglishCounter{A, W} and PdhCollectQueryDataWithTime.
Hans Leidekker [Sat, 29 Sep 2007 19:06:49 +0000 (21:06 +0200)]
pdh: Implement PdhCalculateCounterFromRawValue.
Hans Leidekker [Sat, 29 Sep 2007 19:06:35 +0000 (21:06 +0200)]
pdh: Implement and test PdhCollectQueryDataEx.
Hans Leidekker [Sat, 29 Sep 2007 19:06:23 +0000 (21:06 +0200)]
pdh: Serialize access to performance counters and queries.
Hans Leidekker [Sat, 29 Sep 2007 19:06:07 +0000 (21:06 +0200)]
pdh: Add tests for PdhValidatePath{, Ex}{A, W}.