Commit Graph

80736 Commits (76b5c1dcacffdf08c836537f266219cf2c8cdde2)
 

Author SHA1 Message Date
Alexandre Julliard 76b5c1dcac gdi32: Partial implementation of PutImage in the null driver for DDBs. 2011-08-03 12:31:52 +02:00
Octavian Voicu b113af1b13 configure: Disable gstreamer support if headers are not compatible with build environment. 2011-08-03 09:35:38 +02:00
Henri Verbeet 41cff1618c wined3d: Merge wined3d_surface_blt(), surface_blt() and gdi_surface_blt(). 2011-08-03 09:23:30 +02:00
Henri Verbeet c12627562b wined3d: Go to the fallbacks for cross-swapchain blits. 2011-08-03 09:23:20 +02:00
Henri Verbeet 111e8fe77c wined3d: Add WINED3DFMT_P8_UINT support to wined3d_format_convert_from_float(). 2011-08-03 09:23:16 +02:00
Henri Verbeet cf1c641cbb wined3d: Fix switching color keying on / off. 2011-08-03 09:23:12 +02:00
Henri Verbeet e4efcea223 wined3d: Set the read buffer to GL_NONE in surface_load_ds_location().
On GL implementations that don't support GL_ARB_ES2_compatibility the
framebuffer's read buffer has to be valid, even if we're not reading from it.
2011-08-03 09:23:08 +02:00
Alexandre Julliard 5622f8f782 atl: Use the standard registration mechanism now that the initial registration is handled differently. 2011-08-03 09:19:46 +02:00
Alexandre Julliard cde24ec095 oleaut32: Generate a few more coclass registrations from idl. 2011-08-02 23:25:17 +02:00
Alexandre Julliard 27d88987c2 tools: Register the MSI service from wine.inf. 2011-08-02 23:24:46 +02:00
Alexandre Julliard dc1dad6a72 devenum: Don't register quartz from devenum. 2011-08-02 22:53:40 +02:00
Alexandre Julliard c90a79a728 qmgr: Convert the remaining registrations to IRegistrar format. 2011-08-02 22:08:49 +02:00
Alexandre Julliard c1fce74587 qmgr: Register the service from wine.inf. 2011-08-02 22:05:06 +02:00
Alexandre Julliard ee9698c55f wiaservc: Convert the remaining registrations to IRegistrar format. 2011-08-02 21:55:15 +02:00
Alexandre Julliard 49ef4f1c75 wiaservc: Register the service from wine.inf. 2011-08-02 21:48:37 +02:00
Vincent Povirk 380abdeb10 gdiplus: Fix vertical string alignment. 2011-08-02 21:16:38 +02:00
Michael Mc Donnell 507daa2154 d3dx9: Implemented ConvertPointRepsToAdjacency. 2011-08-02 21:16:38 +02:00
Michael Mc Donnell 5552613b81 d3dx9/tests: Implemented ConvertPointRepsToAdjacency test. 2011-08-02 21:16:34 +02:00
Huw Davies e81e73149f gdi32: Actually use the dib driver's Get/PutImage if the bitmap is a dib. 2011-08-02 20:47:52 +02:00
Huw Davies d4076d438c gdi32: Add a PutImage implementation to the dib driver. 2011-08-02 20:47:52 +02:00
Huw Davies 1da138ced0 gdi32: Move the colour setting to a separate function. 2011-08-02 20:47:52 +02:00
Huw Davies 2521bf3cc2 gdi32: Add a copy_rect primitive. 2011-08-02 20:47:52 +02:00
Huw Davies 76b0626ff2 gdi32: Add a function to retrieve the rop codes. 2011-08-02 20:47:51 +02:00
Huw Davies 4b50743f87 gdi32: Simplify the calculation of the rop masks. 2011-08-02 20:47:51 +02:00
Frédéric Delanoy b5a33dab88 dlls: Assorted spelling fixes. 2011-08-02 20:47:51 +02:00
Frédéric Delanoy 0cfe9fa6a5 cmd/tests: Additional tests for variable delayed expansion. 2011-08-02 20:47:51 +02:00
Camillo Lugaresi 0b5dcbafea configure: Fix problem with linking on OS X 10.7.
Some of the new link commands in the latest ld appear to be buggy and cause
bus error while initializing libSystem. Fixed by reverting to 10.6 linking
behavior.
2011-08-02 20:47:50 +02:00
Jay Yang 23c8704cb5 shell32/tests: Add tests for SHCreateDefaultContextMenu. 2011-08-02 20:47:49 +02:00
Jay Yang ae3108e66f include: Add header entries required for SHCreateDefaultContextMenu and CDefFolderMenu_Create2. 2011-08-02 20:47:49 +02:00
Jay Yang 2e5e7dbeba shell32: Have the system context menus respect idCmdFirst. 2011-08-02 20:47:49 +02:00
Alexandre Julliard b56dc9a6f7 winecrt0: Remove the clsid parameter in __wine_(un)register_resources. 2011-08-02 20:47:49 +02:00
Alexandre Julliard e76db63c02 winecrt0: No longer register typelibs, they use IRegistrar scripts now. 2011-08-02 20:47:49 +02:00
Alexandre Julliard 1380a77074 ieframe: Remove registrations that are duplicated in mshtml. 2011-08-02 20:47:49 +02:00
Alexandre Julliard 6adfeeacf9 mshtml: Remove typelib registrations. 2011-08-02 20:47:49 +02:00
Alexandre Julliard 0d37433d65 oleaut32: Remove typelib registrations. 2011-08-02 20:47:48 +02:00
Alexandre Julliard c091a3fc83 makefiles: Remove some redundant registration scripts. 2011-08-02 20:47:48 +02:00
Alexandre Julliard 4ff0faa67c widl: Generate a registration script along with the typelib when creating a resource file. 2011-08-02 20:47:48 +02:00
Alexandre Julliard 5ec4e8f192 setupapi: Run registration scripts of fake dlls as they are copied. 2011-08-02 20:47:34 +02:00
Alexandre Julliard 39a4c2532b setupapi: Allocate a virtual memory buffer to read fake dll files. 2011-08-02 12:58:26 +02:00
Jacek Caban 81bb472db9 ieframe: Moved WebBrowser object tests to ieframe. 2011-08-02 12:25:06 +02:00
Jacek Caban ff127a3461 mshtml: Always set onclick event handler during document initialization. 2011-08-02 11:51:06 +02:00
Jacek Caban 2610ef9c9c mshtml: Always alloc event_vector for documents. 2011-08-02 11:51:06 +02:00
Jacek Caban be6dd66edf mshtml: Moved nsevents.c declarations to htmlevent.h. 2011-08-02 11:51:06 +02:00
Jacek Caban 3742a184d2 mshtml: Added default click handler for anchor element. 2011-08-02 11:51:06 +02:00
Jacek Caban 6d7667894e mshtml: Added possibility for node implementations to add default event handlers. 2011-08-02 11:51:06 +02:00
Jacek Caban aa6ee29e01 mshtml: Rename call_event to fire_event. 2011-08-02 11:51:06 +02:00
Michael Stefaniuc 989f39ef32 dmloader: Simplify the module refcount handling. 2011-08-02 11:51:06 +02:00
Michael Stefaniuc 98a36f4694 dmloader: Merge and simplify the IClassFactory implementations. 2011-08-02 11:51:06 +02:00
Hans Leidekker cf4aec0cbd msi: Avoid a crash in ControlEvent_SetTargetPath. 2011-08-02 11:51:06 +02:00
Hans Leidekker cfe4c56624 winhttp: Verify parameter types in IWinHttpRequest::SetProxy. 2011-08-02 11:51:05 +02:00