Commit Graph

62514 Commits

Author SHA1 Message Date
Hans Leidekker 916e3c1cc4 winhttp: Protect access to the request object with a critical section. 2011-08-02 11:41:52 +02:00
Nikolay Sivov 3dc6226519 advapi32: Basic test for CreateRestrictedToken. 2011-08-02 11:41:42 +02:00
Nikolay Sivov 5290766ae0 advapi32: Fix CheckTokenMemberShip for primary tokens. 2011-08-02 11:41:32 +02:00
Henri Verbeet 98650e841e wined3d: Go to the fallbacks if D3D is not initialized in surface_blt().
Even though this is the "OpenGL" surface implementation, this can still happen
in e.g. ddraw if no swapchain is created yet. That's something we should fix,
but not today.
2011-08-02 11:40:20 +02:00
Henri Verbeet 7539cc8faa wined3d: Go straight to the fallbacks for complex blits in surface_blt().
At the moment this is only marginally useful, since it just avoids silly
things like color keyed depth fills that are probably invalid anyway. However,
the idea is to gradually move normal color fill and blit handling out of
IWineD3DSurfaceImpl_BltOverride() and surface_cpu_blt(), and eventually make
those functions go away completely.
2011-08-02 11:40:16 +02:00
Henri Verbeet 4bdd4ef45b wined3d: Check for locked surfaces in wined3d_surface_blt(). 2011-08-02 11:40:11 +02:00
Henri Verbeet 50d883c37e wined3d: IWineD3DSurfaceImpl_BltOverride() is always passed valid source and destination rectangles.
So no need to call surface_get_rect() anymore.
2011-08-02 11:40:07 +02:00
Henri Verbeet ace241ad59 wined3d: Resolve source and destination rectangles in wined3d_surface_blt(). 2011-08-02 11:40:01 +02:00
Andrew Eikum 5512c2482f winmm: Fix looping handling. 2011-08-02 11:39:56 +02:00
Alexandre Julliard 729afa6adc makefiles: Generate resource files for typelibs. 2011-08-02 10:11:10 +02:00
Frédéric Delanoy f932abf326 dlls: Assorted spelling fixes. 2011-08-01 18:26:27 +02:00
Piotr Caban 40b426b466 shdocvw/tests: Added OleObject_Close tests. 2011-08-01 18:26:27 +02:00
Piotr Caban 1cf571eb5f ieframe: Added OleObject_Close implementation. 2011-08-01 18:26:27 +02:00
André Hentschel e6390a5c7f dbghelp: One line only for the copyright. 2011-08-01 18:26:26 +02:00
Piotr Caban 0c14dc5330 msvcrt: Added vscwprintf_{l,p_l} functions implementation. 2011-08-01 18:26:26 +02:00
Francois Gouget 1e93108641 kernel32/tests: Make test_define_dos_deviceA() static. 2011-08-01 18:26:26 +02:00
Francois Gouget 5e9a1eeeb5 dinput: Remove IDirectInputDevice8AImpl_{Build,Set}ActionMap() as it is unused. 2011-08-01 18:26:26 +02:00
Francois Gouget 287a5e25d2 kernel32/tests: Remove a space before a '\n' in an ok() call. 2011-08-01 18:26:26 +02:00
Francois Gouget 91adaf623e itss/tests: Fix spelling of a variable name. 2011-08-01 18:26:26 +02:00
Dan Kegel 28b2d03a8c riched20/tests: Fix test_EM_FINDWORDBREAK comments. 2011-08-01 18:26:25 +02:00
Alexandre Julliard f01c1c429d ole32: Fix a couple of race conditions with the local server pipe. 2011-08-01 18:26:25 +02:00
Alexandre Julliard b6d2aeee58 windowscodecs: Specify the PSFactoryBuffer class in the idl file. 2011-08-01 17:20:46 +02:00
Alexandre Julliard 4b85e8b542 sti: Specify the PSFactoryBuffer class in the idl file. 2011-08-01 17:20:46 +02:00
Alexandre Julliard 89d1d47d6b quartz: Specify the PSFactoryBuffer class in the idl file. 2011-08-01 17:20:46 +02:00
Alexandre Julliard c84ce2c72c qmgrprxy: Specify the PSFactoryBuffer class in the idl file. 2011-08-01 17:20:46 +02:00
Alexandre Julliard df31247ede oleaut32: Specify the PSFactoryBuffer class in the idl files. 2011-08-01 17:20:46 +02:00
Alexandre Julliard 096bf10f11 ole32: Specify the PSFactoryBuffer class in the idl files. 2011-08-01 17:20:46 +02:00
Alexandre Julliard 9a5141b325 msdaps: Specify the PSFactoryBuffer class in the idl files. 2011-08-01 17:20:40 +02:00
Alexandre Julliard d428dd348f dispex: Specify the PSFactoryBuffer class in the idl file. 2011-08-01 14:26:26 +02:00
Alexandre Julliard 5e03849670 actxprxy: Specify the PSFactoryBuffer class in the idl files. 2011-08-01 14:26:20 +02:00
Jacek Caban 2daff9cc6c mshtml: Added IOmNavigator::get_appMinorVersion implementation. 2011-08-01 13:33:01 +02:00
Jacek Caban cdd09ba185 mshtml: Added IOmNavigator::get_*Language tests. 2011-08-01 11:18:46 +02:00
Jacek Caban e36d0d2e1b mshtml: Added IOmNavigator::get_*Language implementations. 2011-08-01 11:18:42 +02:00
Jacek Caban 7d4e9f7792 mshtml: Added IHTMLPluginsCollection::get_length implementation. 2011-08-01 11:18:39 +02:00
Jacek Caban b25d49c6c1 mshtml: Added semi-stub implementation of IHTMLWindow2::status property. 2011-08-01 11:18:34 +02:00
Michael Stefaniuc a84870259f dxdiagn: Implement IClassFactory::QueryInterface. 2011-08-01 11:18:23 +02:00
Michael Stefaniuc 08031fdc20 dxdiagn: COM cleanup for the IClassFactory iface. 2011-08-01 11:18:19 +02:00
Michael Stefaniuc aa591dcd9d devenum: COM cleanup for the IClassFactory iface. 2011-08-01 11:18:14 +02:00
Michael Stefaniuc 2cfc711a68 dmband: Merge the IClassFactory implementations. 2011-08-01 11:18:10 +02:00
Andrew Talbot faa05713ad riched20: Declare some variables unsigned. 2011-08-01 11:16:56 +02:00
Andrew Talbot 322f303767 mscms: Move a misplaced brace. 2011-08-01 11:16:41 +02:00
Henri Verbeet 33fafc6166 wined3d: Get rid of context_bind_fbo() calls outside context.c. 2011-08-01 11:16:12 +02:00
Henri Verbeet dcc969c32c wined3d: Get rid of dst_fbo.
As a result we can get rid of a couple of other things as well.
2011-08-01 11:16:08 +02:00
Henri Verbeet ccb3a51a44 wined3d: Just invalidate STATE_FRAMEBUFFER in surface_load_ds_location(). 2011-08-01 11:16:03 +02:00
Henri Verbeet 4428bda4a1 wined3d: Apply clear state after depth / stencil setup in device_clear_render_targets(). 2011-08-01 11:15:59 +02:00
Henri Verbeet 03eb6a4aa6 wined3d: Apply draw state after depth / stencil setup in drawPrimitive(). 2011-08-01 11:15:55 +02:00
Jacek Caban 598e440522 shdocvw: Moved remaining code out of factory.c. 2011-08-01 11:12:32 +02:00
Jacek Caban 908d8333a8 ieframe: Moved classes registration to ieframe. 2011-08-01 11:12:21 +02:00
Jacek Caban 60f65e331f shdocvw: Get rid of MicrosoftBrowserArchitecture registration. 2011-08-01 11:11:47 +02:00
Jacek Caban d6548692b9 shell32: Moved MruLongList registration to shell32, where it belongs. 2011-08-01 11:09:56 +02:00