Alexandre Julliard
|
cecb3a993c
|
user32: Allocate user handles for cursors/icons when we don't have 16-bit support.
|
2009-12-22 17:35:41 +01:00 |
Alexandre Julliard
|
0f511f3c8e
|
user32: Don't assume global handles in CopyIcon.
|
2009-12-22 17:27:59 +01:00 |
Alexandre Julliard
|
b36ca48608
|
user32: Call the cursor/icon handle allocation functions through the WoW handlers table.
|
2009-12-22 17:27:57 +01:00 |
Alexandre Julliard
|
0280f058f9
|
user32: Add wrapper functions for manipulation of cursor/icon handles.
|
2009-12-22 17:27:25 +01:00 |
Alexandre Julliard
|
00e75f2b9e
|
user32: Reimplement MENU_FindSubMenu on the 16-bit side using only exported functions.
|
2009-12-22 17:00:12 +01:00 |
Hans Leidekker
|
d4a7a9d43d
|
wininet: Avoid test failures on win9x.
|
2009-12-22 15:40:04 +01:00 |
Paul Vriens
|
f0a35db253
|
comctl32/tests: Fix a test failure on older comctl32.
|
2009-12-22 15:40:00 +01:00 |
Detlef Riekenberg
|
dc28680847
|
mstask/tests: Skip some tests when the service is not running.
|
2009-12-22 15:39:49 +01:00 |
Eric Pouech
|
2d85d5c235
|
dbghelp: Generalize helper to get a string from an ADDRESS64.
|
2009-12-22 15:39:20 +01:00 |
Eric Pouech
|
fdc86c1999
|
dbghelp: Rewrote stack_walk with 64 bit structures.
|
2009-12-22 15:39:01 +01:00 |
Eric Pouech
|
4c661dc822
|
winedbg: Fix for stack symbols on 64bit platform.
|
2009-12-22 15:38:28 +01:00 |
Eric Pouech
|
afcd3a6b1a
|
winedbg: Ensure the stack pointer is also passed to StackWalk.
|
2009-12-22 15:38:14 +01:00 |
Eric Pouech
|
a775d41c10
|
winedbg: Push the correct machine type to StackWalk.
|
2009-12-22 15:38:01 +01:00 |
Alexandre Julliard
|
b615656f00
|
user32: Get rid of the 16-bit dialog heap.
Edit controls don't allocate memory on the 16-bit heap anyway.
|
2009-12-22 15:35:15 +01:00 |
Alexandre Julliard
|
009badeb32
|
user32: Delay creation of the 16-bit dialog info structure until the window is created.
This mirrors the behavior of the 32-bit side.
|
2009-12-22 15:34:19 +01:00 |
Alistair Leslie-Hughes
|
2cd6ac2725
|
mshtml: Add stub interface IHTMLFiltersCollection.
|
2009-12-22 14:13:07 +01:00 |
David Adam
|
202f826d02
|
d3dx9/tests: 1 must be a float.
|
2009-12-22 14:12:43 +01:00 |
Andrew Nguyen
|
adf55f0000
|
cfgmgr32: Forward more functions to setupapi.
|
2009-12-22 13:48:27 +01:00 |
Andrew Nguyen
|
a72af3100d
|
dxdiagn: Validate the dwDxDiagHeaderVersion member in IDxDiagProvider::Initialize.
|
2009-12-22 13:48:26 +01:00 |
Andrew Nguyen
|
e1dd6a869d
|
dxdiagn: Fix a return value and avoid validating the input parameter for IDxDiagProviderImpl::GetContainer.
|
2009-12-22 13:48:26 +01:00 |
Andrew Nguyen
|
dddf714f02
|
dxdiagn: Add tests for IDxDiagProvider.
|
2009-12-22 13:48:26 +01:00 |
Andrew Nguyen
|
b0e3c91c0a
|
dxdiagn: Fail class instantiation if aggregation is requested.
|
2009-12-22 13:48:26 +01:00 |
Andrew Nguyen
|
d36e3b4a1d
|
dxdiagn: Make the IDxDiag* interfaces conform to the IUnknown::QueryInterface contract.
|
2009-12-22 13:48:26 +01:00 |
Andrew Nguyen
|
3eea5a8ae9
|
setupapi: Implement SetupDiOpenDeviceInfoA/W as stubs.
|
2009-12-22 13:48:26 +01:00 |
Hans Leidekker
|
9f63f7d949
|
gdiplus: Implement GdipGet/SetStringFormatMeasurableCharacterRanges.
|
2009-12-22 13:48:26 +01:00 |
Marcus Meissner
|
e2f7946bbc
|
msi: Removed unnecessary NULL check.
|
2009-12-22 13:48:26 +01:00 |
Marcus Meissner
|
e235bfcca7
|
cryptnet: Remove an unnecessary variable (Coverity).
|
2009-12-22 13:48:26 +01:00 |
Hans Leidekker
|
406b6e36d8
|
wininet: Free per-thread error info upon exit from an async procedure.
Found by Valgrind.
|
2009-12-22 13:48:26 +01:00 |
Nikolay Sivov
|
14058ccf25
|
kernel32: Fix a leak in ReplaceFileW.
|
2009-12-22 13:48:26 +01:00 |
Nikolay Sivov
|
6cc141ff59
|
comctl32/updown: Simplify buddy subclassing using SetWindowSubclass chain.
|
2009-12-22 13:48:26 +01:00 |
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 |