Commit Graph

92895 Commits

Author SHA1 Message Date
Christian Costa 898c2954e0 dmusic: Use static variables for instrument header and id instead of using pointer. 2012-12-21 13:54:29 +01:00
Christian Costa bf0605c08a dmusic: Implement instrument regions loading. 2012-12-21 13:54:23 +01:00
Ken Thomases fd269e4dca winemac: Implement GetDeviceCaps(). 2012-12-21 12:08:38 +01:00
Ken Thomases 10c6f8436c configure: Only enable the Mac driver on Mac OS X 10.6 or later. 2012-12-21 12:07:53 +01:00
Ann and Jason Edmeades 95279b87e4 cmd: Add set /a support. 2012-12-21 12:00:19 +01:00
Jason Edmeades 51c4411a15 cmd: Add more tests for set /a. 2012-12-21 11:45:31 +01:00
Jason Edmeades 836f3e4c29 cmd: Convert the set /a tests to validate better. 2012-12-21 11:45:18 +01:00
Detlef Riekenberg 828882745a api-ms-win-core-winrt-error-l1-1-0: Add dll. 2012-12-21 11:44:16 +01:00
Detlef Riekenberg 98d0d621e7 api-ms-win-core-winrt-string-l1-1-0: Add dll. 2012-12-21 11:43:37 +01:00
Detlef Riekenberg 71e11c0c1a api-ms-win-downlevel-advapi32-l2-1-0: Add dll. 2012-12-21 11:42:53 +01:00
Detlef Riekenberg 7d6e592b0b api-ms-win-downlevel-shell32-l1-1-0: Add dll. 2012-12-21 11:40:43 +01:00
Detlef Riekenberg 38a69f0c1d api-ms-win-downlevel-shlwapi-l2-1-0: Add dll. 2012-12-21 11:40:02 +01:00
Andrew Talbot 1d7a407f6d shell32: Indentation fix. 2012-12-21 11:37:22 +01:00
Andrew Talbot d7d1e40240 rsaenh: Indentation fix. 2012-12-21 11:37:14 +01:00
Andrew Talbot b2b4bb9a12 oleaut32: Indentation fix. 2012-12-21 11:37:01 +01:00
Christian Costa f30c18f3d2 dmusic: Set instrument stream position where the instrument begins, not at the beginning of the instruments list. Simplify CustomLoad accordingly. 2012-12-20 18:30:16 +01:00
Christian Costa cdf727ebd1 dmloader: Use dump_DMUS_OBJECTDESC to dump data to avoid truncation in TRACE. 2012-12-20 18:29:46 +01:00
Jörg Höhle a39e423f6f mmdevapi: Avoid lock contention after SetEvent. 2012-12-20 18:06:53 +01:00
Huw Davies 496898db51 usp10: Add support for format 2 pair adjustments. 2012-12-20 18:04:41 +01:00
Huw Davies 08fcdd5f6f usp10: Move the application of pair values to a helper function. 2012-12-20 18:04:37 +01:00
Huw Davies 79cbcf9612 usp10: Glyph class tables are just generic class tables. 2012-12-20 18:04:33 +01:00
Dmitry Timoshkov eb272cbd31 wineps.drv: Slightly simplify a PPD parser code snippet. 2012-12-20 18:04:19 +01:00
Dmitry Timoshkov d170f05ece wineps.drv: Ignore requested resolutions not supported by device. 2012-12-20 18:04:02 +01:00
Dmitry Timoshkov d5f27e194a wineps.drv: Keep track of all supported device resolutions. 2012-12-20 18:03:51 +01:00
Alexandre Julliard 57f84bc7bb gdi32: Avoid duplicate computation of text extents in ExtTextOut. 2012-12-20 15:08:31 +01:00
Alexandre Julliard 0da8c0d92e gdi32: Compute the extents of the whole string at once in ExtTextOut. 2012-12-20 14:32:58 +01:00
Alexandre Julliard 718e2f256e oleaut32: Cleanup some relay traces. 2012-12-20 12:55:37 +01:00
Alexandre Julliard 2915e47979 oleaut32: Use a saner calling convention for the marshaller asm thunks. 2012-12-20 12:54:55 +01:00
Piotr Caban 76969a8651 msvcrt: Don't call local_unwind2 when Cookie equals MSVCRT_JMP_MAGIC in longjmp. 2012-12-20 12:23:20 +01:00
Nikolay Sivov 16cc2b8753 shlwapi: Implement IsCharSpaceA(). 2012-12-20 12:22:54 +01:00
Nikolay Sivov 83e87a3232 msxml3: More tests for DISPID_VALUE properties handling. 2012-12-20 12:21:52 +01:00
Alistair Leslie-Hughes f20427361c oleaut32: Don't output an error when the typelib cannot be found. 2012-12-20 12:21:39 +01:00
Detlef Riekenberg cdec918b26 api-ms-win-downlevel-ole32-l1-1-0.dll: Add dll. 2012-12-20 12:17:58 +01:00
Detlef Riekenberg dcce818540 api-ms-win-downlevel-normaliz-l1-1-0: Add dll. 2012-12-20 12:17:22 +01:00
Detlef Riekenberg 5b5e8d9b68 api-ms-win-downlevel-user32-l1-1-0: Add dll. 2012-12-20 12:15:16 +01:00
Detlef Riekenberg f8c041fef4 api-ms-win-downlevel-version-l1-1-0: Add dll. 2012-12-20 12:14:51 +01:00
Frédéric Delanoy 2952db6403 xmllite: Avoid dead initialization (clang). 2012-12-20 12:01:33 +01:00
Austin English bc4e1efce3 winedbg: stack_backtrace should not return a value. 2012-12-20 12:01:15 +01:00
Austin English ecfb6539f6 widl: add_interface_typeinfo should not return a value. 2012-12-20 12:01:08 +01:00
Austin English 554a2ccb11 widl: write_array_element_type shouldn't return a value. 2012-12-20 12:01:02 +01:00
Frédéric Delanoy 5188f08bf4 cmd: Remove dead assignments (clang). 2012-12-20 12:00:45 +01:00
André Hentschel e431d89ed2 kernel32/tests: Don't test function directly when reporting GetLastError(). 2012-12-20 12:00:26 +01:00
André Hentschel 61a1213078 msvcrt/tests: Don't test function directly when reporting errno. 2012-12-20 12:00:21 +01:00
Jacek Caban f28324a69c atl80: Updated spec file. 2012-12-19 14:39:01 +01:00
Jacek Caban 5f4f215c2d atl100: Added AtlWinModuleExtractCreateWndData tests. 2012-12-19 14:39:00 +01:00
Jacek Caban c0456aea76 atl100: Added AtlWinModuleExtractCreateWndData implementation. 2012-12-19 14:39:00 +01:00
Detlef Riekenberg 8ca7a068f4 api-ms-win-downlevel-shlwapi-l1-1-0: Add dll. 2012-12-19 14:38:59 +01:00
Detlef Riekenberg 52a231c5b7 api-ms-win-downlevel-advapi32-l1-1-0: Add dll. 2012-12-19 14:38:59 +01:00
Alexandre Julliard a0ec065666 make_specfiles: Don't copy the ordinal flag if not appropriate. 2012-12-19 14:38:59 +01:00
Jiang Yike 44d5d3951b wined3d: Add recognition for NVIDIA GeForce GTX 660 Ti, 660, 650 Ti and 650. 2012-12-19 14:38:59 +01:00