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
Hans Leidekker
a873fdc66f
iphlpapi: Set the mask for gateway entries in GetAdaptersInfo.
2013-10-07 14:44:36 +02:00
Francois Gouget
cd35ac901f
mscoree/tests: Make test_createinstance() static.
2013-10-07 14:44:36 +02:00
Rico Schüller
bc1d6e5098
d3dx9: Don't allocate the state parameter.
2013-10-07 14:44:35 +02:00
Łukasz Wojniłowicz
14869bf4ee
po: Update Polish translation.
2013-10-07 14:44:35 +02:00
Nikolay Sivov
2dde7d0e0a
po: Update Russian translation.
2013-10-07 14:44:35 +02:00
Dmitry Timoshkov
1670c7f9a6
ntdll/tests: Accept previously declared behaviour of overlapped IO as broken.
...
It highly depends on Windows version and updates/SP installed.
2013-10-07 14:44:35 +02:00
Dmitry Timoshkov
aa8546ecc2
ntdll: Add support for FILE_APPEND_DATA to NtWriteFile.
2013-10-07 14:44:35 +02:00
Dmitry Timoshkov
ae3c49d841
ntdll/tests: Add a test for file position after NtWriteFile in FILE_APPEND_DATA mode.
2013-10-07 14:44:35 +02:00
Henri Verbeet
0160b9a385
d3drm: Get rid of the IDirect3DRMDeviceImpl typedef.
2013-10-07 14:44:35 +02:00
Henri Verbeet
3dffb34f7c
d3drm: Get rid of the IDirect3DRMImpl typedef.
2013-10-07 14:44:35 +02:00
Henri Verbeet
8644b62726
wined3d: Move lowest_disabled_stage to the context.
2013-10-07 14:44:35 +02:00