Rein Klazes
b7a852b1df
comdlg32/tests: Fix some test failures on Win95 and NT4.
...
Reported by Paul Vriens.
2009-08-10 13:11:21 +02:00
Andrew Nguyen
e903872fd2
user32/tests: Fix some test failures on Windows.
2009-08-10 13:11:13 +02:00
Andrew Nguyen
15b0087d6e
msvcrt: Remove dead code in wcscpy_s.
2009-08-10 13:11:02 +02:00
André Hentschel
0879b83fe3
winecfg: Update German translation.
2009-08-10 13:10:56 +02:00
Roderick Colenbrander
5a00c8053e
wined3d: Get rid of two dead render target lock mode options.
2009-08-10 13:10:49 +02:00
Mike Kaplinskiy
5b1992b466
ws2_32/tests: Fix the last failures on NT4/2000.
2009-08-10 13:10:42 +02:00
Mike Kaplinskiy
ebc7c138e7
ntdll/tests: Test NtCancelIoFileEx, if present.
2009-08-10 13:10:37 +02:00
Akihiro Sagawa
c6a947d2ec
shell32: Use IDS_DESKTOPDIRECTORY for CSIDL_COMMON_DESKTOPDIRECTORY.
2009-08-10 13:10:30 +02:00
Rein Klazes
1b740dd14a
comdlg32: In the file dialog change the position of the file browser when the application changes that of the invisible listbox control.
2009-08-10 13:10:22 +02:00
Marcus Meissner
a30625306d
fnt2bdf: Fixed 2 resource leaks.
2009-08-10 13:09:49 +02:00
Marcus Meissner
39d4d12c08
wrc: Handle "no files == stdin".
2009-08-10 13:09:43 +02:00
Marcus Meissner
051535961a
winebuild: Added missing close.
2009-08-10 13:09:35 +02:00
Vincent Povirk
b364bc005d
windowscodecs: Add support for BI_BITFIELDS compressed BMP files.
2009-08-10 13:09:27 +02:00
Vincent Povirk
42f4004ace
include: Add more pixel formats to wincodec.idl.
2009-08-10 13:09:21 +02:00
Juan Lang
d2827be07f
rsaenh: Implement exporting PLAINTEXTKEYBLOBs.
2009-08-10 13:09:13 +02:00
Juan Lang
ff6328efcc
rsaenh: Implement importing PLAINTEXTKEYBLOBs.
2009-08-10 13:09:06 +02:00
Juan Lang
64b320b7d9
wintrust: Correct alignment for 64-bit.
2009-08-10 13:09:00 +02:00
Juan Lang
15512454fb
secur32: Implement QueryContextAttributes for SECPKG_ATTR_CONNECTION_INFO.
2009-08-10 13:08:54 +02:00
Alexandre Julliard
b796396997
Release 1.1.27.
2009-08-07 18:00:17 +02:00
Juan Lang
570c57ac95
secur32: Trace values of SCHANNEL_CRED structure.
2009-08-07 15:27:24 +02:00
Vincent Povirk
c689451cd1
hhctrl.ocx: Ensure that the topic within MSITStore url's begins with /.
2009-08-07 15:27:18 +02:00
André Hentschel
8309788b55
jscript: Update German translation.
2009-08-07 14:57:34 +02:00
Andrew Nguyen
20276d0b38
kernel32: Revise SetThreadIdealProcessor to return success.
2009-08-07 14:57:31 +02:00
Dylan Smith
e306b91392
richedit: Avoid comparing padding in cursor structures on memcmp.
2009-08-07 14:57:24 +02:00
Mike Kaplinskiy
da1e7a7208
ws2_32/tests: Test closing (and CancelIo'ing) accepting socket with pending AcceptEx call.
2009-08-07 14:57:18 +02:00
Stefan Dösinger
4f9f8fef0b
wined3d: Dirtify the correct state.
2009-08-07 14:57:09 +02:00
Stefan Dösinger
6f5a1d9a15
wined3d: Filter WINED3DSTENCILCAPS_TWOSIDED in d3d8.
2009-08-07 14:56:48 +02:00
Stefan Dösinger
296573caae
d3d: Filter R8G8B8 in d3d8 and d3d9.
2009-08-07 14:56:40 +02:00
Stefan Dösinger
14eedc5be7
wined3d: Watch out about higher constants when clamping ps 1.x consts.
...
ps 1.x supports only 8 constants, so the shader load code dirtifies the
first 8 on a shader switch. However, the constant load code reloaded all dirty
consts with clamping. That potentially left constants > 8 clamped.
2009-08-07 14:56:33 +02:00
Henri Verbeet
85fe381daf
winex11.drv: Fallback to X11DRV_SHM_NONE in X11DRV_DIB_DoCopyDIBSection() if dest doesn't match the pixmap.
...
Falling back to X11DRV_SHM_IMAGE doesn't work, the image's data isn't in
shared memory if the pixmap was created as Shm pixmap.
2009-08-07 12:11:55 +02:00
Stefan Leichter
a4c1c66c87
shdocvw: Add stub for SHRestricted2W.
2009-08-07 12:11:50 +02:00
Andrew Nguyen
797ec7a58e
user32/tests: Test the behavior of DialogBoxParamA with dialog procedure window destruction.
2009-08-07 12:11:42 +02:00
Henri Verbeet
35826e9761
wined3d: Fix a condition in record_lights().
2009-08-07 12:11:35 +02:00
Henri Verbeet
41729ca919
wined3d: Check the return value of wglDeleteContext() in context_destroy_gl_resources().
2009-08-07 12:11:27 +02:00
Henri Verbeet
7ed116da2e
wined3d: Merge the context->current_rt check for rendertarget readback with the code above.
...
Also update the comments.
2009-08-07 12:11:17 +02:00
Henri Verbeet
0479fb13b5
wined3d: Explicitly pass the context to drawStridedSlow().
2009-08-07 12:11:10 +02:00
Henri Verbeet
3bf0ad4528
wined3d: Explicitly pass the context to the shader_select() handler.
2009-08-07 12:11:06 +02:00
Hans Leidekker
26fbee2db7
include: Add prototypes for EncodePointer and DecodePointer.
2009-08-07 11:39:55 +02:00
Hans Leidekker
9cec6e64ec
advapi32: Add tests for LsaLookupNames2.
2009-08-07 11:39:50 +02:00
Hans Leidekker
bf021af0ee
advapi32: Add a basic implementation of LsaLookupNames2.
2009-08-07 11:39:43 +02:00
Juan Lang
598e0a8fcf
wintrust: Implement WVTAsn1SpcSpOpusInfoDecode.
2009-08-07 11:39:35 +02:00
Nikolay Sivov
6bcdc69ec0
comctl32/treeview: Check passed handle value in WM_COMMAND handler.
2009-08-07 11:39:28 +02:00
Nikolay Sivov
83c9cdb797
comctl32/treeview: Use separate pointer for currently edited item.
2009-08-07 11:39:20 +02:00
Frédéric Delanoy
99ec95e474
jscript: Update French translation.
2009-08-07 11:39:10 +02:00
Huw Davies
760d2b652f
include: Add correct structure packing.
2009-08-06 17:28:15 +02:00
Ricardo Filipe
c25523c7c7
regedit: Update Portuguese translation.
2009-08-06 17:28:14 +02:00
Ricardo Filipe
57675f801c
wininet: Fix Portuguese translation and convert to UTF8.
2009-08-06 17:28:14 +02:00
Ricardo Filipe
63aec3f325
jscript: Add Portuguese translation.
2009-08-06 17:28:13 +02:00
Alexandre Julliard
29cec05c6f
make_makefiles: Fix handling of .mc files.
2009-08-06 17:28:13 +02:00
Vladimir Pankratov
d1de34a58b
kernel32: Convert the Russian resources to UTF-8.
2009-08-06 17:26:34 +02:00