Jacek Caban
1054b95588
mshtml: Don't include null-byte in post data.
2011-04-18 11:46:17 +02:00
Jacek Caban
0613a82671
mshtml: Better support for HTTP redirection.
2011-04-18 11:46:14 +02:00
Jacek Caban
f24be9fa54
mshtml: Moved nsChannel initialization to separated function.
2011-04-18 11:46:05 +02:00
Henri Verbeet
84d50f7353
wined3d: Remove IWineD3DSurface::GetImplType() from the public interface.
2011-04-18 11:45:55 +02:00
Henri Verbeet
52edf556f6
wined3d: Merge surface_gdi.c into surface.c.
2011-04-18 11:45:51 +02:00
Henri Verbeet
38800d8e9a
wined3d: Forward volume refcounts to the container.
2011-04-18 11:45:20 +02:00
Henri Verbeet
fadfdf21c0
wined3d: Forward surface refcounts to the container.
...
This will prevent textures from being released if one of its surfaces is still
in use by the stateblock. We have similar constructions in d3d8 and d3d9, but
those won't prevent the wined3d texture from being released.
2011-04-18 11:45:17 +02:00
Henri Verbeet
a5983e0c3d
wined3d: Use the correct mask for depth/stencil locations in surface_load_ds_location().
2011-04-18 11:45:09 +02:00
Alexandre Julliard
ed64b3761d
msvcr90: Fix function pointer declaration that confuses winapi_extract.
2011-04-15 21:02:42 +02:00
Huw Davies
1372692fe7
gdi32: Add clipping for horizontal and vertical solid lines.
2011-04-15 15:39:45 +02:00
Huw Davies
f33bbbfdd7
gdi32: Keep track of the combined clip region.
2011-04-15 15:39:45 +02:00
Jörg Höhle
5d7e6b7506
user32: Added message names for winmm.
2011-04-15 15:39:44 +02:00
Dmitry Timoshkov
30b6b53adf
ole32: Replace a spurious FIXME by a TRACE.
2011-04-15 15:39:44 +02:00
Alexandre Julliard
cc01c46f41
ntdll: Rewrite the SystemProcessorPerformanceInformation handing to avoid code duplication.
...
Also include idle time in kernel time.
2011-04-15 10:56:55 +02:00
Vincent Povirk
c3dc0cfa32
windowscodecs: Add support for converting to 32bppPBGRA.
2011-04-15 10:07:59 +02:00
Vincent Povirk
10dd670056
windowscodecs: Add support for converting from 32bppPBGRA.
2011-04-15 10:07:59 +02:00
Vincent Povirk
80470260d0
windowscodecs: Log unsupported conversion formats.
2011-04-15 10:07:58 +02:00
Vincent Povirk
d65f579912
windowscodecs: Implement FlipRotator_GetPixelFormat.
2011-04-15 10:07:58 +02:00
Henri Verbeet
6a135a1511
wined3d: Get rid of the IWineD3DBase interface.
2011-04-15 10:07:58 +02:00
Henri Verbeet
7b8bbdcc44
wined3d: Get rid of the IWineD3DResource interface.
2011-04-15 10:07:58 +02:00
Henri Verbeet
66875c6dc7
wined3d: Don't flush just because a swapchain has multiple contexts.
...
If you really have e.g. multiple draws to the same drawable, this is not
enough, and you should use the StrictDrawOrdering registry setting. In the
other cases it just slows things down unnecessarily.
2011-04-15 10:07:58 +02:00
Henri Verbeet
89a4e696a2
wined3d: Get rid of the IWineD3DVolume typedefs.
2011-04-15 10:07:58 +02:00
Henri Verbeet
2c450571e5
wined3d: Remove COM from the volume implementation.
2011-04-15 10:07:57 +02:00
Eric Pouech
44c52c16fd
dbghelp: Silence DW_TAG_GNU_call_site objects.
2011-04-15 10:07:57 +02:00
Eric Pouech
18f539ac2e
dbghelp: Added some missing defines to dwarf.h.
2011-04-15 10:07:57 +02:00
Alexandre Julliard
baa04014eb
ntdll: Implement the ProcessAffinityMask case in NtQueryInformationProcess.
2011-04-14 19:57:34 +02:00
Jacek Caban
ba2bcaf9c4
urlmon: Use winetest post.php URLs for http POST tests.
2011-04-14 18:30:50 +02:00
Aurimas Fišeras
790296b09f
inetcpl: Update Lithuanian translation.
2011-04-14 18:03:18 +02:00
Vitaliy Margolen
20aa341032
dinput: Implement getting DIPROP_VIDPID property for evdev joystick driver. Fixes bug 26418.
2011-04-14 17:37:23 +02:00
Hans Leidekker
eee070f1e0
msi: Add offsets to disk ids added by patches.
2011-04-14 17:37:23 +02:00
Hans Leidekker
131ef6372f
msi: Add support for maintaining a list of cabinet streams.
2011-04-14 17:37:23 +02:00
Hans Leidekker
5521646380
msi: Avoid redundant loading of media info.
2011-04-14 17:37:23 +02:00
Hans Leidekker
cfddf2796e
msi/tests: Fix some memory leaks (valgrind).
2011-04-14 17:37:22 +02:00
Hans Leidekker
741b0f37f8
msi: Fix a memory leak (valgrind).
2011-04-14 17:37:22 +02:00
Hans Leidekker
846811be59
msi: Check the return value of MSIREG_OpenUpgradeCodesKey (valgrind).
2011-04-14 17:37:22 +02:00
Francois Gouget
6a48fcec48
qcap: Ifdef-out code that is not used if V4L support is missing.
2011-04-14 17:37:18 +02:00
André Hentschel
f2fc5e6e17
dbghelp: Implement sparc_get_addr.
2011-04-14 17:13:58 +02:00
Henri Verbeet
be378c6529
wined3d: Decrement the refcount in wined3d_query_decref().
2011-04-14 17:13:57 +02:00
Henri Verbeet
c1575cb65c
wined3d: Get rid of the unused vSyncCounter swapchain field.
2011-04-14 17:13:57 +02:00
Henri Verbeet
d30da7ae39
wined3d: Get rid of the IWineD3DSwapChain typedefs.
2011-04-14 17:13:57 +02:00
Henri Verbeet
3ec19590d5
wined3d: Remove COM from the swapchain implementation.
2011-04-14 17:13:57 +02:00
Henri Verbeet
178061d3c1
wined3d: Merge the GL and GDI swapchain vtbls.
2011-04-14 17:13:56 +02:00
Alexandre Julliard
2ed57f9b96
winex11: Make sure the clipping window is initialized in every thread.
2011-04-14 17:13:41 +02:00
Alexandre Julliard
bd3ec1a973
winex11: Retrieve raw mouse events through XInput2 while the cursor is clipped.
2011-04-14 12:08:37 +02:00
Alexandre Julliard
338fe8b9ac
winex11: Add handlers for the XInput2 raw mouse events.
2011-04-13 18:56:37 +02:00
Austin English
24ba89c529
ntdll: Add support for win2k8r2.
2011-04-13 17:21:42 +02:00
Detlef Riekenberg
5d9223cca9
inetcpl: Add German version of the security propsheet.
2011-04-13 16:27:41 +02:00
Detlef Riekenberg
758e5f76a2
inetcpl: Display description and security level for a zone.
2011-04-13 16:17:38 +02:00
Detlef Riekenberg
25a1d80725
inetcpl: Fill the security listview with zones.
2011-04-13 16:05:24 +02:00
Detlef Riekenberg
137f75328b
inetcpl: Add a security propsheet.
2011-04-13 16:04:02 +02:00