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
|
93db86a7e0
|
server: Don't delay events, we simply shouldn't send them in the first place.
|
2010-07-28 16:28:27 +02:00 |
Mike Kaplinskiy
|
0b251c08f2
|
server: Consume events triggered.
|
2010-07-28 16:28:26 +02:00 |
Alexandre Julliard
|
10b6d6ba4d
|
server: Use tgkill to send signals on x86_64 too.
|
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 |
Michael Stefaniuc
|
5c8b44cd24
|
server: Simplify tkill() and remove unreachable code (Smatch).
|
2010-07-28 16:28:23 +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 |
Alexander Nicolaysen Sørnes
|
c5ac982903
|
shdocvw: Add an address bar to IE.
|
2010-07-28 16:28:22 +02:00 |
Jacek Caban
|
07f169a959
|
wscript.exe: Added parsing script file implmentation.
|
2010-07-28 16:28:22 +02:00 |
Jacek Caban
|
89ca878d1b
|
wscript.exe: Added script engine host implementation.
|
2010-07-28 16:28:22 +02:00 |
Jacek Caban
|
28efdcb521
|
wscript.exe: Added engine lookup implementation.
|
2010-07-28 16:28:22 +02:00 |
Jacek Caban
|
35b8c92759
|
jscript: Register .js file type.
|
2010-07-28 16:28:22 +02:00 |
Jacek Caban
|
c210618663
|
jscript: Return S_OK in SetScriptState for SCRIPTSTATE_INITIALIZED.
|
2010-07-28 16:28:21 +02:00 |
Jacek Caban
|
16bad58a8c
|
wscript.exe: Added stub implementation.
|
2010-07-28 16:28:21 +02:00 |
Huw Davies
|
127260bb62
|
ole32: Pass a real IUnknown ptr to CoMarshalInterface.
|
2010-07-28 16:28:21 +02:00 |
Paul Chitescu
|
8068d4ee22
|
d3dx9_36: Provide an empty error message in the stub D3DXCompileShader.
|
2010-07-28 16:28:21 +02:00 |
Reece Dunn
|
fd66d61861
|
ntdll/tests: check io.Status in the file tests.
|
2010-07-28 16:28:21 +02:00 |
Jacek Caban
|
cf6d9d6986
|
shdocvw: Inherit HlinkFrame in InternetExplorer object.
|
2010-07-28 16:28:21 +02:00 |