Piotr Caban
|
c2df317c4b
|
user32: Fix LoadStringA behavior on 1-character long buffer.
|
2014-05-14 17:20:56 +02:00 |
Stefan Dösinger
|
544816797a
|
wined3d: Don't update the color table on palette changes.
|
2014-05-14 13:30:33 +02:00 |
Stefan Dösinger
|
3cd83f4d56
|
wined3d: Use GL_ALPHA8 for WINED3DFMT_P8_UINT surfaces.
|
2014-05-14 13:30:19 +02:00 |
Stefan Dösinger
|
7b049245f5
|
wined3d: Always provide P8 GL texture information.
|
2014-05-14 13:30:08 +02:00 |
Stefan Dösinger
|
bfb5be0f4b
|
wined3d: Remove WINED3D_CT_PALETTED_CK.
There's no difference between WINED3D_CT_PALETTED_CK and
WINED3D_CT_PALETTED with the palette index in the alpha channel.
|
2014-05-14 13:29:58 +02:00 |
Stefan Dösinger
|
c1cca63e5d
|
wined3d: Always store the palette index in the alpha component.
|
2014-05-14 13:29:52 +02:00 |
Henri Verbeet
|
eb4d5c7a25
|
d2d1: Add the ID2D1Brush interface.
|
2014-05-14 13:20:50 +02:00 |
Henri Verbeet
|
2156e68a4c
|
d2d1: Add the ID2D1Bitmap interface.
|
2014-05-14 13:20:47 +02:00 |
Henri Verbeet
|
61a909069d
|
d2d1: Add the ID2D1Image interface.
|
2014-05-14 13:20:42 +02:00 |
Henri Verbeet
|
d20be31395
|
d2d1: Add the ID2D1DrawingStateBlock interface.
|
2014-05-14 13:20:39 +02:00 |
Henri Verbeet
|
a4b15c1bb5
|
d2d1: Add the ID2D1PathGeometry interface.
|
2014-05-14 13:20:33 +02:00 |
Austin English
|
6458aca761
|
user32: Add a stub for RegisterTouchWindow.
|
2014-05-14 11:25:48 +02:00 |
Nikolay Sivov
|
d2737dde80
|
xmllite/writer: Implement GetProperty().
|
2014-05-14 11:25:15 +02:00 |
Huw Davies
|
305db0f65b
|
msxml3/tests: Fix test on win 8.
|
2014-05-14 11:25:06 +02:00 |
Alex Henrie
|
0fb88f8d01
|
gdi32/tests: Add MS Shell Dlg tests.
|
2014-05-13 19:58:09 +02:00 |
Jacek Caban
|
6ebe1c60e2
|
mshtml: Use debugstr_mshtml_guid in a few more places.
|
2014-05-13 19:57:28 +02:00 |
Nikolay Sivov
|
9080329e4e
|
xmllite/writer: Implement SetOutput() for writer.
|
2014-05-13 16:59:00 +02:00 |
Nikolay Sivov
|
e58070ab83
|
xmllite: Support external IMalloc for writer.
|
2014-05-13 16:58:57 +02:00 |
Hans Leidekker
|
6494c50ad7
|
winhttp: Fix a couple of memory leaks (valgrind).
|
2014-05-13 13:47:11 +02:00 |
Hans Leidekker
|
e49ebbe953
|
wininet: Fix a memory leak (valgrind).
|
2014-05-13 13:47:11 +02:00 |
Hans Leidekker
|
2acd2116d9
|
fusion: Fix a couple of memory leaks (valgrind).
|
2014-05-13 13:47:10 +02:00 |
Hans Leidekker
|
59ca80cb3d
|
wmiutils: Always null-terminate the server string in build_server (valgrind).
|
2014-05-13 13:47:09 +02:00 |
Hans Leidekker
|
e17276b528
|
wbemprox: No longer prefer native.
|
2014-05-13 13:47:09 +02:00 |
Hans Leidekker
|
27b18a395b
|
wbemprox: Use a separate index variable to build the safearray in get_properties.
|
2014-05-13 13:47:08 +02:00 |
Alistair Leslie-Hughes
|
d9ae2b828e
|
dpnet: Implement IDirectPlay8LobbiedApplication Initialize.
|
2014-05-13 13:47:06 +02:00 |
Alexandre Julliard
|
2cef8dbcc2
|
ntdll: Determine the mapping type automatically from the WRITECOPY flag.
|
2014-05-13 12:28:58 +02:00 |
Jacek Caban
|
5ceb22714e
|
ntdll: Use MAP_PRIVATE for copy on write mappings.
|
2014-05-13 12:27:32 +02:00 |
Nikolay Sivov
|
82bb4f51c1
|
msxml3: Implement empty tagname case of getElementsByTagName() for document.
|
2014-05-13 11:45:29 +02:00 |
Nikolay Sivov
|
239d8077db
|
msxml3: Support 'any attribute' selection [@*] in XSLPattern predicates.
|
2014-05-13 11:45:25 +02:00 |
Huw Davies
|
9e3d103dcb
|
msxml3/tests: Don't test the variant payload for the VT_EMPTY type.
|
2014-05-13 11:44:50 +02:00 |
Huw Davies
|
8335335c1d
|
msxml3/tests: Fix a failing test on win 8.
|
2014-05-13 11:44:43 +02:00 |
Huw Davies
|
25e5daf872
|
msxml3/tests: Don't test the values of alignment holes in the variant structure.
|
2014-05-13 11:44:39 +02:00 |
Henri Verbeet
|
29237d832b
|
d2d1: Add the ID2D1GeometrySink interface.
|
2014-05-13 11:44:30 +02:00 |
Henri Verbeet
|
fb763bf361
|
d2d1: Add the ID2D1TransformedGeometry interface.
|
2014-05-13 11:44:28 +02:00 |
Henri Verbeet
|
a7c259fa1a
|
d2d1: Add the ID2D1GeometryGroup interface.
|
2014-05-13 11:44:26 +02:00 |
Henri Verbeet
|
9807bdd7d2
|
d2d1: Add the ID2D1EllipseGeometry interface.
|
2014-05-13 11:44:24 +02:00 |
Henri Verbeet
|
fa764fbf1f
|
d2d1: Add the ID2D1RoundedRectangleGeometry interface.
|
2014-05-13 11:44:20 +02:00 |
Stefan Dösinger
|
fc25510fad
|
wined3d: Remove wined3d_surface_get_palette.
|
2014-05-12 21:24:59 +02:00 |
Stefan Dösinger
|
46df06aae7
|
wined3d: Implement DDBLTFX_MIRRORUPDOWN for DXT2.
|
2014-05-12 21:24:49 +02:00 |
Piotr Caban
|
c18d52d346
|
msvcrt: Don't crash on NULL struct _tm in asctime.
|
2014-05-12 19:30:16 +02:00 |
Piotr Caban
|
7a0fd9cfe2
|
oleacc: Add Client_accLocation implementation.
|
2014-05-12 19:30:11 +02:00 |
Nikolay Sivov
|
a709e3f98d
|
comctl32/treeview: Added a test for NM_RETURN.
|
2014-05-12 13:51:44 +02:00 |
Jacek Caban
|
75afeb4740
|
mshtml: Forward IHTMLScreen's IDispatch methods to IDispatchEx.
|
2014-05-12 13:51:36 +02:00 |
Jacek Caban
|
d06d73c136
|
mshtml: Added IDispatchEx support to HTMLOptionElementFactory object.
|
2014-05-12 13:51:33 +02:00 |
Jacek Caban
|
b54a9c662a
|
mshtml: Use debugmsg_mshtml_guid in a few more places.
|
2014-05-12 13:51:30 +02:00 |
Alexandre Julliard
|
9a64cf7705
|
include: Add some more media type uuids.
|
2014-05-12 12:23:23 +02:00 |
Henri Verbeet
|
3a541f595f
|
d2d1: Add the ID2D1RectangleGeometry interface.
|
2014-05-12 10:56:40 +02:00 |
Henri Verbeet
|
2f72c13c37
|
d2d1: Add the ID2D1Geometry interface.
|
2014-05-12 10:56:37 +02:00 |
Henri Verbeet
|
7b6ee15bc2
|
d2d1: Add the ID2D1TessellationSink interface.
|
2014-05-12 10:56:32 +02:00 |
Henri Verbeet
|
3a6b53feac
|
d2d1: Add the ID2D1StrokeStyle interface.
|
2014-05-12 10:56:29 +02:00 |