Alexandre Julliard
|
16410ead78
|
winex11: Separate fetching the window icon bits and setting the WM hints.
|
2012-09-21 14:01:40 +02:00 |
Alexandre Julliard
|
d82082c14f
|
winex11: Move the support for making the owner window managed to a separate function.
|
2012-09-21 13:57:00 +02:00 |
Charles Davis
|
b51c2ba9f7
|
loader: On Mac OS with Clang, don't use external symbols for the DOS and shared heap segments.
|
2012-09-21 11:02:36 +02:00 |
André Hentschel
|
07316882a5
|
iphlpapi: Improved GetTcpStatisticsEx stub.
|
2012-09-21 10:54:59 +02:00 |
Dmitry Timoshkov
|
6715b186f6
|
windowscodecs: Avoid unnecessary memory allocations.
|
2012-09-21 10:53:57 +02:00 |
Vincent Povirk
|
0b40c9cb41
|
gdiplus: Implement LineCapRound in GdipWidenPath.
|
2012-09-21 10:53:29 +02:00 |
Vincent Povirk
|
8871af7ea5
|
gdiplus: Properly set the first point to start when widening open figures.
|
2012-09-21 10:53:23 +02:00 |
Vincent Povirk
|
47c433de8c
|
gdiplus: Implement LineCapSquare in GdipWidenPath.
|
2012-09-21 10:53:17 +02:00 |
Henri Verbeet
|
f298b96972
|
wined3d: Simplify shader_glsl_destroy() control flow a bit.
|
2012-09-21 10:53:13 +02:00 |
Henri Verbeet
|
2f03ad1a40
|
wined3d: Just return the declaration from wined3d_device_get_vertex_declaration().
|
2012-09-21 10:53:10 +02:00 |
Henri Verbeet
|
01918d05ed
|
wined3d: wined3d_device_set_vertex_declaration() never fails.
|
2012-09-21 10:53:06 +02:00 |
Henri Verbeet
|
63b2022302
|
d3d10: Implement d3d10_effect_shader_variable_GetVertexShader().
|
2012-09-21 10:53:03 +02:00 |
Henri Verbeet
|
a03910c903
|
d3d10: Properly cleanup shader variables.
|
2012-09-21 10:53:00 +02:00 |
Alexandre Julliard
|
e95cff0332
|
gdi32: Always update the DC before looking for the physdev pointer.
|
2012-09-20 21:07:04 +02:00 |
Erich Hoover
|
7eb0d62b3d
|
shell32: Create the All Users Microsoft directory.
|
2012-09-20 19:59:19 +02:00 |
Erich Hoover
|
6e0d43811b
|
kernel32: Report FILE_PERSISTENT_ACLS flag for NTFS volumes.
|
2012-09-20 19:58:50 +02:00 |
Francois Gouget
|
7df54b4b8d
|
shell32: Add tests for ShellExecute()'s handling of file URLs.
|
2012-09-20 19:56:42 +02:00 |
Francois Gouget
|
2083f28fbc
|
shell32/tests: Use consistent types for the ShellExecute() & co return value.
|
2012-09-20 19:56:38 +02:00 |
Alistair Leslie-Hughes
|
98aa713fa7
|
scrrun: Add Scripting.Dictionary interface.
|
2012-09-20 19:55:14 +02:00 |
Alistair Leslie-Hughes
|
939b1bbe21
|
ole32: Add CoGetDefaultContext stub.
|
2012-09-20 19:53:25 +02:00 |
Per Johansson
|
113b090f5e
|
winemenubuilder: Correct InvokeShellLinkerForURL return value.
|
2012-09-20 19:53:10 +02:00 |
Per Johansson
|
b8ee44581e
|
winemenubuilder: Don't treat empty string as a valid icon file name.
|
2012-09-20 19:53:05 +02:00 |
Daniel Jelinski
|
43950079bb
|
ieframe: cxMinChild needs to be set if RBBIM_CHILDSIZE is set.
|
2012-09-20 19:45:18 +02:00 |
André Hentschel
|
92e24af5e8
|
iphlpapi: Implement GetIcmpStatisticsEx on Linux.
|
2012-09-20 19:27:33 +02:00 |
André Hentschel
|
5e3cc41004
|
iphlpapi: Implement GetUdpStatisticsEx on Linux.
|
2012-09-20 19:24:21 +02:00 |
André Hentschel
|
f2626c31af
|
iphlpapi: Implement GetIpStatisticsEx on Linux.
|
2012-09-20 19:24:04 +02:00 |
Jacek Caban
|
481abdb304
|
mshtml: Don't do anything in handle_htmlevent if document is already detached.
|
2012-09-20 19:23:21 +02:00 |
Jacek Caban
|
e374449e30
|
jscript: Get rid of unused hres.
Spotted by Michael Stefaniuc.
|
2012-09-20 19:23:16 +02:00 |
Jacek Caban
|
87d6e2385a
|
jscript: Added support for RegExp.$* properties.
|
2012-09-20 19:23:08 +02:00 |
Michael Stefaniuc
|
1e5328c77c
|
user32: Remove superfluous function pointer casts.
|
2012-09-20 19:22:59 +02:00 |
Francois Gouget
|
bfd9cd1c42
|
comdlg32: Make FD31_GetFldrHeight() static.
|
2012-09-20 19:22:44 +02:00 |
Christian Costa
|
4262ecf910
|
dmusic: Rename params of SynthPortImpl_IDirectMusicPort_DownloadInstrument.
|
2012-09-20 19:22:36 +02:00 |
Christian Costa
|
57e6d416d6
|
dmusic: Add comments to Synth port vtables.
|
2012-09-20 19:22:32 +02:00 |
Christian Costa
|
b8aadbfbd9
|
dmusic: Implement SynthPortImpl_IDirectMusicPort_PlayBuffer.
|
2012-09-20 19:22:28 +02:00 |
Christian Costa
|
b177ceff1e
|
dmusic: Setup and free all DirectMusicSynth objects when creating and releasing Synth port.
|
2012-09-20 19:22:21 +02:00 |
Francois Gouget
|
0c9ee6663f
|
d3dcompiler_43: Remove an unwanted trailing '\n' in debug_dump_instr().
|
2012-09-20 00:01:06 +02:00 |
Francois Gouget
|
e4ca67f7aa
|
d3dcompiler_43: Make add_type_to_scope() static.
|
2012-09-20 00:00:25 +02:00 |
Francois Gouget
|
d75a4ba17f
|
jscript: Make jsval_variant() static.
|
2012-09-20 00:00:14 +02:00 |
Francois Gouget
|
ea61d59651
|
wined3d: Remove an unwanted trailing '\n' in shader_dump_register().
|
2012-09-19 23:56:05 +02:00 |
Francois Gouget
|
5a4f3b478c
|
kernel32: There is no need to zero-fill the FormatMessage() temporary buffer.
|
2012-09-19 23:55:56 +02:00 |
Francois Gouget
|
bca6e18d1b
|
kernel32: Replace the format_message() helper macro with a static function.
|
2012-09-19 23:55:53 +02:00 |
Francois Gouget
|
a273cac747
|
kernel32/tests: Add more FormatMessage() line wrapping tests.
|
2012-09-19 23:55:51 +02:00 |
Francois Gouget
|
5e15a3031e
|
msvcp71: Remove an unused debug channel.
|
2012-09-19 23:55:27 +02:00 |
Henri Verbeet
|
00cdf1aaf1
|
wined3d: Merge the glsl_vshader_private and glsl_pshader_private structures.
|
2012-09-19 23:55:01 +02:00 |
Henri Verbeet
|
de1ae1eb8a
|
wined3d: wined3d_device_get_scissor_rect() never fails.
|
2012-09-19 23:54:59 +02:00 |
Henri Verbeet
|
2de9fc640b
|
wined3d: wined3d_device_set_scissor_rect() never fails.
|
2012-09-19 23:54:56 +02:00 |
Henri Verbeet
|
5fe32c8bfd
|
d3d10: Get rid of the unused idx_offset field from struct d3d10_effect_object.
|
2012-09-19 23:54:53 +02:00 |
Henri Verbeet
|
2f350a5a2d
|
d3d10core: Add a missing return to d3d10_device_CreateGeometryShader().
|
2012-09-19 23:54:51 +02:00 |
Matteo Bruni
|
ca701b7d69
|
d3dcompiler: Parse casts.
|
2012-09-19 23:54:25 +02:00 |
Matteo Bruni
|
46e368934e
|
d3dcompiler: Support simple variable initializers.
|
2012-09-19 23:54:21 +02:00 |