97610 Commits

Author SHA1 Message Date
Jacek Caban
2256a728fe crypt32: Moved store release implementation to vtbl. 2013-10-14 17:26:14 +02:00
Jacek Caban
b3b1135d84 crypt32: Added addref to store vtbl and use it instead of directly accessing ref. 2013-10-14 17:26:14 +02:00
Alexandre Julliard
a804cc711b jscript: Use the official Windows constant for MAXLONGLONG. 2013-10-14 17:26:14 +02:00
Alexandre Julliard
0f03f264b7 winex11: Add a helper function to return the primary monitor rectangle. 2013-10-14 17:26:14 +02:00
Alexandre Julliard
9f1f29cc91 winex11: Add a helper function to return the virtual screen rectangle. 2013-10-14 17:26:14 +02:00
Alexandre Julliard
0b71e0bf12 winex11: Add helper functions for converting between root and virtual screen coords. 2013-10-14 17:26:13 +02:00
Alexandre Julliard
bb45a93d71 makedep: Generate correct dependencies for testlist.c. 2013-10-14 16:05:32 +02:00
Alexandre Julliard
c3aa495295 makedep: Add more helpers for file output and error handling. 2013-10-14 16:05:32 +02:00
Alexandre Julliard
cf34a967cc makedep: Remove some unnecessary typedefs. 2013-10-14 16:05:31 +02:00
Alexandre Julliard
55e44092bd makefiles: Remove useless definitions of COM_NO_WINDOWS_H. 2013-10-14 16:05:31 +02:00
Hans Leidekker
0994781df6 wldap32/tests: Compile with -D__WINESRC__. 2013-10-14 16:05:31 +02:00
Hans Leidekker
fcd4527ea9 mscms/tests: Compile with -D__WINESRC__. 2013-10-14 16:05:31 +02:00
Nikolay Sivov
619ceae967 xmllite: Support resuming and value reporting for whitespace nodes in Misc. 2013-10-14 10:49:53 +02:00
Nikolay Sivov
146ff49161 ntdll: Support pinning module refcount with LdrAddRefDll(). 2013-10-14 10:49:44 +02:00
Nikolay Sivov
abdf02526e msxml3: Handle parser failure when loading from url. 2013-10-14 10:48:34 +02:00
Marcus Meissner
8431e75af3 d3drm: Added some freeing of memory in error paths (Coverity). 2013-10-14 10:48:23 +02:00
Andrew Cook
868890fb72 include: Add types for SetInformationJobObject. 2013-10-14 10:47:46 +02:00
Qian Hong
6e32d18f9f user32/tests: Try harder to set foreground window. 2013-10-14 10:45:31 +02:00
Frédéric Delanoy
5c1ea9bff1 wined3d: Avoid initializing some variables. 2013-10-14 10:45:24 +02:00
Frédéric Delanoy
101e7d3ee6 winepath: Use BOOL type where appropriate. 2013-10-14 10:44:56 +02:00
Frédéric Delanoy
3e5fecc6a4 winetest: Use BOOL type where appropriate. 2013-10-14 10:44:52 +02:00
Frédéric Delanoy
b7b5c88750 winmm/tests: Use BOOL type where appropriate. 2013-10-14 10:44:45 +02:00
Frédéric Delanoy
9e5367dbe3 winedbg: Use BOOL type where appropriate. 2013-10-14 10:44:41 +02:00
Frédéric Delanoy
5181b1c4b8 uxtheme: Use BOOL type where appropriate. 2013-10-14 10:44:37 +02:00
Frédéric Delanoy
28be1f7853 gdi32: Use BOOL type where appropriate. 2013-10-14 10:44:31 +02:00
Alexandre Julliard
18556fd521 Release 1.7.4. wine-1.7.4 2013-10-11 19:21:06 +02:00
Jacek Caban
da24f543f4 crypt32/tests: Added implicit empty store tests. 2013-10-11 16:24:00 +02:00
Jacek Caban
fa0b7b7d3d crypt32: Moved store functions to vtbl. 2013-10-11 16:23:43 +02:00
Alistair Leslie-Hughes
73ca9d2d0b mscoree: Partially implement ICLRMetaHost RequestRuntimeLoadedNotification. 2013-10-11 12:45:06 +02:00
Jacek Caban
4ce0f74249 ieframe: Pass frame_name to connection points in FireBeforeNavigate2. 2013-10-11 12:45:06 +02:00
Dmitry Timoshkov
49d0e64f88 kernel32: The return and last error values set by ReadFile on EOF depend on whether overlapped pointer was passed in. 2013-10-11 12:45:06 +02:00
Dmitry Timoshkov
fa2ca8f6b4 ntdll/tests: Add more tests for reading beyond EOF. 2013-10-11 12:45:06 +02:00
Qian Hong
2f26e38580 user32/tests: Make sure to allow setting the foreground window. 2013-10-11 12:45:05 +02:00
Qian Hong
b6b9ea7670 user32/tests: Trace foreground window name. 2013-10-11 11:08:18 +02:00
Henri Verbeet
34548b4dfe d3drm: Get rid of the IDirect3DRMFrameImpl typedef. 2013-10-11 11:06:25 +02:00
Henri Verbeet
666c6b36f1 d3drm: Get rid of the IDirect3DRMFrameArrayImpl typedef. 2013-10-11 11:06:23 +02:00
Henri Verbeet
1419d7389c wined3d: Send stream output binding updates through the command stream. 2013-10-11 11:06:20 +02:00
Henri Verbeet
f699b6da0b wined3d: Send sampler binding updates through the command stream. 2013-10-11 11:06:18 +02:00
Henri Verbeet
738de80d0c wined3d: Send constant buffer binding updates through the command stream. 2013-10-11 11:06:15 +02:00
Frédéric Delanoy
bd961941e0 quartz: Use BOOL type where appropriate. 2013-10-11 11:06:08 +02:00
Frédéric Delanoy
d12c0d67ae comctl32: Use BOOL type where appropriate. 2013-10-11 11:06:03 +02:00
Frédéric Delanoy
f6677602e3 msvcrt: Use BOOL type where appropriate. 2013-10-11 11:05:59 +02:00
Frédéric Delanoy
afc0803df7 winegstreamer: Use BOOL type where appropriate. 2013-10-11 11:05:55 +02:00
Frédéric Delanoy
8e7abd00a8 comdlg32: Use BOOL type where appropriate. 2013-10-11 11:05:04 +02:00
Andrew Eikum
3ff27f3544 user32: Don't try to paint during WM_SETFOCUS if the edit control is not visible. 2013-10-11 11:04:58 +02:00
Ken Thomases
f4f50c9e4a winemac: Implement support for Cocoa-style full-screen mode.
Based in large part on a patch submitted by Kevin Eaves.
2013-10-11 11:04:53 +02:00
Jacek Caban
00e53de765 secur32: Compile tests with __WINESRC__ define. 2013-10-10 13:33:50 +02:00
Jacek Caban
5b52334f6d mshtml: Compile tests with __WINESRC__ define. 2013-10-10 13:33:39 +02:00
Jacek Caban
33b92a8cf4 ieframe: Compile tests with __WINESRC__ define. 2013-10-10 13:33:26 +02:00
Alexandre Julliard
c6262a14f8 makefiles: Generate the common rules for tests from configure. 2013-10-10 12:27:00 +02:00