Commit Graph

76897 Commits

Author SHA1 Message Date
Nikolay Sivov 9176c9e886 msxml3: Downgrade FIXME to TRACE for unsupported interfaces. 2011-03-14 12:39:27 +01:00
Nikolay Sivov 49d69e440f msxml3: Silence compile time warnings for dynamically loaded libxslt. 2011-03-14 12:39:27 +01:00
Nikolay Sivov 610725289b msxml3: Protect SAX character callback from null node. 2011-03-14 12:39:26 +01:00
Nikolay Sivov 072b2db2af msxml3: No need to zero memory on allocation. 2011-03-14 12:39:25 +01:00
Nikolay Sivov c26c55995a msxml3: Add IXMLDOMSelection stub. 2011-03-14 12:38:59 +01:00
Nikolay Sivov c48b7566bd msxml3: Unlink node first before adding it as a child. 2011-03-14 12:19:01 +01:00
Paul Vriens 81f2a237f3 cabinet: Check correctly for the magic value (Coverity). 2011-03-14 12:18:14 +01:00
Paul Vriens 80a0eb3b96 cabinet: Check correctly for the magic value (Coverity). 2011-03-14 12:18:09 +01:00
Jacek Caban b411ba3fb0 mshtml: Fixed type in get_nsdoc_window. 2011-03-14 12:17:35 +01:00
Jacek Caban cbf9bdcdd2 wincodec.h: Fixed a typo. 2011-03-14 12:17:31 +01:00
Paul Vriens a01b1a3974 dxgi: Only cast to a void pointer (Coverity). 2011-03-14 12:17:06 +01:00
Hwang YunSong 50d04d157f inetcpl.cpl: Update Korean resource. 2011-03-14 12:16:54 +01:00
Aurimas Fišeras 4a22a6a1af inetcpl.cpl: Update Lithuanian translation. 2011-03-14 12:16:49 +01:00
Frédéric Delanoy dff189d509 inetcpl.cpl: Update French translation. 2011-03-14 12:16:45 +01:00
Juan Lang 1ce0799dae wininet: Differentiate checking online and offline CRLs. 2011-03-14 12:16:40 +01:00
Juan Lang ec223a2129 cryptnet: Trace more reasons for revocation failure. 2011-03-14 12:16:33 +01:00
Juan Lang 0f6a6dcd2b cryptnet/tests: Add more tests for revocation checking. 2011-03-14 12:16:28 +01:00
Andrew Eikum ec0a86002e oleaut32: Convert CustData to use standard linked lists. 2011-03-14 12:16:15 +01:00
Andrew Eikum 28fc129258 oleaut32: Use helper function to get CustData by GUID. 2011-03-14 12:16:04 +01:00
Aric Stewart 3f7ad460ef usp10: Update ScriptCPtoX to handle RTL runs. 2011-03-14 12:15:43 +01:00
Francois Gouget 4bacb3f24e wininet: Avoid a conflict with the sun macro when compiling on Solaris. 2011-03-14 12:15:35 +01:00
Juan Lang 2a1f26b6da cryptnet: Fix typo.
Spotted by Joris Huizer.
2011-03-14 12:15:33 +01:00
Alexandre Julliard 0136bc27d1 version: Allocate the full virtual size of the section when loading PE resources. 2011-03-14 12:13:39 +01:00
Alexandre Julliard 46bfaeae9e gdi32: Avoid null pointer access when we are out of gdi handles. 2011-03-12 20:40:51 +01:00
Alexandre Julliard 9c7b528b6f gdi32: Add null driver entry points for the path functions. 2011-03-11 20:43:15 +01:00
Alexandre Julliard 0d27e3c0ed gdi32: Add null driver entry points for the palette functions. 2011-03-11 18:26:55 +01:00
Alistair Leslie-Hughes e030b3ce56 msxml3: Ignore XML property ResolveExternals. 2011-03-11 14:29:19 +01:00
Alexander Scott-Johns f9ef35ea6a inetcpl.cpl: Add ability to delete Temporary Internet Files. 2011-03-11 13:30:18 +01:00
Alexander Scott-Johns fa19e1bdb3 wininet: Partially implement FreeUrlCacheSpaceW. 2011-03-11 13:27:32 +01:00
Alexandre Julliard 0c33f1dd89 gdi32: Add null driver entry points for the color management functions. 2011-03-11 12:38:50 +01:00
Alexandre Julliard 806d0c4f86 gdi32: Add null driver entry points for the pixel format functions. 2011-03-11 12:38:19 +01:00
Alexandre Julliard d1db4c859c gdi32: Add null driver entry points for the device printer functions. 2011-03-11 12:36:38 +01:00
Alexandre Julliard 8c3766c5e7 gdi32: Move all the enhanced metafile DC setting functions to enhmfdrv/dc.c 2011-03-11 12:07:39 +01:00
Alexandre Julliard 7d1dd28d25 gdi32: Move all the metafile DC setting functions to mfdrv/dc.c 2011-03-11 12:07:34 +01:00
Huw Davies 47dee8bda2 fonts: Increase the version number so that we don't use the Mac's version of symbol.ttf, which doesn't contain a Microsoft Symbol charmap. 2011-03-11 11:58:09 +01:00
Michael Stefaniuc 4f382430f2 shdocvw: COM cleanup for the ITaskbarList iface. 2011-03-11 11:50:33 +01:00
Piotr Caban 98281236c0 mshtml: Execute IDocObject_FireDocumentComplete in handle_load function. 2011-03-11 11:50:25 +01:00
Piotr Caban 12b85befc0 mshtml: Added IHTMLPrivateWindow_GetAddressBarUrl implementation. 2011-03-11 11:50:14 +01:00
Piotr Caban 3660bf72a7 include: Added IDocObjectService interface definition. 2011-03-11 11:50:05 +01:00
Piotr Caban 457368897f include: Added IBrowserService interface definition. 2011-03-11 11:49:35 +01:00
Nikolay Sivov fb96151b0e msxml3: Move string conversion helper to header. 2011-03-11 11:49:18 +01:00
Nikolay Sivov 68cc66d800 msxml3: Fix reference counting behaviour for named map. 2011-03-11 11:49:04 +01:00
Dmitry Timoshkov 88a4b618b1 winecfg: Protect from closing the root key. 2011-03-11 11:48:51 +01:00
Vincent Povirk 4edff21ea2 gdiplus: Prefer to not use gdi32 for gradient and texture brushes. 2011-03-11 11:48:18 +01:00
Vincent Povirk 8a036abc5c gdiplus: Implement software rendering of texture brushes. 2011-03-11 11:48:08 +01:00
Vincent Povirk 2302e80cc9 gdiplus: Don't use gdi32 to scale or draw from outside bitmaps. 2011-03-11 11:47:50 +01:00
Vincent Povirk 8b6dafda45 gdiplus: Implement bilinear interpolation. 2011-03-11 11:47:34 +01:00
Vincent Povirk 51cf90d8ca gdiplus: Move bitmap interpolation into a separate function. 2011-03-11 11:47:32 +01:00
Alexandre Julliard 33807ac093 user.exe: Don't try calling the WH_CALLWNDPROC hook if no hook was set. 2011-03-11 11:47:08 +01:00
Andrew Eikum 517f5ba596 oleaut32: Convert TLBVarDesc to be stored as an array. 2011-03-11 11:44:12 +01:00