Juan Lang
5d92e2d20f
cryptui: Show details of export on finish page of export wizard.
2009-01-26 14:27:47 +01:00
Juan Lang
4e9cbb2807
cryptui: Implement browsing for a filename in the export wizard.
2009-01-26 14:27:38 +01:00
Juan Lang
298f7c53f8
cryptui: Validate filename in export wizard.
2009-01-26 14:27:25 +01:00
Juan Lang
8b2792d1c1
cryptui: Enable/disable checkboxes in the format page of the export wizard depending on selection.
2009-01-26 14:27:14 +01:00
Juan Lang
7f9c8fa92f
cryptui: Disable the PFX export format in the export wizard unless the source has a private key.
2009-01-26 14:27:03 +01:00
Juan Lang
245e22fb94
cryptui: Remember format and format options when leaving the format page of the export wizard.
2009-01-26 14:26:27 +01:00
Juan Lang
c417c9b9c2
cryptui: Skip the format page of the export wizard if the format is implied.
2009-01-26 14:26:13 +01:00
Juan Lang
0cac6977e6
cryptui: Add a do-nothing export wizard.
2009-01-26 14:26:03 +01:00
Juan Lang
787b4bcd52
cryptui: Add stub for CryptUIWizExport.
2009-01-26 14:25:10 +01:00
Austin English
0317393bf1
configure.ac: Fix a couple more includes on NetBSD.
2009-01-26 14:24:43 +01:00
Paul Vriens
fd3c7be0e0
user32: Allocate buffer on heap.
2009-01-26 14:24:29 +01:00
Alexandre Julliard
a8a2ca72bd
ws2_32/tests: Fix a test failure on WinME.
2009-01-25 17:54:49 +01:00
Alexandre Julliard
950ad4efdb
userenv/tests: Don't check for TEMP and TMP variables on NT4.
2009-01-25 17:30:01 +01:00
Alexandre Julliard
7cbe285416
user32/tests: Make the traces less verbose in the window test.
2009-01-25 17:29:32 +01:00
Alexandre Julliard
4909fe493b
user32/tests: Ignore some more messages.
2009-01-25 17:29:05 +01:00
Alexandre Julliard
4bec383d9f
user32/tests: Fix various failures in the monitor test.
2009-01-25 17:28:39 +01:00
Alexandre Julliard
cbe6e71775
gdi32/tests: Fix the mapping test to handle the more precise LOMETRIC settings on Vista.
2009-01-25 17:08:55 +01:00
Alexandre Julliard
6996a9c83f
comcat/tests: Skip tests if we can't create a test category.
2009-01-25 17:08:20 +01:00
Huw Davies
f63d950df7
comdlg32: Move the unicode version to the common implementation.
2009-01-23 16:48:17 +01:00
Huw Davies
8d09315b52
comdlg32: Add a placeholder for the unicode dialog struct. Update helper functions to work in the unicode case.
2009-01-23 16:48:14 +01:00
Huw Davies
69959801d6
comdlg32: Move the initialization code into a common function.
2009-01-23 16:48:11 +01:00
Alexandre Julliard
d02f9d1804
widl: We need an offset after the correlation descriptor for unencapsulated unions.
2009-01-23 16:47:51 +01:00
Rob Shearman
bcca81f4f4
rpcrt4: Remove the NDR version check from NdrClientCall2 and NdrStubCall2.
...
It does more harm than good, since we can't get any information about
what new features are being used by the caller, if any, by bailing at
this early point.
2009-01-23 16:14:00 +01:00
Rob Shearman
05063ece28
rpcrt4: Don't declare functions that aren't exported by rpcrt4.dll in include/rpcndr.h.
...
NdrRangeMarshall, NdrRangeBufferSize, NdrRangeFree and
NdrByteCountPointerMemorySize should be declared static in
ndr_marshall.c instead.
2009-01-23 16:13:53 +01:00
Florian Köberle
4487f85e58
user32: Removed code without effect.
2009-01-23 15:39:44 +01:00
Florian Köberle
8784702d1f
user32: Fixed max size of child with exStyle WS_EX_DGLMODALFRAME.
2009-01-23 15:39:39 +01:00
Florian Köberle
aaddefff53
user32: Refactor of WINPOS_GetMinMaxInfo.
...
Moved and duplicated the code below the "if child" statement into the
if and else block.
2009-01-23 15:38:52 +01:00
Juan Lang
3d7118bcd1
ntdll: Implement the ThreadAffinityMask query.
2009-01-23 13:47:14 +01:00
Vincent Pelletier
5a24b42b30
dinput: Implement auto-center set & get.
2009-01-23 13:44:33 +01:00
Detlef Riekenberg
29bdfed9f8
comdlg32: Fix return type of COMDLG32_StrRetToStrNW.
2009-01-23 13:43:53 +01:00
Alistair Leslie-Hughes
0a9a1bc99c
shdocvw: Add test to show IServiceProvider is supported.
2009-01-23 13:40:45 +01:00
Hans Leidekker
d019c01088
mscat32: Forward CryptCATCDFEnumMembersByCDFTag to wintrust.
2009-01-23 13:40:39 +01:00
Hans Leidekker
7df0a4ecb2
rpcrt4: Move NdrGetUserMarshalInfo stub near user marshal functions. Add documentation header.
2009-01-23 13:40:36 +01:00
Hans Leidekker
0dd925b001
loadperf: Add stub implementations for InstallPerfDllA/W.
2009-01-23 13:40:32 +01:00
Huw Davies
2409e33f08
comdlg32: Add a helper to return the dialog struct.
2009-01-23 13:27:17 +01:00
Huw Davies
5084327088
comdlg32: Add a function to access the hooks.
2009-01-23 13:27:12 +01:00
Huw Davies
6ce6194f6c
comdlg32: Remove ugly macro.
2009-01-23 13:27:07 +01:00
Huw Davies
e2f81f1b33
comdlg32: Simplify the DEVNAMES access functions are unify the release.
2009-01-23 13:27:02 +01:00
Huw Davies
2e2a0774b4
comdlg32: Fix incorrect scaling.
2009-01-23 13:26:56 +01:00
Huw Davies
2bd53e2786
comdlg32: Add a helper to access the margin rect.
2009-01-23 13:26:43 +01:00
Huw Davies
30aa997b69
comdlg32: Add a helper function to access the PAGESETUPDLG's ptPaperSize element.
2009-01-23 13:26:36 +01:00
Huw Davies
de7be5885c
comdlg32: Use a helper function to retrieve pagesetup flags.
2009-01-23 13:26:30 +01:00
Michael Stefaniuc
dfd821d6a9
msdmo: Remove superfluous pointer casts.
2009-01-23 13:14:18 +01:00
Michael Stefaniuc
3b4bf2f6f2
ifsmgr.vxd: Remove superfluous pointer casts.
2009-01-23 13:14:14 +01:00
Michael Stefaniuc
70a4954840
dinput8: Remove superfluous pointer casts.
2009-01-23 13:14:11 +01:00
Michael Stefaniuc
aea94788e4
winealsa.drv: Remove superfluous pointer casts.
2009-01-23 13:14:09 +01:00
Alexandre Julliard
c83b4e230c
user32/tests: Don't try to do hook tests if we can't set hooks.
2009-01-23 13:14:05 +01:00
Alexandre Julliard
00b851d864
user32/tests: Make the DC test window top-most. Ignore an extra WM_MOUSEMOVE.
2009-01-23 13:13:54 +01:00
Henri Verbeet
6d2d5318c4
d3d10core: Add a stub ID3D10Buffer implementation.
2009-01-23 13:13:24 +01:00
Henri Verbeet
b279d6574a
d3d10core: Add a stub ID3D10RenderTargetView implementation.
2009-01-23 13:13:13 +01:00