Huw Davies
4b9c22d66b
gdi32: Add tests for GetTransform.
2009-06-24 14:52:21 +02:00
Huw Davies
6260af2a7c
gdi32: Implement GetTransform for the other valid transform types.
2009-06-24 14:52:19 +02:00
Aurimas Fišeras
3df02ab515
oledlg: Add Lithuanian translation.
2009-06-24 14:52:01 +02:00
Nikolay Sivov
2551ea0568
comctl32/listview: Initialize string pointers on notification conversion routine.
2009-06-24 11:38:31 +02:00
Tony Wasserka
0ac20c4bd3
d3dx9: Add tests for basic ID3DXFont functions.
2009-06-24 11:32:09 +02:00
Tony Wasserka
5dd6371345
d3dx9: Implement ID3DXFont_GetTextMetrics.
2009-06-24 11:31:49 +02:00
Tony Wasserka
9733856f90
d3dx9: Implement ID3DXFont_GetDC.
2009-06-24 11:31:42 +02:00
Tony Wasserka
05843d4770
d3dx9: Implement ID3DXFont_GetDesc.
2009-06-24 11:31:09 +02:00
Tony Wasserka
e36028b4df
d3dx9: Implement ID3DXFont_GetDevice.
2009-06-24 11:31:02 +02:00
Tony Wasserka
823ec93b39
d3dx9: Improve parameter validation in D3DXCreateFont and D3DXCreateFontIndirect.
2009-06-24 11:30:54 +02:00
Paul Chitescu
b647b56984
shell32: Add missing Romanian translation for IDS_SHLEXEC_NOASSOC.
2009-06-24 11:28:56 +02:00
Henri Verbeet
f98c6e3cff
wined3d: Allow the existence of other shader types in get_loop_control_const().
2009-06-24 11:28:50 +02:00
Henri Verbeet
943ed4e1e9
wined3d: Eliminate a redundant local variable in get_loop_control_const().
2009-06-24 11:28:45 +02:00
Henri Verbeet
aec6d319fa
wined3d: Avoid a redundant copy.
2009-06-24 11:28:38 +02:00
Henri Verbeet
fd8ebebe56
wined3d: Use a proper structure for "loop_control".
2009-06-24 11:28:33 +02:00
Henri Verbeet
4caf43ddb7
wined3d: Add some missing GL locking documentation to arb_program_shader.c.
2009-06-24 11:28:27 +02:00
Aric Stewart
a307c6fdc2
msctf/tests: Verify to make sure OnPopContext happens before context is removed from stack.
2009-06-24 11:28:21 +02:00
Aric Stewart
e73b17d018
msctf: Context initialization happens before OnPushContext sink.
2009-06-24 11:28:14 +02:00
Aric Stewart
2dd5a3bea2
msctf: ITfContext::GetDocumentMgr should AddRef the DocumentMgr.
2009-06-24 11:28:07 +02:00
Aric Stewart
190357b14b
msctf: Implement ITfContext::GetStatus.
2009-06-24 11:28:00 +02:00
Aric Stewart
2dca912aa9
wintrust: Stub WTHelperCertCheckValidSignature.
2009-06-24 11:27:56 +02:00
Paul Vriens
92ec4d5d0d
crypt32/tests: Fix some test failures on Win9x.
2009-06-24 11:27:46 +02:00
Paul Vriens
c7105f82ee
crypt32/tests: Fix a test failure on Win9x.
2009-06-24 11:27:42 +02:00
Austin English
a4f2d3d18e
wined3d: Fix a compiler warning.
2009-06-24 11:25:09 +02:00
Austin English
583be32178
shdocvw: Handle DISPID_AMBIENT_DLCONTROL case.
2009-06-24 11:25:05 +02:00
Andrew Talbot
b2bb4a2ca8
cryptui: Constify some variables.
2009-06-24 11:24:58 +02:00
Francois Gouget
dee97f4560
comctl32: Make MapIdSearchCompare() static.
2009-06-24 11:24:46 +02:00
Aurimas Fišeras
ce349981a2
avifil32: Add Lithuanian translation.
2009-06-24 11:24:35 +02:00
Huw Davies
e920f5f7d7
gdi32: Add tests for SetVirtualResolution.
2009-06-23 16:21:46 +02:00
Huw Davies
5c386041fc
gdi32: Implement SetVirtualResolution.
2009-06-23 16:21:42 +02:00
Jacek Caban
150f79b587
urlmon: Query for IHtmlNegotiate[2] interfaces when needed.
2009-06-23 15:53:01 +02:00
Jacek Caban
c32925aecd
urlmon: Fixed tests on IE8.
2009-06-23 15:53:01 +02:00
Jörg Höhle
d3723a9e44
winedos: Provide trailing \ now required by GetVolumeInformation.
2009-06-23 15:53:01 +02:00
Paul Chitescu
a70e4248a3
shell32: Completed Romanian translation, fixed minor typos.
2009-06-23 15:53:01 +02:00
Aric Stewart
c6ae945bf7
wininet: Semi-stub for quering Http INTERNET_OPTION_SECURITY_FLAGS.
2009-06-23 15:53:01 +02:00
Aric Stewart
b9f2f9d226
wininet: Improve HTTP status 100 handling.
2009-06-23 15:53:01 +02:00
Stefan Dösinger
e0ec956b3d
wined3d: Fix pixelshader ifc.
...
The NVfp2 control flow uses the D3D syntax, and doesn't need the inversed
branch condition we're using in the vertex shader.
2009-06-23 15:53:00 +02:00
Stefan Dösinger
444b7ac7e5
wined3d: Use a local parameter for the position fixup.
...
I don't like that I have to do this because the posFixup is in all
vertex programs, so its at the same position and could be loaded
globally. Unfortunately, there are only 256 env parameters usually,
which makes it impossible for any shader to use c256, even if it does
not use indirect addressing, and so we can't claim 256 constant
support.
2009-06-23 15:53:00 +02:00
Stefan Dösinger
7ffd10da28
wined3d: Find the clip texcoord before compiling.
...
The best is to put this together with the rest of the shader_arb_priv initialization.
2009-06-23 15:53:00 +02:00
Stefan Dösinger
e64d48371f
wined3d: Add a function to control use of NV_vp2 clipplanes.
...
I find it helpful for debugging to have this controlled at a central place,
without having to disable the entire GL extension or manually find all the
places where GL_SUPPORT(NV_VERTEX_PROGRAM2_OPTION) controls clipplane use. It
is useful for debugging the emulation code on NV cards and for debugging mac
driver issues.
2009-06-23 15:53:00 +02:00
Stefan Dösinger
85af0b2943
wined3d: Don't emulate clipplanes with ffp vp and fix a wrong if condition.
...
b2f09fd204
accidentally got the
device->vs_clipping check wrong. The FFP replacement should emulate
clipping if GL can't do this natively with vertex shaders, not the
other way. Also don't emulate clipping if we're using fixed function
vertex processing because (a) clipping is always supported by GL in
this case, and (b), fragment.texcoord[7] is undefined. (Or in the
worst case set to something bad by the app).
2009-06-23 15:53:00 +02:00
Ken Sharp
e096b59ceb
gdiplus: Add GdipIsVisibleRegionPointI stub.
2009-06-23 15:53:00 +02:00
Piotr Caban
27d8e22cbc
jscript: Added Date_setFullYear and Date_setUTCFullYear implementation.
2009-06-23 15:53:00 +02:00
Piotr Caban
7301ad4f72
jscript: Added Date_setMonth and Date_setUTCMonth implementation.
2009-06-23 15:53:00 +02:00
Piotr Caban
233ded05b7
jscript: Added Date_setDate and Date_setUTCDate implementation.
2009-06-23 15:52:59 +02:00
Piotr Caban
e19ca2b946
jscript: Fix Date_setHours implementation.
2009-06-23 15:52:59 +02:00
Piotr Caban
ece2654ef9
jscript: Fix Date_setMinutes implementation.
2009-06-23 15:52:59 +02:00
Piotr Caban
bbfab68bb8
jscript: Fix Date_setSeconds implementation.
2009-06-23 15:52:59 +02:00
Piotr Caban
37883a66fa
jscript: Fixed Date_setMilliseconds implementation.
...
Previous implementation was not working when:
utc_time != to_utc(to_local_time(utc_time))
2009-06-23 15:52:59 +02:00
Piotr Caban
b45f01b6ce
jscript: Fix typos in comments, add missing ones.
2009-06-23 15:52:59 +02:00