Alexandre Julliard
c35aa1d46d
rpcrt4: Adjust the start of the proxy virtual table for stubless proxies.
2009-06-10 16:54:30 +02:00
Alexandre Julliard
e00b4582a1
winebuild: Properly restore %rax and %rbx in call_from_regs on x86_64.
2009-06-10 13:22:04 +02:00
Alexandre Julliard
31b96c6f3b
kernel32: Forward RtlUnwindEx to ntdll for x86_64.
2009-06-10 13:21:10 +02:00
Ken Sharp
e3f4859961
gdiplus: Add stubs for GdipGetVisibleClipBoundsI, GdipDrawDriverString & GdipMeasureDriverString.
2009-06-10 12:19:45 +02:00
Paul Vriens
984300b59e
riched32/tests: Fix a few test failures on Win9x, WinME and NT4.
2009-06-10 11:53:03 +02:00
Stefan Dösinger
3f5936f6f7
wined3d: Don't set unloaded arrays to zero.
...
This causes memory corruption on MacOS, even if the app does not
reference undeclared arrays. Trying to avoid potential breakage in
broken apps which provoke undefined behavior is pointless if it causes
actual breakage in well-behaved apps (on ill-behaved drivers).
2009-06-10 11:52:58 +02:00
Stefan Dösinger
8e259d9fcd
wined3d: A small atifs bump map improvement.
...
Thanks to Roland Scheidegger from Tungsten Graphics for the suggestion to
replace the 2 movs + dp2add with two MADs, where one can conveniently be
coissued with the other dp2add.
2009-06-10 11:52:24 +02:00
Stefan Dösinger
258d99d289
wined3d: Implement dsy in ARB.
2009-06-10 11:52:15 +02:00
Stefan Dösinger
51cdc9d361
wined3d: Implement loops with the NV extensions.
2009-06-10 11:52:01 +02:00
Stefan Dösinger
298bd3c50d
wined3d: Store the bumpmap ARB constants in ARB structures.
2009-06-10 11:51:49 +02:00
Henri Verbeet
e83fa982ca
wined3d: Use the format info for doing compressed surface blits in BltFast().
2009-06-10 11:51:12 +02:00
Henri Verbeet
61fd875bb4
wined3d: Store compression information about compressed formats.
2009-06-10 11:51:04 +02:00
Henri Verbeet
9d71a5f1e0
wined3d: Round rows up to whole blocks for compressed surface blits in BltFast().
2009-06-10 11:50:57 +02:00
Henri Verbeet
a25e63c62d
wined3d: Check the correct extensions in d3dfmt_get_conv().
...
According to Stefan these are either typos or leftovers from using GL_HILO8_NV.
2009-06-10 11:50:44 +02:00
Henri Verbeet
5ac8a7b054
wined3d: Set explicitly sized internal formats for color key conversion in d3dfmt_get_conv().
2009-06-10 11:50:31 +02:00
Piotr Caban
cfb7617688
jscript: Added Date_getHours and Date_getUTCHours implementation.
2009-06-10 11:50:14 +02:00
Piotr Caban
28e033e359
jscript: Added Date_getDay and Date_getUTCDay implementation.
2009-06-10 11:49:34 +02:00
Piotr Caban
190ed2ef99
jscript: Added Date_getDate and Date_getUTCDate implementation.
2009-06-10 11:49:25 +02:00
Piotr Caban
3f289de8a3
jscript: Added Date_getMonth and Date_getUTCMonth implementation.
2009-06-10 11:48:55 +02:00
Piotr Caban
8427127bb9
jscript: Added Date_getFullYear and Date_getUTCFullYear implementation.
2009-06-10 11:48:17 +02:00
Nikolay Sivov
abe5dee0bb
comctl32/listview: Implement callback functionality for item indentation.
2009-06-10 11:48:10 +02:00
Nikolay Sivov
5e5a58b138
comctl32/listview: Test for indentation callback.
2009-06-10 11:48:04 +02:00
Andrew Talbot
764974e59d
comdlg32: Constify some variables.
2009-06-10 11:47:58 +02:00
André Hentschel
7db8ecb611
cryptui: Improve German translation.
2009-06-10 11:47:53 +02:00
Vincent Povirk
edce2c124a
gdiplus: Stub GdipSetPathGradientPresetBlend.
2009-06-10 11:46:43 +02:00
Vladimir Pankratov
49cc1fa0ce
advpack: Add stub for ExtractFilesW.
2009-06-10 11:46:39 +02:00
Paul Vriens
8e0849f7a6
riched32/tests: Fix some test failures on Win9x/WinME/NT4.
2009-06-09 17:01:15 +02:00
Huw Davies
9da0b352f6
oleaut32: TLibAttr.lcid is read from the second lcid field in the header. Confirmed by manually editing a tlb file.
2009-06-09 17:01:15 +02:00
Huw Davies
7857219ac1
widl: Fix typelib lcid fields to match those produced by midl.
2009-06-09 17:01:15 +02:00
Alexandre Julliard
c98ce23fd2
ole32: Get rid of line feeds and tabs in traces.
2009-06-09 17:01:14 +02:00
Henri Verbeet
910455e435
wined3d: Add some FIXMEs about blitting with unsupported fixups.
2009-06-09 17:01:14 +02:00
Henri Verbeet
621da64245
wined3d: Get rid of the silly pointers in WINED3DVOLUME_DESC.
2009-06-09 17:01:14 +02:00
Henri Verbeet
08d95233e3
wined3d: Don't modify the internal format in d3dfmt_get_conv().
...
For most conversions the internal format is irrelevant. Color key conversions
are an exception, because they need to ensure an alpha channel is present.
2009-06-09 17:01:14 +02:00
Henri Verbeet
fcf6a27a9b
wined3d: Simplify some code in set_glsl_shader_program().
2009-06-09 17:01:14 +02:00
Henri Verbeet
a6dc31e442
wined3d: Avoid comparing shader compile args if the relevant shader isn't present.
2009-06-09 17:01:14 +02:00
Detlef Riekenberg
0e1d18eaf5
mlang/tests: Fix a failure on win98 with mlang 4.72.
2009-06-09 17:01:14 +02:00
Andrew Talbot
9064506f76
comctl32: Constify some variables.
2009-06-09 17:01:14 +02:00
Vincent Povirk
b210eeb1ad
kernel32/tests: Test waiting on a disconnected client pipe.
2009-06-09 17:01:14 +02:00
Nikolay Sivov
0bca442f25
comctl32/listview: Remove outdated todo entries.
2009-06-09 17:01:14 +02:00
Nikolay Sivov
f531271d70
comctl32/listview: Fix item count tests to be dpi aware.
2009-06-09 17:01:14 +02:00
Jonathan Ernst
c7c3a2e376
shell32: Updated French translation.
2009-06-09 17:01:14 +02:00
Jonathan Ernst
686119d89c
reg: Updated French translation.
2009-06-09 17:01:14 +02:00
Jonathan Ernst
367816c0ff
wordpad: Updated French translation.
2009-06-09 17:01:13 +02:00
Jonathan Ernst
c37255dc92
setupapi: Updated French translation.
2009-06-09 17:01:13 +02:00
Jonathan Ernst
0f82a1550d
regedit: Updated French translation.
2009-06-09 17:01:13 +02:00
Jonathan Ernst
db8a14ca74
notepad: Updated French translation.
2009-06-09 17:01:13 +02:00
Jonathan Ernst
7bf836a17c
mshtml: Updated French translation.
2009-06-09 17:01:13 +02:00
Jonathan Ernst
d2d2f1e425
crypt32: Updated French translation.
2009-06-09 17:01:13 +02:00
Paul Vriens
9b6cf22607
msi/tests: Make sure we only create one logfile.
2009-06-09 17:01:13 +02:00
Austin English
99069ab61f
winex11: Return correct length for GetKeyNameText.
2009-06-09 17:01:13 +02:00