Vincent Povirk [Mon, 4 Apr 2011 22:48:31 +0000 (17:48 -0500)]
gdiplus: Respect the CmapLookup flag in GDI32_GdipDrawDriverString.
Vincent Povirk [Mon, 4 Apr 2011 22:18:23 +0000 (17:18 -0500)]
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.
Vincent Povirk [Mon, 4 Apr 2011 21:40:00 +0000 (16:40 -0500)]
gdiplus: Add a software implementation of GdipDrawDriverString.
Vincent Povirk [Mon, 4 Apr 2011 19:00:56 +0000 (14:00 -0500)]
gdiplus: Add helper for translating GpFont to HFONT.
Jacek Caban [Mon, 4 Apr 2011 17:32:35 +0000 (19:32 +0200)]
mshtml: Get rid of no longer needed app-startup observer initialization.
Juan Lang [Mon, 4 Apr 2011 16:03:28 +0000 (09:03 -0700)]
crypt32: Accept CA certificates without a key usage extension.
Henri Verbeet [Mon, 4 Apr 2011 15:46:05 +0000 (17:46 +0200)]
wined3d: Correctly check if the destination format is FBO attachable in fbo_blit_supported().
Like
ca381b610c50e3a44713f536ced61e30e0e4f152, this was introduced by
f1ca14cb5ba259b8eab9bccbb9a4813027c3beb8.
Henri Verbeet [Mon, 4 Apr 2011 15:46:04 +0000 (17:46 +0200)]
d3d9/tests: Add a test for partial depth buffer copies.
Henri Verbeet [Mon, 4 Apr 2011 15:46:03 +0000 (17:46 +0200)]
d3d8/tests: Add a test for partial depth buffer copies.
Henri Verbeet [Mon, 4 Apr 2011 15:46:02 +0000 (17:46 +0200)]
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.
Henri Verbeet [Mon, 4 Apr 2011 15:46:01 +0000 (17:46 +0200)]
wined3d: Don't bother setting a depth render buffer for WINED3DFMT_NULL render targets.
Akihiro Sagawa [Mon, 4 Apr 2011 10:01:01 +0000 (19:01 +0900)]
libwine: MB_ERR_INVALID_CHARS makes an error when the undefined byte character is used.
Akihiro Sagawa [Mon, 4 Apr 2011 10:00:58 +0000 (19:00 +0900)]
kernel32/tests: Add a test for undefined byte character conversion.
Andrew Nguyen [Mon, 4 Apr 2011 04:05:20 +0000 (23:05 -0500)]
msvcrt: Ensure that old buffer contents are copied when allocating a growable pf_output buffer for the first time.
Gerald Pfeifer [Sat, 2 Apr 2011 20:35:17 +0000 (22:35 +0200)]
gdiplus: Initialize a variable in SOFTWARE_GdipFillRegion to avoid a compiler warning.
Gerald Pfeifer [Sun, 3 Apr 2011 19:23:38 +0000 (21:23 +0200)]
winex11.drv: Initialize a variable in create_xcursor_frame to silence a warning.
Jörg Höhle [Tue, 15 Mar 2011 22:00:04 +0000 (23:00 +0100)]
winmm: Check callback flags prior to opening a driver.
Akihiro Sagawa [Fri, 1 Apr 2011 12:20:00 +0000 (21:20 +0900)]
gdi32: Create charset enumeration order list for EnumFontFamiliesEx.
Akihiro Sagawa [Fri, 1 Apr 2011 12:19:57 +0000 (21:19 +0900)]
gdi32: Remove redundant charset assignments.
Akihiro Sagawa [Fri, 1 Apr 2011 12:19:54 +0000 (21:19 +0900)]
gdi32: Move charset enumeration to helper function.
Akihiro Sagawa [Fri, 1 Apr 2011 12:19:52 +0000 (21:19 +0900)]
gdi32/tests: Add a test for a charset enumeration order.
Rico Schüller [Fri, 1 Apr 2011 13:00:24 +0000 (15:00 +0200)]
d3dcompiler: Make some variables static.
Rico Schüller [Fri, 1 Apr 2011 13:00:19 +0000 (15:00 +0200)]
d3dcompiler: Move blob and strip functions to blob.c.
Rico Schüller [Fri, 1 Apr 2011 13:00:16 +0000 (15:00 +0200)]
d3dcompiler: Remove type cast in D3DCreateBlob().
Rico Schüller [Fri, 1 Apr 2011 13:00:13 +0000 (15:00 +0200)]
d3dx9: Add ID3DXBuffer test.
Rico Schüller [Fri, 1 Apr 2011 13:00:11 +0000 (15:00 +0200)]
d3dx9: Add argument check to D3DXCreateBuffer().
Rico Schüller [Fri, 1 Apr 2011 13:00:04 +0000 (15:00 +0200)]
d3dcompiler: Move D3DCreateBlob() to blob.c.
Stefan Leichter [Sun, 3 Apr 2011 21:50:40 +0000 (23:50 +0200)]
scarddlg: New dll stub.
Huw Davies [Fri, 1 Apr 2011 14:27:48 +0000 (15:27 +0100)]
gdi32: Add a skeleton dib driver.
David Hedberg [Mon, 4 Apr 2011 09:01:51 +0000 (11:01 +0200)]
comdlg32: Add support for customizing control labels in the item dialog.
David Hedberg [Mon, 4 Apr 2011 09:01:50 +0000 (11:01 +0200)]
comdlg32: Fetch rectangle from the correct control.
Andrew Nguyen [Mon, 4 Apr 2011 01:56:07 +0000 (20:56 -0500)]
dxdiagn: Add operating system string properties to the DxDiag_SystemInfo container.
Andrew Nguyen [Mon, 4 Apr 2011 01:56:02 +0000 (20:56 -0500)]
dxdiagn: Add paged memory display string properties to the DxDiag_SystemInfo container.
Andrew Nguyen [Mon, 4 Apr 2011 01:55:58 +0000 (20:55 -0500)]
dxdiagn: Add a physical memory display string property to the DxDiag_SystemInfo container.
Andrew Nguyen [Mon, 4 Apr 2011 01:55:53 +0000 (20:55 -0500)]
dxdiagn: Add date and time properties to the DxDiag_SystemInfo container.
Andrew Nguyen [Mon, 4 Apr 2011 01:55:48 +0000 (20:55 -0500)]
dxdiagn/tests: Add tests for some DxDiag_SystemInfo properties.
Andrew Nguyen [Mon, 4 Apr 2011 01:55:43 +0000 (20:55 -0500)]
dxdiagn: Add a NECPC98 property to the DxDiag_SystemInfo container for completeness.
Andrew Nguyen [Mon, 4 Apr 2011 01:55:39 +0000 (20:55 -0500)]
dxdiagn: Add a NetMeeting detection property to the DxDiag_SystemInfo container.
Andrew Nguyen [Mon, 4 Apr 2011 01:55:32 +0000 (20:55 -0500)]
dxdiagn: Add language properties to the DxDiag_SystemInfo container.
Andrew Nguyen [Mon, 4 Apr 2011 01:55:26 +0000 (20:55 -0500)]
dxdiagn: Broaden the scope of the DLL instance handle.
Andrew Nguyen [Mon, 4 Apr 2011 01:55:17 +0000 (20:55 -0500)]
dxdiagn: Add some machine name properties to the DxDiag_SystemInfo container.
Alexandre Julliard [Mon, 4 Apr 2011 10:27:09 +0000 (12:27 +0200)]
gdi32: Use the hdc from the generic physdev structure in enhanced metafiles.
Alexandre Julliard [Mon, 4 Apr 2011 10:27:02 +0000 (12:27 +0200)]
gdi32: Use the hdc from the generic physdev structure in metafiles.
Owen Rudge [Fri, 1 Apr 2011 16:29:24 +0000 (17:29 +0100)]
advapi32: Add basic SaferSetLevelInformation stub.
Hwang YunSong [Sat, 2 Apr 2011 08:25:34 +0000 (17:25 +0900)]
po: Update Korean translation.
Aurimas Fišeras [Fri, 1 Apr 2011 15:46:37 +0000 (18:46 +0300)]
po: Update Lithuanian translation.
Matteo Bruni [Fri, 18 Mar 2011 18:18:40 +0000 (19:18 +0100)]
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.
Henri Verbeet [Sun, 3 Apr 2011 21:35:33 +0000 (23:35 +0200)]
wined3d: Introduce a helper function for translating blend operations.
Henri Verbeet [Sun, 3 Apr 2011 21:35:32 +0000 (23:35 +0200)]
wined3d: Fix ARB_0001 with pixel shaders in arb_get_helper_value().
Henri Verbeet [Sun, 3 Apr 2011 21:35:31 +0000 (23:35 +0200)]
ddraw: Fix a typo in a comment.
Henri Verbeet [Sun, 3 Apr 2011 21:35:30 +0000 (23:35 +0200)]
ddraw: Do not unset the index buffer on D3D device destruction.
Henri Verbeet [Sun, 3 Apr 2011 21:35:29 +0000 (23:35 +0200)]
ddraw: Get rid of the unused LoadWineD3D() declaration.
Jacek Caban [Sat, 2 Apr 2011 13:20:53 +0000 (15:20 +0200)]
wininet: Added more tests.
Jacek Caban [Sat, 2 Apr 2011 13:20:33 +0000 (15:20 +0200)]
wininet: Abstract different transfer and content encoding reading to layered structures.
Nikolay Sivov [Sat, 2 Apr 2011 10:35:45 +0000 (14:35 +0400)]
comctl32/monthcal: Some tests for MCM_SIZERECTTOMIN.
Nikolay Sivov [Sat, 2 Apr 2011 09:33:48 +0000 (13:33 +0400)]
comctl32/monthcal: Get rid of empty slots in cached brushes array.
Nikolay Sivov [Sat, 2 Apr 2011 09:15:42 +0000 (13:15 +0400)]
comctl32/monthcal: Cache pens, fix line colour.
Nikolay Sivov [Sat, 2 Apr 2011 08:40:56 +0000 (12:40 +0400)]
comctl32/monthcal: Fix today label position and text colour.
Nikolay Sivov [Sat, 2 Apr 2011 07:43:59 +0000 (11:43 +0400)]
comctl32/monthcal: Week numbers use title colour.
Marcus Meissner [Sat, 2 Apr 2011 07:36:56 +0000 (09:36 +0200)]
mscms: Added missing breaks (Coverity).
Marcus Meissner [Sat, 2 Apr 2011 07:28:18 +0000 (09:28 +0200)]
mscms: Fixed bad sizeof() (Coverity).
Marcus Meissner [Sat, 2 Apr 2011 07:25:18 +0000 (09:25 +0200)]
msxml3: Fixed two const table declarations (Coverity).
Alexandre Julliard [Fri, 1 Apr 2011 17:29:41 +0000 (19:29 +0200)]
Release 1.3.17.
Hwang YunSong [Fri, 1 Apr 2011 11:45:15 +0000 (20:45 +0900)]
comdlg32: Update Korean resource.
Hans Leidekker [Fri, 1 Apr 2011 12:54:12 +0000 (14:54 +0200)]
msi: Implement and test MsiEnumComponentCostsA/W.
David Hedberg [Fri, 1 Apr 2011 03:52:32 +0000 (05:52 +0200)]
comdlg32: Implement opening files with the item dialog.
David Hedberg [Fri, 1 Apr 2011 03:52:31 +0000 (05:52 +0200)]
comdlg32: Factor out filename string splitting code.
David Hedberg [Fri, 1 Apr 2011 03:52:30 +0000 (05:52 +0200)]
comdlg32: Factor out some path validating code from FILEDLG95_OnOpen.
David Hedberg [Fri, 1 Apr 2011 03:52:29 +0000 (05:52 +0200)]
comdlg32: Factor out some path building code from FILEDLG95_OnOpen.
David Hedberg [Fri, 1 Apr 2011 03:52:28 +0000 (05:52 +0200)]
comdlg32: Add a couple of simple navigation buttons to the item dialog.
David Hedberg [Fri, 1 Apr 2011 03:52:27 +0000 (05:52 +0200)]
comdlg32: We only want to check the low word of wparam.
David Hedberg [Fri, 1 Apr 2011 03:52:26 +0000 (05:52 +0200)]
comdlg32: Implement filetype filtering for the item dialog.
David Hedberg [Fri, 1 Apr 2011 03:52:25 +0000 (05:52 +0200)]
comdlg32: Update file name from selection in the item dialog.
David Hedberg [Fri, 1 Apr 2011 03:52:24 +0000 (05:52 +0200)]
comdlg32: Implement GetFileName and SetFileName for the item dialog.
David Hedberg [Fri, 1 Apr 2011 03:52:23 +0000 (05:52 +0200)]
comdlg32: Set explorerbrowser's site before navigating anywhere.
André Hentschel [Thu, 31 Mar 2011 17:44:26 +0000 (19:44 +0200)]
shlwapi: Implement wow64 reporting.
Austin Lund [Thu, 31 Mar 2011 23:42:48 +0000 (09:42 +1000)]
user32/tests: Fixed SetParent test on 64bit Vista.
Matteo Bruni [Fri, 18 Mar 2011 18:17:52 +0000 (19:17 +0100)]
wined3d: Better handle some instances when we can't make the required GL context current.
Matteo Bruni [Fri, 18 Mar 2011 17:40:37 +0000 (18:40 +0100)]
wined3d: Fix an error message.
Francois Gouget [Fri, 1 Apr 2011 08:39:50 +0000 (10:39 +0200)]
regedit: Add support for creating expandable string values.
Francois Gouget [Fri, 1 Apr 2011 08:39:13 +0000 (10:39 +0200)]
notepad: Remove the 'Help on Help' menu.
It is redundant with the help application's 'Help' menu and clutters notepad.
Francois Gouget [Fri, 1 Apr 2011 08:39:19 +0000 (10:39 +0200)]
winefile: Remove the 'Help on Help' menu.
It is redundant with the help application's 'Help' menu and clutters winefile.
Francois Gouget [Fri, 1 Apr 2011 08:38:49 +0000 (10:38 +0200)]
progman: Remove the 'Help on Help' menu.
It is redundant with the help application's 'Help' menu and clutters progman.
Francois Gouget [Fri, 1 Apr 2011 08:39:05 +0000 (10:39 +0200)]
progman: We don't have a wintutor application so remove the 'Tutorial' menu.
Nikolay Sivov [Fri, 1 Apr 2011 07:07:31 +0000 (11:07 +0400)]
urlmon/tests: Test for return value directly, without macros.
Nikolay Sivov [Fri, 1 Apr 2011 06:57:12 +0000 (10:57 +0400)]
urlmon: Fix parameter validation in BindToStorage().
Piotr Caban [Fri, 1 Apr 2011 00:01:16 +0000 (02:01 +0200)]
msvcp90/tests: Added operator+ tests (basic_string<char>).
Piotr Caban [Fri, 1 Apr 2011 00:00:38 +0000 (02:00 +0200)]
msvcp: Added basic_string<wchar> operator+ implementations.
Piotr Caban [Fri, 1 Apr 2011 00:00:24 +0000 (02:00 +0200)]
msvcp: Added basic_string<char> operator+ implementations.
Piotr Caban [Fri, 1 Apr 2011 00:00:10 +0000 (02:00 +0200)]
msvcp: Added basic_string<{char, wchar}> operator+= exports.
Gerald Pfeifer [Thu, 31 Mar 2011 18:21:25 +0000 (20:21 +0200)]
comctl32: Simplify MONTHCAL_PaintLeadTrailMonths.
Gerald Pfeifer [Thu, 31 Mar 2011 18:21:17 +0000 (20:21 +0200)]
dbghelp: Add a return statement for the default/assert case in elf_map_file.
Vincent Povirk [Thu, 31 Mar 2011 22:39:30 +0000 (17:39 -0500)]
gdiplus: Add basic implementation of GdipDrawDriverString.
Vincent Povirk [Thu, 31 Mar 2011 19:41:00 +0000 (14:41 -0500)]
comctl32: Validate the day of month when scrolling through years.
Vincent Povirk [Thu, 31 Mar 2011 19:04:15 +0000 (14:04 -0500)]
comctl32: When entering a month or year, keep the day in range.
Vincent Povirk [Thu, 31 Mar 2011 18:55:24 +0000 (13:55 -0500)]
comctl32: Use current month and year when checking day of month.
Henri Verbeet [Thu, 31 Mar 2011 18:04:46 +0000 (20:04 +0200)]
wined3d: Get rid of the ARB_imaging extension.
Henri Verbeet [Thu, 31 Mar 2011 18:04:45 +0000 (20:04 +0200)]
wined3d: Fix the EXT_blend_subtract extension definitions.
Henri Verbeet [Thu, 31 Mar 2011 18:04:44 +0000 (20:04 +0200)]
wined3d: Fix the EXT_blend_color extension definitions.
Henri Verbeet [Thu, 31 Mar 2011 18:04:43 +0000 (20:04 +0200)]
wined3d: Fix the EXT_blend_minmax extension definitions.