Nikolay Sivov
|
705aee525a
|
comctl32/tests: Use win_skip() while skipping subclass tests.
|
2009-12-22 13:48:25 +01:00 |
|
Nikolay Sivov
|
48d42d4a93
|
comctl32/tests: Some tests for buddy procedure subclassing.
|
2009-12-22 13:48:25 +01:00 |
|
Nikolay Sivov
|
8fc96f20a3
|
comctl32/tests: Add ability to create any number of edit buddies.
|
2009-12-22 13:48:25 +01:00 |
|
Nikolay Sivov
|
6d270a1d48
|
kernel32: Fix SearchPath parameter validation with tests.
|
2009-12-22 13:48:25 +01:00 |
|
Nikolay Sivov
|
08a778c568
|
kernel32/tests: Init pointers in common way, add some win_skip() while skipping.
|
2009-12-22 13:48:25 +01:00 |
|
Henri Verbeet
|
ea0af93c19
|
wined3d: Get rid of some redundant local variables.
E.g. "This" variables that are only used in traces.
|
2009-12-22 13:48:25 +01:00 |
|
Henri Verbeet
|
d9fefdb917
|
wined3d: Cleanup IWineD3DBaseSwapChainImpl_QueryInterface().
|
2009-12-22 13:48:25 +01:00 |
|
Henri Verbeet
|
3f77683174
|
wined3d: Volumes are resources in wined3d.
|
2009-12-22 13:48:25 +01:00 |
|
Henri Verbeet
|
f262cf7603
|
d3d9/tests: A volume really isn't a resource, despite having all the methods.
|
2009-12-22 13:48:25 +01:00 |
|
Jacek Caban
|
abf7022c78
|
urlmon: Report BINDSTATUS_CONNECTING to download callback.
|
2009-12-22 13:48:25 +01:00 |
|
Jacek Caban
|
3bacd7603d
|
mshtml: Added JavaScript tests architecture and simple tests.
|
2009-12-22 13:48:25 +01:00 |
|
Jacek Caban
|
4e6e908966
|
mshtml: Use JScript for JavaScript in res: protocol documents.
|
2009-12-22 13:48:25 +01:00 |
|
Jason Edmeades
|
64bd51b1d3
|
comctl32/toolbar: Improve fixme message conditions.
|
2009-12-22 13:48:24 +01:00 |
|
Paul Vriens
|
25d15c68dc
|
ole32/tests: Fix a test failure on several platforms.
|
2009-12-22 13:48:24 +01:00 |
|
Vladimir Pankratov
|
9e394d86b4
|
mapi32: Add Russian translation.
|
2009-12-22 13:48:24 +01:00 |
|
Roderick Colenbrander
|
48db6abae1
|
winex11: Fix a null pointer crash when XRender isn't around.
|
2009-12-22 13:48:24 +01:00 |
|
Alexandre Julliard
|
ce05f49843
|
user32: Avoid including winuser16.h in 32-bit files.
|
2009-12-22 13:48:24 +01:00 |
|
Alexandre Julliard
|
df3e5a8762
|
user32: Reimplement MapWindowPoints16 and move it to wnd16.c.
|
2009-12-22 13:48:24 +01:00 |
|
Alexandre Julliard
|
1d1f8e2a2c
|
user32: Move DestroyIcon32 implementation to user16.c.
|
2009-12-22 13:48:19 +01:00 |
|
Alexandre Julliard
|
ff04a5e830
|
kernel32: Load the DestroyIcon32 function from 16-bit user.exe.
|
2009-12-22 13:48:03 +01:00 |
|
Alexandre Julliard
|
0fbe20a254
|
user32: Move freeing of a 16-bit module's classes to wnd16.c.
|
2009-12-22 12:33:33 +01:00 |
|
Alexandre Julliard
|
e3bcc11beb
|
user32: Move freeing of a 16-bit module's icons to user16.c.
|
2009-12-22 12:16:24 +01:00 |
|
Alexandre Julliard
|
d5b270eadd
|
user32: Reimplement loading of 16-bit cursors and icons using 16-bit resource functions.
|
2009-12-22 12:14:46 +01:00 |
|
Alexandre Julliard
|
5a35c490a1
|
user32: Always return the actual pointer instead of a winproc handle in WINPROC_GetProc16.
|
2009-12-22 12:12:36 +01:00 |
|
Louis Lenders
|
13a9c037f4
|
mapistub: Add new stubbed dll mapistub.dll.
|
2009-12-21 15:46:11 +01:00 |
|
Jacek Caban
|
31cb9cfa79
|
wininet: Don't use INTERNET_SetLastError in InternetSetOptionW.
|
2009-12-21 15:36:53 +01:00 |
|
Jacek Caban
|
b73e31c659
|
wininet: Return error directly from HTTP_Connect.
|
2009-12-21 15:36:53 +01:00 |
|
Jacek Caban
|
e1958a67d6
|
wininet: Don't use INTERNET_SetLastError in HttpSendRequestA.
|
2009-12-21 15:36:53 +01:00 |
|
Jacek Caban
|
88ac3a381b
|
wininet: Return error directly from INTERNET_AsyncCall.
|
2009-12-21 15:36:53 +01:00 |
|
Nikolay Sivov
|
8b805e48fb
|
kernel32/tests: Fix LocalAlloc() allocated leaks.
|
2009-12-21 15:36:52 +01:00 |
|
Nikolay Sivov
|
f33db8a02d
|
kernel32/tests: Fix some find handle leaks.
|
2009-12-21 15:36:52 +01:00 |
|
Alexandre Julliard
|
3806f9aee9
|
user32: Move a number of 16-bit cursor/icon functions to user16.c.
|
2009-12-21 15:36:52 +01:00 |
|
Alexandre Julliard
|
671b4d129d
|
user32: Get rid of the CURSORICON_Copy internal function.
|
2009-12-21 15:36:52 +01:00 |
|
Alexandre Julliard
|
7de210fb5c
|
user32: Reimplement CopyIcon16/CopyCursor16 using CreateCursorIconIndirect16.
|
2009-12-21 15:36:52 +01:00 |
|
Alexandre Julliard
|
001abc3c62
|
user32: Use CreateIconIndirect to implement CreateCursor.
|
2009-12-21 15:36:52 +01:00 |
|
Stefan Leichter
|
217828978f
|
ntoskrnl.exe: Add stub for KeInitializeSemaphore.
|
2009-12-21 15:01:26 +01:00 |
|
Mike Kaplinskiy
|
075a1e0e4d
|
user32: Fix color mask handling in CreateIconIndirect.
|
2009-12-21 15:01:25 +01:00 |
|
Nicolas Le Cam
|
7ae21483ec
|
kernel32/tests: Simplify dumpmem function.
|
2009-12-21 15:01:25 +01:00 |
|
André Hentschel
|
35efca6ab3
|
winetest: Fix a cast.
|
2009-12-21 15:01:25 +01:00 |
|
Henri Verbeet
|
8c7d259978
|
wined3d: IWineD3DPaletteImpl implements IWineD3DBase.
|
2009-12-21 15:01:25 +01:00 |
|
Henri Verbeet
|
ecf2e049a2
|
wined3d: IWineD3DClipperImpl implements IWineD3DBase.
Unify the QueryInterface implementation a bit with the rest of wined3d while
we're at it.
|
2009-12-21 15:01:25 +01:00 |
|
Henri Verbeet
|
23bf5025c6
|
wined3d: Cleanup IWineD3DDeviceImpl_GetRasterStatus().
|
2009-12-21 15:01:25 +01:00 |
|
Henri Verbeet
|
76804fa711
|
d3d9: Add a separate function for swapchain initialization.
|
2009-12-21 15:01:25 +01:00 |
|
Henri Verbeet
|
2e27ab6b67
|
d3d8: Add a separate function for swapchain initialization.
|
2009-12-21 15:01:25 +01:00 |
|
Jacek Caban
|
ecbe545e90
|
mshtml: Don't use necko nsIHttpChannel in nsChannel implementation.
|
2009-12-21 15:01:25 +01:00 |
|
Jacek Caban
|
a0467ef11c
|
jscript: Make undefined a property of global object.
|
2009-12-21 15:01:25 +01:00 |
|
Hans Leidekker
|
68453a5251
|
wininet: Always set last error in HttpSendRequest{,Ex}.
|
2009-12-21 15:01:25 +01:00 |
|
Michael Stefaniuc
|
ae8c2ec267
|
windowscodecs: Don't cast NULL.
|
2009-12-21 15:01:25 +01:00 |
|
Michael Stefaniuc
|
6c7c2401ad
|
user32/tests: Don't cast NULL to an integer type.
|
2009-12-21 15:01:25 +01:00 |
|
Michael Stefaniuc
|
20c3512b59
|
cryptui: Don't cast NULL to an integer type.
|
2009-12-21 15:01:25 +01:00 |
|