Commit Graph

98593 Commits

Author SHA1 Message Date
Francois Gouget a81e58f38e po: Remove an extraneous full stop in an error message. 2013-11-21 19:39:01 +01:00
Henri Verbeet 0d7b12696d wined3d: Merge texture2d_unload() and texture3d_unload(). 2013-11-21 13:36:37 +01:00
Henri Verbeet f91eab6d3e wined3d: Merge surface_bind_and_dirtify() and volume_bind_and_dirtify() into wined3d_texture_bind_and_dirtify(). 2013-11-21 13:36:35 +01:00
Henri Verbeet 2e63e8f9cc wined3d: Get rid of surface_bind(). 2013-11-21 13:36:33 +01:00
Henri Verbeet 2ca86bcab6 wined3d: Return early in wined3d_texture_bind() if the GL texture already has a name. 2013-11-21 13:36:31 +01:00
Henri Verbeet 6b90248aec wined3d: Merge texture2d_bind() and texture3d_bind() into wined3d_texture_bind(). 2013-11-21 13:36:29 +01:00
Frédéric Delanoy cfe12f9666 scrrun: Use BOOL type where appropriate. 2013-11-21 13:36:21 +01:00
Frédéric Delanoy bb9d1986a9 propsys: Use BOOL type where appropriate. 2013-11-21 13:36:18 +01:00
Frédéric Delanoy d51e50cbaf propsys/tests: Use BOOL type where appropriate. 2013-11-21 13:36:12 +01:00
Frédéric Delanoy 128e4575e5 oleaut32: Use BOOL type where appropriate. 2013-11-21 13:36:08 +01:00
Piotr Caban ed858386e5 qcap: Add AVI Mux filter stub. 2013-11-21 13:32:45 +01:00
Piotr Caban 9ea983dcec include: Add IPersistMediaPropertyBag definition. 2013-11-21 13:31:52 +01:00
Piotr Caban 7365eafd36 include: Add IConfigInterleaving definition. 2013-11-21 13:31:48 +01:00
Piotr Caban 391bea5460 include: Add IConfigAviMux definition. 2013-11-21 13:31:45 +01:00
Ken Thomases 682ed91017 winemac: Defer attaching OpenGL context to a view which is zero-sized or outside its window's bounds.
That fails with the dread "invalid drawable" message.
2013-11-21 13:31:33 +01:00
Vincent Povirk 3a2e88534e mscoree: Fix runtime shutdown code. 2013-11-21 13:31:20 +01:00
Ken Thomases 19862b4138 winemac: Make macdrv_set_cocoa_window_frame() synchronous again.
It has a non-object pointer from the caller, so it can't allow the caller
to continue until it's finished with it.  Also, it discards events from the
event queue and we don't want the caller to process them first.

Fixes brokenness introduced by 784a9139.
2013-11-21 13:31:14 +01:00
Zhenbo Li fa8e8c258c shell32/tests: Delete a nonexistent file in an existent dir or a nonexistent dir. 2013-11-20 20:08:47 +01:00
Huw Davies c4761d8002 winemac: Actually set the system's keyboard layout. 2013-11-20 19:39:05 +01:00
Huw Davies f6e2af6843 winemac: Retrieve the real keyboard layout where appropriate. 2013-11-20 19:39:03 +01:00
Huw Davies 22008f7fd9 winemac: Update the thread's active_keyboard_layout on keyboard change. 2013-11-20 19:39:01 +01:00
Huw Davies f344d7a213 winemac: Update the layout list if the enabled input sources change. 2013-11-20 19:38:59 +01:00
Huw Davies fecaab9cfd winemac: Implement GetKeyboardLayoutList. 2013-11-20 19:38:56 +01:00
Huw Davies 85e105bd37 user32: Add a GetKeyboardLayoutList driver entry. 2013-11-20 19:38:44 +01:00
Alistair Leslie-Hughes a3a19518f4 mscoree: Attempt to load the assembly from the application directory. 2013-11-20 19:38:21 +01:00
Stefan Dösinger 0ff0a6e9bc wined3d: Remove surface->dirtyRect. 2013-11-20 16:54:39 +01:00
Stefan Dösinger 047ce3af6e wined3d: Remove partial surface update support.
This has only ever worked for render targets, and only through the
glDrawPixels codepath, which was removed long ago.
2013-11-20 16:54:39 +01:00
Stefan Dösinger 5d4233378d wined3d: Remove broken ddraw overlay support. 2013-11-20 16:54:39 +01:00
Piotr Caban cdbf03df83 qcap: Add ICaptureGraphBuilder2::RenderStream test with intermediate filter. 2013-11-20 16:54:39 +01:00
Piotr Caban 2b1befb9a0 qcap: Add initial ICaptureGraphBuilder2::RenderStream tests. 2013-11-20 16:54:38 +01:00
Piotr Caban f810d14149 qcap: Warn if additional filters should be used in ICaptureGraphBuilder2::RenderStream. 2013-11-20 16:54:36 +01:00
Piotr Caban 4adcca84f0 qcap: Don't ignore type and category parameters in ICaptureGraphBuilder2::FindPin. 2013-11-20 13:35:19 +01:00
Piotr Caban badc77d522 qcap: Support compression filter in ICaptureGraphBuilder2::RenderStream. 2013-11-20 13:35:14 +01:00
Hans Leidekker 466f435a3c netapi32: The last parameter to Samba's NetShareAdd is not optional. 2013-11-20 11:28:59 +01:00
Hans Leidekker d9723d2bed netapi32: Add support for info level 502 in NetShareAdd. 2013-11-20 11:28:51 +01:00
Hans Leidekker 499eed087e netapi32: Add helpers to initialize and destroy a libnetapi context. 2013-11-20 11:28:42 +01:00
Henri Verbeet 7e72985358 wined3d: wined3d_texture_bind() should never fail. 2013-11-20 11:28:23 +01:00
Henri Verbeet 7e8897b7b8 wined3d: Get rid of the redundant texture_name and texture_name_srgb fields in struct wined3d_surface. 2013-11-20 11:28:22 +01:00
Henri Verbeet e64b19387b wined3d: Surfaces always have a container in arbfp_blit_set(). 2013-11-20 11:28:20 +01:00
Henri Verbeet ad6a194aa0 wined3d: Surfaces always have a container in ffp_blit_set(). 2013-11-20 11:28:18 +01:00
Henri Verbeet 51f05a1f14 wined3d: Surfaces always have a container in surface_invalidate_location(). 2013-11-20 11:28:16 +01:00
Francois Gouget dc22a57042 wined3d: Make wined3d_device_create_cursor_texture() static. 2013-11-20 11:28:13 +01:00
Francois Gouget 19d8c27d12 netapi32: Remove WINAPI on static functions where not needed. 2013-11-20 11:27:57 +01:00
Frédéric Delanoy 762aef6613 user32: Use BOOL type where appropriate. 2013-11-20 11:26:30 +01:00
Frédéric Delanoy e81412a4db riched20: Use BOOL type where appropriate. 2013-11-20 11:26:07 +01:00
Frédéric Delanoy 37abf45e6c ole32: Use BOOL type where appropriate. 2013-11-20 11:25:55 +01:00
Vincent Povirk fbcbd09bb3 gdiplus: Fix StringFormatFlagsLineLimit handling. 2013-11-20 11:25:04 +01:00
Vincent Povirk 8dafdd0a56 windowscodecs: Use alpha options in CreateBitmapFromHBITMAP. 2013-11-20 11:24:56 +01:00
Detlef Riekenberg 48ae4314d0 wintrust/tests: Accept the CryptCATAdminAcquireContext win8 results. 2013-11-19 19:06:10 +01:00
Akira Nakagawa 55928a90e5 advapi32: Remove extra comma. 2013-11-19 19:05:52 +01:00