Commit Graph

96045 Commits (eb29e639e579535009a4626fede64e3cf34e7009)
 

Author SHA1 Message Date
Marcus Meissner 9a0b4345ec oleaut32/tests: Test return of SafeArrayAllocData (Coverity). 2013-07-03 21:20:04 +02:00
Marcus Meissner 0f86ae37c6 oleaut32: Check a return value (Coverity). 2013-07-03 21:20:04 +02:00
Francois Gouget 653354ab25 Assorted spelling fixes. 2013-07-03 21:20:04 +02:00
Francois Gouget 28139bceeb mlang/tests: We already link with mlang.dll so there is no need to do a LoadLibrary() on it. 2013-07-03 21:20:04 +02:00
Francois Gouget ce64b90c97 setupapi/tests: Remove a pointless use of assert(). 2013-07-03 21:20:03 +02:00
Francois Gouget 499eaca38b twain_32/tests: Generate an error and skip instead of assert()-ing when the setup fails. 2013-07-03 21:20:03 +02:00
Francois Gouget 47b56f238d comctl32/tests: Use ok(0) to report unexpected function calls instead of assert(0). 2013-07-03 21:20:03 +02:00
Akihiro Sagawa 2633b3bc89 po: Use English shell path names in Japanese locale. 2013-07-03 21:20:02 +02:00
Hwang YunSong df9f8be197 po: Update Korean translation. 2013-07-03 10:29:36 +02:00
Qian Hong 9ef2c648ee user32: Properly update caret position after result string is committed. 2013-07-03 10:28:44 +02:00
André Hentschel e931b5d17e msvcrt: Remove superfluous casts. 2013-07-03 10:28:22 +02:00
Akira Nakagawa 0fb9de61a5 po: Update Japanese translation. 2013-07-02 19:39:39 +02:00
Mosaab Alzoubi 694e4f5b76 po: Update Arabic translation. 2013-07-02 19:39:39 +02:00
Mosaab Alzoubi 5aac4b395e wine.desktop: Add Arabic title. 2013-07-02 19:39:39 +02:00
Jacek Caban 9b3d0fca57 oleaut32: Fixed duplicated UUIDs and relevant tests.
Spotted by Thomas Faber.
2013-07-02 19:39:37 +02:00
Alexandre Julliard fa311c57bf user32: Check for driver events more quickly once we start getting timer messages. 2013-07-02 19:39:34 +02:00
Alexandre Julliard 005565d90d makefiles: Make sure to install manpages for the install-lib and install-dev cases. 2013-07-02 19:39:30 +02:00
Alexandre Julliard ebe555d146 makefiles: Avoid wildcard substitutions that are broken in BSD make. 2013-07-02 12:40:59 +02:00
André Hentschel b75f5c728d dmusic: Remove superfluous cast. 2013-07-02 11:10:05 +02:00
André Hentschel 795c732c0d msctf: Remove superfluous casts. 2013-07-02 11:09:38 +02:00
André Hentschel 900594198a winedump: Remove superfluous casts. 2013-07-02 11:09:37 +02:00
Ričardas Barkauskas cde84a7bcc winex11.drv: When skipping unknown attribute also skip its value. 2013-07-02 11:09:30 +02:00
Ken Thomases 9e878cb92c winemac: Add registry setting to disable vertical sync. 2013-07-02 10:07:57 +02:00
Ken Thomases b7c7d09470 winemac: Add registry setting to control glFlush() skipping for single-buffer contexts and disable it by default. 2013-07-02 10:05:35 +02:00
Ken Thomases 967a49fcb2 winemac: Force swap interval to 0 for single-buffered contexts to avoid vsync'ed flushes. 2013-07-02 10:05:07 +02:00
Ken Thomases d30705bdfe winemac: Use screen color space for windows covered by OpenGL views. 2013-07-02 10:04:59 +02:00
Dmitry Timoshkov b0a3d93400 kernel32/tests: Fix a couple of typos. 2013-07-02 10:04:24 +02:00
Michael Stefaniuc a158d42c0f dsound/tests: Fix copy&paste error in ok() message. 2013-07-02 10:04:15 +02:00
Stefan Leichter 4c3e01143d msvcp100/tests: Fix dynamically loaded functions for platform arm. 2013-07-02 10:04:04 +02:00
Alexandre Julliard 4142fc9b52 ntdll/tests: Don't test . and .. masks, they don't work on Windows. 2013-07-02 10:03:50 +02:00
Qian Hong 2d0653e2b2 rsaenh: Restore key state even after decrypting a block of bad data. 2013-07-01 19:51:57 +02:00
Qian Hong b84e11ecbd rsaenh/tests: Added more key state tests. 2013-07-01 19:51:47 +02:00
André Hentschel 20bf02910b gdi32: Remove superfluous cast. 2013-07-01 19:51:23 +02:00
André Hentschel 49f550e8ed netstat: Remove superfluous casts. 2013-07-01 19:51:23 +02:00
Henri Verbeet 00f41ac4e0 d3d8/tests: Make shader bytecode static const. 2013-07-01 19:51:23 +02:00
Henri Verbeet c57913babb d3d9/tests: Make shader bytecode static const. 2013-07-01 19:51:23 +02:00
Frédéric Delanoy d3e6369a1d server: Update French translation of wineserver manpage. 2013-07-01 19:51:23 +02:00
Frédéric Delanoy ea8c843d57 server: Clarify wineserver manpage -d option. 2013-07-01 19:51:23 +02:00
Alexandre Julliard 641e1bee02 ntdll/tests: Add some tests for NtQueryDirectoryFile with a non-wildcard mask. 2013-07-01 19:51:21 +02:00
Alexandre Julliard 96b7c71cfe ntdll: Leave NtQueryDirectoryFile early when a non-wildcard mask is used in the getdirentries case.
This avoids having to retry the getdirentries call which may fail if
the buffer size is too small.
2013-07-01 19:51:20 +02:00
Alexandre Julliard 60d29d1d0d gdi32: Don't load linked fonts only to look up control characters. 2013-07-01 19:51:17 +02:00
Alexandre Julliard a973df3324 gdi32: Fix off-by-one error in the extent of arcs when the size is even. 2013-07-01 19:51:14 +02:00
Alexandre Julliard 3dfe94cfbd winebuild: Pass the -mcpu option to the C compiler also. 2013-07-01 19:51:12 +02:00
Akira Nakagawa 32184615fa wine.desktop: Add Japanese title. 2013-07-01 19:51:11 +02:00
Pavel Borecki 2b4e893d64 po: Update Czech translation. 2013-07-01 19:51:08 +02:00
Michael Stefaniuc 74064de7a1 po: Fix some errors in the Romanian translation. 2013-07-01 12:50:15 +02:00
Michael Stefaniuc 4785c5865b atl/tests: Mark a WinNT result as broken. 2013-07-01 12:50:12 +02:00
George Stephanos 16bd3ffc87 advapi32/tests: RegDeleteKey tests for merged view of HKCR. 2013-07-01 12:49:44 +02:00
Jacek Caban b09b9d3cb9 mshtml/tests: Fixed script tests on IE10. 2013-06-29 19:40:49 +02:00
Jacek Caban 84c34bcd93 mshtml/tests: Fixed htmldoc tests on IE10. 2013-06-29 19:40:45 +02:00