Alexander Nicolaysen Sørnes
5cb8bccf46
regedit: Convert printing&help to unicode.
2008-08-20 12:20:33 +02:00
Alexander Nicolaysen Sørnes
04929756e7
regedit: Convert deletion to unicode.
2008-08-20 12:20:28 +02:00
Hongbo Ni
e0df1b9e57
msvcmaker: Fix msvc project file generation under MinGW32.
...
When converting a makefile to a msvc .dsp file, if a line is ended with
a back slash, it will be joined with next line. This patch changes the
joining character from '\n' to a space in order to fix the bug of
running MinGW32 on Windows.
2008-08-20 11:45:59 +02:00
Roderick Colenbrander
4421e3ebe5
wined3d: Fix BltOverride regression.
2008-08-20 11:45:41 +02:00
Detlef Riekenberg
2dedf4c097
winealsa.drv: Fix a typo in an error message.
2008-08-20 11:45:00 +02:00
Michael Stefaniuc
5ff42c55f7
d3dxof: Remove unreachable break after return (Smatch).
2008-08-20 11:44:54 +02:00
Roy Shea
1bc0cdded1
include: Added defines used by TASK_TRIGGER members.
2008-08-20 11:44:29 +02:00
Roy Shea
5331fa49d9
include: Add task scheduler specific error codes.
2008-08-20 11:44:26 +02:00
Alexander Nicolaysen Sørnes
dc3f854a83
appwiz.cpl: Add Norwegian Bokmål translation.
2008-08-20 10:27:10 +02:00
H. Verbeet
af96a43ce9
secur32: Reserved3 / Reserved4 are actually EncryptMessage / DecryptMessage.
2008-08-20 10:26:56 +02:00
H. Verbeet
898c2c9778
d3d8: Don't store shader_handle's.
...
They're not stable across table resizes.
2008-08-20 10:26:51 +02:00
H. Verbeet
f71fdecdc7
wined3d: Move creating a texture id from PreLoad to BindTexture.
...
This is consistent with BindTexture in basetexture/texture/etc. and has the
added benefit that it makes LoadLocation work properly.
2008-08-20 10:26:19 +02:00
Juan Lang
4ccaaa896f
crypt32: Always set *pcbStructInfo.
2008-08-20 10:25:53 +02:00
Juan Lang
4fa4e5a793
crypt32: Allow CMS fields to be set when opening a signed message to encode.
2008-08-20 10:24:21 +02:00
Juan Lang
3297080045
crypt32: Allow messages to be opened when compiled with CMSG_SIGNED_ENCODE_INFO_HAS_CMS_FIELDS if CMS fields aren't actually used.
2008-08-20 10:24:15 +02:00
Juan Lang
427b3fbd5d
crypt32: Allow messages to be opened when compiled with CMSG_SIGNER_ENCODE_INFO_HAS_CMS_FIELDS if CMS fields aren't actually used.
2008-08-20 10:24:08 +02:00
Juan Lang
9b953c5f1e
crypt32: Implement decoding CMSG_CMS_SIGNER_INFO.
2008-08-20 10:23:57 +02:00
Juan Lang
817adc5599
crypt32: Implement CMSG_CMS_SIGNER_INFO encoding.
2008-08-20 10:23:50 +02:00
Juan Lang
d71e6e96dd
crypt32: Add tests for encoding/decoding CMSG_CMS_SIGNER_INFO.
2008-08-20 10:23:42 +02:00
Juan Lang
d4e5d62b2f
wincrypt.h: Add more missing definitions.
2008-08-20 10:23:25 +02:00
Alexander Morozov
ea1e7555a9
kernel32: Fix a typo.
2008-08-20 10:23:17 +02:00
Huw Davies
395a4e50ed
include: Fix CRYPT_SMIME_CAPABILITIES definition.
2008-08-20 10:23:10 +02:00
Roy Shea
77ea6ef814
mstask: Stub implementation of Activate.
2008-08-19 15:32:02 +02:00
Roy Shea
75e043ee5f
mstask: Activate conformance test.
2008-08-19 15:31:55 +02:00
Christian Costa
dd5908224e
d3dxof: Add text format support to RegisterTemplates and fix corresponding test.
2008-08-19 15:30:32 +02:00
Christian Costa
04d72cdd6f
d3dxof: Add basic tests.
2008-08-19 15:30:32 +02:00
Christian Costa
c6b2529fd2
d3dxof: Create FileData object using its constructor. Fix return value of CreateEnumObject.
2008-08-19 15:30:32 +02:00
Christian Costa
1b1f8aa891
d3dxof: Create FileEnumObject using its constructor.
2008-08-19 15:30:32 +02:00
Christian Costa
2bc401ef89
d3dxof: Implement some parsing in RegisterTemplates.
2008-08-19 15:30:32 +02:00
Alexandre Julliard
3842ab09f1
makefiles: Add missing entries for mstask tests.
2008-08-19 15:30:25 +02:00
Michael Karcher
c2a26cee16
kernel32/tests: Fix profile crash on NT and up.
2008-08-19 15:19:29 +02:00
Detlef Riekenberg
f4a9919304
spoolss/tests: Fix a test on vista/w2k8.
2008-08-19 15:16:21 +02:00
Kirill K. Smirnov
2bca1c86ad
winhlp32: Use TopicOffset mapping and get rid of unused function.
2008-08-19 15:15:02 +02:00
Kirill K. Smirnov
4c387a9567
winhlp32: Fix offsets handling for old 3.0 files.
2008-08-19 15:14:54 +02:00
Kirill K. Smirnov
deb98a4e83
winhlp32: Load internal file containing pagenum->topicoffset mapping.
2008-08-19 15:14:36 +02:00
Hans Leidekker
a591c64ffd
include: Add prototype for WinHttpQueryOption.
2008-08-19 15:05:05 +02:00
Hans Leidekker
250cac32ca
winhttp: Implement WinHttpTimeFromSystemTime and WinHttpTimeToSystemTime.
2008-08-19 15:05:01 +02:00
Hans Leidekker
877d6c95c6
winhttp: Forward WinHttpCrackUrl and WinHttpCreateUrl to wininet for the time being.
2008-08-19 15:04:53 +02:00
Hans Leidekker
587162c3b6
winhttp: Add stub implementations for WinHttpGetDefaultProxyConfiguration, WinHttpGetProxyForUrl and WinHttpSetDefaultProxyConfiguration.
2008-08-19 15:03:45 +02:00
Hans Leidekker
a3d9df7d4d
winhttp: Implement WinHttpSetStatusCallback. Start sending notifications.
2008-08-19 15:03:37 +02:00
Hans Leidekker
ce00aa019f
winhttp: Implement WinHttpOpenRequest.
2008-08-19 15:03:29 +02:00
Hans Leidekker
770ee20461
winhttp: Implement WinHttpConnect.
2008-08-19 15:03:19 +02:00
Hans Leidekker
405e8cda41
winhttp: Implement WinHttpOpen and WinHttpCloseHandle.
2008-08-19 15:02:53 +02:00
Hans Leidekker
d5c0ccf93a
winhttp: Add a handle management implementation.
2008-08-19 15:02:29 +02:00
Zac Brown
dfd9681fab
winhttp: Add test for adding/querying headers.
2008-08-19 14:57:39 +02:00
Zac Brown
db0b7beffa
winhttp: Add stub implementation for WinHttpAddRequestHeaders.
2008-08-19 14:57:23 +02:00
Zac Brown
9dd04bfc32
winhttp: Add stub implementation for WinHttpQueryHeaders.
2008-08-19 14:57:11 +02:00
Zac Brown
525037d758
winhttp: Add test for WinHttpTimeToSystemTime.
2008-08-19 14:57:01 +02:00
Zac Brown
59397fab02
winhttp: Add stub implementation for WinHttpTimeToSystemTime.
2008-08-19 14:56:52 +02:00
Zac Brown
5706b84513
winhttp: Add test for WinHttpTimeFromSystemTime.
2008-08-19 14:56:37 +02:00