Alexandre Julliard
752b0e02ea
makefiles: Move the import library rules to the global Make.rules file.
2013-10-09 11:25:36 +02:00
Alexandre Julliard
e318b4a59c
makefiles: Move the static library rules to the global Make.rules file.
2013-10-09 11:25:04 +02:00
Henri Verbeet
44f5d4bd64
d3drm: Introduce impl_from_IDirect3DRMVisualArray().
2013-10-09 11:11:11 +02:00
Henri Verbeet
cd16932bf3
d3drm: Compare with the correct IID in IDirect3DRMVisualArrayImpl_QueryInterface().
2013-10-09 11:11:09 +02:00
Henri Verbeet
079b6d4c11
wined3d: Unify the shader state IDs.
2013-10-09 11:11:07 +02:00
Henri Verbeet
1f22246b84
wined3d: Send material updates through the command stream.
2013-10-09 11:11:00 +02:00
Henri Verbeet
db68c43678
wined3d: Send clip plane updates through the command stream.
2013-10-09 11:10:58 +02:00
Frédéric Delanoy
183f00cb6c
winecfg: Use BOOL type where appropriate.
2013-10-09 10:09:03 +02:00
Frédéric Delanoy
debd1346b0
services: Use BOOL type where appropriate.
2013-10-09 10:09:00 +02:00
Frédéric Delanoy
8afd655a62
winspool.drv: Use BOOL type where appropriate.
2013-10-09 10:08:57 +02:00
Frédéric Delanoy
387fafd39e
winex11.drv: Use BOOL type where appropriate.
2013-10-09 10:08:54 +02:00
Frédéric Delanoy
10f7f09d43
wineoss.drv: Use BOOL type where appropriate.
2013-10-09 10:08:37 +02:00
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