Henri Verbeet
cfbecf9380
wined3d: Make the device parameter to wined3d_device_get_stream_source() const.
2011-08-31 19:43:05 +02:00
Henri Verbeet
43ad90ce31
ddraw: Get rid of the ImplType fields in IDirectDrawImpl and IDirectDrawSurfaceImpl.
2011-08-31 19:42:55 +02:00
Henri Verbeet
c89a3ffe80
ddraw: Get rid of the surface implementation switching code.
2011-08-31 19:42:52 +02:00
Henri Verbeet
94ae743ea6
ddraw: Make the OpenGL renderer the default one.
2011-08-31 12:08:02 +02:00
Henri Verbeet
dd462052c6
wined3d: Use the resource size for copying between a surface's DIB and PBO.
2011-08-31 12:07:57 +02:00
Alexandre Julliard
e7c523b135
gdi32: Use SetDIBits to set the initial bits of a DDB.
2011-08-31 11:36:23 +02:00
Alexandre Julliard
5f35075c8b
gdi32: Only use the hdc parameter in SetDIBits when needed.
2011-08-31 11:36:23 +02:00
Alexandre Julliard
edb48a06ee
gdi32: Allow SetDIBits to use the null driver.
2011-08-31 11:36:23 +02:00
Alexandre Julliard
6f066ec18a
gdi32: Forward the null driver PutImage to the DIB driver since the bits are in DIB format.
2011-08-31 11:36:05 +02:00
Alexandre Julliard
bff79eb2b9
gdi32: Forward the null driver GetImage to the DIB driver since the bits are in DIB format.
2011-08-30 20:13:52 +02:00
Jay Yang
c268c40fdf
explorer: Try ShellExecute if the parameter isn't a directory.
2011-08-30 19:44:08 +02:00
Marcus Meissner
7023964865
wined3d: Remove a useless NULL check (Coverity).
2011-08-30 17:27:25 +02:00
Marcus Meissner
4f704760e1
gameux: Initialize a variable (Coverity).
2011-08-30 17:27:12 +02:00
Octavian Voicu
0b10003d4a
cmd/tests: Test del /s recursion in subdirectories with colons.
2011-08-30 17:27:00 +02:00
Jörg Höhle
abf5b64f4c
mmdevapi: Do not mix frames and bytes.
2011-08-30 17:10:40 +02:00
Frédéric Delanoy
74566422c7
cmd/tests: Add ftype tests.
2011-08-30 17:07:36 +02:00
Frédéric Delanoy
caa8fc041d
cmd: Add help for FTYPE command.
2011-08-30 17:07:31 +02:00
Frédéric Delanoy
97b074d2da
cmd: Fix invalid RegSetValueExW call in WCMD_assoc.
2011-08-30 16:56:03 +02:00
Frédéric Delanoy
c08459d0be
cmd/tests: Add assoc tests.
2011-08-30 16:55:55 +02:00
Frédéric Delanoy
18ac6e1a2c
cmd: Ensure WCMD_assoc error messages are sent to stderr instead of stdout.
2011-08-30 16:55:50 +02:00
Frédéric Delanoy
c1c76d279e
cmd: Add WCMD_output_asis_stderr function.
2011-08-30 16:55:46 +02:00
Frédéric Delanoy
49073440d7
cmd: Add help for ASSOC command.
2011-08-30 16:55:35 +02:00
Jacek Caban
fe0f2f631e
vbscript: Moved VBScript declaration to vbscript.c.
2011-08-30 12:47:09 +02:00
Jacek Caban
9f907f6351
vbscript: Added IActiveScript::SetScriptSite implementation.
2011-08-30 12:47:03 +02:00
Maxime Lombard
ef604e3826
wined3d: Add support for Nvidia GTX 460M.
2011-08-30 12:46:46 +02:00
Jérôme Gardou
67f7a02fed
rpcrt4: Properly unmarshall EMUM16 discriminant.
2011-08-30 12:39:40 +02:00
Francois Gouget
16d77d2a0c
net: Remove an untranslatable string from the resources.
...
Add some output_xxx() functions so we can print strings that don't come from resources.
Also protect against buffer overflows in output_vprintf() and constify the output_xxx() functions.
2011-08-30 12:09:10 +02:00
Michael Stefaniuc
43a31b6200
ole32: COM cleanup in compositemoniker.c.
2011-08-30 11:57:09 +02:00
Michael Stefaniuc
70c038dc2f
ole32: COM cleanup in filemoniker.c.
2011-08-30 11:57:03 +02:00
Andrew Talbot
42df50ab66
winex11.drv: Remove unneeded address-of operator from function name.
2011-08-30 11:56:54 +02:00
Andrew Talbot
094dd38b00
wined3d: Remove unneeded address-of operators from function names.
2011-08-30 11:56:48 +02:00
Andrew Talbot
2e4224fe2c
shell32: Remove unneeded address-of operators from function name.
2011-08-30 11:56:41 +02:00
Andrew Talbot
92c408cd66
comctl32: Remove unneeded address-of operator from function name.
2011-08-30 11:54:40 +02:00
Aric Stewart
8b14f3f542
usp10: When calling ShapeIndicSyllables we need to use cChars which is the actual number of original characters.
2011-08-30 11:54:32 +02:00
André Hentschel
87ebfe5d18
version: Return VIF_CANNOTREADSRC if no source path could be generated.
2011-08-30 11:54:20 +02:00
André Hentschel
550e2a9f6a
d3dcompiler_43/tests: Fix printing a NULL string.
2011-08-30 11:53:09 +02:00
André Hentschel
7d13898fbb
winspool.drv/tests: Fix tracing a NULL string.
2011-08-30 11:53:06 +02:00
André Hentschel
3ddda7b66b
d3dx9_36/tests: Fix printing a NULL string.
2011-08-30 11:53:04 +02:00
André Hentschel
030ea68963
comctl32/tests: Fix printing a NULL string.
2011-08-30 11:53:01 +02:00
André Hentschel
328acc81fc
rpcrt4/tests: Fix NULL string handling in an ok() check.
2011-08-30 11:52:59 +02:00
Francois Gouget
fe3f2e3258
services: If a service is not started, then say so when ControlService() is called on it.
2011-08-30 11:47:37 +02:00
Francois Gouget
eafb44d4e1
services: Refuse to start disabled services.
2011-08-30 11:47:35 +02:00
Francois Gouget
9183a171f1
services: Cleanup when a service fails to start so it is still fully considered to be stopped.
2011-08-30 11:47:32 +02:00
Alexandre Julliard
79ef408cd7
gdi32: Add a helper function to initialize DIB info from a bitmap object.
2011-08-29 19:51:24 +02:00
Alexandre Julliard
a13df5ce6c
gdi32: Store the initial bitmap bits with DIB alignment.
2011-08-29 19:44:17 +02:00
Henri Verbeet
8f46cb6b8b
ddraw: Introduce a separate function for setting the focus window.
2011-08-29 19:42:46 +02:00
Henri Verbeet
93b5f681d9
ddraw: Remove a redundant check from ddraw7_SetCooperativeLevel().
2011-08-29 19:42:41 +02:00
Henri Verbeet
cad9cbe445
ddraw: Trace which surfaces we enumerate in ddraw7_EnumSurfaces().
2011-08-29 19:42:31 +02:00
Henri Verbeet
1870353c7a
wined3d: Replace "DirectDraw stuff" with per-adapter screen information.
2011-08-29 19:42:20 +02:00
Henri Verbeet
e7f61b8c61
wined3d: Make the device parameter to wined3d_device_get_available_texture_mem() const.
2011-08-29 19:42:14 +02:00