Commit Graph

94362 Commits (532de89170c697c77765ef1c345596d4b1488950)
 

Author SHA1 Message Date
Francois Gouget 06489c6501 gdiplus/tests: Skip the tests if unable to load the TIFF image.
On Windows XP most versions of gdiplus (i.e. older than 5.2) do not support TIFF.
2013-03-04 17:32:02 +01:00
Alexandre Julliard 4391deb930 winex11: Wait for the client window to be created on the server side. 2013-03-04 13:34:28 +01:00
Alexandre Julliard f15a5ff70f winex11: Explicitly set the border pixel when creating the client window. 2013-03-04 13:34:11 +01:00
Daniel Jelinski 704412b459 comctl32/listview: Fix custom draw prepaint handling. 2013-03-04 11:44:37 +01:00
Daniel Jelinski 0ee1df5926 comctl32/listview: Fix font handling in custom draw. 2013-03-04 11:39:20 +01:00
Daniel Jelinski 634d190478 comctl32/imagelist: Fixed merging of images without mask. 2013-03-04 11:39:00 +01:00
Alexandre Julliard 591a31ba67 gdi32: Increment the face refcount when loading the same font file multiple times. 2013-03-04 11:36:04 +01:00
Alexandre Julliard 93c1389b7c gdi32: Store the font stat information when loading it. 2013-03-04 11:35:28 +01:00
Frédéric Delanoy d0d269ab7f vbscript: Specify correct variable in memory allocation check (coverity). 2013-03-04 11:19:56 +01:00
Alexandre Julliard 1e7d7d0985 vbscript: Tweak enum macros to avoid confusing winapi_extract. 2013-03-04 11:19:50 +01:00
Jacek Caban 20e85dd21b jscript: Use jsstr_substr in jsregexp.c where possible. 2013-03-04 11:19:30 +01:00
Jacek Caban 6e3895ad76 jscript: Added jsstr_substr helper and use it in String object implementation. 2013-03-04 11:19:27 +01:00
Dmitry Timoshkov 464b8b4160 gdiplus: Add some tests for string format alignment. 2013-03-04 11:19:20 +01:00
Dmitry Timoshkov 9fb88c7999 gdiplus: GdipDrawString should not clip the string if StringFormatFlagsNoClip is specified. 2013-03-04 11:19:18 +01:00
Dmitry Timoshkov 737790603c Revert "gdiplus: Add support for StringFormatFlagsNoClip.".
This reverts commit bfa35f37a7.
This patch breaks string alignment.
2013-03-04 11:19:16 +01:00
Michael Stefaniuc 9a436a98f4 inetcomm: COM cleanup for the IStream iface. 2013-03-04 11:18:15 +01:00
Michael Stefaniuc c7d05df81d inetcomm: Include the object instead of IMimeBody in struct body_t.
Avoids COM interface to COM object transitions.
2013-03-04 11:18:13 +01:00
Michael Stefaniuc 4e35ec4777 inetcomm: COM cleanup for the IMimeBody iface. 2013-03-04 11:18:07 +01:00
Michael Stefaniuc 3a9d744f12 inetcomm: Use a static interface instance for IMimeAllocator. 2013-03-04 11:18:02 +01:00
Michael Stefaniuc f44d66c617 inetcomm: COM cleanup for the IMimeSecurity iface. 2013-03-04 11:17:58 +01:00
Michael Stefaniuc d50b3b2068 inetcomm: Pass the object instead of an iface to a helper function. 2013-03-04 11:17:54 +01:00
Michael Stefaniuc f18d156352 inetcomm: COM cleanup for the IMimeMessage iface. 2013-03-04 11:17:51 +01:00
Nikolay Sivov 431e77bec4 msxml3: CDATA nodes can't have children. 2013-03-04 11:16:25 +01:00
Nikolay Sivov 2d5c9f4f46 msxml3: Filter unsupported child nodes in insertBefore() for elements. 2013-03-04 11:16:20 +01:00
Petr Kočandrle ce4291c513 po: Completed WineMine Czech translation. 2013-03-04 11:16:10 +01:00
Jeff Muizelaar 03cae02611 dbghelp: Store the vendor id in the correct order. 2013-03-04 11:15:57 +01:00
Vincent Povirk 7b004c1714 gdiplus: Store the image type on a Graphics object in case the image is freed. 2013-03-04 11:15:38 +01:00
Andrew Talbot edea85dea6 mscoree: Remove unneeded address-of operator from function name. 2013-03-04 11:15:24 +01:00
Andrew Talbot 81afb28818 windowscodecs: Avoid signed-unsigned integer comparisons. 2013-03-04 11:15:16 +01:00
Andrew Talbot 23bf25b0c0 winealsa.drv: Avoid signed-unsigned integer comparisons. 2013-03-04 11:15:02 +01:00
Piotr Caban cd7b71d3f4 msvcrt: Added stdin close/open tests. 2013-03-04 11:14:47 +01:00
Piotr Caban db92137f83 msvcrt: Reuse standard file descriptors after closing them. 2013-03-04 11:14:45 +01:00
Piotr Caban f565e4a315 msvcrt: Don't duplicate standard handles during initialization. 2013-03-04 11:14:41 +01:00
Alexandre Julliard ac9ca974e3 Release 1.5.25. 2013-03-01 21:40:05 +01:00
Jacek Caban 4a6807038b mshtml: Added IHTMLElement2::insertAdjacentElement tests. 2013-03-01 18:03:32 +01:00
Jacek Caban e03de990ef mshtml: Added IHTMLElement2::insertAdjacentElement implementation. 2013-03-01 18:03:31 +01:00
Jacek Caban 6d55379f7a mshtml: insert_adjacent_node clean up. 2013-03-01 18:03:31 +01:00
Jacek Caban 306cec23cb mshtml: Fixed 'adjacent' spelling. 2013-03-01 18:03:31 +01:00
Piotr Caban d622ffcba0 msvcrt: Fixed closing of FindFirstFile handle in build_expanded_argv. 2013-03-01 18:03:31 +01:00
Piotr Caban 743a42b259 cmd: Fixed memory leak in WCMD_run_program. 2013-03-01 18:03:30 +01:00
Jacek Caban 4682730815 mshtml: Fixed handling escaped paths in is_gecko_path. 2013-03-01 18:03:30 +01:00
Jacek Caban 5068bdb674 ieframe: Fixed tests on IE10. 2013-03-01 18:03:30 +01:00
Jacek Caban febbb85528 wininet: Renamed socketFD to socket. 2013-03-01 18:03:30 +01:00
Jacek Caban c6ee6d6c9e wininet: Renamed useSSL to secure and set it after secure connection is established. 2013-03-01 18:03:30 +01:00
Jörg Höhle b0fc000ce1 winmm: Prevent some MIDI race conditions. 2013-03-01 18:03:30 +01:00
Jörg Höhle 702fe6738b wineoss: Add midi MTC Quarter Frame support (on output). 2013-03-01 18:03:30 +01:00
Jörg Höhle 2bc23b0c55 winealsa: Reword some MIDI log messages. 2013-03-01 18:03:30 +01:00
Vincent Povirk 276d202e79 mscoree: Keep a reference to mscoree when shutting down. 2013-03-01 18:03:30 +01:00
Dmitry Timoshkov 1b17f0fd5d fonts: Add an initial version of Wingdings font.
This version contains just 3 glyphs which were copied from OpenSymbol font.
2013-03-01 18:03:30 +01:00
Alessandro Pignotti d1ff1c0495 quartz: It's not guaranteed that filters have a GUID in the property bag. 2013-03-01 18:03:30 +01:00