Lucas Fialho Zawacki
|
dc044e156d
|
dinput: BuildActionMap and SetActionMap stubs for generic joystick.
|
2011-07-12 11:37:23 +02:00 |
Michael Stefaniuc
|
f196050f28
|
d3d10core: COM cleanup for the ID3D10PixelShader iface.
|
2011-07-12 11:37:01 +02:00 |
Michael Stefaniuc
|
887a4ff3cc
|
d3d10core: Use unsafe_impl_from_ID3D10PixelShader for an app provided iface.
|
2011-07-12 11:36:57 +02:00 |
Michael Stefaniuc
|
cc0cc6a80f
|
d3d10core: COM cleanup for the ID3D10VertexShader iface.
|
2011-07-12 11:36:53 +02:00 |
Michael Stefaniuc
|
ec415eaf3c
|
d3d10core: Use unsafe_impl_from_ID3D10VertexShader for an app provided iface.
|
2011-07-12 11:36:49 +02:00 |
Henri Verbeet
|
d67d7ebbcb
|
wined3d: Make the shader parameter to shader_generate_main() const.
|
2011-07-12 11:35:12 +02:00 |
Henri Verbeet
|
48881c0792
|
wined3d: Make the shader parameter to vshader_get_input() const.
|
2011-07-12 11:35:08 +02:00 |
Henri Verbeet
|
a86785d065
|
wined3d: Make the swapchain parameter to x11_copy_to_screen() const.
|
2011-07-12 11:35:05 +02:00 |
Henri Verbeet
|
d1b650e959
|
wined3d: Explicitly pass gl_info to gen_arbfp_ffp_shader().
|
2011-07-12 11:34:58 +02:00 |
Henri Verbeet
|
1f6f94675e
|
wined3d: Only use state contained in the ffp_frag_settings structure in gen_arbfp_ffp_shader().
Note that the actual check looks off by one too.
|
2011-07-12 11:34:55 +02:00 |
Andrew Eikum
|
05df7e0b94
|
winecoreaudio.drv: Make AudioSessionManager methods static.
|
2011-07-11 19:49:01 +02:00 |
Frédéric Delanoy
|
d473d02c64
|
mmdevapi/tests: Remove dead assignment (Clang).
|
2011-07-11 18:34:40 +02:00 |
Frédéric Delanoy
|
8f32948d9a
|
ole32/tests: Remove dead assignment (Clang).
|
2011-07-11 18:33:46 +02:00 |
Michael Stefaniuc
|
eeacb8f2c9
|
d3d10core: COM cleanup for the ID3D10Device iface.
|
2011-07-11 18:32:23 +02:00 |
Francois Gouget
|
076e1cf085
|
d3dx9_36/tests: Fix compilation on systems that don't support nameless structs/unions.
|
2011-07-11 18:32:16 +02:00 |
Francois Gouget
|
5e6d17384f
|
wineoss.drv: Make the AudioSessionManager methods static.
|
2011-07-11 18:31:53 +02:00 |
Francois Gouget
|
84fca0017a
|
winealsa.drv: Make the AudioSessionManager methods static.
|
2011-07-11 18:31:50 +02:00 |
Alexandre Julliard
|
bfc12c0c94
|
gdi32: Pass the source/dest visible rectangles to the AlphaBlend driver entry point.
|
2011-07-11 17:12:49 +02:00 |
Alexandre Julliard
|
1ac1d7c69b
|
gdi32: Pass the dest visible rectangle to the PatBlt driver entry point.
|
2011-07-11 17:12:49 +02:00 |
Alexandre Julliard
|
8bd130b923
|
gdi32: Pass the source/dest visible rectangles to the StretchBlt driver entry point.
|
2011-07-11 17:12:49 +02:00 |
Alexandre Julliard
|
1805f123b0
|
gdi32: Compute StretchBlt rectangles in gdi32.
|
2011-07-11 17:12:33 +02:00 |
Alexandre Julliard
|
2ff31091ed
|
gdi32: Export a function to compute the DC clip box.
|
2011-07-11 13:40:45 +02:00 |
Lucas Fialho Zawacki
|
662d332246
|
dinput: Prevent EnumDevicesBySematics from enumerating keyboard and mouse as having force feedback.
|
2011-07-11 12:24:55 +02:00 |
Lucas Fialho Zawacki
|
13421a210b
|
dinput: Made EnumDevicesBySemantics more terse.
|
2011-07-11 12:24:42 +02:00 |
Lucas Fialho Zawacki
|
a85f66e7a7
|
dinput8/tests: Tests for EnumDevicesBySemantics with different enumeration flags.
|
2011-07-11 12:24:06 +02:00 |
William Pettersson
|
266cd6c46a
|
winex11: Add grab for XInput2 ButtonPress event.
|
2011-07-11 11:53:52 +02:00 |
Henri Verbeet
|
c5d457c8b4
|
wined3d: Store a struct wined3d_bo_address in struct wined3d_stream_info_element.
Instead of using separate fields for the buffer object and offset.
|
2011-07-11 11:53:42 +02:00 |
Henri Verbeet
|
89bf30a25e
|
wined3d: Return data as struct wined3d_bo_address in buffer_get_memory().
|
2011-07-11 11:53:39 +02:00 |
Henri Verbeet
|
a3538a1546
|
wined3d: Store VBO addresses in a struct wined3d_bo_address in device_stream_info_from_declaration().
|
2011-07-11 11:53:35 +02:00 |
Henri Verbeet
|
abfd6b479a
|
wined3d: Make the surface parameter to d3dfmt_p8_init_palette() const.
|
2011-07-11 11:53:32 +02:00 |
Henri Verbeet
|
3e9930f307
|
wined3d: Make the device parameter to primary_render_target_is_p8() const.
|
2011-07-11 11:53:28 +02:00 |
Marcus Meissner
|
9450b0eb1e
|
wingstreamer: Set target of parameter pointer, not parameter (Coverity).
|
2011-07-11 11:53:12 +02:00 |
André Hentschel
|
5d0d2ef893
|
dbghelp: Remove dead code (clang).
|
2011-07-11 11:51:11 +02:00 |
Alexandre Julliard
|
db7f8e5749
|
makefiles: Make MODULE contain the full module name also for static libraries.
|
2011-07-09 21:13:36 +02:00 |
Alexandre Julliard
|
6cba5c48d9
|
makefiles: Install import libraries from the top-level makefile.
|
2011-07-09 18:01:42 +02:00 |
Alexandre Julliard
|
f64a6753cb
|
makefiles: Install static libraries from the top-level makefile.
|
2011-07-09 17:58:47 +02:00 |
Jay Yang
|
80c62ca203
|
shell32: Implement restoring items from the recycle bin.
|
2011-07-09 12:16:36 +02:00 |
Jay Yang
|
4dd99dcc55
|
shell32: Implement a context menu for the recycle bin.
|
2011-07-09 12:09:19 +02:00 |
Jay Yang
|
47ca9b5c9e
|
shell32: Have RecycleBin implement ISFHelper.
|
2011-07-09 12:04:31 +02:00 |
Jay Yang
|
3613a421e6
|
shell32: Implement SHEmptyRecycleBin.
|
2011-07-09 12:04:20 +02:00 |
Jay Yang
|
52838e687a
|
shell32: Implement SHQueryRecycleBin.
|
2011-07-09 11:56:12 +02:00 |
Jay Yang
|
a77d50b6f3
|
shell32/tests: Add tests for SHQueryRecycleBin.
|
2011-07-09 11:55:33 +02:00 |
Ričardas Barkauskas
|
6c5e109af7
|
wined3d: Introduce quirk for proper RGBA16 support.
|
2011-07-09 11:48:15 +02:00 |
Christian Inci
|
309914f315
|
setupapi: Fix return behaviour when the device key doesn't exist.
|
2011-07-09 11:48:06 +02:00 |
Aric Stewart
|
94e057dde5
|
usp10: Add missing Bengali entry.
|
2011-07-09 11:47:08 +02:00 |
Hans Leidekker
|
e688167c73
|
winhttp: Register interfaces and add a typelib resource.
|
2011-07-08 17:34:48 +02:00 |
Hans Leidekker
|
d25abc358a
|
winhttp: Add a class factory implementation.
|
2011-07-08 17:34:48 +02:00 |
Hans Leidekker
|
fd7538d38c
|
winhttp: Add a stub implementation of IWinHttpRequest.
|
2011-07-08 17:34:48 +02:00 |
Alexandre Julliard
|
00647af50b
|
winex11: Use the HDC from the gdi_physdev structure.
|
2011-07-08 16:03:59 +02:00 |
Alexandre Julliard
|
6c951b7d0d
|
winex11: Pass a generic PHYSDEV to all graphics entry points.
|
2011-07-08 15:55:11 +02:00 |