Jay Yang
|
cde4993d62
|
shell32: Have the default shell view call SHChangeNotifyRegister with unixfs pidls.
|
2011-07-12 11:39:05 +02:00 |
Jay Yang
|
481dcb4b4b
|
shell32: Make IExplorerBrowser respond to CWM_GETISHELLBROWSER.
|
2011-07-12 11:37:57 +02:00 |
Lucas Fialho Zawacki
|
bc5d32bec6
|
dinput: EnumDevicesBySemantics enumerating all kinds of joysticks.
|
2011-07-12 11:37:36 +02:00 |
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 |
Frédéric Delanoy
|
4ebbd0e596
|
start: Add support for /? command line parameter.
|
2011-07-11 19:55:31 +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 |
Frédéric Delanoy
|
dcf9d74be7
|
winhlp32: Remove dead assignment (Clang).
|
2011-07-11 18:33:12 +02:00 |
Jacek Caban
|
7b49ddbaba
|
d3d10.idl: Added CD3D10_TEXTURE1D_DESC declaration.
|
2011-07-11 18:32:29 +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
|
f00652fc63
|
explorer: Fix compilation on systems that don't support nameless unions.
|
2011-07-11 18:32:12 +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 |
Frédéric Delanoy
|
88ff0e816a
|
cmd/tests: Add support for todo_wine constructions.
|
2011-07-11 12:19:31 +02:00 |
Natanael Copa
|
3b11f79b7b
|
configure: Test for isinf and isnan needs link to -lm.
|
2011-07-11 12:09:45 +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 |
Alexandre Julliard
|
bb86a35f09
|
makefiles: Allow install rules to run in parallel.
|
2011-07-09 17:46:54 +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 |