Frédéric Delanoy
510e30bd63
winemac.drv: Use BOOL type where appropriate.
2013-10-09 10:08:34 +02:00
Frédéric Delanoy
5274f855e3
ws2_32/tests: Use BOOL type where appropriate.
2013-10-09 10:08:29 +02:00
Akihiro Sagawa
0b58ab7ac9
gdi32/tests: Skip linked font like SimSun-ExtB in fixed-pitch font selection.
2013-10-09 10:08:06 +02:00
Jacek Caban
bb2c32d776
crypt32: Don't follow linked contexts in AddRef/Release implementations.
2013-10-08 18:10:15 +02:00
Jacek Caban
09121895fd
crypt32: Get rid of no longer used contextSize argument in Context_CopyProperties.
2013-10-08 18:10:10 +02:00
Jacek Caban
c1fa23ac5d
crypt32: Get rid of no longer used contextSize argument in Context_Release.
2013-10-08 18:10:06 +02:00
Jacek Caban
c6fd036b54
crypt32: Get rid of no longer used contextSize argument in Context_GetProperties.
2013-10-08 18:10:02 +02:00
Jacek Caban
5b5bb50852
crypt32: Get rid of no longer used contextSize argument in Context_GetLinkedContext.
2013-10-08 18:09:58 +02:00
Jacek Caban
f82237102b
crypt32: Get rid of no longer used contextSize argument in Context_AddRef.
2013-10-08 18:09:53 +02:00
Jacek Caban
ad912961db
crypt32: Allocate BASE_CONTEXT in the beginning of the memory block.
2013-10-08 18:09:48 +02:00
Jacek Caban
12982d867a
crypt32: Use BASE_CONTEXT for both data and link contexts.
2013-10-08 18:09:42 +02:00
Hans Leidekker
5674f16649
iphlpapi: Add support for GAA_FLAG_INCLUDE_PREFIX in GetAdaptersAddresses.
2013-10-08 15:58:48 +02:00
Austin English
d66f7cdb52
dxdiagn: Add a few more stub properties.
2013-10-08 15:57:36 +02:00
Stefan Dösinger
1631603986
wined3d: Remove redundant surface location changes.
...
fb_copy_to_texture_direct and fb_copy_to_texture_hwstretch already
invalidate everything but the RGB texture.
2013-10-08 15:39:02 +02:00
Stefan Dösinger
9331c791e8
wined3d: Remove the D3DSWAPEFFECT_DISCARD debug clear code.
2013-10-08 15:39:02 +02:00
Stefan Dösinger
e4a0767e2d
wined3d: Get rid of SFLAG_LOCKABLE.
2013-10-08 15:39:02 +02:00
Stefan Dösinger
bff422f340
wined3d: Avoid duplicated code in wined3d_surface_blt.
2013-10-08 15:39:02 +02:00
Piotr Caban
d31048f0ae
riched20: Fix loop condition while processing control content in WM_CREATE.
2013-10-08 15:39:01 +02:00
Ken Thomases
c043587d56
winemac: Tell Wine when Cocoa has brought a window to the front.
2013-10-08 15:39:01 +02:00
Ken Thomases
9779f0ace4
winemac: If the app doesn't specify a custom max. tracking size, don't restrict Cocoa.
2013-10-08 15:39:01 +02:00
Ken Thomases
4d9340eb41
winemac: Update the window min/max size info and enforce it when zooming.
2013-10-08 15:39:01 +02:00
Ken Thomases
bdcb8138fe
winemac: Don't accidentally clear Cocoa window style mask bits.
2013-10-08 15:39:01 +02:00
Ken Thomases
dd59ab26fe
winemac: Only update window minimized state when it has changed from what processed events told us it was.
...
This fixes a problem where windows could spontaneously re-minimize after
being unminimized. Cocoa would see the window unminimize. It would queue
a WINDOW_DID_UNMINIMIZE event. While that event was pending, Wine might do
something which caused set_cocoa_window_properties() to be called and tell
Cocoa to conform itself to the current Win32 state. The current Win32 state
still had the window minimized, so Cocoa would re-minimize the window. It
would even discard the WINDOW_DID_UNMINIMIZE event.
2013-10-08 15:39:01 +02:00
Ken Thomases
0e8e45cf99
winemac: Use unsigned type for bitfields.
2013-10-08 15:39:01 +02:00
Qian Hong
5da10c9a0e
user32/tests: Added foreground window tests on different desktops.
2013-10-08 15:39:01 +02:00
Qian Hong
43e1df02d2
user32/tests: Added input desktop tests on different winstations.
2013-10-08 15:39:01 +02:00
Qian Hong
834ce9a2d7
user32/tests: Clean side effect after testing winstation.
2013-10-08 15:39:01 +02:00
Qian Hong
a07e0c5a4a
user32/tests: Fixed typo in comments.
2013-10-08 15:39:00 +02:00
Alexandre Julliard
7260277e1d
makefiles: Remove some obsolete rules.
2013-10-08 15:38:22 +02:00
Alexandre Julliard
08eea24b94
makefiles: Get rid of the recursive installation rules for dlls and programs.
2013-10-08 15:29:40 +02:00
Alexandre Julliard
c48232661d
configure: Make some shell variables global.
2013-10-08 15:27:49 +02:00
Alexandre Julliard
bedf4757a8
configure: Use more user-friendly names for subdirectory targets.
2013-10-08 15:27:44 +02:00
Alexandre Julliard
62beaad873
configure: Correctly install binaries even when the tools are disabled.
2013-10-08 15:25:41 +02:00
Alexandre Julliard
204105ade4
configure: Simplify the generation of the install and clean rules.
2013-10-08 15:25:07 +02:00
Alexandre Julliard
8c959d6c56
winspool: Store generic.ppd in a resource instead of depending on an external file.
2013-10-08 09:27:14 +02:00
Frédéric Delanoy
aedb86a46f
ws2_32: Use BOOL type where appropriate.
2013-10-08 09:09:40 +02:00
Frédéric Delanoy
1214fb41dd
mscoree: Use BOOL type where appropriate.
2013-10-08 09:09:36 +02:00
Frédéric Delanoy
c388cce8aa
riched20/tests: Use BOOL type where appropriate.
2013-10-08 09:09:28 +02:00
Frédéric Delanoy
f03d251ef2
riched20: Use BOOL type where appropriate.
2013-10-08 09:09:22 +02:00
Frédéric Delanoy
e21abfe07a
msi/tests: Use BOOL type where appropriate.
2013-10-08 09:09:18 +02:00
Frédéric Delanoy
b95272e2d5
dinput: Use BOOL type where appropriate.
2013-10-08 09:09:13 +02:00
Henri Verbeet
e9f2fce16b
d3drm: Get rid of the IDirect3DRMLightArrayImpl typedef.
2013-10-08 09:09:09 +02:00
Henri Verbeet
7320f3b87e
d3drm: Get rid of the IDirect3DRMFaceImpl typedef.
2013-10-08 09:09:06 +02:00
Henri Verbeet
c6f8404bb6
wined3d: Send transformation matrix updates through the command stream.
2013-10-08 09:09:01 +02:00
Henri Verbeet
b2e75e27f3
wined3d: Send sampler state updates through the command stream.
2013-10-08 09:08:59 +02:00
Henri Verbeet
8cf6d1a429
wined3d: Send texture state updates through the command stream.
2013-10-08 09:08:56 +02:00
Piotr Caban
e660bf676c
riched20: Set control content in WM_CREATE message.
2013-10-07 19:52:44 +02:00
Piotr Caban
0aa72d880a
msvcrt: Add support for vtordispex demangling.
2013-10-07 14:44:36 +02:00
Piotr Caban
501d60b020
msvcrt: Add support for vcall thunks demangling.
2013-10-07 14:44:36 +02:00
Piotr Caban
d13436e048
msvcrt: Don't try to demangle template after function or variable name.
2013-10-07 14:44:36 +02:00