Dylan Smith
|
75eef41881
|
richedit: Return correct values when EM_SETTEXTMODE fails.
The checks for the text length and invalid parameters needed to be swapped,
and the code could be easily simplified.
|
2010-07-30 11:36:01 +02:00 |
André Hentschel
|
428e8a5a01
|
msi: Prevent cryptic error.
|
2010-07-30 11:36:01 +02:00 |
André Hentschel
|
bb53f8a782
|
jscript: Fix typo in registry information.
|
2010-07-30 11:36:01 +02:00 |
Alexandre Julliard
|
9dba4840fa
|
gdi32: Refresh the DC transforms when the visible rectangle is changed.
|
2010-07-30 11:35:33 +02:00 |
Alexandre Julliard
|
b3dd20706a
|
winex11: Fix the positioning of some graphics primitives on mirrored contexts.
|
2010-07-30 11:35:14 +02:00 |
Matteo Bruni
|
1b3376982d
|
d3dx9: Implement D3DXAssembleShaderFromFile.
|
2010-07-29 17:48:20 +02:00 |
Matteo Bruni
|
2a62616ac7
|
d3dx9: Handle parent_data parameter of D3DXInclude.Open() function.
|
2010-07-29 17:48:09 +02:00 |
Alexander Nicolaysen Sørnes
|
75909f2158
|
shdocvw: Update the address bar when URL changes.
|
2010-07-29 17:43:04 +02:00 |
Alexander Nicolaysen Sørnes
|
fbf9138333
|
shdocvw: Add DocHostContainer interface to interact with WB2/IE.
|
2010-07-29 17:42:36 +02:00 |
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 |
Alexander Nicolaysen Sørnes
|
c5ac982903
|
shdocvw: Add an address bar to IE.
|
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 |
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 |
Jacek Caban
|
9068b3fb23
|
shdocvw: Moved ITargetFrame2 implementation to HlinkFrame object.
|
2010-07-28 16:28:21 +02:00 |
Jacek Caban
|
df2689d252
|
shdocvw: Moved IHlinkFrame implementation to separated object.
|
2010-07-28 16:28:20 +02:00 |
Alexandre Julliard
|
78cf530c58
|
urlmon/tests: Don't bother testing unimplemented functions to reduce test output.
|
2010-07-28 16:28:20 +02:00 |
Paul Vriens
|
fa8f79feb8
|
msxml3: Ignore a property.
|
2010-07-28 16:28:20 +02:00 |
Igor Paliychuk
|
a6b595918c
|
comdlg32: Fixed Russian standard dialog sizes.
|
2010-07-28 16:28:20 +02:00 |
Igor Paliychuk
|
304fdd3226
|
crypt32: Ukrainian translation update.
|
2010-07-28 16:28:20 +02:00 |
Andrew Nguyen
|
d7956bab54
|
ntdll: Fix the status code for ProcessDebugObjectHandle class in NtQueryInformationProcess when the debugger is absent.
|
2010-07-28 16:28:19 +02:00 |
Andrew Nguyen
|
4c7f9efd16
|
propsys: Fix comma processing in PSPropertyKeyFromString.
|
2010-07-28 16:28:19 +02:00 |
Austin English
|
067168b67b
|
kernel32/tests: Add a test for CreateFileA.
|
2010-07-28 16:28:19 +02:00 |
Austin English
|
fa7b5b05e2
|
dmusic: use a previously unused variable.
|
2010-07-28 16:28:19 +02:00 |
Piotr Caban
|
3ba830446d
|
msvcp90: Added 64-bit exports.
|
2010-07-28 16:28:19 +02:00 |
André Hentschel
|
8d371d88d1
|
kernel32: Spelling fix in a comment.
|
2010-07-28 14:01:53 +02:00 |
Wade Gobel
|
cceb3dc77a
|
gdiplus: Implemented GdipFillClosedCurve and GdipFillClosedCurveI.
|
2010-07-28 14:01:52 +02:00 |
Wade Gobel
|
f4e2af65c5
|
gdiplus: Fixed GdipFillClosedCurve2 and GdipFillClosedCurve2I in the cases that count <= 1.
|
2010-07-28 14:01:52 +02:00 |
Maarten Lankhorst
|
c9ce21ed7e
|
quartz: Add support for renderer methods to MediaSeekingPassThru.
|
2010-07-28 13:33:41 +02:00 |
Maarten Lankhorst
|
5fbef39607
|
quartz: Implement MediaSeekingPassThru.
|
2010-07-28 13:33:18 +02:00 |
Maarten Lankhorst
|
9c07be4399
|
quartz: Make it possible to just override IMediaSeeking::GetCurrentPosition.
|
2010-07-28 13:32:50 +02:00 |
Maarten Lankhorst
|
f830c544ac
|
quartz: Accept tiny discontinuities in video renderer without printing out an error.
|
2010-07-28 13:32:33 +02:00 |
Maarten Lankhorst
|
3658bf2367
|
quartz: Fix flushing in dsound renderer.
|
2010-07-28 13:32:28 +02:00 |
Dmitry Timoshkov
|
213d84be15
|
gdi32: Make sure that all the glyph metrics are transformed before caching them.
|
2010-07-28 12:23:33 +02:00 |
Igor Paliychuk
|
433df65d85
|
comdlg32: Ukrainian translation update.
|
2010-07-28 12:23:07 +02:00 |
Henri Verbeet
|
41346a1dae
|
wined3d: Setting render target 0 to NULL in an application error.
|
2010-07-28 12:22:55 +02:00 |
Henri Verbeet
|
ea2bb2a904
|
wined3d: Invalid NP2 fixup info is an internal error.
|
2010-07-28 12:22:52 +02:00 |
Henri Verbeet
|
0d25da0c0d
|
wined3d: Properly take both input and output masks into account in handle_ps3_input().
|
2010-07-28 12:22:50 +02:00 |
Henri Verbeet
|
ce39714228
|
wined3d: Check for unread registers in a more logical way in handle_ps3_input().
~0U always >= (in_count + 2).
|
2010-07-28 12:22:40 +02:00 |
Jacek Caban
|
e81811b3a0
|
jscript: Use generic object constants for Math constants.
|
2010-07-28 12:22:33 +02:00 |
Jacek Caban
|
922efb88bb
|
jscript: Added support for Function.arguments property.
|
2010-07-28 12:22:31 +02:00 |
Michael Stefaniuc
|
76c06a6d94
|
ntdll: Use IsEqualGUID instead of memcmp to compare GUIDs.
|
2010-07-28 12:22:26 +02:00 |
Michael Stefaniuc
|
a246beabeb
|
shdocvw: Add the Romanian translation.
|
2010-07-28 12:22:16 +02:00 |
Michael Stefaniuc
|
c165fd743c
|
oleaut32: Use IsEqualGUID instead of memcmp to compare GUIDs.
|
2010-07-28 12:22:00 +02:00 |
Andrew Talbot
|
8d5f7fe13f
|
advapi32: Constify some variables.
|
2010-07-28 12:21:48 +02:00 |
Matteo Bruni
|
20f51c29a9
|
wined3d: Setup target if offscreen rendering setting changed.
|
2010-07-26 18:38:33 +02:00 |
Louis Lenders
|
5a05950271
|
d3d9/tests: Test GetAdapterDisplayModeEx with D3DDISPLAYROTATION null-pointer.
|
2010-07-26 18:38:33 +02:00 |
Ilya Basin
|
3b545300b8
|
shell32/tests: CommandLineToArgvW("") shouldn't truncate returned exe path.
|
2010-07-26 18:38:33 +02:00 |