Commit Graph

61415 Commits

Author SHA1 Message Date
Henri Verbeet 2b2d3de025 wined3d: Add a separate function for volume initialization. 2009-09-16 13:04:47 -05:00
Henri Verbeet a5214c306f wined3d: Don't free D3D surfaces until the wined3d surface is destroyed.
This prevents for example a d3d9 depth stencil from being destroyed when it
has no external references but is still in use by the device/stateblock. A
nice side effect is that it simplifies handling of "implicit" surfaces like
the frontbuffer and backbuffers, as well as the forwarding of reference counts
for surfaces that are part of a texture.
2009-09-16 13:04:32 -05:00
Huw Davies 6b6d8ccc39 include: Add DBSTATUSENUM. 2009-09-16 13:00:30 -05:00
Huw Davies 142af7e1b4 include: Add a few more error codes. 2009-09-16 13:00:26 -05:00
Paul Vriens 6a3c56a589 comdlg32/tests: Test the correct path length for CDM_GETFOLDERPATH. 2009-09-16 13:00:21 -05:00
Paul Vriens e997909ba7 comdlg32: Return the correct path length for CDM_GETFOLDERPATH. 2009-09-16 13:00:10 -05:00
Paul Vriens e848a6f6e4 comdlg32/tests: Fix a test failure on Vista/W2K. 2009-09-16 13:00:03 -05:00
Vitaly Perov 749c86cd3f shell32: Enlarge static to display multiline text correctly. 2009-09-16 12:59:56 -05:00
Vitaly Perov eb20cc1d01 comdlg32: Fix some Russian resources. 2009-09-16 12:59:50 -05:00
Hans Leidekker 659768e203 msi: Set or override a user environment string when there is no prefix. 2009-09-16 12:57:33 -05:00
Detlef Riekenberg d13b2b658e twain_32/tests: Avoid a Dialog from a DS when the scanner is not connected. 2009-09-16 12:57:09 -05:00
Hans Leidekker 86e08ea4e4 msi: Don't append the cabinet file name in find_published_source. 2009-09-16 12:56:57 -05:00
Hans Leidekker 60d0cf41b3 msi: GetDriveType and GetVolumeInformation require a path terminated by a slash. 2009-09-16 12:56:50 -05:00
Hans Leidekker fc15d6d5ad msi: Downgrade two ERRs to WARNs. 2009-09-16 12:56:44 -05:00
Hans Leidekker 90d283f0eb msi: Improve a trace. 2009-09-16 12:56:38 -05:00
Vincent Povirk d2e999d2e8 gdiplus: Use the preset blend when drawing linear gradients. 2009-09-15 17:34:56 -05:00
Vincent Povirk ad6adc750e gdiplus: Add tests for linear gradient preset blends. 2009-09-15 17:34:48 -05:00
Vincent Povirk 8bdabe3a18 gdiplus: Store preset blends in linear gradient brushes. 2009-09-15 17:34:35 -05:00
Vincent Povirk 52e91927fd gdiplus: Stub GdipGetLinePresetBlend[Count]. 2009-09-15 17:34:23 -05:00
Vincent Povirk 0595fc5e03 gdiplus: Implement GdipGetImageRawFormat. 2009-09-15 17:34:12 -05:00
Ge van Geldorp 160d7dfb91 kernel32/tests: Fix actctx tests on Vista+. 2009-09-15 17:33:50 -05:00
Alistair Leslie-Hughes 7f3cb81686 mshtml: Implement IHTMLCurrentStyle_get_paddingBottom. 2009-09-15 17:21:28 -05:00
Alistair Leslie-Hughes 9a2a02fde9 mshtml: Implement IHTMLCurrentStyle_get_paddingRight. 2009-09-15 17:21:23 -05:00
Alistair Leslie-Hughes e5b3b26573 mshtml: Implement IHTMLCurrentStyle_get_paddingTop. 2009-09-15 17:21:17 -05:00
Alistair Leslie-Hughes b80faba168 mshtml: Implement IHTMLCurrentStyle_get_borderBottomColor. 2009-09-15 17:21:11 -05:00
Alistair Leslie-Hughes bf5ab29c1c mshtml: Implement IHTMLCurrentStyle_get_borderRightColor. 2009-09-15 17:21:05 -05:00
Alistair Leslie-Hughes 04da6200e8 mshtml: Implement IHTMLCurrentStyle_get_borderTopColor. 2009-09-15 17:21:00 -05:00
Alistair Leslie-Hughes 144cf8d613 mshtml: Implement IHTMLCurrentStyle_get_borderLeftColor. 2009-09-15 17:20:54 -05:00
Nikolay Sivov d82fb3d308 comctl32/dpa: Fix DPA_Merge() test failures on old 4.7x comctl32. 2009-09-15 16:41:27 -05:00
Nikolay Sivov 28998999d0 comctl32/dpa: Implement DPA_GetSize(). 2009-09-15 16:41:27 -05:00
Nikolay Sivov c1513c6bde comctl32/dpa: Implement DPA_SaveStream() with tests. 2009-09-15 16:41:27 -05:00
Nikolay Sivov c8f8e5da11 comctl32/dpa: Fix parameter validation in DPA_LoadStream(). 2009-09-15 16:41:27 -05:00
Nikolay Sivov b07ca01527 comctl32/dpa: Separate tests for parameter validation in DPA_LoadStream(). 2009-09-15 16:41:27 -05:00
Juan Lang 96be0ee8dc crypt32: Implement retrieving the encoded signer of a decoded signed message. 2009-09-15 16:41:26 -05:00
Austin English addf0c11a0 advapi32/tests: Avoid #if 0, use if(0) instead. 2009-09-15 16:41:26 -05:00
Jacek Caban 508aa85c6b mshtml: Added IHTMLInputElement::src property implementation. 2009-09-15 16:41:26 -05:00
Jacek Caban ee5d678450 mshtml: Added semi-stub IHTMLElement2::onreadystatechange implmementation. 2009-09-15 16:41:26 -05:00
Jacek Caban 3130898e39 mshtml: Report download failure to necko. 2009-09-15 16:41:26 -05:00
Mike Kaplinskiy 13eef3d691 ws2_32: Remember to convert ports to network byte order. 2009-09-15 16:41:25 -05:00
Akihiro Sagawa afd33d618f user32: Update Japanese resource. 2009-09-15 16:41:25 -05:00
Akihiro Sagawa daa797f54b start: Add Japanese translation. 2009-09-15 16:41:25 -05:00
Akihiro Sagawa c9be290e79 kernel32: Add Japanese system error messages. 2009-09-15 16:41:25 -05:00
Akihiro Sagawa 749972cebc xcopy: Add Japanese translation. 2009-09-15 16:41:25 -05:00
Akihiro Sagawa a70ae81a0a documentation: Update Japanese translation. 2009-09-15 16:41:25 -05:00
Gerald Pfeifer 902a03e08f imm32/tests: Simplify code. 2009-09-15 16:41:24 -05:00
Jörg Höhle 3eb62ed62c ddraw: Complete recognition of pixelformat 19: X8L8V8U8. 2009-09-15 16:41:24 -05:00
Paul Vriens 8b6ae91042 wininet/tests: Run tests again on systems with IE5. 2009-09-15 16:41:24 -05:00
Detlef Riekenberg c8d860b31e libs/port: use gcc compatible asm code as default for __i386__ (for PCC). 2009-09-15 16:41:24 -05:00
Detlef Riekenberg 1227722b25 include: Add a missing semicolon (splint). 2009-09-15 16:41:24 -05:00
André Hentschel d912d6fb4d winemaker: Update manpage. 2009-09-15 16:41:24 -05:00