Commit Graph

62306 Commits

Author SHA1 Message Date
Nikolay Sivov
22dddce999 comctl32/monthcal: Fix a test skip condition - zero is a valid day of week. 2009-10-12 13:00:08 +02:00
Nikolay Sivov
6b72f16906 comctl32/monthcal: Handle over/underflow while navigation with month menu. 2009-10-12 13:00:01 +02:00
Nikolay Sivov
18857222ec comctl32/monthcal: Handle September 1752 with a special case - it's a 19 day month. 2009-10-12 12:59:53 +02:00
Nikolay Sivov
a00c217ce9 comctl32/monthcal: Reuse existing calls to get day of week. 2009-10-12 12:59:37 +02:00
Nikolay Sivov
2906aaf605 comctl32/monthcal: Process UpDown year control through subclass procedure. 2009-10-12 12:59:31 +02:00
Nikolay Sivov
48fcccd861 comctl32/tab: Support for TCN_KEYDOWN notification. 2009-10-12 12:58:48 +02:00
Nikolay Sivov
64102f5f71 comctl32/tab: Handle item focusing better (including keyboard support). 2009-10-12 12:58:42 +02:00
Nikolay Sivov
64945b2779 comctl32/tab: Add more TRACE(), further cleanup. 2009-10-12 12:58:32 +02:00
Nikolay Sivov
6f05fd2dd9 comctl32/tab: Remove dead parameter check code. 2009-10-12 12:58:24 +02:00
Nikolay Sivov
b0952c959b comctl32/tab: Remove unnecessary helper parameter, use SDK name for UpDown control. 2009-10-12 12:58:17 +02:00
Nikolay Sivov
9b06ec73fc comctl32/tab: Cache window GWL_STYLE style. 2009-10-12 12:58:08 +02:00
Dmitry Timoshkov
27ebfdb879 kernel32: Implement HeapQueryInformation, add some basic tests for it. 2009-10-12 12:48:03 +02:00
Paul Vriens
42f7e4a4d9 user32/tests: Fix an intermittent test failure. 2009-10-12 12:36:29 +02:00
Henri Verbeet
b8668a9ce5 d3d10: Explicitly handle D3D10_SVC_STRUCT in set_variable_vtbl(). 2009-10-12 12:36:10 +02:00
Henri Verbeet
803eab27c7 d3d9: Cleanup the stateblock test callbacks a bit. 2009-10-12 12:36:05 +02:00
Henri Verbeet
eb9727bbab d3d8: Cleanup the stateblock test callbacks a bit.
This mostly just makes the naming more conistent with what we use in other D3D
code, but also passes the device to the init() and cleanup() callbacks to
allow device resources to be created there. Future tests require this.
2009-10-12 12:35:58 +02:00
Henri Verbeet
8f91327b89 d3d9: Only run the vertex/pixel shader constant apply tests when the implementation supports them. 2009-10-12 12:35:47 +02:00
Detlef Riekenberg
61d6a6bf88 advapi32: Add stubs for ControlTrace[A|W]. 2009-10-12 12:35:33 +02:00
Detlef Riekenberg
75794304b4 advapi32: Add stub for EnableTrace. 2009-10-12 12:35:24 +02:00
Detlef Riekenberg
6648d26744 advapi32: Add stubs for StartTrace[A|W]. 2009-10-12 12:35:15 +02:00
Detlef Riekenberg
4f7fc1b051 advapi32: Add stubs for QueryAllTraces[A|W]. 2009-10-12 12:35:05 +02:00
Detlef Riekenberg
bc9421ad1b include: Add typedef for EVENT_TRACE_PROPERTIES. 2009-10-12 12:34:49 +02:00
Detlef Riekenberg
da73583bc3 include: Add typedef for WNODE_HEADER. 2009-10-12 12:34:21 +02:00
Dmitry Timoshkov
523d8ceefc user32: Make sure that focus_rect is always initialized. 2009-10-12 12:33:31 +02:00
Jeffrey Morlan
d5f2172c09 netapi32: Fix heap buffer overflows. 2009-10-12 12:33:31 +02:00
Jacek Caban
bbfee0061d shdocvw: Improved debug messages. 2009-10-12 12:33:31 +02:00
Ken Thomases
2245c9b1f1 winecoreaudio: Minor grammar fix in comment. 2009-10-12 12:33:31 +02:00
Ken Thomases
687db1c680 winecoreaudio: Fix an error check (bad copy-paste). 2009-10-12 12:33:31 +02:00
Ken Thomases
c67f4cd565 winecoreaudio: Fix declaration of CoreAudio_MIDIRelease to match definition. 2009-10-12 12:33:31 +02:00
Ken Thomases
ef87a050c6 winecoreaudio: Allow opening multiple wave-out instances. 2009-10-12 12:33:30 +02:00
Ken Thomases
31ce96ff69 winecoreaudio: For WODM_* messages, treat dwUser as a driver instance handle. 2009-10-12 12:33:30 +02:00
Ken Thomases
2435919814 winecoreaudio: Make wodMessage signature match WINEMM_msgFunc32 typedef. 2009-10-12 12:33:30 +02:00
Ken Thomases
5d8177c23c winecoreaudio: Move instance-specific fields of WINE_WAVEOUT to sub-struct. 2009-10-12 12:33:29 +02:00
Ken Thomases
b3ea0441c5 winecoreaudio: Remove some unused structure fields. 2009-10-12 12:33:29 +02:00
Ken Thomases
e690d7c83b winecoreaudio: Add more debug logging. 2009-10-12 12:32:51 +02:00
Ken Thomases
1b5ca01aeb winecoreaudio: Consolidate formatting of FOURCC values in a function. 2009-10-12 12:19:02 +02:00
Jacek Caban
47c27742d0 mshtml: Added IHTMLLocation::put_href implementation. 2009-10-12 12:15:26 +02:00
Jacek Caban
4aa48041fa mshtml: Moved QueryService call to hlink_frame_navigate. 2009-10-12 12:14:56 +02:00
Jacek Caban
ae6fed5c4f mshtml: Improved IHTMLElement2::doScroll stub. 2009-10-12 12:14:47 +02:00
Jacek Caban
5763637e9b mshtml: Return NULL documentElement in READYSTATE_UNINITIALIZED state. 2009-10-12 12:14:41 +02:00
Paul Vriens
7a0430d0e8 shell32/tests: Fix test failure on Cyrillic locales. 2009-10-12 12:14:36 +02:00
Andrey Turkin
7de9f842e5 advapi32: Ignore invalid MultipleTrusteeOperation values in SetEntriesInAcl. 2009-10-12 12:14:25 +02:00
Andrey Turkin
7aeaa0338c ntdll: Run TLS callbacks in zero-sized TLS directories. 2009-10-12 12:14:21 +02:00
Michael Stefaniuc
13ad5d1725 windowscodecs: Remove redundant NULL check before HeapFree (Smatch). 2009-10-12 12:14:10 +02:00
Paul Vriens
72fab20ffe ddraw/tests: Don't crash on older ddraw. 2009-10-12 12:14:03 +02:00
Paul Vriens
bfe67814f9 comctl32/tests: Fix some test failures on older comctl32 versions. 2009-10-12 12:13:52 +02:00
Juan Lang
37754e49c8 crypt32: Pass pointer to structure rather than assuming a particular alignment. 2009-10-12 12:13:48 +02:00
Andrew Eikum
1c27f25225 mshtml: Fix typo in TRACE. 2009-10-12 12:13:36 +02:00
Andrew Eikum
be4178928b mshtml: Fix typo in WARN. 2009-10-12 12:13:32 +02:00
Juan Lang
45ae94dddc netapi32: Improve a trace. 2009-10-12 12:13:24 +02:00