Eric Pouech
|
c7c8c0dea7
|
dbghelp: Speed up source string creation (by using rb trees).
|
2011-01-10 13:03:52 +01:00 |
Eric Pouech
|
cbd5811e90
|
dbghelp: Better support for OOM conditions when creating source file table.
|
2011-01-10 13:03:52 +01:00 |
Eric Pouech
|
c22eaccd15
|
winedbg: Try to detect jump (potentially thunk code) while getting the status.
|
2011-01-10 13:03:52 +01:00 |
Eric Pouech
|
ae9f86042e
|
winedbg: Added CPU method for identifying a jmp insn, and implement it for i386.
|
2011-01-10 13:03:38 +01:00 |
Eric Pouech
|
99439e7589
|
dbghelp: Added preliminary extended FPO information out of PDB files.
|
2011-01-10 12:52:18 +01:00 |
Eric Pouech
|
5ce195ae89
|
dbghelp: Keep the mapping of any PDB file open until the module is unloaded.
|
2011-01-10 12:52:11 +01:00 |
Eric Pouech
|
0693572e4c
|
dbghelp: Use new file/debug format framework to allow keeping pdb files opened.
|
2011-01-10 12:52:01 +01:00 |
Eric Pouech
|
1acbb1c0ed
|
dbghelp: Restructure internal PDB information.
|
2011-01-10 12:51:39 +01:00 |
Eric Pouech
|
982775ddae
|
winedump: Added support for dumping FPO streams.
|
2011-01-10 12:51:35 +01:00 |
Alexandre Julliard
|
cca319d594
|
comctl32/imagelist: Don't change destination size in ImageList_Duplicate without corresponding allocation.
|
2011-01-10 12:41:38 +01:00 |
Joel Holdsworth
|
90a8e3f37f
|
comctl32/rebar: Implemented dragging between rows.
|
2011-01-10 12:41:37 +01:00 |
Joel Holdsworth
|
53284d2a18
|
comctl32/rebar: Moved drag notify code into REBAR_MouseMove.
|
2011-01-10 12:41:36 +01:00 |
Joel Holdsworth
|
ebadd4ec46
|
comctl32/rebar: Implemented band reordering within rows.
|
2011-01-10 12:41:35 +01:00 |
Joel Holdsworth
|
1e644a7db7
|
comctl32/rebar: Removed a redundant call.
|
2011-01-10 12:41:35 +01:00 |
Hwang YunSong
|
302415c3db
|
wordpad: Update Korean resource.
|
2011-01-10 12:41:35 +01:00 |
Hwang YunSong
|
ac2b56162a
|
winspool.drv: Update Korean resource.
|
2011-01-10 12:41:35 +01:00 |
Hwang YunSong
|
e1c71291cc
|
wininet: Update Korean resource.
|
2011-01-10 12:41:34 +01:00 |
Vitaliy Margolen
|
6b30480021
|
dinput: COM cleanup - use interfaces instead of vtbl. Combine both Unicode and ASCII interfaces into the same classes.
|
2011-01-10 12:41:20 +01:00 |
Vitaliy Margolen
|
e6a8aa67d0
|
dinput: Explicitly define ASCII and Unicode methods in joydev joystick.
|
2011-01-10 11:04:07 +01:00 |
Vitaliy Margolen
|
d88cbac1c5
|
dinput: Explicitly define ASCII and Unicode methods in evdev joystick.
|
2011-01-10 11:04:01 +01:00 |
Vitaliy Margolen
|
6a07885029
|
dinput: Explicitly define ASCII and Unicode methods in joystick base class. Use new methods in child classes.
|
2011-01-10 11:03:49 +01:00 |
Vitaliy Margolen
|
30ab6c1749
|
dinput: Explicitly define ASCII and Unicode methods in mouse.
|
2011-01-10 11:03:40 +01:00 |
Vitaliy Margolen
|
9f9e376239
|
dinput: Explicitly define ASCII and Unicode methods in keyboard.
|
2011-01-10 11:03:34 +01:00 |
Vitaliy Margolen
|
0f24b9e86f
|
dinput: Explicitly define ASCII and Unicode methods in DirectInputDevice base class. Make ASCII methods call Unicode. Use new methods in child classes.
|
2011-01-10 11:03:17 +01:00 |
Vitaliy Margolen
|
9594be7f79
|
dinput: Change internal check_dinput_hooks method to take W iface.
|
2011-01-10 11:02:16 +01:00 |
Vitaliy Margolen
|
399be3455a
|
dinput: COM cleanup - use helper function instead of direct typecast in OS/X joystick.
|
2011-01-10 11:02:04 +01:00 |
Vitaliy Margolen
|
f09ace0d83
|
dinput: COM cleanup - use helper function instead of direct typecast in linuxinput joystick.
|
2011-01-10 11:02:00 +01:00 |
Vitaliy Margolen
|
a1b08e5d04
|
dinput: COM cleanup - use helper function instead of direct typecast in Linux joystick.
|
2011-01-10 11:01:55 +01:00 |
Vitaliy Margolen
|
de4a9bb319
|
dinput: COM cleanup - use helper function instead of direct typecast in base joystick class.
|
2011-01-10 11:01:51 +01:00 |
Vitaliy Margolen
|
31c828ea27
|
dinput: COM cleanup - use helper function instead of direct typecast in keyboard.
|
2011-01-10 11:01:46 +01:00 |
Vitaliy Margolen
|
625fefca61
|
dinput: COM cleanup - use helper function instead of direct typecast in mouse.
|
2011-01-10 11:01:39 +01:00 |
Vitaliy Margolen
|
fc023b96d2
|
dinput: COM cleanup - use helper function instead of direct typecast in base device class.
|
2011-01-10 10:58:36 +01:00 |
Vitaliy Margolen
|
0b99bf3edb
|
dinput: COM cleanup - use proper interface instead of typecasting This when calling queue_event.
|
2011-01-10 10:58:26 +01:00 |
Vitaliy Margolen
|
b66e00cb09
|
dinput: COM cleanup - return interface instead of typecasting This.
|
2011-01-10 10:58:19 +01:00 |
Vitaliy Margolen
|
15216098e0
|
dinput: COM cleanup - use proper DirectInput interface with IUknown calls.
|
2011-01-10 10:58:14 +01:00 |
Vitaliy Margolen
|
7b47282625
|
dinput: More COM cleanup for IDirectInput - use interfaces instead of typecasts.
|
2011-01-10 10:58:06 +01:00 |
Greg Geldorp
|
e26b3a21c3
|
winetest: Include account level info in the report.
|
2011-01-10 10:56:04 +01:00 |
Gerald Pfeifer
|
37f5080e1b
|
ws2_32: Restructure and simplify debugstr_wsaioctl a bit.
|
2011-01-10 10:44:51 +01:00 |
Hans Leidekker
|
f133222d5e
|
msi/tests: Add a test for MsiGetComponentState.
|
2011-01-10 10:42:43 +01:00 |
Hans Leidekker
|
35bdf01881
|
msi/tests: Add tests for publishing and unpublishing assemblies.
|
2011-01-10 10:42:39 +01:00 |
Hans Leidekker
|
f6c46e41a2
|
appwiz.cpl: Fix two RegQueryValueExW calls.
|
2011-01-10 10:42:32 +01:00 |
Hans Leidekker
|
3440e768dd
|
Revert "advapi32: Fix cred domain according to tests.".
This reverts commit 061eb12ca3 .
The patch makes tests for CredRead and CredEnumerate pass but breaks
CredWrite at the same time.
|
2011-01-10 10:42:29 +01:00 |
Hans Leidekker
|
06562d16b3
|
kernel32: Add a stub implementation of GetThreadIOPendingFlag.
|
2011-01-10 10:42:23 +01:00 |
Jacek Caban
|
d3f456d146
|
msxml3: Don't forward get_namespaceURI calls to node's IXMLDOMNode iface.
|
2011-01-10 10:41:18 +01:00 |
Jacek Caban
|
730fa1e7f2
|
msxml3: Don't forward get_nodeTypedValue to node's IXMLDOMNode iface.
Its current implementation for XML_ENTITY_REF_NODE can't work and will
always return VT_NULL variant anyways.
|
2011-01-10 10:41:13 +01:00 |
Michael Stefaniuc
|
0abef30926
|
urlmon: Use an iface instead of a vtbl pointer in MkProtocol.
|
2011-01-10 10:41:04 +01:00 |
Michael Stefaniuc
|
d4f8ce0a54
|
urlmon: Use ifaces instead of vtbl pointers in MimeFilter.
|
2011-01-10 10:40:57 +01:00 |
Michael Stefaniuc
|
3d05c172f0
|
urlmon: Use ifaces instead of vtbl pointers in GopherProtocol.
|
2011-01-10 10:40:51 +01:00 |
Travis Athougies
|
ee8b276731
|
d3dcompiler_43/tests: Added error tests to HLSL test suite.
|
2011-01-10 10:39:51 +01:00 |
Travis Athougies
|
3add55840d
|
d3dcompiler_43/tests: Fixed nonconformant C string literals in HLSL test suite.
|
2011-01-10 10:39:44 +01:00 |