Commit Graph

55532 Commits (5c8c151aa8359ad358ad97a1c36e5bc6035137b0)
 

Author SHA1 Message Date
Huw Davies 5c8c151aa8 gdi32/tests: Add tests for the 120 dpi bitmap fonts. 2009-02-19 15:57:47 +01:00
Huw Davies 4f25723853 gdi32: Set the font family as FF_MODERN if the panose marks it as monospaced. 2009-02-19 15:57:47 +01:00
Huw Davies e6a0fa9f44 gdi32/tests: Output the requested font name on failure. 2009-02-19 15:57:47 +01:00
Huw Davies ee339afa3f gdi32/tests: Output the required font height if the test fails. 2009-02-19 15:57:47 +01:00
Huw Davies 466b50cf7d comdlg32/tests: Vista can return a failure from StartDoc when using the XPS driver - don't fail the test in this case. 2009-02-19 15:57:47 +01:00
Alistair Leslie-Hughes 169f440cb7 mshtml: Implement IHTMLCurrentStyle_get_fontFamily. 2009-02-19 15:57:47 +01:00
Alistair Leslie-Hughes e6a18895ee mshtml: Implement IHTMLCurrentStyle_get_position. 2009-02-19 15:57:47 +01:00
Alexandre Julliard cd77c75619 user32/tests: Try harder to make the window receive keystrokes. 2009-02-19 15:57:46 +01:00
Alexandre Julliard 5d513c1b04 include: Avoid redefinition of WIN32 in twain.h. 2009-02-19 15:57:46 +01:00
Alexandre Julliard de02d20ec7 winetest: Try to trigger the Gecko install for mshtml tests, and skip them otherwise. 2009-02-19 15:57:46 +01:00
Alexandre Julliard cd656fa7f6 msctf/tests: Don't import uuid. 2009-02-19 15:57:30 +01:00
Paul Vriens 4542ab35b4 ddraw/tests: Use skip() instead of trace(). 2009-02-19 12:54:25 +01:00
Paul Vriens b63728a850 ddraw/tests: Don't crash on W2K. 2009-02-19 12:54:21 +01:00
Henri Verbeet 166db1e934 quartz: Use a more appropriate size for the video renderer window. 2009-02-19 12:54:00 +01:00
Henri Verbeet 445255983d d3d9: Also copy the AutoDepthStencilFormat field in GetPresentParameters(). 2009-02-19 12:53:50 +01:00
Henri Verbeet 828f42cb1f wined3d: Add some traces to state handlers.
Should make it a bit clearer what's happening in some cases.
2009-02-19 12:53:44 +01:00
Henri Verbeet c8a3f3f13f wined3d: Allow floating point values for WINED3DDECLUSAGE_BLENDWEIGHT.
glWeightPointerARB() obviously accepts floating point data.
2009-02-19 12:53:38 +01:00
Aurimas Fischer ff5bbf1360 winecfg: Unify/fix some Lithuanian translated strings. 2009-02-19 12:53:27 +01:00
Aurimas Fischer 525cce9e8b comdlg32: Unify/fix some Lithuanian translated strings. 2009-02-19 12:53:21 +01:00
Aurimas Fischer 5106a3665a shell32: Add Lithuanian translation. 2009-02-19 12:52:42 +01:00
Anders Jonsson 4d0eb2280d oleview: Add Swedish translation. 2009-02-19 12:52:37 +01:00
Anders Jonsson b611c8a1c8 taskmgr: Add Swedish translation. 2009-02-19 12:52:34 +01:00
Anders Jonsson 161d52a285 browseui: Add Swedish translation. 2009-02-19 12:52:30 +01:00
Michael Stefaniuc 1134008973 winmm: Remove commented out code.
The code tried to optimize the usage of the 32bit A(scii) winmm API
with a 16bit driver.
2009-02-19 12:52:21 +01:00
Michael Stefaniuc 0ca2d32682 imaadp32.acm: Don't truncate a pointer by casting it to a DWORD. 2009-02-19 12:52:13 +01:00
Michael Stefaniuc 1f56ce42e3 qcap: Remove superfluous pointer casts. 2009-02-19 12:52:09 +01:00
Michael Stefaniuc 6c54ad3dba shell32: Remove superfluous pointer casts. 2009-02-19 12:52:02 +01:00
Michael Stefaniuc 8324ed6cc9 shell32: Remove superfluous pointer casts from macros. 2009-02-19 12:51:57 +01:00
Rob Shearman ccce11d2c3 gdi32: Move 16-bit functions not exported in gdi32.dll into files compiled only when 16-bit functionality is enabled. 2009-02-19 12:51:50 +01:00
Rob Shearman a9bf3813ec wineoss.drv: Use CP_UNIXCP instead of CP_ACP for converting strings that come from system library functions or system headers. 2009-02-19 12:51:46 +01:00
Rob Shearman 466b682dc6 winejoystick.drv: Use CP_UNIXCP instead of CP_ACP when converting a string that comes from the OS. 2009-02-19 12:51:43 +01:00
Rob Shearman 944f22db80 widl: Fix typos in write_remoting_arg which caused ref pointers to unions to not result in direct calls to NonEncapsulatedUnion/EncapsulatedUnion functions. 2009-02-19 12:51:40 +01:00
Juan Lang 32bacc9c0b oleaut32: Implement VarDecInt. 2009-02-19 12:51:36 +01:00
Juan Lang 48d1f9fba1 oleaut32: Implement VarDecFix. 2009-02-19 12:51:27 +01:00
Juan Lang d693dfda8c oleaut32: Constify input parameter to VarR8FromDec.
With thanks to Dmitry for spotting this.
2009-02-19 12:51:22 +01:00
Aric Stewart e968f099f3 wininet: Handle cookie expiration. 2009-02-18 16:48:42 +01:00
Alexandre Julliard efdf8f9878 user32/tests: Ignore SPI_ICONVERTICALSPACING notifications. Don't reset mouse buttons if setting failed. 2009-02-18 16:45:44 +01:00
Juan M. Navarro c9b40bff32 msvcrt/tests: Avoid size_t in printf format. 2009-02-18 15:03:30 +01:00
Nikolay Sivov 2dd1b3b636 cmd: Reserve a place in buffer for NULL terminator. 2009-02-18 15:00:22 +01:00
Nikolay Sivov 78f38a742f cmd: Always add a new line in 'type' output on single file mode. 2009-02-18 15:00:04 +01:00
Michael Karcher abf9cd0993 kernel32: Free profile before reloading. 2009-02-18 14:58:27 +01:00
Huw Davies ecffb8038a comdlg32/tests: Skip remaining tests if StartDoc fails. 2009-02-18 14:48:08 +01:00
Huw Davies f4e3e18b42 gdi32/tests: From Vista onwards TabbedTextOut ignores justification, so remove that bit of the test. 2009-02-18 14:48:05 +01:00
Alistair Leslie-Hughes de4f3fd4b9 mshtml: Implement IHTMLStyle_get_marginLeft. 2009-02-18 14:44:28 +01:00
Alistair Leslie-Hughes d6be3967bd mshtml: Implement IHTMLStyle_get_marginRight. 2009-02-18 14:44:23 +01:00
Alexandre Julliard 1c91d54503 msvcrt: Don't try to duplicate invalid handles. Don't reset std handles if we didn't set them. 2009-02-18 14:44:17 +01:00
Aric Stewart 64ae0000b6 msctf: Added msctf tests. 2009-02-18 14:08:30 +01:00
Aric Stewart f936832595 wininet: Make use of improved cookie functions and cookie paths. 2009-02-18 14:08:15 +01:00
Aric Stewart d2d26205be wininet: Complicated cookie value set/get tests. 2009-02-18 13:30:18 +01:00
Aric Stewart a253a376a7 wininet: Add and match paths for cookies. 2009-02-18 13:29:36 +01:00