Jacek Caban
|
eda756dbb5
|
mshtml: Added support for binding ActiveX events with script event attribute.
|
2012-10-03 18:16:52 +02:00 |
Marcus Meissner
|
aaabec2b33
|
advapi32: Avoid memory leak on pipe read failure (Coverity).
|
2012-10-03 18:16:48 +02:00 |
Marcus Meissner
|
91a767d75b
|
advapi32: Free wstr in error case to avoid leak (Coverity).
|
2012-10-03 16:35:13 +02:00 |
Marcus Meissner
|
b78744ce31
|
dsound: Skip unknown sizes in tests (Coverity).
|
2012-10-03 16:35:00 +02:00 |
Marcus Meissner
|
4413e00eca
|
shell32: Check return value of SHGetSpecialFolderPathW (Coverity).
|
2012-10-03 16:29:29 +02:00 |
Marcus Meissner
|
0f4c2f9a8c
|
mshtml: Removed duplicate condition (Coverity).
|
2012-10-03 16:28:29 +02:00 |
Huw Davies
|
5c8e83c406
|
user32: If the value doesn't exist under the volatile key fallback to the permanent key.
|
2012-10-03 16:27:24 +02:00 |
Aric Stewart
|
fb5dbd608f
|
imm32: Explicitly handle all WM_IME_XXX messages in the IME class.
|
2012-10-03 16:26:59 +02:00 |
Aric Stewart
|
e9f3030c51
|
imm32: Have IMM class use DefWindowProc.
|
2012-10-03 16:26:38 +02:00 |
Alexandre Julliard
|
5a9de7a498
|
winex11: Use the XShm extension to copy window surfaces.
|
2012-10-03 15:37:07 +02:00 |
Alexandre Julliard
|
85b34be52f
|
Revert "winex11: Remove some leftover X Shm code."
This reverts commit 515329d58c .
We'll want to use XShm again for window surfaces.
|
2012-10-03 15:30:48 +02:00 |
Alexandre Julliard
|
70a511739e
|
winex11: Maintain a separate copy of the surface image bits when we need byte swapping.
|
2012-10-03 15:24:21 +02:00 |
Alexandre Julliard
|
219e2a3545
|
winex11: Split copy_image_bits into a couple of helper functions.
|
2012-10-03 14:32:54 +02:00 |
Alistair Leslie-Hughes
|
8f8212b856
|
oledb32: Add support for IDBInitialize interface in IDataInitialize.
|
2012-10-03 13:15:43 +02:00 |
Alistair Leslie-Hughes
|
be246e31e2
|
include: Add threading attribute to MSDAINITIALIZE.
|
2012-10-03 13:14:54 +02:00 |
Nikolay Sivov
|
0c0e6f5371
|
vbscript: Support vb* constants for message box return value.
|
2012-10-03 13:14:43 +02:00 |
Nikolay Sivov
|
6666284fe6
|
vbscript: Support vb* constants for message box buttons.
|
2012-10-03 13:14:38 +02:00 |
Piotr Caban
|
8e6d2bab37
|
wininet: Fixed failing test.
|
2012-10-03 13:14:29 +02:00 |
Erich Hoover
|
bc2258d678
|
hhctrl.ocx: Store all the parameters the first time the WinType is filled in.
|
2012-10-03 13:10:46 +02:00 |
Nozomi Kodama
|
46fca31c4f
|
d3dx9_36/tests: Remove useless casts.
|
2012-10-03 13:10:46 +02:00 |
Nozomi Kodama
|
3d5c61cdcd
|
d3dx9_36/tests: Relax an equality between floats.
|
2012-10-03 13:10:45 +02:00 |
Nozomi Kodama
|
9c823d04b6
|
d3dx9_36/tests: Avoid a potential out of bound access.
|
2012-10-03 13:10:45 +02:00 |
Nozomi Kodama
|
584c24050e
|
d3dx9_36/tests: Speed up some tests.
|
2012-10-03 13:10:45 +02:00 |
Nozomi Kodama
|
b8cfe42326
|
d3dx9_36: Implement D3DXSHMultiply4.
|
2012-10-03 13:10:45 +02:00 |
Christian Costa
|
6643f07d2b
|
ntoskrnl.exe: Don't try to copy back data in buffered mode when we don't expect any in process_ioctl.
|
2012-10-03 13:10:45 +02:00 |
Christian Costa
|
ea943293c6
|
ntoskrnl.exe: Add stub for ExCreateCallback.
|
2012-10-03 13:10:45 +02:00 |
Piotr Caban
|
a3a909f2b9
|
wininet: Correctly set headers size in CommitUrlCacheEntryW function.
|
2012-10-03 11:29:35 +02:00 |
Piotr Caban
|
5e6e26e1df
|
cryptnet: Fixed cache functions usage in CRYPT_CacheURL function.
|
2012-10-03 11:25:12 +02:00 |
Bruno Jesus
|
af8dc8090a
|
ws2_32: Fix some style issues.
|
2012-10-03 11:25:03 +02:00 |
Jason Edmeades
|
f252e9dfc8
|
cmd: Change command line parsing away from argv/argc.
|
2012-10-03 11:24:13 +02:00 |
André Hentschel
|
a2db974d19
|
inetcpl.cpl: Reuse Internet icon.
|
2012-10-03 11:19:45 +02:00 |
André Hentschel
|
4deaee9927
|
winedbg: Add control operators to Thumb2 disassembler.
|
2012-10-03 11:19:45 +02:00 |
André Hentschel
|
613ebcd070
|
winedbg: Add hint operators to Thumb2 disassembler.
|
2012-10-03 11:19:44 +02:00 |
André Hentschel
|
60af8659c9
|
winedbg: Add special register processing operators to Thumb2 disassembler.
|
2012-10-03 11:19:43 +02:00 |
André Hentschel
|
1e1e181b2e
|
winedbg: Improve and add branch operators for Thumb2 disassembler.
|
2012-10-03 11:19:43 +02:00 |
Henri Verbeet
|
4d39cb56fc
|
wined3d: Handle WINED3DSPR_CONSTBUFFER registers in the GLSL shader backend.
|
2012-10-03 11:19:42 +02:00 |
Henri Verbeet
|
e55416a113
|
wined3d: wined3d_swapchain_set_window() never fails.
|
2012-10-03 11:19:41 +02:00 |
Henri Verbeet
|
50c61959eb
|
wined3d: Just return the surface from wined3d_device_get_surface_from_dc().
|
2012-10-03 11:19:41 +02:00 |
Henri Verbeet
|
e4df956f95
|
d3d10core: Implement d3d10_device_OMGetDepthStencilState().
|
2012-10-03 11:19:40 +02:00 |
Henri Verbeet
|
a78fa40816
|
d3d10core: Implement d3d10_device_OMSetDepthStencilState().
|
2012-10-03 11:19:40 +02:00 |
Alexandre Julliard
|
37f36b7326
|
winex11: Don't try to change the window visual if we don't have a valid ARGB visual.
|
2012-10-03 11:19:39 +02:00 |
Alexandre Julliard
|
6f3b097a20
|
winex11: Fix a typo in the surface region computation with an alpha channel.
|
2012-10-03 11:19:39 +02:00 |
Alexandre Julliard
|
dbff4f422c
|
winex11: Copy the existing surface bits when a dirty rectangle is specified in UpdateLayeredWindow.
|
2012-10-03 11:19:38 +02:00 |
Alexandre Julliard
|
4ac1a5ac60
|
winex11: Allow changing the pixel format of a window from a different thread.
|
2012-10-03 11:19:35 +02:00 |
Alexandre Julliard
|
28721d69f4
|
winex11: Get rid of the OpenGL GDI driver.
|
2012-10-02 22:06:06 +02:00 |
Alexandre Julliard
|
05fe1e4e35
|
winex11: Move the FLUSH_GL_DRAWABLE implementation to the main ExtEscape routine.
|
2012-10-02 21:56:43 +02:00 |
Alexandre Julliard
|
d8de77f01e
|
winex11: Pass the source drawable to the FLUSH_GL_DRAWABLE escape.
|
2012-10-02 21:50:54 +02:00 |
Alistair Leslie-Hughes
|
ea15163973
|
scrrun: Correct Invoke parameter.
|
2012-10-02 19:52:46 +02:00 |
Alexandre Julliard
|
b560c56f3f
|
ntoskrnl.exe: Add missing WINAPIs.
|
2012-10-02 19:52:46 +02:00 |
Alexandre Julliard
|
b30e84d580
|
user32: Don't redraw anything when WS_VISIBLE is toggled manually.
|
2012-10-02 19:52:44 +02:00 |