Commit Graph

85998 Commits

Author SHA1 Message Date
Akihiro Sagawa 286854fb06 gdi32: Consider whether the logical font face is vertical when selecting. 2012-02-08 13:54:40 -06:00
Akihiro Sagawa c683ad72b2 gdi32/tests: Add tests for East Asian font selection. 2012-02-08 13:54:33 -06:00
Huw Davies 9ae17687c0 shell32: Don't try to check for the folder's existence if we don't have a path. 2012-02-08 13:19:22 -06:00
Huw Davies 8272045cd8 shell32: Zero-init the out parameter and fix the error if the folder id is invalid. 2012-02-08 13:19:14 -06:00
Alexandre Julliard 154aef98d8 services: Don't close the overlapped event when terminating a service.
An overlapping I/O operation may still be in progress.
2012-02-08 13:19:04 -06:00
Alexandre Julliard 8ab65c222e user32: Draw the mask with SRCCOPY in DrawIcon when the image isn't being drawn. 2012-02-08 11:00:51 -06:00
Jacek Caban 976a3d5e08 mshtml: Added IHTMLDocument2::get_frames implementation. 2012-02-08 10:54:03 -06:00
Jacek Caban 666004cdbd mshtml: Removed code duplication in frame collection tests. 2012-02-08 10:53:56 -06:00
Aric Stewart f83762e678 gdi32: Allow font replacements to be specified either in localized name or English name. 2012-02-08 10:53:40 -06:00
Nikolay Sivov b32b969eb6 comctl32: Invalidate before item is removed. 2012-02-08 10:50:12 -06:00
Eric Pouech d967484ecc kernel32: Added a couple of tests about console creation through CreateFile, and fix some corner cases. 2012-02-08 10:47:57 -06:00
Alexandre Julliard 9ac28c8f36 winecoreaudio: Fix spec file parameters. 2012-02-07 21:27:56 -06:00
Austin English 93ed8a062d kernel32: Add support for IOCTL_STORAGE_CHECK_VERIFY2. 2012-02-07 14:03:30 -06:00
Akihiro Sagawa d53dc01143 gdi32: Restore the vertical font flag from the cache. 2012-02-07 14:03:12 -06:00
Andrew Eikum 74d6990494 winmm: TRACE unhandled messages. 2012-02-07 14:03:02 -06:00
Andrew Eikum be7a93cf56 winmm: Downgrade most ERRs to WARNs. 2012-02-07 14:02:58 -06:00
Andrew Eikum 67617c78a5 wineoss.drv: Downgrade most ERRs to WARNs. 2012-02-07 14:02:49 -06:00
Frédéric Delanoy a91464b05d po: Fix some trailing ellipses errors in the Slovenian translation. 2012-02-07 09:36:42 -06:00
Frédéric Delanoy 5afd771ca3 po: Fix some trailing ellipses errors in the Swedish translation. 2012-02-07 09:36:39 -06:00
Frédéric Delanoy a9a41b77e0 po: Fix some trailing ellipses errors in Polish translation. 2012-02-07 09:36:33 -06:00
Frédéric Delanoy abd0b0fc17 po: Fix some trailing ellipses errors in Korean translation. 2012-02-07 09:36:29 -06:00
Frédéric Delanoy c6b237896c po: Fix some trailing ellipses errors in Norwegian Bokmål translation. 2012-02-07 09:36:26 -06:00
Frédéric Delanoy d431969c18 po: Fix some trailing ellipses errors in Catalan translation. 2012-02-07 09:36:22 -06:00
Frédéric Delanoy a4c2d85b16 po: Fix some trailing ellipses errors in Portuguese translation. 2012-02-07 09:36:18 -06:00
Frédéric Delanoy ed3c690910 po: Fix some trailing ellipses errors in Russian translation. 2012-02-07 09:36:15 -06:00
Frédéric Delanoy 7accb957a3 po: Fix some trailing ellipses errors in Japanese translation. 2012-02-07 09:36:11 -06:00
Frédéric Delanoy 6900853f91 po: Fix some trailing ellipses errors in Italian translation. 2012-02-07 09:36:07 -06:00
Frédéric Delanoy 78ce1bd0c3 po: Fix some trailing ellipses errors in Brazilian Portuguese translation. 2012-02-07 09:36:04 -06:00
Frédéric Delanoy e050861907 po: Update French translation. 2012-02-07 09:36:00 -06:00
Aric Stewart e7a79b5565 gdi32: Keep our internal generated system links separate and append them to any user defined system links. 2012-02-07 09:35:50 -06:00
Huw Davies 0425a110d9 oleaut32: [restricted] members with negative dispids may still be called. 2012-02-07 09:34:22 -06:00
Huw Davies 5c8edb0449 ole32: Don't hold a ref to the drop target in the wrapper. Apps tend to destroy the target object without calling RevokeDragDrop. 2012-02-07 09:33:53 -06:00
Michael Stefaniuc 8116d8a53d inetcpl.cpl: Remove an obsolete resource attribute. 2012-02-07 09:32:42 -06:00
Michael Stefaniuc 482a5746ee comctl32: Remove an obsolete resource attribute. 2012-02-07 09:32:30 -06:00
Piotr Caban c39793087d msvcrt: Handle negative file->_cnt value in _flsbuf function. 2012-02-07 09:32:20 -06:00
Dmitry Timoshkov 9d538e43be user32: Make FlashWindowEx tests pass under Windows. 2012-02-07 09:31:33 -06:00
Dmitry Timoshkov 39a4b5fa94 user32: Fix a couple of typos. 2012-02-07 09:31:21 -06:00
Dmitry Timoshkov 48a2a467cd psapi: Make sure that NtQueryVirtualMemory(MemorySectionName) succeeds under Windows 2000 too. 2012-02-07 09:31:14 -06:00
Aric Stewart c3e2407664 quartz: AMFilterData_ParseFilterData returns a pointer to a pointer to filter data. 2012-02-07 09:30:05 -06:00
Francois Gouget c0338afebb shell32: Fix the name of the 'Application Data' folders. 2012-02-07 09:27:53 -06:00
Alexandre Julliard 0aeb38bb4c mshtml: Use the current AppData folder instead of the default one as profile directory. 2012-02-06 17:39:57 -06:00
André Hentschel 91a63ad08c comctl32/tests: Add some more thumb length tests. 2012-02-06 10:27:22 -06:00
Francois Gouget 0cd8c8f24a po: Remove or fuzzy invalid Turkish shell folder translations. 2012-02-06 10:24:32 -06:00
Francois Gouget 764ee39c08 po: Fix some typography issues in the Serbian (Cyrillic) translation.
Also mark a few incomplete translations as fuzzy.
2012-02-06 10:24:26 -06:00
Francois Gouget bc220525a7 po: Fix some typography issues in the Serbian (Latin) translation.
Also mark a few incomplete translations as fuzzy.
2012-02-06 10:24:24 -06:00
Francois Gouget 33afb7766b po: Fix a typography issue in the Telugu translation. 2012-02-06 10:24:20 -06:00
Andrew Eikum bb1ca58114 wineoss.drv: Don't call GETOSPACE immediately after device initialization. 2012-02-06 10:24:04 -06:00
Dmitry Timoshkov ea7e9ed2eb user32: RealChildWindowFromPoint should skip invisible windows. 2012-02-06 10:23:27 -06:00
Dmitry Timoshkov 8c7f3964b5 user32: Add a bunch of RealChildWindowFromPoint tests. 2012-02-06 10:23:23 -06:00
Francois Gouget 527e1ae1ac ddraw/tests: Fix compilation on systems that don't support nameless unions. 2012-02-06 10:19:53 -06:00