Commit Graph

53860 Commits

Author SHA1 Message Date
Huw Davies baef9a7e92 oleaut32: Don't invoke a function that has the restricted attribute or is part of an interface that's marked as restricted. 2010-07-29 17:33:36 +02:00
Henri Verbeet 941aeade01 ddraw: Use a less offensive handle table implementation for matrices. 2010-07-29 17:33:36 +02:00
Henri Verbeet 0cb4de4542 ddraw: Use a less offensive handle table implementation for materials. 2010-07-29 17:33:35 +02:00
Henri Verbeet 7b3d200ab3 d3d9/tests: Fix an ok() message in pointsize_test(). 2010-07-29 17:33:35 +02:00
Henri Verbeet da0582a624 d3d9/tests: Add a test for handling floating point specials in shaders. 2010-07-29 17:33:35 +02:00
Henri Verbeet 4936e71828 wined3d: Clamp vertex shader outputs.
To avoid having to interpolate infinities over fragments.
2010-07-29 17:33:35 +02:00
Henri Verbeet 2114a36936 wined3d: Unify vertex shader output handling between shader models. 2010-07-29 17:33:35 +02:00
Igor Paliychuk f0de2d9d25 comdlg32: Fixed Ukrainian standard dialog sizes. 2010-07-29 17:33:34 +02:00
Stefan Dösinger cc8a45321f wined3d: Add casts for int to float conversions. 2010-07-29 17:33:34 +02:00
Stefan Dösinger 6a87681b11 wined3d: Fix an msvc anachronism warning. 2010-07-29 17:33:34 +02:00
Stefan Dösinger 81b03d8891 wined3d: Use a int for the mantissa in float_24_to_32. 2010-07-29 17:33:34 +02:00
Stefan Dösinger b25f22e456 wined3d: Use powf instead of pow. 2010-07-29 17:33:34 +02:00
Alexandre Julliard 1019579fd4 gdi32: Fix offset for mirrored devices that have a non-zero viewport offset. 2010-07-29 17:33:27 +02:00
Alexandre Julliard 1da826a149 gdi32: Fix text positioning in mirrored DCs. 2010-07-29 13:37:20 +02:00
Alexandre Julliard 7d776a866e gdi32: Mirror the clip region when the DC is mirrored, with tests. 2010-07-29 13:36:43 +02:00
Nikolay Sivov 31da90fd9d shlwapi: Implement SKGetValueW over SHGetShellKey. 2010-07-29 10:30:45 +02:00
Nikolay Sivov e7395e09e1 shlwapi: Partially implement SHGetShellKey. 2010-07-29 10:30:40 +02:00
Nikolay Sivov b684c60a10 shlwapi/tests: Fix some test failures on Win2000. 2010-07-29 10:29:50 +02:00
Dylan Smith 4c174fc845 richedit: Removed unused run flags values.
The only place MERF_SKIPPED was in debug code, and MERF_CALCBYWRAP was only
used to clear this unused flag value, so I got rid of both of them.
2010-07-29 10:28:29 +02:00
Dylan Smith 15251ad84b richedit: Removed redundant variable ptLastSplittableRun. 2010-07-29 10:28:06 +02:00
Dylan Smith dfa80b35b0 richedit: Invalidate without calling UpdateWindow in many cases. 2010-07-29 10:28:00 +02:00
Dylan Smith 1964e603fd richedit: Remove redundant commit and repaint in ME_StreamInText.
ME_StreamInText is only used in one function, ME_StreamIn, which always
calls ME_CommitUndo and ME_UpdateRepaint after calling this function.
2010-07-29 10:27:38 +02:00
Dylan Smith 328a3f1d8c richedit: EN_UPDATE notification is sent on WM_PAINT. 2010-07-29 10:27:30 +02:00
Thomas Mullaly d992bab72e urlmon: Implemented IUri_GetPort. 2010-07-29 10:25:36 +02:00
Thomas Mullaly 4a88270ce0 urlmon: Implemented canonicalization for ports in URIs. 2010-07-29 10:25:08 +02:00
Thomas Mullaly 8a51ac0619 urlmon/tests: Restructured invalid URI tests plus added more test data. 2010-07-29 10:24:51 +02:00
Thomas Mullaly ceddd02797 urlmon: Implemented a port parse for URIs. 2010-07-29 10:24:38 +02:00
Thomas Mullaly 821b8fcdc8 urlmon: Fixed a bug that would cause tests to randomly fail. 2010-07-29 10:24:23 +02:00
Frédéric Delanoy 16f120f1dd shdocvw: Fix French translation. 2010-07-29 10:24:03 +02:00
Matt 'Murph' Finnicum 084bf06fe9 imm32: Set size of OSVERSIONINFOA before calling GetVersionExA. 2010-07-29 10:23:24 +02:00
Paul Vriens aaf4ce8ac6 setupapi: Add a stub for SetupDiLoadClassIcon. 2010-07-29 10:22:25 +02:00
Andrew Eikum 1b7a3dae6e comdlg32/tests: Use GetOpenFileNameA instead of GetOpenFileNameW. 2010-07-29 10:22:08 +02:00
Alexandre Julliard 7c1124e49a gdi32: Make sure the text dimensions are always positive in the ExtTextOut normal case. 2010-07-28 23:15:01 +02:00
Alexandre Julliard b01be941d0 winex11: Fix handling of the lpDx array in ExtTextOut for the non-Xrender case. 2010-07-28 23:10:49 +02:00
Alexandre Julliard 2773ae181e gdi32/tests: Add some tests for the DC origin in RTL layouts. 2010-07-28 20:35:09 +02:00
Alexandre Julliard d100153e5c gdi32/tests: Make function pointers global in the mapping test. 2010-07-28 20:34:20 +02:00
Alexandre Julliard e4b76dfd88 gdi32: Make the top right corner the DC origin for RTL layouts. 2010-07-28 20:33:13 +02:00
Mike Kaplinskiy a6203f8b53 server: Fix some comments.
Apparently windows reports only currently valid events for WSAEnumNetworkEvents.
2010-07-28 16:28:27 +02:00
Mike Kaplinskiy 0b251c08f2 server: Consume events triggered. 2010-07-28 16:28:26 +02:00
Mariusz Pluciński c8861296b1 gameux: Add interface registration routines. 2010-07-28 16:28:26 +02:00
Mariusz Pluciński de239b7ac7 gameux: Add IClassFactory implementation. 2010-07-28 16:28:25 +02:00
Mariusz Pluciński 9878d6b384 gameux: Add stub of IGameExplorer implementation. 2010-07-28 16:28:25 +02:00
Mariusz Pluciński b3a9ce4432 gameux: Add gameux.dll library stub. 2010-07-28 16:28:25 +02:00
Frédéric Delanoy abd0e08953 shdocvw: Add French translation. 2010-07-28 16:28:25 +02:00
Anders Jonsson e5cc9b0f8a shdocvw: Add Swedish translation. 2010-07-28 16:28:24 +02:00
Nikolay Sivov 279677b7d8 comctl32/treeview: Fix possible crash in TVS_SINGELEXPAND helper (Coverity). 2010-07-28 16:28:23 +02:00
Jörg Höhle c678bdd718 msvidc: ICDecompressQuery returns ICERR_BADFORMAT on error. 2010-07-28 16:28:23 +02:00
Jörg Höhle aab254a11e msvfw32/tests: Add ICDecompressQuery format tests. 2010-07-28 16:28:22 +02:00
Johan Gill 1fb67788b1 ddraw: Added a todo_wine test for SetCooperativeLevel. 2010-07-28 16:28:22 +02:00
Alexander Nicolaysen Sørnes 7833ca6bbb shdocvw: Make the addressbar in IE do something useful. 2010-07-28 16:28:22 +02:00