Alexandre Julliard [Wed, 14 Apr 2010 12:25:56 +0000 (14:25 +0200)]
include: Define some more NTSTATUS values.
Joel Holdsworth [Tue, 13 Apr 2010 22:12:08 +0000 (23:12 +0100)]
notepad: Replaced icon with a Tango compliant icon.
Alexandre Julliard [Wed, 14 Apr 2010 10:38:59 +0000 (12:38 +0200)]
usp10: Use the more detailed libwine information to classify bidi chars.
Alexandre Julliard [Wed, 14 Apr 2010 10:35:29 +0000 (12:35 +0200)]
gdi32: Use the more detailed libwine information to classify bidi chars.
Alexandre Julliard [Wed, 14 Apr 2010 10:31:59 +0000 (12:31 +0200)]
kernel32: Map the new detailed direction information back to the Windows constants.
Alexandre Julliard [Wed, 14 Apr 2010 10:31:30 +0000 (12:31 +0200)]
libwine: Store more detailed information about characters direction.
Aric Stewart [Tue, 13 Apr 2010 19:49:20 +0000 (14:49 -0500)]
ups10: Reimplement ScriptLayout to properly handle mixed runs.
Aric Stewart [Tue, 13 Apr 2010 19:49:07 +0000 (14:49 -0500)]
usp10: Improve ScriptItemize with a SCRIPT_CONTROL and SCRIPT_STATE set.
Reduce bidi duplications from gdi32 by using the newly corrected usp10
functions.
Damjan Jovanovic [Wed, 14 Apr 2010 02:52:27 +0000 (04:52 +0200)]
usb.h: Add and fix some USBD_STATUS codes.
Hans Leidekker [Tue, 13 Apr 2010 09:15:08 +0000 (11:15 +0200)]
msi: Make the string reference count a short.
This is safe because the reference count is stored in 2 bytes on disk.
(This is commit
ff2f894888c0cb465fe08db8e6f22d4848ca5aef reapplied
because of incorrect revert in
88214a72cedb182c2324ba096fa55353c6be3374).
Joel Holdsworth [Tue, 13 Apr 2010 21:00:10 +0000 (22:00 +0100)]
shell32: Replaced trash_file.ico with a Tango compliant icon.
Joel Holdsworth [Tue, 13 Apr 2010 21:00:06 +0000 (22:00 +0100)]
shell32: Replaced shortcut.ico with a Tango compliant icon.
Joel Holdsworth [Tue, 13 Apr 2010 21:00:02 +0000 (22:00 +0100)]
shell32: Replaced ramdisk.ico with a Tango compliant icon.
Joel Holdsworth [Tue, 13 Apr 2010 20:59:58 +0000 (21:59 +0100)]
shell32: Replaced printer.ico with a Tango compliant icon.
Joel Holdsworth [Tue, 13 Apr 2010 20:59:53 +0000 (21:59 +0100)]
shell32: Replaced netdrive2.ico with a Tango compliant icon.
Joel Holdsworth [Tue, 13 Apr 2010 20:59:48 +0000 (21:59 +0100)]
shell32: Replaced netdrive.ico with a Tango compliant icon.
Joel Holdsworth [Tue, 13 Apr 2010 20:59:42 +0000 (21:59 +0100)]
shell32: Replaced mydocs.ico with a Tango compliant icon.
Joel Holdsworth [Tue, 13 Apr 2010 20:59:36 +0000 (21:59 +0100)]
shell32: Replaced mycomputer.ico with a Tango compliant icon.
Joel Holdsworth [Tue, 13 Apr 2010 20:59:30 +0000 (21:59 +0100)]
shell32: Replaced folder_open.ico with a Tango compliant icon.
Joel Holdsworth [Tue, 13 Apr 2010 20:59:26 +0000 (21:59 +0100)]
shell32: Replaced floppy.ico with a Tango compliant icon.
Joel Holdsworth [Tue, 13 Apr 2010 20:59:22 +0000 (21:59 +0100)]
shell32: Replaced drive.ico with a Tango compliant icon.
Joel Holdsworth [Tue, 13 Apr 2010 20:59:16 +0000 (21:59 +0100)]
shell32: Replaced desktop.ico with a Tango compliant icon.
Joel Holdsworth [Tue, 13 Apr 2010 20:59:11 +0000 (21:59 +0100)]
shell32: Replaced delete.ico with a Tango compliant icon.
Joel Holdsworth [Tue, 13 Apr 2010 20:59:06 +0000 (21:59 +0100)]
shell32: Replaced cdrom.ico with a Tango compliant icon.
Joel Holdsworth [Tue, 13 Apr 2010 20:59:03 +0000 (21:59 +0100)]
shell32: Replaced document.ico with a Tango compliant icon.
Joel Holdsworth [Tue, 13 Apr 2010 20:58:56 +0000 (21:58 +0100)]
shell32: Replaced folder.ico with a Tango compliant icon.
Detlef Riekenberg [Wed, 14 Apr 2010 03:41:50 +0000 (05:41 +0200)]
urlmon/tests: CoInternetGetSecurityUrl is not present on W95B.
Detlef Riekenberg [Tue, 13 Apr 2010 21:20:11 +0000 (23:20 +0200)]
urlmon/tests: Fix a failure on Win98.
Detlef Riekenberg [Tue, 13 Apr 2010 19:30:54 +0000 (21:30 +0200)]
urlmon/tests: Run the tests again on W95B (CoInternetParseUrl).
Detlef Riekenberg [Tue, 13 Apr 2010 19:30:34 +0000 (21:30 +0200)]
urlmon/tests: Do not depend on user security settings in sec_mgr tests.
Henri Verbeet [Tue, 13 Apr 2010 18:46:28 +0000 (20:46 +0200)]
wined3d: Prune unsupported world matrix transform states.
Henri Verbeet [Tue, 13 Apr 2010 18:46:27 +0000 (20:46 +0200)]
wined3d: We always support at least a single modelview matrix.
Henri Verbeet [Tue, 13 Apr 2010 18:46:26 +0000 (20:46 +0200)]
wined3d: Disable strict draw ordering by default.
While some performance hit from the extra flushes was expected and would be
acceptable, the performance hit can be over 50% on some configurations, which
clearly isn't acceptable. This patch introduces a "StrictDrawOrdering"
registry key for applications affected by this, until we have a more
structural solution.
Henri Verbeet [Tue, 13 Apr 2010 18:46:25 +0000 (20:46 +0200)]
wined3d: Add a separate function for palette initialization.
Henri Verbeet [Tue, 13 Apr 2010 18:46:24 +0000 (20:46 +0200)]
wined3d: Add a separate function for rendertarget view initialization.
Damjan Jovanovic [Tue, 13 Apr 2010 18:42:13 +0000 (20:42 +0200)]
ntoskrnl.exe: Implement IoCallDriver.
Damjan Jovanovic [Tue, 13 Apr 2010 18:41:31 +0000 (20:41 +0200)]
wdm.h: Declare IoCallDriver.
Jacek Caban [Tue, 13 Apr 2010 18:01:59 +0000 (20:01 +0200)]
mshtml: Use NSContainer HWND in handle_blur.
Jacek Caban [Tue, 13 Apr 2010 18:01:41 +0000 (20:01 +0200)]
mshtml: Use DOM designMode to switch to editor mode.
Jacek Caban [Tue, 13 Apr 2010 18:01:21 +0000 (20:01 +0200)]
mshtml: Improved focus handling.
Alexandre Julliard [Tue, 13 Apr 2010 18:54:15 +0000 (20:54 +0200)]
user32: The Z-order of owned windows doesn't depend on them having the WS_POPUP style.
Roderick Colenbrander [Mon, 12 Apr 2010 19:00:01 +0000 (21:00 +0200)]
wined3d: Move R32G32F convertion to the formats table.
Roderick Colenbrander [Mon, 12 Apr 2010 19:00:00 +0000 (21:00 +0200)]
wined3d: Move D15S1 over to the formats table.
Roderick Colenbrander [Mon, 12 Apr 2010 18:59:59 +0000 (20:59 +0200)]
wined3d: Move D24X4S4 to the formats table.
Roderick Colenbrander [Mon, 12 Apr 2010 18:59:58 +0000 (20:59 +0200)]
wined3d: Move D24FS8 to formats table.
Roderick Colenbrander [Mon, 12 Apr 2010 18:59:57 +0000 (20:59 +0200)]
wined3d: Move L6V5U5 conversion to the formats table.
Alexandre Julliard [Tue, 13 Apr 2010 15:52:31 +0000 (17:52 +0200)]
msvcrt: Export a few more C++ functions that actually call standard C functions.
Alexandre Julliard [Tue, 13 Apr 2010 15:21:06 +0000 (17:21 +0200)]
msvcrt: Add support for VC7 and VC8 extensions to the C++ exception handler.
Alexandre Julliard [Tue, 13 Apr 2010 15:19:27 +0000 (17:19 +0200)]
msvcrt: Implement the missing exception constructor functions.
Jörg Höhle [Sat, 10 Apr 2010 15:35:23 +0000 (17:35 +0200)]
msvidc: Fix 16bit VIDEO-1/CRAM decompression.
Roderick Colenbrander [Tue, 6 Apr 2010 17:07:25 +0000 (19:07 +0200)]
winex11: Add support for 32-bit DDBs.
Hans Leidekker [Tue, 13 Apr 2010 09:16:17 +0000 (11:16 +0200)]
msi: Move application of substorage transforms out of msi_parse_patch_summary.
Hans Leidekker [Tue, 13 Apr 2010 09:15:55 +0000 (11:15 +0200)]
msi: Release summary information on error in msi_parse_patch_summary.
Hans Leidekker [Tue, 13 Apr 2010 09:15:25 +0000 (11:15 +0200)]
msi/tests: Run the RemoveODBC action to unregister the fake drivers.
Hans Leidekker [Tue, 13 Apr 2010 09:15:08 +0000 (11:15 +0200)]
msi: Make the string reference count a short.
This is safe because the reference count is stored in 2 bytes on disk.
Hans Leidekker [Tue, 13 Apr 2010 09:15:08 +0000 (11:15 +0200)]
msi: Make the string reference count a short.
This is safe because the reference count is stored in 2 bytes on disk.
Hans Leidekker [Tue, 13 Apr 2010 09:14:52 +0000 (11:14 +0200)]
include: Add some error codes.
Dmitry Timoshkov [Tue, 13 Apr 2010 06:48:53 +0000 (15:48 +0900)]
user32: Button painting code always sets up the clipping, there is no need to duplicate it.
Frédéric Delanoy [Thu, 8 Apr 2010 23:33:52 +0000 (01:33 +0200)]
wineserver: Fix French manpage.
Eric Pouech [Mon, 12 Apr 2010 19:18:37 +0000 (21:18 +0200)]
winedbg: Use standard Wine lists for threads.
Eric Pouech [Mon, 12 Apr 2010 19:18:31 +0000 (21:18 +0200)]
winedbg: Use standard Wine lists for processes.
Eric Pouech [Mon, 12 Apr 2010 19:18:25 +0000 (21:18 +0200)]
winedbg: Merge pointer deref and array index functions into a single one.
Eric Pouech [Mon, 12 Apr 2010 19:18:18 +0000 (21:18 +0200)]
winedbg: Describe pointer size in CPU backend structure.
Eric Pouech [Mon, 12 Apr 2010 19:18:12 +0000 (21:18 +0200)]
winedbg: Properly guard against setting a watchpoint against a variable stored in a register.
Eric Pouech [Mon, 12 Apr 2010 19:18:05 +0000 (21:18 +0200)]
winedbg: Fix buffer size for 8-byte watchpoint.
Damjan Jovanovic [Mon, 12 Apr 2010 18:35:19 +0000 (20:35 +0200)]
ntoskrnl.exe: Stub out KeResetEvent and KeSetEvent.
Damjan Jovanovic [Mon, 12 Apr 2010 18:33:01 +0000 (20:33 +0200)]
wdm.h: Define KeResetEvent and KeSetEvent.
Vincent Povirk [Mon, 12 Apr 2010 19:01:01 +0000 (14:01 -0500)]
ole32: Create storage files with 4096-byte blocks when asked.
Vincent Povirk [Fri, 9 Apr 2010 20:03:49 +0000 (15:03 -0500)]
windowscodecs: Add locking to the JPEG decoder.
Vincent Povirk [Fri, 9 Apr 2010 19:49:06 +0000 (14:49 -0500)]
windowscodecs: Add locking to the ICO decoder.
Vincent Povirk [Fri, 9 Apr 2010 19:30:24 +0000 (14:30 -0500)]
windowscodecs: Add locking to the GIF decoder.
Vincent Povirk [Fri, 9 Apr 2010 19:18:15 +0000 (14:18 -0500)]
windowscodecs: Add locking to the format converter.
Vincent Povirk [Fri, 9 Apr 2010 19:01:06 +0000 (14:01 -0500)]
windowscodecs: Add locking to the PNG decoder.
Anders Jonsson [Mon, 12 Apr 2010 15:53:20 +0000 (17:53 +0200)]
wineboot: Update Swedish translation.
Alexandre Julliard [Mon, 12 Apr 2010 15:52:32 +0000 (17:52 +0200)]
msvcrt: Make a few more exception handling functions i386-specific.
Piotr Caban [Mon, 12 Apr 2010 13:35:56 +0000 (15:35 +0200)]
msvcr90: Forward _calloc_crt to calloc.
Piotr Caban [Mon, 12 Apr 2010 13:35:31 +0000 (15:35 +0200)]
msvcrt: Added memmove_s and memcpy_s implementation.
Christian Costa [Mon, 12 Apr 2010 09:21:33 +0000 (11:21 +0200)]
d3dxof: Add support for mszip compressed files.
Christian Costa [Mon, 12 Apr 2010 09:21:14 +0000 (11:21 +0200)]
d3dx9_36: Add support for 32-bit BGRA in D3DXGetImageInfoFromFileInMemory.
Alexandre Julliard [Mon, 12 Apr 2010 13:39:32 +0000 (15:39 +0200)]
winmm/tests: Fix a pointer conversion warning on 64-bit.
Maarten Lankhorst [Wed, 7 Apr 2010 16:57:06 +0000 (18:57 +0200)]
winmm: Remove timeGetTime.
Paul Vriens [Mon, 12 Apr 2010 13:10:24 +0000 (15:10 +0200)]
ntdll/tests: Prevent test failures on Windows.
Paul Vriens [Mon, 12 Apr 2010 12:59:58 +0000 (14:59 +0200)]
ntdll/tests: We need a bigger buffer for NtQueryInformationFile.
Paul Vriens [Mon, 12 Apr 2010 12:52:50 +0000 (14:52 +0200)]
ntdll/tests: Enumerate one by one.
Paul Vriens [Mon, 12 Apr 2010 12:44:30 +0000 (14:44 +0200)]
ntdll/tests: Make sure we can enumerate the directory.
Jörg Höhle [Sun, 28 Mar 2010 18:01:15 +0000 (20:01 +0200)]
winmm: Improve MCI A/W mapping.
Jörg Höhle [Sun, 28 Mar 2010 18:34:03 +0000 (20:34 +0200)]
winmm: MCI system commands are not eligible for auto-open.
Maarten Lankhorst [Mon, 12 Apr 2010 09:59:59 +0000 (11:59 +0200)]
mmdevapi: Blacklist alsa hw devices.
Christian Costa [Mon, 12 Apr 2010 09:21:27 +0000 (11:21 +0200)]
mciqtz32: Only call CoUninitialize when CoInitializeEx succeeds.
Alexandre Julliard [Mon, 12 Apr 2010 10:38:27 +0000 (12:38 +0200)]
ntdll: Make cfi annotations optional for x86_64.
Alexandre Julliard [Mon, 12 Apr 2010 10:37:35 +0000 (12:37 +0200)]
libwine: Make cfi annotations optional for x86_64.
Alexandre Julliard [Mon, 12 Apr 2010 10:37:32 +0000 (12:37 +0200)]
libport: Make cfi annotations optional for x86_64.
Alexandre Julliard [Mon, 12 Apr 2010 10:33:19 +0000 (12:33 +0200)]
winebuild: Add cfi annotations to the relay functions for i386.
Alexandre Julliard [Mon, 12 Apr 2010 10:04:50 +0000 (12:04 +0200)]
winebuild: Add cfi annotations to the import thunk for i386.
Henri Verbeet [Sun, 11 Apr 2010 19:47:49 +0000 (21:47 +0200)]
winex11.drv: Allow OpenGL on minimized windows.
Henri Verbeet [Sun, 11 Apr 2010 19:47:48 +0000 (21:47 +0200)]
wined3d: Don't write past the end of the buffer's conversion_map.
Henri Verbeet [Sun, 11 Apr 2010 19:47:47 +0000 (21:47 +0200)]
wined3d: Fix a GL extension prototype.
Henri Verbeet [Sun, 11 Apr 2010 19:47:46 +0000 (21:47 +0200)]
d3d8/tests: Add some depth buffer tests.
Henri Verbeet [Sun, 11 Apr 2010 19:47:45 +0000 (21:47 +0200)]
d3d9/tests: Add some depth buffer tests.
Detlef Riekenberg [Sun, 11 Apr 2010 17:47:20 +0000 (19:47 +0200)]
msi: Display a MessageBox in MsiMessageBoxEx.