Tony Wasserka
edae5d545e
d3dx9: Implement ID3DXSprite_Draw.
2008-11-07 11:43:47 +01:00
Tony Wasserka
d0fd93ef92
d3dx9: Implement D3DXCreateSprite.
2008-11-07 11:43:07 +01:00
Nicolas Le Cam
5ddcedff18
cryptui/tests: Fix test failures on Win2k and below.
2008-11-07 11:27:28 +01:00
Nicolas Le Cam
ae0bddeb85
advapi32/tests: Run a test on more platforms.
2008-11-07 11:27:23 +01:00
Nicolas Le Cam
f714cf4bd1
advapi32/tests: test_enum_provider_types test cleanup.
2008-11-07 11:25:15 +01:00
Sergey Khodych
30a6f54dc9
comctl32/tests: Fix typo in toolbar todo test.
2008-11-07 11:17:56 +01:00
Alexandre Julliard
17ab587567
loader: Use a hidden function instead of an exported global variable to setup pthread functions.
2008-11-07 11:11:21 +01:00
Alexandre Julliard
912e4d4def
loader: Reserve some space for the virtual heap too.
2008-11-07 11:05:38 +01:00
Alexandre Julliard
66a39678e9
ntdll: Store correct values in the various limits on all platforms instead of using 0.
2008-11-07 11:04:07 +01:00
Paul Vriens
b8d468637e
user32/tests: Fix some test failures on Win9x.
2008-11-07 11:01:31 +01:00
Reece Dunn
9368972866
comctl32: Don't draw the theme background of the group box over it's content area.
...
Hi,
Some applications (e.g. Cepstral SwiftTalker) have dialogs that
contain controls that are ordered before the group box that contains
them. The current rendering of themed group boxes will draw it's
background over the content area, hiding any controls that have
already been drawn. XP with the default and other custom themes
correctly shows controls beneath the group box.
This patch excludes the group box content area from being drawn to, so
that any controls that have already been drawn do not get overridden.
- Reece
From 889e477bcb4561565b8caaf41c88c5fe7d83b8d2 Mon Sep 17 00:00:00 2001
From: Reece Dunn <msclrhd@gmail.com>
Date: Fri, 7 Nov 2008 00:11:52 +0000
Subject: [PATCH] comctl32: don't draw the theme background of the group box over it's content area.
2008-11-07 11:01:26 +01:00
Michael Stefaniuc
c48c5c8577
crypt32: Fix the aligning up to a DWORD_PTR boundary.
2008-11-07 11:01:21 +01:00
Michael Stefaniuc
c46a88a3c9
comctl32: Remove superfluous casts that crept in as well as some older ones.
2008-11-07 11:00:16 +01:00
Juan Lang
305c965276
crypt32: Implement CryptFormatObject for SPC_FINANCIAL_CRITERIA_OBJID.
2008-11-07 10:59:53 +01:00
Juan Lang
9fecf55753
crypt32: Implement CryptFormatObject for szOID_CRL_DIST_POINTS.
2008-11-07 10:59:47 +01:00
Juan Lang
c11aa873c5
crypt32: Implement CryptFormatObject for szOID_AUTHORITY_INFO_ACCESS.
2008-11-07 10:59:40 +01:00
Juan Lang
c6ec755469
crypt32: Implement CryptFormatObject for szOID_BASIC_CONSTRAINTS2.
2008-11-07 10:59:33 +01:00
Juan Lang
b5f6c34977
crypt32: Implement CryptFormatObject for szOID_ENHANCED_KEY_USAGE.
2008-11-07 10:59:28 +01:00
Juan Lang
426d13e5be
crypt32: Implement CryptFormatObject for szOID_AUTHORITY_KEY_IDENTIFIER2.
2008-11-07 10:59:21 +01:00
Juan Lang
ab81dc123e
crypt32: Make a global copy of crypt32's HINSTANCE.
2008-11-07 10:59:03 +01:00
Juan Lang
ba7705ea95
crypt32: Add base implementation of CryptFormatObject.
2008-11-07 10:58:56 +01:00
Juan Lang
14cb694ff8
crypt32: Add tests for CryptFormatObject.
2008-11-07 10:58:47 +01:00
Andrew Talbot
99ae980c0d
rpcrt4: Sign-compare warnings fix.
2008-11-07 10:56:48 +01:00
Nikolay Sivov
fa1e0313ee
gdiplus: Added TRACE(..) for Pen calls.
2008-11-07 10:56:41 +01:00
Nicolas Le Cam
2de8540751
user32: Partially implement SystemParametersInfo(SPI_{GET/SET}FOREGROUNDLOCKTIMEOUT).
2008-11-07 10:56:36 +01:00
Vincent Povirk
23f54c939b
setupapi: Add a matching CoUninitialize call.
...
Spotted by Rob Shearman.
2008-11-07 10:56:30 +01:00
Alexandre Julliard
a6ce819ca2
kernel32/tests: Fix one more failing test on Win9x.
2008-11-07 10:50:57 +01:00
Paul Vriens
3f4333d70c
gdi32/tests: Don't crash on NT4.
2008-11-06 15:01:12 +01:00
Paul Vriens
97802ef16b
winmm/tests: Fix failure on Win9x and WinMe.
2008-11-06 15:01:07 +01:00
Paul Vriens
bb6e59ec7f
user32/tests: Fix some test failures on Win9x and WinMe.
2008-11-06 15:01:03 +01:00
Alexandre Julliard
1ca7b881d7
ntdll: Do not report non-reserved memory areas as free since we don't know what's in them.
2008-11-06 15:00:58 +01:00
Sergey Khodych
7f25cd993c
comctl32: toolbar: Use a cx field for buttons in TOOLBAR_WrapToolbar.
2008-11-06 11:56:03 +01:00
Sergey Khodych
65e9a6e02e
comctl32: toolbar: Improve text layout in TBSTYLE_LIST toolbars.
2008-11-06 11:55:56 +01:00
Sergey Khodych
1232b08449
comctl32: toolbar: Calculate a correct size for empty buttons with the BTNS_AUTOSIZE style.
2008-11-06 11:55:51 +01:00
Alexandre Julliard
eb96fbf346
ntdll: Keep track of the current working set limit independently of system views that may be allocated beyond it.
2008-11-06 11:42:58 +01:00
Alexandre Julliard
cc49f6ba8b
kernel32/tests: Fix a few more errors on Win9x.
2008-11-06 11:23:16 +01:00
Paul Vriens
9a2fdfd66b
rsaenh/tests: Fix a test failure on NT4 and below.
2008-11-06 11:10:23 +01:00
Jeff Zaroyko
75e511f3a7
ws2_32: Test WSAAccept optional callback parameter before trying to use it.
2008-11-06 11:10:18 +01:00
Dmitry Timoshkov
25a1803720
gdi32: Fix a broken test.
2008-11-06 11:10:10 +01:00
Michael Stefaniuc
2d27d82909
comdlg32: Remove superfluous casts of void pointers to other pointer types.
2008-11-06 11:09:59 +01:00
Michael Stefaniuc
5f55f154bf
shlwapi: Remove superfluous casts of/to void pointers.
2008-11-06 11:09:56 +01:00
Michael Stefaniuc
095568dfe9
ole32: Remove some superfluous casts of void pointers and zero.
2008-11-06 11:09:54 +01:00
Michael Stefaniuc
b7de266082
shell32: Remove superfluous casts; mostly of void pointers.
2008-11-06 11:09:51 +01:00
Austin English
d7c0cbdce5
wininet: Change a couple fixme's to warn's.
2008-11-06 11:09:48 +01:00
Andrew Talbot
affc6e029c
riched20: Sign-compare warnings fix.
2008-11-06 11:09:41 +01:00
Detlef Riekenberg
609a3998f7
user32/tests: Fix crash on win9x in the dde test.
2008-11-06 11:09:36 +01:00
Juan Lang
aa1effe3b2
crypt32: Separate checking the tag of encoded bits from decoding the bits.
2008-11-06 11:09:26 +01:00
Juan Lang
ed2ba3a467
crypt32: Add missing ok calls.
2008-11-06 11:09:22 +01:00
Sergey Khodych
11d17fafc4
winex11: BitBlt returns TRUE when drawing outside of the clipping or visible region.
2008-11-06 11:09:16 +01:00
Alexandre Julliard
e21cbfe7e8
include: Add extern "C" to the exported Wine headers.
2008-11-06 10:43:31 +01:00