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 |
Francois Gouget
|
67307a9cf1
|
ddraw/tests: Fix compilation on systems that don't support nameless unions.
|
2013-06-29 12:45:26 +02:00 |
Austin English
|
f191f26c6a
|
loader: Fix Makefile for BSD make.
|
2013-06-29 12:45:20 +02:00 |
Alexandre Julliard
|
c592b2f884
|
Release 1.6-rc4.
|
2013-06-28 21:53:55 +02:00 |
Jacek Caban
|
6c2f7d01c8
|
secur32: Don't use deprecated gnutls_certificate_credentials.
|
2013-06-28 19:41:33 +02:00 |
Marcus Meissner
|
faeb9a5bfc
|
winmm: Fix incorrect parameter for test debug (Coverity).
|
2013-06-28 13:14:25 +02:00 |
Michael Stefaniuc
|
b084853700
|
po: Update the Romanian translation.
|
2013-06-28 12:37:04 +02:00 |
Ken Thomases
|
941ce31adb
|
winemac: Fix ordering of windows owned by same owner when on inactive desktop space.
|
2013-06-28 11:40:55 +02:00 |
Ken Thomases
|
0d20ac02f7
|
winemac: Dispatch key events directly to window to be sure to get key-up events.
For keys pressed in combination with Command, -[NSApplication sendEvent:]
simply doesn't pass the key-up event through to the window.
|
2013-06-28 11:40:41 +02:00 |
Marcus Meissner
|
826bff384d
|
ole32: Fixed bad sizeof()s in composite moniker (Coverity).
|
2013-06-28 11:40:14 +02:00 |
André Hentschel
|
dc0cf8319c
|
oleaut32/tests: Use BOOL instead of int when appropriate.
|
2013-06-28 11:39:42 +02:00 |
Alexandre Julliard
|
cbe413187a
|
advapi32: Fix ReportEvent parameter types in the spec file.
|
2013-06-27 18:47:59 +02:00 |
Alexandre Julliard
|
cd4d71e4a2
|
user32: Fetch the window menu again after sending initialization messages.
|
2013-06-27 17:48:30 +02:00 |
Jacek Caban
|
b3317c5bec
|
mshtml: Don't declare empty interface for nsCycleCollectionISupports.
|
2013-06-27 15:31:33 +02:00 |
Jacek Caban
|
a87f401e7f
|
oleaut32/tests: Added external connections tests for MSHLFLAGS_TABLEWEAK marshaling.
|
2013-06-27 15:31:33 +02:00 |
Jacek Caban
|
a2aefe917e
|
ole32/tests: Added tests for external connections stored in ROT.
|
2013-06-27 15:31:33 +02:00 |
Jacek Caban
|
070b22ebb4
|
ole32: Don't call AddConnection for weak references.
|
2013-06-27 15:31:33 +02:00 |
Qian Hong
|
3ede5fdf3d
|
include: Added missing declaration for some msctf APIs.
|
2013-06-27 15:31:28 +02:00 |
Alexandre Julliard
|
8b8d2a3d7c
|
winevdm: Make it a GUI application to avoid a spurious console.
|
2013-06-27 13:39:23 +02:00 |
Alexandre Julliard
|
3d8d9f2e51
|
krnl386: Create a new console for DOS binaries.
|
2013-06-27 13:39:08 +02:00 |
Austin English
|
44e69805e9
|
winex11.drv: Print the architecture when showing driver problems.
|
2013-06-27 13:38:53 +02:00 |
Petr Kočandrle
|
eb69999a73
|
po: Fix some Czech spelling errors.
|
2013-06-27 11:11:57 +02:00 |
Bruno Jesus
|
cf22832efc
|
po: Update Brazilian Portuguese translation.
|
2013-06-27 11:11:43 +02:00 |
André Hentschel
|
38f16107d6
|
oleaut32/tests: Don't use autoheader styled defines in safearray.
|
2013-06-27 11:11:09 +02:00 |