Jerome Leclanche
41838721fc
mscms: Move MSCMS_dbgstr_tag outside of the HAVE_LCMS conditional.
2011-04-05 13:36:56 +02:00
Gerald Pfeifer
a3d8e7b369
quartz: Properly set a parameter by reference in Parser_OutputPin_DecideAllocator.
2011-04-05 13:36:56 +02:00
Vincent Povirk
64841aac83
gdiplus: Respect the CmapLookup flag in GDI32_GdipDrawDriverString.
2011-04-05 13:36:56 +02:00
Vincent Povirk
11f0662c60
gdiplus: Don't settle on a font size until absolutely necessary.
...
When we create a new font, we should store its height in a REAL field so
we don't have to round it. Further, when we calculate the width, we should
base the calculation on the metrics of a font at the height we will use, to
prevent rounding errors when the graphics transform will enlarge the font.
2011-04-05 13:36:56 +02:00
Vincent Povirk
be0af56be3
gdiplus: Add a software implementation of GdipDrawDriverString.
2011-04-05 13:36:56 +02:00
Vincent Povirk
32baa8ba4e
gdiplus: Add helper for translating GpFont to HFONT.
2011-04-05 13:36:56 +02:00
Jacek Caban
bf163d79b8
mshtml: Get rid of no longer needed app-startup observer initialization.
2011-04-05 13:36:55 +02:00
Juan Lang
7871a9f858
crypt32: Accept CA certificates without a key usage extension.
2011-04-05 11:14:10 +02:00
Henri Verbeet
b372faec3c
wined3d: Correctly check if the destination format is FBO attachable in fbo_blit_supported().
...
Like ca381b610c
, this was introduced by
f1ca14cb5b
.
2011-04-05 11:14:04 +02:00
Henri Verbeet
f212a56819
d3d9/tests: Add a test for partial depth buffer copies.
2011-04-05 11:13:56 +02:00
Henri Verbeet
826c91c5e0
d3d8/tests: Add a test for partial depth buffer copies.
2011-04-05 11:13:51 +02:00
Henri Verbeet
032f8702ed
wined3d: Fix partial depth buffer copies.
...
Don't overwrite the entire buffer if only part of it is not current. The data
we're copying may not be completely current either. This is for the case where
the inner rect is not current and the outer edge is. The reverse case where
the inner rect is current and we need to mask already works correctly.
2011-04-05 11:13:46 +02:00
Henri Verbeet
0ce17ea27e
wined3d: Don't bother setting a depth render buffer for WINED3DFMT_NULL render targets.
2011-04-05 11:13:39 +02:00
Akihiro Sagawa
16d5737009
libwine: MB_ERR_INVALID_CHARS makes an error when the undefined byte character is used.
2011-04-05 11:13:26 +02:00
Akihiro Sagawa
79d7cd76f9
kernel32/tests: Add a test for undefined byte character conversion.
2011-04-05 11:13:12 +02:00
Andrew Nguyen
5c57185060
msvcrt: Ensure that old buffer contents are copied when allocating a growable pf_output buffer for the first time.
2011-04-04 16:12:37 +02:00
Gerald Pfeifer
25764d79c0
gdiplus: Initialize a variable in SOFTWARE_GdipFillRegion to avoid a compiler warning.
2011-04-04 14:55:10 +02:00
Gerald Pfeifer
4d93675332
winex11.drv: Initialize a variable in create_xcursor_frame to silence a warning.
2011-04-04 14:50:28 +02:00
Jörg Höhle
c3774b664a
winmm: Check callback flags prior to opening a driver.
2011-04-04 14:42:12 +02:00
Akihiro Sagawa
cb77f9a239
gdi32: Create charset enumeration order list for EnumFontFamiliesEx.
2011-04-04 13:44:43 +02:00
Akihiro Sagawa
f088185471
gdi32: Remove redundant charset assignments.
2011-04-04 13:44:06 +02:00
Akihiro Sagawa
6a404a3b58
gdi32: Move charset enumeration to helper function.
2011-04-04 13:44:01 +02:00
Akihiro Sagawa
a9c9970d9b
gdi32/tests: Add a test for a charset enumeration order.
2011-04-04 13:43:48 +02:00
Rico Schüller
96aa08ecfd
d3dcompiler: Make some variables static.
2011-04-04 13:43:33 +02:00
Rico Schüller
5c999d650f
d3dcompiler: Move blob and strip functions to blob.c.
2011-04-04 13:43:29 +02:00
Rico Schüller
c4530c56d1
d3dcompiler: Remove type cast in D3DCreateBlob().
2011-04-04 13:43:23 +02:00
Rico Schüller
670f0efe5c
d3dx9: Add ID3DXBuffer test.
2011-04-04 13:43:15 +02:00
Rico Schüller
1fcce55894
d3dx9: Add argument check to D3DXCreateBuffer().
2011-04-04 13:43:09 +02:00
Rico Schüller
4d54360765
d3dcompiler: Move D3DCreateBlob() to blob.c.
2011-04-04 13:43:01 +02:00
Stefan Leichter
81f3d68abd
scarddlg: New dll stub.
2011-04-04 13:41:13 +02:00
Huw Davies
4cffb2d0a9
gdi32: Add a skeleton dib driver.
2011-04-04 13:38:19 +02:00
David Hedberg
231ca429ee
comdlg32: Add support for customizing control labels in the item dialog.
2011-04-04 13:21:03 +02:00
David Hedberg
0efd552b5b
comdlg32: Fetch rectangle from the correct control.
2011-04-04 13:21:03 +02:00
Andrew Nguyen
097a31bb21
dxdiagn: Add operating system string properties to the DxDiag_SystemInfo container.
2011-04-04 13:21:03 +02:00
Andrew Nguyen
ca854b82cf
dxdiagn: Add paged memory display string properties to the DxDiag_SystemInfo container.
2011-04-04 13:20:49 +02:00
Andrew Nguyen
791aa53839
dxdiagn: Add a physical memory display string property to the DxDiag_SystemInfo container.
2011-04-04 13:16:02 +02:00
Andrew Nguyen
bd7ad13bb3
dxdiagn: Add date and time properties to the DxDiag_SystemInfo container.
2011-04-04 13:15:58 +02:00
Andrew Nguyen
35d313c4d4
dxdiagn/tests: Add tests for some DxDiag_SystemInfo properties.
2011-04-04 13:15:50 +02:00
Andrew Nguyen
96c3db6829
dxdiagn: Add a NECPC98 property to the DxDiag_SystemInfo container for completeness.
2011-04-04 13:15:44 +02:00
Andrew Nguyen
9e3fd16306
dxdiagn: Add a NetMeeting detection property to the DxDiag_SystemInfo container.
2011-04-04 13:15:40 +02:00
Andrew Nguyen
f9c8e46517
dxdiagn: Add language properties to the DxDiag_SystemInfo container.
2011-04-04 13:15:12 +02:00
Andrew Nguyen
8aaf3233db
dxdiagn: Broaden the scope of the DLL instance handle.
2011-04-04 12:27:58 +02:00
Andrew Nguyen
ff1285aca7
dxdiagn: Add some machine name properties to the DxDiag_SystemInfo container.
2011-04-04 12:27:32 +02:00
Alexandre Julliard
71c6f48269
gdi32: Use the hdc from the generic physdev structure in enhanced metafiles.
2011-04-04 12:27:09 +02:00
Alexandre Julliard
edb68487f4
gdi32: Use the hdc from the generic physdev structure in metafiles.
2011-04-04 12:27:02 +02:00
Owen Rudge
65ba77bd5c
advapi32: Add basic SaferSetLevelInformation stub.
2011-04-04 12:26:12 +02:00
Hwang YunSong
1beb6e1636
po: Update Korean translation.
2011-04-04 12:26:07 +02:00
Aurimas Fišeras
c6b810947a
po: Update Lithuanian translation.
2011-04-04 12:25:59 +02:00
Matteo Bruni
77face22d5
wined3d: Get rid of context_validate.
...
It should not be needed anymore, now the wined3d context is implicitly
validated on GL context activation. The check itself wasn't reliable
because of some threading issues and it also brought a small performance hit.
2011-04-04 12:25:56 +02:00
Henri Verbeet
ae58e47ca0
wined3d: Introduce a helper function for translating blend operations.
2011-04-04 11:53:50 +02:00