Adam Petaccia
2e0869984f
gdiplus: Implement GdipSetInfinite.
2008-07-25 12:39:22 +02:00
Adam Petaccia
dd1f9a39cf
gdiplus: Implement GdipSetEmpty.
2008-07-25 12:39:07 +02:00
Adam Petaccia
8a9438d560
gdiplus: Implement GdipDeleteRegion.
2008-07-25 12:38:55 +02:00
Adam Petaccia
889bc31197
gdiplus: Implement GdipCreateRegion and mark the tests todo_wine instead of skipping over them all.
2008-07-25 12:38:46 +02:00
Owen Rudge
d508a58caf
appwiz.cpl: Add basic Support Information dialog.
2008-07-25 12:36:56 +02:00
Owen Rudge
eece76b8b3
appwiz.cpl: Add uninstall routine for applications.
2008-07-25 12:35:58 +02:00
Owen Rudge
0215b55ce6
appwiz.cpl: Add applications to list, remove on window close.
2008-07-25 12:35:41 +02:00
Owen Rudge
c16aeaf8e5
appwiz.cpl: Read installed application information from registry.
2008-07-25 12:35:27 +02:00
Owen Rudge
d8d725f73f
appwiz.cpl: Check to see if buttons should be enabled.
2008-07-25 12:35:09 +02:00
Owen Rudge
76518c0883
appwiz.cpl: Add imagelist for listview.
2008-07-25 12:35:00 +02:00
Owen Rudge
2812a9ecef
appwiz.cpl: Add column headers to listview.
2008-07-25 12:31:29 +02:00
Owen Rudge
6d4f3d5d3a
appwiz.cpl: Display Add/Remove Programs dialog.
2008-07-25 12:30:29 +02:00
Owen Rudge
f4e6489edb
appwiz.cpl: Add skeleton Add/Remove Programs control panel.
2008-07-25 12:29:22 +02:00
Owen Rudge
5800539bb6
shell32: Add status bar to control panel.
2008-07-25 12:27:44 +02:00
Owen Rudge
238cdf715d
shell32: Use a listview for the control panel.
2008-07-25 12:27:31 +02:00
John Reiser
adda485933
ntdll: Tell valgrind to load the .pdb debugging info for the module that was just loaded.
2008-07-25 12:16:11 +02:00
John Reiser
d6f4691106
ntdll: When tracking allocated blocks, RtlDestroyHeap must notify that all the blocks are being freed.
2008-07-25 11:52:43 +02:00
John Reiser
0a2c94e823
configure: Add check for valgrind/valgrind.h.
2008-07-25 11:43:50 +02:00
Reece Dunn
e22e480f16
oleaut32: Fix the SafeArrayGetVartype tests on Vista and use that behaviour.
2008-07-25 11:29:42 +02:00
Reece Dunn
f46a42d66f
crypt32/tests: fix the protectdata tests on Vista.
2008-07-25 11:29:33 +02:00
Detlef Riekenberg
be5db33c30
cryptnet/tests: Make the tests usable on win9x.
2008-07-25 11:29:15 +02:00
Ulrich Hecht
335dec27b7
dsound: Fix notification order.
2008-07-25 11:29:04 +02:00
Francois Gouget
289ea33803
configure: Use cups-config to probe for cups support.
2008-07-25 11:28:53 +02:00
Mikołaj Zalewski
daafda22f8
advapi32: Remove access checks from advapi32 (makes KEY_WOW64_* work).
2008-07-24 13:03:40 +02:00
Mikołaj Zalewski
140b259d58
include: Add KEY_WOW64_* defines.
2008-07-24 13:03:34 +02:00
Mikołaj Zalewski
763018e176
shell32: autocomplete: Don't pass NULL pceltFetched to IEnumString_Next.
2008-07-24 13:03:30 +02:00
Reece Dunn
e7d22dc966
comctl32: Made the button theme drawing code extensible.
2008-07-24 12:08:42 +02:00
Juan Lang
2a31760331
wintrust: Implement CryptSIPGetSignedDataMsg for cabinet files.
...
Fixes a regression in installing the DirectX 9 runtime.
Based on code from cabinet.dll's fdi.c, thus the healthy dose of
attributions. Unfortunately there's no public API that'll get this
info for me (that I know of.)
2008-07-24 11:58:02 +02:00
Juan Lang
c7d1d34956
wintrust: Don't assume input file is a PE file in CryptSIPGetSignedDataMsg.
2008-07-24 11:57:34 +02:00
Juan Lang
d3beb5056e
crypt32: Add cab file checking to CryptSIPRetrieveSubjectGUID.
2008-07-24 11:57:28 +02:00
Juan Lang
210c91f919
crypt32: Test CryptRetrieveSubjectGUID with a cab file.
2008-07-24 11:57:19 +02:00
Juan Lang
238ccdf206
crypt32: Fix GUID output for failing tests by passing buffer to output function.
2008-07-24 11:57:00 +02:00
Stefan Dösinger
5a6b4e9f47
wined3d: Make the MAC ARBvp implementation happy about ARL.
2008-07-24 11:56:52 +02:00
Stefan Dösinger
726d9d47af
wined3d: ATI2N support using GL_EXT_texture_compression_rgtc.
2008-07-24 11:56:42 +02:00
Stefan Dösinger
dc25a86cc5
wined3d: Support ATI's D3DFMT_ATI2N format.
...
This is an ATI specific format designed for compressed normal maps,
and quite a few games check for its existence. While it is an
ATI-specific "extension" in d3d9, it is a core part of
D3D10(DXGI_FORMAT_BC5), and supported on Geforce 8 cards.
2008-07-24 11:56:24 +02:00
Stefan Dösinger
370b8299ab
wined3d: Honor the texcoordindex when setting the texture matrix.
2008-07-24 11:56:02 +02:00
Stefan Dösinger
b554cdbb5a
d3d: D3DDECLTYPE_UNUSED is not valid in vertex declarations.
2008-07-24 11:55:42 +02:00
Nikolay Sivov
b127647b96
gdiplus: Fix swapped got-expected in brush test.
2008-07-24 11:55:33 +02:00
H. Verbeet
d1c835f890
d3d9: Use color_match() in test_vshader_input().
2008-07-24 11:55:27 +02:00
Piotr Caban
33e35025ec
msxml3: Fix for accessing uninitialized memory.
2008-07-24 11:55:08 +02:00
Piotr Caban
68963c9fd0
msxml3/tests: Add test for parsing document with '\r' characters.
2008-07-24 11:55:01 +02:00
Piotr Caban
c545852013
msxml3/tests: Add test for parsing from IStream.
2008-07-24 11:54:20 +02:00
Piotr Caban
3d4ad645bd
msxml3: Change ISAXXMLReader_characters implementation so it works correctly on files with '\r' characters.
2008-07-24 11:53:13 +02:00
Piotr Caban
bb849dc9c3
msxml3: Change ISAXXMLReader_getLine and ISAXXMLReader_getColumn functions.
2008-07-24 11:53:04 +02:00
Piotr Caban
fc825af3ee
msxml3: Added support for more arguments in ISAXXMLReader_parse.
...
Parsing is not working when XMLDOMDocument is passed. It's because
IXMLDOMDocument_get_xml returns incomplete data.
2008-07-24 11:52:55 +02:00
Piotr Caban
194bae3b60
msxml3: Reorganize ISAXXMLReader_parse function.
2008-07-24 11:52:43 +02:00
Jacek Caban
2609e45c31
mshtml: Added IOmNavigator::get_appCodeName implementation.
2008-07-24 11:52:29 +02:00
Jacek Caban
e629e049db
mshtml: Added IHTMLDocument2::[get|put]_title tests.
2008-07-24 11:52:21 +02:00
Jacek Caban
8e6dbe750a
mshtml: Added IHTMLDocument2::get_title implementation.
...
Based on patch by Ivan Sinitsin.
2008-07-24 11:52:14 +02:00
Jacek Caban
80f33889ea
mshtml: Added IHTMLDocument2::put_title implementation.
...
Based on patch by Ivan Sinitsin.
2008-07-24 11:52:09 +02:00