Vincent Povirk
|
81d9ffa041
|
gdiplus: Always use AlphaBlend to draw to 32-bit DIB's.
|
2012-12-06 12:59:56 +01:00 |
Vincent Povirk
|
431aa5bc3f
|
gdiplus: Use one GetDIBits call instead of one per row.
|
2012-12-06 12:59:26 +01:00 |
Vincent Povirk
|
04412f7a74
|
gdiplus: Avoid accessing dib bits directly in GdipCreateBitmapFromHBITMAP.
|
2012-12-06 12:56:27 +01:00 |
Henri Verbeet
|
c98767a425
|
d3d10core: Implement d3d10_device_VSGetSamplers().
|
2012-12-06 12:55:59 +01:00 |
Henri Verbeet
|
e5805c316c
|
d3d10core: Implement d3d10_device_VSSetSamplers().
|
2012-12-06 12:55:50 +01:00 |
Henri Verbeet
|
71db6fd285
|
ddraw: Avoid LPDDCOLORKEY.
|
2012-12-06 12:55:15 +01:00 |
Henri Verbeet
|
9800ad3d71
|
ddraw: Avoid LPDDCAPS.
|
2012-12-06 12:55:09 +01:00 |
Henri Verbeet
|
338e4593ac
|
ddraw: Avoid LPDDSCAPS2.
|
2012-12-06 12:55:03 +01:00 |
Alexandre Julliard
|
8cca615f02
|
gdi32: Don't store a font pointer in the generic part of the DC.
|
2012-12-05 21:13:54 +01:00 |
Alexandre Julliard
|
baedf81b11
|
gdi32: Don't create a separate font handle for linked fonts.
|
2012-12-05 21:13:29 +01:00 |
Jacek Caban
|
60195ff6a9
|
itss: Fixed fragment part handling in IInternetProtocolInfo::CombineUrl.
|
2012-12-05 20:23:53 +01:00 |
Jacek Caban
|
fa53a8ccef
|
itss: Cleaned up CombineUrl tests.
|
2012-12-05 20:23:52 +01:00 |
Huw Davies
|
368f9123c9
|
riched20: Flush the output buffer before a codepage change.
|
2012-12-05 20:23:51 +01:00 |
Jacek Caban
|
11f41aa05a
|
jscript: Treat VT_UNKNOWN VARIANTs supporting IDispatch interface as VT_DISPATCH.
|
2012-12-05 20:23:51 +01:00 |
Alexandre Julliard
|
6144824965
|
gdi32: Remove special handling for linked fonts in ExtTextOut.
|
2012-12-05 20:23:50 +01:00 |
Alexandre Julliard
|
5535302758
|
wineps: Support getting character codes instead of glyphs in ExtTextOut.
|
2012-12-05 20:23:46 +01:00 |
Alexandre Julliard
|
491123e17b
|
gdi32: Support getting character codes instead of glyphs in ExtTextOut for the path driver.
|
2012-12-05 17:46:53 +01:00 |
Alexandre Julliard
|
78626cdbaa
|
gdi32: Support caching glyphs by character code and not only by glyph index.
|
2012-12-05 17:46:47 +01:00 |
Alexandre Julliard
|
b4ef8a0ee1
|
winex11: Support caching glyphs by character code and not only by glyph index.
|
2012-12-05 17:46:24 +01:00 |
Detlef Riekenberg
|
fc3868a07f
|
shell32/tests: Add tests for DoEnvironmentSubstA/W.
|
2012-12-05 12:53:19 +01:00 |
Detlef Riekenberg
|
1708adeb97
|
shell32: Fix DoEnvironmentSubstA implementation.
|
2012-12-05 12:53:12 +01:00 |
Detlef Riekenberg
|
ff2f494195
|
shell32: Implement DoEnvironmentSubstW.
|
2012-12-05 12:53:05 +01:00 |
Alexandre Julliard
|
1cf2c9c179
|
user32: Ignore the PM_NOYIELD flag on the client side.
|
2012-12-05 12:48:37 +01:00 |
Stefan Dösinger
|
8e05ee6994
|
wined3d: Add GL_ALPHA to the atifs argument replicator debug function.
|
2012-12-05 12:48:11 +01:00 |
Stefan Dösinger
|
799ea13fb9
|
wined3d: Use sign fixup for the atifs bumpenv matrix.
|
2012-12-05 12:48:04 +01:00 |
Stefan Dösinger
|
e53aa8c9e2
|
wined3d: Test the correct program for native limits.
|
2012-12-05 12:47:55 +01:00 |
Stefan Dösinger
|
33802da4f3
|
wined3d: Correctly count used stages in the atifs pipeline.
|
2012-12-05 12:47:39 +01:00 |
Stefan Dösinger
|
7b95df03c6
|
wined3d: Bind the src in a manual presentation blit.
|
2012-12-05 12:47:33 +01:00 |
Michael Stefaniuc
|
258d1ff897
|
qmgr: Merge a helper function.
|
2012-12-05 12:45:13 +01:00 |
Michael Stefaniuc
|
efff59a2c8
|
qmgr: COM cleanup for the IEnumBackgroundCopyJobs iface.
|
2012-12-05 12:45:05 +01:00 |
Andrew Talbot
|
2f7885d990
|
user32: Do not call HeapFree() with address of stack memory.
|
2012-12-05 12:44:56 +01:00 |
Rico Schüller
|
2cb1372350
|
d3dx9: Improve D3DXMatrixRotationYawPitchRoll().
|
2012-12-05 12:44:47 +01:00 |
Henri Verbeet
|
6ac3c48384
|
d3d10core: Implement d3d10_device_PSGetConstantBuffers().
|
2012-12-05 12:44:07 +01:00 |
Henri Verbeet
|
b034f49183
|
d3d10core: Implement d3d10_device_PSSetConstantBuffers().
|
2012-12-05 12:44:01 +01:00 |
Henri Verbeet
|
1e856a9a23
|
ddraw: Avoid LPDDSCAPS.
|
2012-12-05 12:43:51 +01:00 |
Henri Verbeet
|
ff10151a02
|
d3dx9: Fix the LPLPD3DXFILE typedef.
|
2012-12-05 12:43:42 +01:00 |
Henri Verbeet
|
c4ef74bd19
|
d3dx9: Avoid LPD3DXALLOCATEHIERARCHY.
|
2012-12-05 12:43:31 +01:00 |
Andrew Eikum
|
b1d9d43af7
|
winmm: Don't mask out SND_ALIAS_ID or SND_FILENAME in sndPlaySound.
|
2012-12-04 19:34:26 +01:00 |
Vincent Povirk
|
2ddb3b7d93
|
gdiplus: Add a test for drawing to HDC's backed by 32-bit alpha dibs.
|
2012-12-04 19:34:19 +01:00 |
Alexandre Julliard
|
e8b6701fe1
|
gdi32: Store and return ABC metrics from get_glyph_outline.
|
2012-12-04 18:14:56 +01:00 |
Jacek Caban
|
0dfa1ae223
|
winedump: Added MSFT support.
|
2012-12-04 16:58:01 +01:00 |
Jacek Caban
|
d6d0a27fe8
|
msxml3: Moved XMLHTTPRequest tests to separated file.
|
2012-12-04 16:56:18 +01:00 |
Jacek Caban
|
61ec3ae27b
|
mshtml: Added support for converting (some) argument types in builtin function calls using script engine.
|
2012-12-04 16:55:59 +01:00 |
Nikolay Sivov
|
0dce2e6d9a
|
xmllite: Initial support for attribute list.
|
2012-12-04 16:54:40 +01:00 |
Alexandre Julliard
|
bd1e261b06
|
configure: Building the tools requires include/config.h.
|
2012-12-04 15:58:47 +01:00 |
Hans Leidekker
|
c019083240
|
kernel32: Implement SetFileValidData.
|
2012-12-04 14:42:28 +01:00 |
Stefan Dösinger
|
67230fc013
|
ddraw: Create a dynamic buffer if DDLOCK_DISCARDCONTENTS is used.
|
2012-12-04 10:55:06 +01:00 |
Michael Stefaniuc
|
0432f6f86e
|
msxml3: Remove superfluous function pointer casts.
|
2012-12-04 10:54:58 +01:00 |
Michael Stefaniuc
|
563ed3abde
|
winex11.drv: Remove superfluous function pointer casts.
|
2012-12-04 10:54:43 +01:00 |
Michael Stefaniuc
|
022e3f5333
|
qmgr: Parameter cleanup for a helper function.
|
2012-12-04 10:54:25 +01:00 |