Juan Lang
703a0f6fce
crypt32: Move digested data encoding to encode.c.
2007-07-18 12:56:25 +02:00
Rob Shearman
d212adbf10
rpcrt4: Add some more RPC to NCA status code mappings.
...
Add RPC_S_SEC_PKG_ERROR to the list of "hard" errors.
2007-07-18 12:56:16 +02:00
Evan Stade
96937e04a2
gdi32: Added PATH_PolyDraw.
2007-07-17 14:12:37 +02:00
Evan Stade
578ff168b3
gdi32: Added PolyDraw tests.
2007-07-17 14:12:29 +02:00
Alexandre Julliard
edff53387a
winealsa: Make sure we can set volume before reporting WAVECAPS_VOLUME.
2007-07-17 14:12:19 +02:00
James Hawkins
f2fc4d3a0f
vdmdbg: Add a stub implementation of VDMEnumTaskWOW.
2007-07-17 14:12:19 +02:00
Kovács András
9b37d6f0ee
include: Add some idl headers for d3d10.
2007-07-17 14:12:19 +02:00
Alexandre Julliard
40dda77c52
widl: Added support for floating-point constants.
2007-07-17 14:12:18 +02:00
Evan Stade
7e19178529
gdiplus: Added GdipAddPathBeziers.
2007-07-17 12:57:17 +02:00
Evan Stade
daf00ab72a
gdiplus: Added GdipSetPenDashStyle.
2007-07-17 12:57:09 +02:00
Evan Stade
1182162dac
gdiplus: Added GdipPathIterRewind.
2007-07-17 12:56:56 +02:00
Evan Stade
90ff0fdd6c
gdiplus: Added GdipPathIterNextSubpath.
2007-07-17 12:56:48 +02:00
Evan Stade
ef6c416631
gdiplus: Added GdipPathIterCopyData.
2007-07-17 12:56:32 +02:00
Evan Stade
085082897a
gdiplus: Initial path iterator implementation.
2007-07-17 12:56:13 +02:00
Evan Stade
d59fe31e8b
gdiplus: Added GdipSetPenMiterLimit.
2007-07-17 12:55:35 +02:00
Evan Stade
18ee93b0c4
gdiplus: Export GdipSetPenLineJoin.
2007-07-17 12:55:26 +02:00
Evan Stade
6893ef397b
gdiplus: Added GdipSetPenLineCap197819.
2007-07-17 12:55:16 +02:00
James Hawkins
f2ae31000b
msi: Only call a custom action remotely if the type is msidbCustomActionTypeInScript.
2007-07-17 12:55:03 +02:00
James Hawkins
dc3060c542
msi: Load the AdminProperties stream if the package is an Admin package.
2007-07-17 12:54:53 +02:00
Vitaliy Margolen
41ce4a0158
dinput: Use CALLWINDPROC hook to monitor focus loses away from acquired windows.
2007-07-16 22:59:07 +02:00
Vitaliy Margolen
233cd46a22
dinput: Use PostMessage instead of SendMessage. Remove message window.
2007-07-16 22:59:02 +02:00
Tim Schwartz
894343268c
netapi32: Add NetUseAdd() stub.
2007-07-16 22:55:47 +02:00
Kirill K. Smirnov
72d5e7cd36
programs/start: use SEE_MASK_NO_CONSOLE flag as default.
...
Allows to start console applications in a new window (as Windows does).
2007-07-16 22:55:40 +02:00
Kirill K. Smirnov
728bfd6d58
shell32: Add support for SEE_MASK_NO_CONSOLE flag.
2007-07-16 22:54:42 +02:00
Michael Stefaniuc
b6ce3de8e7
shell32: Fix missing unlock on an error path. Found by Smatch.
2007-07-16 22:47:12 +02:00
Paul Vriens
6c63fa627e
advapi32/service: Check combination of service-type and start-type.
2007-07-16 22:47:09 +02:00
Rob Shearman
2703059933
rpcrt4: Never allocate memory for the discriminant in union_arm_unmarshall as the memory is part of the union and has already been allocated.
2007-07-16 22:46:59 +02:00
Rob Shearman
b44c16cc8d
rpcrt4: Check to make sure there is enough data in the buffer during unmarshalling, so that the code doesn't try to read beyound the end of the buffer.
2007-07-16 22:46:55 +02:00
Rob Shearman
686c0f094c
rpcrt4: Even though FC_ENUM16 is an unsigned type, the highest allowable value that can be marshalled is SHRT_MAX, not USHRT_MAX.
2007-07-16 22:46:47 +02:00
Rob Shearman
d845022819
ole32: Remove some dead code.
...
CoFreeUnusedLibraries doesn't do anything and COM_FlushMessageQueue
won't actually allow any RPCs to be processed as the apartment has
already been destroyed.
2007-07-16 22:46:45 +02:00
Vitaliy Margolen
0b33ef2685
pdh: Forward PdhOpenQuery to PdhOpenQueryW.
2007-07-16 22:46:40 +02:00
Alexandre Julliard
cd33692fa1
kernel32: Always clear the I/O status block count before calling ntdll functions.
2007-07-16 16:20:29 +02:00
Alexandre Julliard
fec5117e91
server: Merge APC processing into the select request.
...
This is needed to return the correct value when one of the handles
being waited on is set to signaled state by the APC.
2007-07-16 16:14:45 +02:00
Alexandre Julliard
acb43cfef2
kernel32: Wait in overlapped Read/WriteFile even when no overlapped structure is passed.
2007-07-16 15:27:53 +02:00
Evan Stade
d362b58ded
gdiplus: Added GdipFillPath.
2007-07-16 15:05:26 +02:00
Evan Stade
9e88347f45
gdiplus: Simplified GdipDrawPath by moving more of the code to the helpers.
2007-07-16 15:04:56 +02:00
Evan Stade
d13e1ba0e8
gdiplus: Added GpGraphics save/restore tests.
2007-07-16 15:04:31 +02:00
Evan Stade
05a7cef855
gdiplus: Constructor tests for GpGraphics.
2007-07-16 15:04:18 +02:00
Evan Stade
c760668cab
gdiplus: GdipSaveGraphics/GdipRestoreGraphics stubs.
2007-07-16 15:03:36 +02:00
Evan Stade
d6bd866df5
gdiplus: Added pixel offset mode.
2007-07-16 15:02:59 +02:00
Evan Stade
a87ce7ab92
gdiplus: Added interpolation mode.
2007-07-16 15:02:46 +02:00
Evan Stade
60cad23522
gdiplus: Added compositing quality.
2007-07-16 15:02:34 +02:00
Evan Stade
53e17d2993
gdiplus: Added smoothing modes.
2007-07-16 15:02:21 +02:00
Evan Stade
68a3d94722
gdiplus: Added GdipSetPathFillMode.
2007-07-16 15:01:48 +02:00
Dmitry Timoshkov
f686cfab2f
shell32: Add a cache for queried shell folder interfaces.
2007-07-16 15:00:01 +02:00
Misha Koshelev
663c0146a5
wininet: Fix behavior of InternetQueryDataAvailable if INTERNET_FLAG_ASYNC is set.
2007-07-16 14:59:16 +02:00
Misha Koshelev
fc48d6da73
urlmon: Fix HttpProtocol behavior when InternetQueryDataAvailable returns ERROR_IO_PENDING.
2007-07-16 14:59:11 +02:00
Misha Koshelev
4e0371f322
wininet/tests: Add testing framework and tests for internet status callbacks.
2007-07-16 14:59:04 +02:00
Misha Koshelev
0d1f2bf526
wininet/tests: Properly handle ERROR_IO_PENDING from InternetQueryDataAvailable.
2007-07-16 14:58:58 +02:00
Vitaliy Margolen
b25ad76a22
msvcrt: Preserve registers when calling unwind function.
2007-07-16 14:53:42 +02:00