Jacek Caban
|
755eac8f0c
|
jscript: Properly handle NULL pvarResult in ParseScriptText.
|
2014-06-11 19:15:25 +02:00 |
Michael Stefaniuc
|
e22458c224
|
dmstyle: Move a struct definition to the .c file that uses it.
|
2014-06-11 19:15:24 +02:00 |
Michael Stefaniuc
|
1aae7b0fa7
|
dmcompos: Move a struct definition to the .c file that uses it.
|
2014-06-11 19:15:23 +02:00 |
Michael Stefaniuc
|
c3e753c20b
|
dmband: Move struct definitions to the .c files that uses them.
|
2014-06-11 19:15:22 +02:00 |
Michael Stefaniuc
|
8b9fd8939b
|
dmime: Move a struct definition to the .c file that uses it.
|
2014-06-11 19:15:21 +02:00 |
Michael Stefaniuc
|
232aeb6b20
|
dmime/tests: Rather test for IDirectMusicObject as invalid iface.
|
2014-06-11 19:15:20 +02:00 |
Nikolay Sivov
|
a7fb6c89b3
|
comctl32/treeview: Send TVN_KEYDOWN in response of WM_KEYDOWN.
|
2014-06-11 19:15:19 +02:00 |
Nikolay Sivov
|
3f8bda94fc
|
comctl32/treeview: Simplify sending parent WM_NOTIFY notifications.
|
2014-06-11 19:15:18 +02:00 |
Nikolay Sivov
|
2a348791ee
|
comctl32/progress: Update position by one step on PBM_SETPOS in PBS_MARQUEE style.
|
2014-06-11 19:15:17 +02:00 |
Nikolay Sivov
|
c69a7ecfb6
|
comctl32/progress: Erase background too on WM_TIMER for marquee animation.
|
2014-06-11 19:15:16 +02:00 |
Nikolay Sivov
|
25279d310e
|
comctl32/progress: Set default marquee animation timer to 30 msec.
|
2014-06-11 19:15:15 +02:00 |
Akihiro Sagawa
|
86b7fc3829
|
oleaut32: Delete opposite side keys on UnRegisterTypeLib.
|
2014-06-11 19:15:14 +02:00 |
Akihiro Sagawa
|
3f65a86959
|
oleaut32/tests: Test UnRegisterTypeLib surely deletes registry keys.
|
2014-06-11 19:15:13 +02:00 |
Akihiro Sagawa
|
8006d57607
|
oleaut32/tests: Use a boolean constant for BOOL argument.
|
2014-06-11 19:15:12 +02:00 |
Toshiaki Hirose
|
47ac7399f3
|
po: Update Japanese translation.
|
2014-06-11 19:15:11 +02:00 |
Sebastian Lackner
|
dd0e9fe91e
|
ntdll/tests: Fix exception test failures on x86_64.
|
2014-06-11 19:15:01 +02:00 |
Jacek Caban
|
1d6bf952d3
|
ntdll: Removed no longer used defines.
|
2014-06-11 16:16:08 +02:00 |
Jacek Caban
|
f0e85ee2f3
|
vbscript: Added support for exponential form of numeric literals.
|
2014-06-11 16:16:02 +02:00 |
Piotr Caban
|
9e4803dd0b
|
msvcp70: Export basic_string iterator functions.
|
2014-06-11 16:15:18 +02:00 |
Stefan Dösinger
|
e7163c802d
|
ddraw/tests: Test D3DVBCAPS_WRITEONLY.
|
2014-06-11 16:14:58 +02:00 |
Stefan Dösinger
|
af733f0475
|
d3d8/tests: Add a test for D3DUSAGE_WRITEONLY.
|
2014-06-11 16:14:56 +02:00 |
Stefan Dösinger
|
acf890e2b2
|
d3d9/tests: Add a test for D3DUSAGE_WRITEONLY.
This test seeks to demonstrate that readbacks of WRITEONLY resources
still work, even after a resource has been used for rendering.
|
2014-06-11 16:14:45 +02:00 |
Stefan Dösinger
|
3909215773
|
wined3d: Remove d3dfmt_p8_init_palette.
|
2014-06-11 16:14:38 +02:00 |
Nicolas Le Cam
|
81a904e729
|
winedbg: Remove unused variable.
|
2014-06-11 16:14:19 +02:00 |
Nicolas Le Cam
|
b57a884829
|
mshtml/tests: Remove unused variable.
|
2014-06-11 16:13:35 +02:00 |
Nikolay Sivov
|
ba111c79e4
|
wbemprox/tests: Fix some test failures on older XP versions.
|
2014-06-11 16:13:25 +02:00 |
Michael Stefaniuc
|
1a7c0a6a70
|
dmusic: Lock/unlock the module only on creation/destruction of the object.
|
2014-06-11 16:13:02 +02:00 |
Michael Stefaniuc
|
d67f35b9dc
|
dmusic: Don't leak memory on DirectMusicInstrument creation failure.
Also lock/unlock the module only on creation/destruction of the object.
|
2014-06-11 16:12:51 +02:00 |
Michael Stefaniuc
|
096bfbd214
|
dmusic: Simplify the creation of a DirectMusic8 object.
Also lock/unlock the module only on creation/destruction of the object.
|
2014-06-11 16:12:47 +02:00 |
Michael Stefaniuc
|
d82e2935e4
|
dmusic: Release the clock when destroying the IDirectMusic8 object.
|
2014-06-11 16:12:43 +02:00 |
Michael Stefaniuc
|
19eba06a26
|
dmusic: Don't leak memory on IReferenceClock creation failure.
Also lock/unlock the module only on creation/destruction of the object.
|
2014-06-11 16:12:36 +02:00 |
Michael Stefaniuc
|
57eb95a2ea
|
dmusic: Simplify the creation of a DirectMusicBuffer object.
Also lock/unlock the module only on creation/destruction of the object.
|
2014-06-11 16:12:32 +02:00 |
Michael Stefaniuc
|
19b6c4cfc7
|
dmscript/tests: Test some IPersistStream methods of DMScriptTrack.
|
2014-06-11 16:12:07 +02:00 |
Michael Stefaniuc
|
1a3a6d0084
|
dmime/tests: Test some IPersistStream methods of objects with DMObject.
|
2014-06-11 16:12:00 +02:00 |
Michael Stefaniuc
|
f9e1551e5a
|
dmloader/tests: Test some IPersistStream methods of DMContainer.
|
2014-06-11 16:11:55 +02:00 |
Michael Stefaniuc
|
e1fab4a837
|
dmscript: Move a struct definition to the .c file that uses it.
|
2014-06-11 16:11:49 +02:00 |
Bruno Jesus
|
1b8d8ef372
|
wininet: Use a helper to send data and take care of EINTR.
|
2014-06-11 16:11:44 +02:00 |
Bruno Jesus
|
3c16044410
|
usp10: Fix a memory leak in _ItemizeInternal (valgrind).
|
2014-06-11 16:11:39 +02:00 |
Bruno Jesus
|
9dacce1b4e
|
shlwapi: Avoid reading past the pointer in PathCreateFromUrlW (valgrind).
|
2014-06-11 16:11:28 +02:00 |
Bruno Jesus
|
1f713cc567
|
wininet/tests: Fix a memory leak (valgrind).
|
2014-06-11 16:11:04 +02:00 |
Bruno Jesus
|
55f8233390
|
userenv/tests: Fix a memory leak (valgrind).
|
2014-06-11 16:10:59 +02:00 |
Bruno Jesus
|
2728066152
|
winspool.drv: Do not try to check the registry if opening the printer fails (valgrind).
|
2014-06-11 16:10:36 +02:00 |
Bruno Jesus
|
dbdb244d13
|
wintrust/tests: Fix a memory leak (valgrind).
|
2014-06-11 16:10:23 +02:00 |
Bruno Jesus
|
c3a362a4c4
|
winmm: Fix a memory leak in mciSendStringW (valgrind).
|
2014-06-11 16:09:52 +02:00 |
Bruno Jesus
|
d90d2ab558
|
user32/tests: Fix a memory leak (valgrind).
|
2014-06-11 16:09:42 +02:00 |
Piotr Caban
|
7257b62bd1
|
user32: Try to activate topmost activable window in WINPOS_ActivateOtherWindow.
|
2014-06-11 16:09:01 +02:00 |
Nikolay Sivov
|
c318cda8d1
|
shell32: Update to FolderItem2.
|
2014-06-11 16:05:55 +02:00 |
Huw Davies
|
0987e77089
|
gdi32/tests: tmLastChar is solely governed by the last entry before 0xffff in the cmap.
|
2014-06-11 16:04:55 +02:00 |
Jacek Caban
|
6262492252
|
mshtml: Added function object default value getter implementation.
|
2014-06-11 13:09:32 +02:00 |
Nikolay Sivov
|
bc4ceca951
|
include: Added IImageList2 definition.
|
2014-06-11 13:09:31 +02:00 |