Hans Leidekker
|
0463d01f15
|
ntdll: Report the latest service pack for 64-bit Windows XP.
|
2013-12-11 12:57:18 +01:00 |
Hans Leidekker
|
7ba776532d
|
wininet: Always store the SSL context.
This allows applications to query certificate properties when verification has failed.
|
2013-12-11 12:57:04 +01:00 |
Hans Leidekker
|
6c7c15059a
|
wininet: Separate socket destruction from destruction of the connection object.
|
2013-12-11 12:57:01 +01:00 |
Hans Leidekker
|
9373d4c578
|
wininet: Return an error when ensure_cred_handle fails.
|
2013-12-11 12:56:57 +01:00 |
Nikolay Sivov
|
b5312b70f5
|
shell32: Don't call comctl32 on unload time if it wasn't used before.
|
2013-12-11 12:56:07 +01:00 |
Stefan Dösinger
|
58f16ddd4e
|
d3d9: shared_handle must be NULL in non-ex d3d9.
|
2013-12-10 17:32:22 +01:00 |
Stefan Dösinger
|
62df35c312
|
d3d9: Implement user memory for offscreen plain surfaces.
|
2013-12-10 17:32:15 +01:00 |
Stefan Dösinger
|
96c7a4d6ca
|
d3d9: Buffers do not support user memory.
|
2013-12-10 17:32:09 +01:00 |
Stefan Dösinger
|
d9bd9a9a87
|
d3d9: Volume and cube textures do not support user memory.
|
2013-12-10 17:32:03 +01:00 |
Stefan Dösinger
|
b7b0b7d2e1
|
d3d9/tests: Test user memory with D3DPOOL_SCRATCH.
|
2013-12-10 17:31:56 +01:00 |
Huw Davies
|
b0f177b619
|
riched20: Ensure the cursors are correctly ordered in the case of a zero (logical) length selection bridging two runs.
|
2013-12-10 13:01:22 +01:00 |
Frédéric Delanoy
|
fdc6ae93ce
|
krnl386.exe16: Fix signature of DOSVM_Int16ReadChar.
|
2013-12-10 13:01:22 +01:00 |
Alexandre Bique
|
33199860f1
|
msvcrt: Implement missing sprintf functions.
|
2013-12-10 13:01:22 +01:00 |
Alexandre Bique
|
09bfea117d
|
msvcrt: Implement _vsprintf_l.
|
2013-12-10 13:01:22 +01:00 |
André Hentschel
|
51ec8af230
|
ntdll/tests: Add ARM support for map protection tests.
|
2013-12-10 12:20:36 +01:00 |
André Hentschel
|
5ac1ecfbe5
|
winedbg: Improve formatting of context printing.
|
2013-12-10 12:20:30 +01:00 |
Nikolay Sivov
|
288f3aca62
|
atl: Implement AtlComModuleRevokeClassObjects().
|
2013-12-09 14:35:53 +01:00 |
Sebastian Lackner
|
2b1c8fed24
|
crypt32: Set correct return value if CryptMemAlloc fails.
|
2013-12-09 11:47:44 +01:00 |
Frédéric Delanoy
|
502fc1aef9
|
ntdll: Use boolean type where appropriate.
|
2013-12-09 11:45:50 +01:00 |
Francois Gouget
|
8b5ec5bb49
|
netapi32: Make access_mask_to_samba() static.
|
2013-12-09 11:43:38 +01:00 |
Marcus Meissner
|
f5b2988bb0
|
winedbg: Added missing breaks (Coverity).
|
2013-12-09 11:43:14 +01:00 |
Nikolay Sivov
|
5f66fb4feb
|
ole32: Fix a memory leak caused by copy/pasted fragment (Coverity).
|
2013-12-09 11:42:53 +01:00 |
Alexandre Julliard
|
d15d9d0e74
|
Release 1.7.8.
|
2013-12-06 20:36:03 +01:00 |
Huw Davies
|
39538f91f5
|
wordpad: Pass the correct window to the font size list validator.
|
2013-12-06 17:51:31 +01:00 |
Andrey Gusev
|
68f094b734
|
po: Small Ukrainian translation fix.
|
2013-12-06 17:51:30 +01:00 |
Henri Verbeet
|
0f49ffae41
|
ddraw: Properly swap the wined3d texture parent in ddraw_surface7_Flip().
|
2013-12-06 16:46:39 +01:00 |
Nikolay Bogoychev
|
34ad4c7014
|
wined3d: Recognize GeForce GTX 765M.
|
2013-12-06 16:46:33 +01:00 |
Nikolay Bogoychev
|
48de52e2e0
|
wined3d: Recognize Haswell mobile graphics 4600.
|
2013-12-06 16:46:27 +01:00 |
Nikolay Sivov
|
b968c9c542
|
ole32: Fix refcount of returned enumeration instances.
|
2013-12-06 13:15:22 +01:00 |
Nikolay Sivov
|
aeb35b20ec
|
ole32: Store categories with offset so it's possible to copy them directly.
|
2013-12-06 13:15:19 +01:00 |
Nikolay Sivov
|
4de8d4b0ba
|
ole32: Use private define for char length of GUID string representation.
|
2013-12-06 13:15:15 +01:00 |
Nikolay Sivov
|
03f2b6e989
|
ole32: COM cleanup of IEnumGUID implementations.
|
2013-12-06 13:15:11 +01:00 |
Huw Davies
|
f13fe24e9e
|
riched20: Remove some over-zealous calls to clear the insert style.
It's cleared correctly, if the selection actually changes, in the
selection change notification handler.
|
2013-12-06 13:15:02 +01:00 |
Huw Davies
|
160f65f24a
|
riched20: Move the various selection setting methods to a common function.
|
2013-12-06 13:14:58 +01:00 |
Henri Verbeet
|
660bc8b717
|
wined3d: Print the WINED3D_SWAP_EFFECT_FLIP FIXME only once.
The comment is also outdated.
|
2013-12-06 13:14:52 +01:00 |
Henri Verbeet
|
36dbac6cb8
|
wined3d: Set the volume container in volume_init().
|
2013-12-06 13:14:52 +01:00 |
Henri Verbeet
|
5db26f7b45
|
wined3d: Pass a wined3d_resource_desc structure to volume_init().
|
2013-12-06 13:14:52 +01:00 |
Henri Verbeet
|
15c1a26b55
|
wined3d: Create volumes inside wined3d.
|
2013-12-06 13:14:52 +01:00 |
Henri Verbeet
|
da3549315f
|
wined3d: Get rid of the buffer_object_size field from struct wined3d_buffer.
|
2013-12-06 13:14:52 +01:00 |
Lauri Kenttä
|
c607ce5eaf
|
po: Update Swedish translation.
|
2013-12-06 10:39:00 +01:00 |
Lauri Kenttä
|
4661019f64
|
po: Update Finnish translation.
|
2013-12-06 10:38:54 +01:00 |
Vincent Povirk
|
608b1e1414
|
mscoree: Update Wine Mono to 4.5.2.
|
2013-12-05 15:59:03 +01:00 |
Francois Gouget
|
94eb50eda0
|
ddraw/tests: Fix compilation on systems that don't support nameless unions.
|
2013-12-05 12:40:57 +01:00 |
Francois Gouget
|
6f22057c21
|
libport: Fix the detection of isfinite().
|
2013-12-05 12:40:57 +01:00 |
Ken Thomases
|
1577fb6c3f
|
dbghelp: For Mach-O, get the address of the process's image info from its PEB.
|
2013-12-05 12:40:56 +01:00 |
Ken Thomases
|
22cf68e1bc
|
ntdll: On Mac, store the dyld image info address in the PEB.
|
2013-12-05 12:40:56 +01:00 |
Henri Verbeet
|
ce09d3633a
|
ddraw: Properly flip through the swap chain in ddraw_surface7_Flip().
|
2013-12-05 12:40:56 +01:00 |
Henri Verbeet
|
7524258aaf
|
ddraw: Implement flips inside ddraw.
|
2013-12-05 12:40:56 +01:00 |
Henri Verbeet
|
f637c229f9
|
ddraw/tests: Add a test for primary surface capabilities.
|
2013-12-05 12:40:56 +01:00 |
Henri Verbeet
|
8797a9eda3
|
ddraw: Require a non-zero back buffer count for swap chains.
|
2013-12-05 12:40:56 +01:00 |