Hans Leidekker
cda63b8a38
msi: Don't attempt to patch files if the component action resolves to anything other than INSTALLSTATE_LOCAL.
2011-10-11 13:37:50 +02:00
Dmitry Timoshkov
9711cdbcab
user32: Respect the requested size of NONCLIENTMETRICSW structure.
2011-10-11 13:37:50 +02:00
Michael Stefaniuc
d8ca697233
winealsa.drv: Remove redundant NULL checks before free (Smatch).
2011-10-11 13:37:50 +02:00
Michael Stefaniuc
036db280d2
urlmon: Remove a redundant NULL check before free (Smatch).
2011-10-11 13:37:50 +02:00
Michael Stefaniuc
78ebd8f7cf
msi: Remove a redundant NULL check before free (Smatch).
2011-10-11 13:37:50 +02:00
Michael Stefaniuc
958eff8e94
msi: Remove a break after return (Smatch).
2011-10-11 13:37:50 +02:00
Michael Stefaniuc
0c5f83040a
msi: Move a TRACE before the continue (Smatch).
2011-10-11 13:37:49 +02:00
Stefan Dösinger
496b438ede
wined3d: Remove d3d8/9 palette support.
2011-10-11 13:37:49 +02:00
Stefan Dösinger
4365d2905c
d3d9: Remove the palette implementation methods.
2011-10-11 13:37:49 +02:00
Stefan Dösinger
054ec0b42b
d3d8: Remove the palette implementation methods.
2011-10-11 13:37:49 +02:00
Andrew Talbot
2e27be37c3
windowscodecs: Mark some fall-throughs in switch statements.
2011-10-11 13:37:49 +02:00
Charles Davis
fe6140e0fd
ntdll: Also set CPU_FEATURE_HTT on Mac OS.
2011-10-11 13:37:49 +02:00
Andrew Eikum
8d133f54c2
wineoss.drv: Trim the sub-device part of the device path.
2011-10-11 13:37:49 +02:00
Andrew Eikum
b0652dd8bd
winealsa.drv: Don't try to control ALSA's behavior.
...
Now, winealsa maintains its own buffer, which is written to ALSA on the
period cycle requested by the application. We also let ALSA start when
it has enough data and stop when it runs out, recovering from the
expected underruns. This seems to be more like how ALSA expects to be
used.
2011-10-11 13:37:49 +02:00
Aric Stewart
14eaa18dae
usp10: Implement SSA_FALLBACK.
2011-10-11 13:37:49 +02:00
Aric Stewart
314553f194
usp10: Improve handling of tabs and SSA_TAB.
2011-10-11 13:37:49 +02:00
Aric Stewart
de8a059d52
user32: Use uniscribe ScriptBreak to handle edit control linebreaking.
2011-10-11 13:37:49 +02:00
André Hentschel
ef5f3c1676
wineps.drv: Print the commands in decimal.
2011-10-11 13:37:49 +02:00
André Hentschel
4899eeb15b
include: Add more postscript commands.
2011-10-11 13:37:49 +02:00
Alexandre Julliard
2adcb2b94a
gdi32/tests: Add tests for GdiAlphaBlend with source alpha.
2011-10-11 13:37:42 +02:00
Alexandre Julliard
d36b7a7f24
winex11: Require an A8R8G8B8 format for blending with a source alpha.
2011-10-11 13:17:17 +02:00
Alexandre Julliard
5021040452
winex11: Fall back to client-side blit when the source needs palette mapping.
2011-10-10 22:07:17 +02:00
Alexandre Julliard
40c2f3ff48
winex11: Fall back to client-side blit for color -> monochrome conversions.
2011-10-10 21:44:47 +02:00
Alexandre Julliard
13643f59be
Release 1.3.30.
2011-10-10 19:58:48 +02:00
Huw Davies
f24b0a80f3
wineps: The truetype metrics should now be obtained from gdi32, so remove obsolete code.
2011-10-10 16:46:42 +02:00
Huw Davies
570e68b822
gdi32: Require that we have freetype's FT_Load_Sfnt_Table function and remove the hacky fallback.
2011-10-10 15:42:38 +02:00
Alistair Leslie-Hughes
5682743245
mscoree: Implement ICorDebug SetManagedHandler.
2011-10-10 13:46:36 +02:00
Dmitry Timoshkov
197f867fef
user32: Fix the logic deciding when to write to the destination structure.
2011-10-10 13:44:46 +02:00
Michael Stefaniuc
28d8819b63
shell32: Avoid an unsafe iface to object cast in AddToEnumList().
2011-10-10 13:44:39 +02:00
Michael Stefaniuc
bd407b700e
shell32: Return the IEnumIDList object on its creation.
2011-10-10 13:44:33 +02:00
Michael Stefaniuc
27b284d4c9
shell32: Simplify RecycleBin_EnumObjects() a little.
2011-10-10 13:44:12 +02:00
Michael Stefaniuc
d81f55fae6
shell32: Get rid of a local typedef for a struct.
2011-10-10 13:43:50 +02:00
Michael Stefaniuc
8d1fc3b486
shell32: Avoid the forward declaration of the IEnumIDList vtbl.
2011-10-10 13:43:42 +02:00
Michael Stefaniuc
b8638ef9ef
shell32: Basic COM cleanup for the IEnumIDList iface.
2011-10-10 13:43:37 +02:00
Michael Stefaniuc
a6e4c721a2
shell32: Pass an object instead of an iface to a helper function.
2011-10-10 13:43:28 +02:00
Michael Stefaniuc
61c8da18ef
shell32: Merge enumidlist.h into the main header file.
2011-10-10 13:43:22 +02:00
Bernhard Loos
e7ec00d22c
server: If a debugger is attached to a process, child processes shouldn't get debugged.
2011-10-10 13:41:24 +02:00
Charles Davis
ad72c422ff
wldap32: Silence a compiler warning.
2011-10-10 13:40:42 +02:00
Henri Verbeet
39a8ed3a00
wined3d: Make the device parameter to wined3d_device_get_primitive_type() const.
2011-10-10 13:40:38 +02:00
Henri Verbeet
dbe058249f
winex11: Print the GL renderer and version when complaining about software / indirect rendering.
2011-10-10 13:40:35 +02:00
Henri Verbeet
1226ffe062
d3d9/tests: Add a test for IDirect3DDevice9::GetRenderTarget().
2011-10-10 13:39:42 +02:00
Henri Verbeet
739a9d9805
wined3d: Return WINED3DERR_NOTFOUND if the render target is NULL in wined3d_device_get_render_target().
...
This is similar to how wined3d_device_get_depth_stencil() works.
2011-10-10 13:39:39 +02:00
Luca Bennati
918f0a297b
po: Update Italian translation.
2011-10-10 13:39:26 +02:00
Aurimas Fišeras
37bdf8c8e7
po: Update Lithuanian translation.
2011-10-10 13:32:14 +02:00
Aurimas Fišeras
7f1b339a88
winecfg: Update Lithuanian translation.
2011-10-10 13:32:06 +02:00
Francois Gouget
5feb7b9b33
ntdll: ETIME is not defined on FreeBSD.
2011-10-10 13:32:01 +02:00
Alistair Leslie-Hughes
81b67c5b15
mpr: Remove DllCanUnloadNow and DllGetClassObject.
2011-10-10 13:31:19 +02:00
Marcus Meissner
79115f4179
kernel32: Fixed QueryDosDeviceNameW size (chars not bytes).
2011-10-10 13:30:37 +02:00
Charles Davis
db7383d969
winemenubuilder: Don't define crc16() on Mac OS.
2011-10-10 13:30:31 +02:00
Andrew Talbot
1f1a97a9b5
dsound: Remove unneeded address-of operator from function name.
2011-10-10 13:30:25 +02:00