Alexandre Julliard
3e1c4908ef
kernel32/tests: Use a pointer instead of an array to make gcc happy.
2014-10-28 15:59:55 +09:00
Alexandre Julliard
1555f29fc6
write: Always append a backslash to the system directory.
2014-10-28 15:47:42 +09:00
Ken Thomases
d9ed0fb8e5
winemac: Don't allow double-clicks in the content area to zoom the window.
...
On Yosemite, double-clicking a window's title bar zooms it. (This is to
compensate for the fact that the zoom button has been replaced by a full-screen
button.) Sometimes, double-clicking in the content area would count as double-
clicking in the title bar.
This is controlled, in part, by the -mouseDownCanMoveWindow method of the view
that was hit in the window. The default implementation of that returns YES
for non-opaque views, as the views are in the Mac driver. Overriding it to
return NO prevents the problem.
2014-10-28 15:25:57 +09:00
Bruno Jesus
01b0746906
regedit: Append exported strings using the correct size.
2014-10-28 14:54:12 +09:00
Alexandre Julliard
2b40148e1e
comdlg32: Use PathAddBackslash to avoid a compiler warning.
2014-10-28 14:33:17 +09:00
André Hentschel
c4747f46cf
comdlg32: Remove duplicate code (PVS-Studio).
2014-10-28 14:06:02 +09:00
André Hentschel
9b810cd6e8
wrc: Remove duplicate code (PVS-Studio).
2014-10-28 14:05:52 +09:00
André Hentschel
88e8102570
gdi32: Fix typo in a condition (PVS-Studio).
2014-10-28 14:05:19 +09:00
André Hentschel
f1ed09fdd9
gdiplus: Adjust identical conditions (PVS-Studio).
2014-10-28 14:05:08 +09:00
André Hentschel
e404d7fea3
kernel32: Set COMPUTERNAME environment variable.
2014-10-28 14:04:54 +09:00
Bruno Jesus
5e13e7f809
wininet: Fix InternetGetConnectedStateEx[A|W].
2014-10-28 13:53:44 +09:00
Michael Stefaniuc
2bf09a9d25
avifil32: Simplify comparing two unsigned ints (PVS-Studio).
2014-10-28 13:52:32 +09:00
Michael Stefaniuc
39eede134e
oleaut32: Clarify cast operation (PVS-Studio).
2014-10-28 13:52:03 +09:00
Daniel Lehman
f3455da6ff
wininet: Remove custom port handling in HTTP_HandleRedirect.
2014-10-28 13:43:54 +09:00
Iván Matellanes
4bb80afedc
msvcrt: Added _fflush_nolock implementation.
...
Thanks to Piotr Caban for the test.
2014-10-27 19:03:57 +09:00
Stefan Dösinger
c35f0161c0
wined3d: Update AMD drivers.
2014-10-27 19:03:11 +09:00
Stefan Dösinger
a4443a97a7
wined3d: Update Nvidia driver versions.
2014-10-27 19:03:09 +09:00
Sebastian Lackner
d4d8efad46
kernel32/tests: Avoid crashing when exception info[0] contains wrong value.
2014-10-27 19:02:51 +09:00
Alexandre Julliard
4b1aba754e
msvcp90: Add inline wrappers for the memcpy_s/memmove_s/mbstowcs_s functions.
2014-10-27 19:02:50 +09:00
Alexandre Julliard
7711f494e3
xcopy: Avoid a potential out of bounds access.
2014-10-27 19:02:49 +09:00
Nikolay Sivov
34823028e1
dwrite: Allow null arguments in opentype_get_font_table().
2014-10-27 19:02:48 +09:00
Nikolay Sivov
1ab456fde3
dwrite: Implement GetFontFromFontFace().
2014-10-27 19:02:47 +09:00
Nikolay Sivov
340aa07f60
dwrite: Initialize allocation size for a family before using it.
2014-10-27 19:02:47 +09:00
Nikolay Sivov
5b10a69c3a
dwrite: Block attempts of registering local file loader.
2014-10-27 19:02:46 +09:00
Nikolay Sivov
be69977cd5
dwrite/tests: Fix recently inroduced test failure.
2014-10-27 19:02:45 +09:00
Austin English
1ade676968
kernel32: Add a stub for CancelTimerQueueTimer.
2014-10-27 17:35:45 +09:00
Alexandre Julliard
55f24da978
gdi32: Check the hatch masks instead of the rop masks for the null and mask optimization case.
2014-10-27 17:35:44 +09:00
André Hentschel
86c249760d
winedump: Ensure function order in a printf (PVS-Studio).
2014-10-27 14:38:33 +09:00
André Hentschel
2bb59197ac
urlmon/tests: Clarify ok() condition.
2014-10-27 14:38:22 +09:00
Bruno Jesus
cbc8d290b9
advapi32/tests: Add a test for enumerating a registry key without setting it.
2014-10-27 14:36:47 +09:00
Bruno Jesus
3beee00a99
wininet: Add more tests to InternetGetConnectedStateEx.
2014-10-27 14:36:26 +09:00
Jonathan Vollebregt
f8445249a6
reg/tests: Test key formats.
2014-10-27 14:36:09 +09:00
Bruno Jesus
8f79f5f54b
msi: Remove duplicate if condition.
2014-10-27 14:36:03 +09:00
Nikolay Sivov
fbf2557cd7
dwrite: Implement custom font collections.
2014-10-24 19:58:06 +09:00
Nikolay Sivov
35e9b6d85d
dwrite: Pass raw NAME table pointer to table reading code.
2014-10-24 19:58:05 +09:00
Nikolay Sivov
2300602586
dwrite: Use helpers to search through loaders lists.
2014-10-24 19:58:05 +09:00
Nikolay Sivov
42882f7f75
dwrite: Cache fontface instances at factory level.
2014-10-24 19:58:05 +09:00
Nikolay Sivov
fefb947516
dwrite/tests: Fix some test failures.
2014-10-24 19:58:05 +09:00
Hao Peng
be089ba2ee
mlang: Add gbk to Chinese Simplified codepage.
2014-10-24 19:58:05 +09:00
Bruno Jesus
2f38271fde
wsock32: Clarify cast operation (PVS-Studio).
2014-10-24 19:58:05 +09:00
Alexandre Julliard
c7924e530d
iphlpapi: Avoid an uninitialized variable warning.
2014-10-24 19:58:05 +09:00
Bruno Jesus
794d52273e
iphlpapi: Fix a one counter for two loops error (PVS-Studio).
2014-10-24 19:58:05 +09:00
Bruno Jesus
c5aacafeea
winecfg: No need to cut a backslash if it does not exist.
2014-10-24 19:58:05 +09:00
Amine Khaldi
19254eb438
rpcrt4/tests: Remove unused if3_table and if4_table (Clang).
2014-10-24 19:58:05 +09:00
Amine Khaldi
e67beed64d
d3dxof: Remove unused IDirectXFileObject_Vtbl (Clang).
2014-10-24 19:58:04 +09:00
Jonathan Vollebregt
d2e6e210ac
reg/tests: Add REG_DWORD_BIG_ENDIAN tests for reg add.
2014-10-24 19:58:04 +09:00
Jonathan Vollebregt
90dcfadf9a
reg/tests: Add REG_BINARY tests for reg add.
2014-10-24 19:58:04 +09:00
Jonathan Vollebregt
53a5a837d2
reg/tests: Add REG_MULTI_SZ tests for reg add.
2014-10-24 19:58:04 +09:00
Jonathan Vollebregt
6552893824
reg/tests: Add REG_EXPAND_SZ tests for reg add.
2014-10-24 19:58:04 +09:00
Jonathan Vollebregt
b2c99522a6
reg/tests: Add negative DWORD tests.
2014-10-24 19:58:04 +09:00