Commit Graph

7794 Commits

Author SHA1 Message Date
Huw Davies adedd8191e include: Add access.idl. 2009-10-26 15:05:37 +01:00
Huw Davies 44967f0609 include: Flesh out dbs.idl a bit. 2009-10-26 15:05:01 +01:00
Huw Davies 752b617746 include: Remove comments around annotation attributes. 2009-10-26 14:05:29 +01:00
André Hentschel 3259c81e10 ntdll: Implement KeyNameInformation. 2009-10-26 11:40:29 +01:00
Alexander Nicolaysen Sørnes 1c4c2bbf33 include: Add defines for GetProductInfo. 2009-10-26 11:35:56 +01:00
Nikolay Sivov e98687f425 comctl32/syslink: Implement LWS_IGNORERETURN. 2009-10-21 16:05:58 +02:00
Nikolay Sivov b853de8038 comctl32/syslink: Implement LWS_TRANSPARENT style. 2009-10-21 16:05:58 +02:00
Andrew Eikum 8872a14288 mshtml.idl: Fix IHTMLImageElementFactory uuid. 2009-10-21 16:05:58 +02:00
Nikolay Sivov 15c0f0a42d kernel32/tests: Add tests for LOCALE_RETURN_GENITIVE_NAMES flag for GetLocaleInfoW. 2009-10-21 16:05:57 +02:00
Damjan Jovanovic 8a210f4e55 usb.h: Add USBD_STATUS codes and the USBD_VERSION_INFORMATION struct. 2009-10-21 16:05:56 +02:00
Damjan Jovanovic 47334849c3 cfgmgr32.h: Define MAX_DEVICE_ID_LEN. 2009-10-20 14:39:43 +02:00
Andrew Eikum e275765141 hlink.idl: Fix typo in comment. 2009-10-20 13:48:34 +02:00
Matteo Bruni 3cd744e98b d3dx9: Add D3DXAssembleShader and related declarations. 2009-10-19 14:46:36 +02:00
Henri Verbeet 44aead2e1c d3d9: Fix some IDirect3DDevice9Ex methods. 2009-10-19 11:45:25 +02:00
Nikolay Sivov dd96319dee include: Use unicode neutral SendMessage for DateTime and Monthcal macros. 2009-10-16 13:36:05 +02:00
Nikolay Sivov 98a7d8cf9d comctl32/tooltips: Fix an obviously wrong structure size check. 2009-10-15 14:10:32 +02:00
Stefan Dösinger fdac5e57d3 configure: Check for ms_hook_prologue attribute support. 2009-10-14 12:20:32 +02:00
Matteo Bruni e773c516ba wpp: Add I/O callbacks. 2009-10-13 16:25:43 +02:00
Dmitry Timoshkov d3c482250a rsaenh: Fix the accepted RC2 key length, based on a test case by Dan Kegel. 2009-10-13 14:07:00 +02:00
Andrew Eikum 44df672a38 mshtml.idl: Add IHTMLDocument6 dispiface. 2009-10-13 11:38:29 +02:00
Andrew Eikum ba16fc9064 mshtml.idl: Add IHTMLDocumentCompatibleInfo[Collection] dispifaces. 2009-10-13 11:38:28 +02:00
Andrew Eikum c940ec572a include: Remove redundant #defines in mshtmdid.h. 2009-10-13 11:38:28 +02:00
Nikolay Sivov 840a39e90a comctl32/monthcal: Simplify painting operations, split painting to several helpers. 2009-10-13 11:27:48 +02:00
Alexandre Julliard 9018e13c5e server: Add support for allocating purely client-side user handles. 2009-10-12 17:07:04 +02:00
Louis Lenders be72cd2136 include: Add definition of MilMatrix3x2D. 2009-10-12 17:06:56 +02:00
Austin English cc34e75385 include: fix a compiler warning on GNU/FreeBSD. 2009-10-12 14:13:09 +02:00
Nikolay Sivov 64102f5f71 comctl32/tab: Handle item focusing better (including keyboard support). 2009-10-12 12:58:42 +02:00
Dmitry Timoshkov 27ebfdb879 kernel32: Implement HeapQueryInformation, add some basic tests for it. 2009-10-12 12:48:03 +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
Vincent Povirk 55162681ca include: Add gdiplus hatch brush functions to headers. 2009-10-09 11:50:28 +02:00
Francois Gouget 8f43b54a90 rpcrt4: A signed 1-bit bitfield doesn't make much sense; use unsigned. 2009-10-08 12:17:31 +02:00
Francois Gouget 4f8b800f69 system.drv16: Remove the 32-bit timer callback support.
Also merge CreateSystemTimer() with WIN16_CreateSystemTimer() and
rename it to CreateSystemTimer16() for consistency.
2009-10-08 12:17:31 +02:00
Alexandre Julliard a54bd70bac advapi32: Use strict prototypes in the VTableProvStruc definition. 2009-10-07 13:31:12 +02:00
Andrey Turkin be910d973a ntdll: Add stub for NtSetInformationThread(ThreadHideFromDebugger). 2009-10-06 16:13:17 +02:00
Matteo Bruni 29af4f9fa8 wpp: Add error management callbacks. 2009-10-06 16:12:39 +02:00
Matteo Bruni 9086c59d32 wpp: Handle remaining memory allocation failures. 2009-10-06 16:12:39 +02:00
Alexandre Julliard 0e67f65cab include: Add support for building Wine with strict prototype checking. 2009-10-06 16:12:39 +02:00
Andrey Turkin 3eaecf0476 kernel32: Always use ANSI version of OutputDebugString. 2009-10-06 12:03:35 +02:00
Ge van Geldorp 875d3b9799 schannel/tests: Fix crash on Win7. 2009-10-06 12:02:31 +02:00
Jacek Caban 7e37df04ec mshtml.idl: Moved IHTMLDOMConstructor dispinterface declaration to macro and add it to all element types. 2009-10-05 13:45:59 +02:00
Jacek Caban b399acd838 mshtml.idl: Moved IElementSelector dispinterface declaration to macro and added it to all element types with data. 2009-10-05 13:45:59 +02:00
Jacek Caban e0f798b6e8 mshtml.idl: Moved IHTMLElement5 dispinterface declaration to macro and add it to all element types. 2009-10-05 13:45:59 +02:00
Jacek Caban b5d095bd6a mshtml.idl: Group common sets of disinterfaces in macros. 2009-10-05 13:45:59 +02:00
Jacek Caban bb0999b280 mshtml.idl: Moved IHTMLDatabinding dispinterface declaration to macro. 2009-10-05 13:45:59 +02:00
Jacek Caban 25c6a6c5c0 mshtml.idl: Moved IHTMLDOMNode2 dispinterface declaration to macro. 2009-10-05 13:45:59 +02:00
Jacek Caban 042fa2e42c mshtml.idl: Moved IHTMLDOMNode dispinterface declaration to macro. 2009-10-05 13:45:59 +02:00
Jacek Caban c8230cfa51 mshtml.idl: Moved IHTMLUniqueName dispinterface declaration to macro. 2009-10-05 13:45:59 +02:00
Jacek Caban 0e24f312ed mshtml.idl: Moved IHTMLElement3 dispinterface declaration to macro. 2009-10-05 13:45:59 +02:00
Jacek Caban 48395ae09c mshtml.idl: Moved IHTMLElement3 dispinterface declaration to macro. 2009-10-05 13:45:59 +02:00