Commit Graph

101174 Commits

Author SHA1 Message Date
Vincent Povirk
3ebb9b7b75 shell32/tests: Use SW_HIDE with ShellExecuteA in tests. 2014-05-07 21:28:46 +02:00
Aric Stewart
dfa65a52bb user32: Pass WM_IME_CONTROL messages to the IME. 2014-05-07 20:21:58 +02:00
Stefan Dösinger
8ca711f428 ddraw/tests: Test palette alpha behavior.
What I care about here is that setting peFlags != 0 doesn't cause errors
either during ddraw palette creation or DIB section creation. peFlags
isn't an alpha channel, but P8 textures abuse it that way, hence the
name of the test. It probably has deeper meaning in DDSCL_NORMAL when
the X server is running in 8 bit paletteindexed mode, but I don't think
we really care about this.
2014-05-07 20:21:57 +02:00
Stefan Dösinger
a227188573 ddraw: Alpha palettes can only be attached to textures. 2014-05-07 20:21:57 +02:00
Stefan Dösinger
1558391a11 wined3d: Store RGBQUADs in palettes. 2014-05-07 20:21:56 +02:00
Stefan Dösinger
19f45af19c wined3d: Copy the DIB to sysmem when PIN_SYSMEM is set. 2014-05-07 20:21:55 +02:00
Stefan Dösinger
a373c35371 gdi32/tests: Test RGBQUAD.rgbReserved in SetDIBColorTable. 2014-05-07 20:21:52 +02:00
Huw Davies
c66f0019ff gdi32: In a Hebrew locale the last char of a symbol font is reported as 0xf896 rather than 0xf0ff. 2014-05-07 18:57:35 +02:00
Piotr Caban
87bfb306bd msvcr80: Add __AdjustPointer implementation. 2014-05-07 18:57:35 +02:00
Piotr Caban
6c4b075d1a msvcp70: Add basic_fstream(const char*, int) constructor implementation. 2014-05-07 18:57:34 +02:00
Huw Davies
0451a89ca1 advapi32/tests: Fix access rights tests in win 8. 2014-05-07 18:57:33 +02:00
Huw Davies
76fca0f953 include: Add a couple of new win 8 access rights. 2014-05-07 18:57:32 +02:00
Christoph von Wittich
4cc503d164 comctl32/treeview: Notify the parent on a return key press. 2014-05-07 18:57:31 +02:00
Erich E. Hoover
74c5e38b7c hhctrl.ocx: Fix an off by one mistake in searching for the node endpoint. 2014-05-07 18:57:31 +02:00
Qian Hong
2d80b3ed54 atl: Include atlcom.h for ATL_PROPMAP_ENTRY. 2014-05-07 18:57:29 +02:00
Qian Hong
e7aaeae73b include: Added atlcom.h. 2014-05-07 10:31:40 +02:00
Piotr Caban
42e800fe79 msvcrt: Fix ioinfo structure size. 2014-05-07 10:27:46 +02:00
Alistair Leslie-Hughes
2aaef5e48f netcfgx: Fix memory leak (valgrind). 2014-05-07 10:26:50 +02:00
Alistair Leslie-Hughes
e95f42fca4 dplayx: Initial msgtid variable (Valgrind). 2014-05-07 10:26:37 +02:00
Bruno Jesus
eda14e611c ws2_32/tests: Test more the behavior of SO_REUSEADDR. 2014-05-07 10:25:58 +02:00
Alex Henrie
d2dce849b5 gdi32: Simplify family_matches and face_matches. 2014-05-07 10:22:08 +02:00
Huw Davies
a27a1214a2 wintrust/tests: Fix failing test on win8. 2014-05-06 19:21:58 +02:00
Piotr Caban
868e009e79 msvcrt: Add __ExceptionPtr* functions implementation. 2014-05-06 19:21:21 +02:00
Piotr Caban
1be4654842 msvcr80: Update exceptions RTTI data to reflect it's part of std namespace. 2014-05-06 19:20:48 +02:00
Huw Davies
ee14105afd usp10/tests: Mark two failing Hebrew strings as broken under win8.
The strings are tagged as Hebrew, yet the RTL and bidi levels are not correctly set.
2014-05-06 19:20:22 +02:00
Nikolay Sivov
8802f84c8c setupapi: Implement a binary compatible string table. 2014-05-06 16:42:44 +02:00
Ken Thomases
351fae1206 winex11: Consolidate duplicate code from glxdrv_wglSetPixelFormat() and X11DRV_wglSetPixelFormatWINE(). 2014-05-06 15:45:12 +02:00
Damjan Jovanovic
f0a91c0248 winex11: Fix a WM_DROPFILES memory ownership ambiguity. 2014-05-06 15:45:11 +02:00
Henri Verbeet
9016d1eda0 gdi32: Use FIELD_OFFSET to calculate the structure size in GetRegionData(). 2014-05-06 13:51:40 +02:00
Hans Leidekker
89d40b3de1 wininet: Add support for retrieving the proxy automatic configuration URL on Mac OS X. 2014-05-06 13:49:47 +02:00
Hans Leidekker
5b56624a1b wininet: Handle secure proxy connections inside the main loop.
This adds support for authenticated secure proxy connections.
2014-05-06 13:49:09 +02:00
Hans Leidekker
4036475dc6 wininet: Only parse proxy URLs taken from the environment.
Proxy server strings stored in the registry use a different format.
2014-05-06 13:49:05 +02:00
Hans Leidekker
9946e8a87e wininet: Fix a couple of memory leaks. 2014-05-06 13:49:00 +02:00
Hans Leidekker
282b9c7bb7 wininet: Use a semicolon to delimit registered proxy servers. 2014-05-06 13:48:57 +02:00
Jacek Caban
e759105cdd mshtml: Use debugstr_mshtml_guid in a few more places. 2014-05-06 13:47:06 +02:00
Nikolay Sivov
0563c78cb6 ntdll/tests: Fix some string leaks (Valgrind). 2014-05-06 13:47:01 +02:00
Nikolay Sivov
29eace89e9 oleaut32/tests: Fixed a couple of string leaks (Valgrind). 2014-05-06 13:46:59 +02:00
Nikolay Sivov
9e576e1089 msxml3: Fix some string leaks (Valgrind). 2014-05-06 09:56:24 +02:00
Vijay Kiran Kamuju
8b50762b18 usp10: Show fixme once in ScriptShapeOpenType. 2014-05-06 09:56:13 +02:00
Marcus Meissner
e399729462 ver.dll16: filelen is an in/out parameter (Coverity). 2014-05-05 19:23:35 +02:00
Nikolay Sivov
8595d70203 scrrun: Fix invalid read/write access to path buffer (Valgrind). 2014-05-05 19:23:07 +02:00
Nikolay Sivov
c50503d049 scrrun: Fix use-after-free of version info (Valgrind). 2014-05-05 19:22:59 +02:00
Nikolay Sivov
a596cbb847 dmime: Fix handling of NULL out pointer in QI. 2014-05-05 12:17:57 +02:00
Nikolay Sivov
51a4fce54d oledb32/tests: Simplify IMalloc handling. 2014-05-05 12:17:56 +02:00
Nikolay Sivov
3804423f8c oledb32: Fix IDBInitialize instance leak on error path (Valgrind). 2014-05-05 12:17:55 +02:00
Nikolay Sivov
c7f1262613 msxml3: Fix a string leak in msxml6 mode (Valgrind). 2014-05-05 12:17:54 +02:00
Nikolay Sivov
c9c47459a9 msxml3/tests: Fix some stream instance leaks (Valgrind). 2014-05-05 12:17:54 +02:00
Nikolay Sivov
1742449ad8 msxml3/tests: Null-terminate a string before A->W conversion (Valgrind). 2014-05-05 12:17:53 +02:00
Nikolay Sivov
30410d48fd msxml3/tests: Fix a BSTR leak (Valgrind). 2014-05-05 12:17:52 +02:00
Nikolay Sivov
4a28464484 ntdll: Fix a 'tlbid' string value leak (Valgrind). 2014-05-05 12:17:51 +02:00