Commit Graph

6837 Commits

Author SHA1 Message Date
Nikolay Sivov
813d6dc537 gdiplus: Implemented GdipIsEmptyClip with tests. 2008-08-29 12:32:08 +02:00
Nikolay Sivov
ff88d4e18e gdiplus: Implemented GdipResetClip with tests. 2008-08-29 12:32:01 +02:00
Juan Lang
ece736209b wincrypt.h: Add missing definitions. 2008-08-29 12:23:14 +02:00
Juan Lang
c950c8d28f wincrypt.h: Fix typos. 2008-08-29 12:23:11 +02:00
Vijay Kiran Kamuju
02ca43cbbc d3drm: Include d3drmobj.h in d3drm.h. 2008-08-28 13:28:12 +02:00
Louis Lenders
4bfd945b45 shobjidl.idl: Add Taskbarlist interface definitions. 2008-08-28 13:28:07 +02:00
Adam Petaccia
5361f074a3 gdiplus: Implement GdipGetFontHeight. 2008-08-28 11:51:09 +02:00
Adam Petaccia
6dc67fd0d0 gdiplus: Stub GdipGetFontStyle. 2008-08-28 11:49:57 +02:00
Adam Petaccia
cb39d787e4 gdiplus: Stub GdipGetFamily. 2008-08-28 11:49:48 +02:00
Stefan Dösinger
ec4955630e wined3d: Silence some format spam. 2008-08-28 11:24:49 +02:00
Stefan Dösinger
750973cec5 wined3d: Remove BaseTexture::UnBindTexture. 2008-08-28 11:24:49 +02:00
Nikolay Sivov
0df5fb50f7 gdiplus: Implemented GdipSetClipRegion with basic tests. 2008-08-28 11:24:48 +02:00
Vijay Kiran Kamuju
d2625be02f advapi32: Add stub for ConvertToAutoInheritPrivateObjectSecurity. 2008-08-28 11:03:36 +02:00
Stefan Dösinger
97b57931d0 wined3d: Advertise a few line caps. 2008-08-27 13:21:24 +02:00
Detlef Riekenberg
52a406f72f include: Declare TranslateURL and needed flags. 2008-08-27 13:21:23 +02:00
Nikolay Sivov
59a9c1cf96 gdiplus: GdipPathIterNextPathType stub added with test. 2008-08-27 13:21:22 +02:00
Juan Lang
918303a308 cryptuiapi.h: Add missing definitions. 2008-08-27 13:21:21 +02:00
Luis C. Busquets Pérez
5c1fa0eede d3dx9: Add types to d3dx9shader.h. 2008-08-26 12:07:41 +02:00
Paul Vriens
920c1fc77a kernel32/tests: Fix two failures on win9x. 2008-08-26 10:56:58 +02:00
Alexandre Julliard
b3ec2e5f95 makefiles: Recurse into all directories for install-lib and install-dev too. 2008-08-25 14:27:03 +02:00
Nikolay Sivov
4570501155 gdiplus: Added a test for GdipGetDC/GdipReleaseDC behaviour + fixes to be able to run it. 2008-08-25 11:37:40 +02:00
Nikolay Sivov
4a44100aa7 gdiplus: Implemented GdipFillClosedCurve2[I]. 2008-08-22 10:39:52 +02:00
Michael Karcher
af2d274f0e ntdll: Add sub-second resolution to NtQueryInformationFile. 2008-08-20 14:56:01 +02:00
David Adam
5bb6e4ab8c d3dx8: Implement D3DXBoxBoundProbe. 2008-08-20 14:08:58 +02:00
Vijay Kiran Kamuju
43aa149046 d3drm: Add minimal d3drmobj.h. 2008-08-20 14:03:51 +02:00
Roy Shea
1bc0cdded1 include: Added defines used by TASK_TRIGGER members. 2008-08-20 11:44:29 +02:00
Roy Shea
5331fa49d9 include: Add task scheduler specific error codes. 2008-08-20 11:44:26 +02:00
Juan Lang
d4e5d62b2f wincrypt.h: Add more missing definitions. 2008-08-20 10:23:25 +02:00
Huw Davies
395a4e50ed include: Fix CRYPT_SMIME_CAPABILITIES definition. 2008-08-20 10:23:10 +02:00
Hans Leidekker
a591c64ffd include: Add prototype for WinHttpQueryOption. 2008-08-19 15:05:05 +02:00
James Hawkins
e64a699b07 msi: Remove misc files from the RemoveFile table. 2008-08-19 13:39:40 +02:00
Nikolay Sivov
af4562c34d gdiplus: Implemented GdipPathIterNextMarkerPath with tests. 2008-08-19 12:55:13 +02:00
Stefan Dösinger
3d49e8cd5e wined3d: Add a swapchain method to set the dest override.
DDraw can draw to the front buffer only, thus there's never a Present
call which could pass this window. Due to that a drawing-independent
method is needed.
2008-08-19 12:25:20 +02:00
Stefan Dösinger
376944ebe4 wined3d: Remove the device-global fullscreen flag. 2008-08-19 12:24:57 +02:00
Stefan Dösinger
34b37fe241 d3d: Remove IWineD3DDevice::SetHwnd. 2008-08-19 12:22:05 +02:00
Stefan Dösinger
e178ddd9e1 wined3d: Use a swapchain for GDI surfaces.
This is a long-needed cleanup aimed at removing the ddraw_primary,
ddraw_window, ddraw_width and ddraw_height members from
IWineD3DDeviceImpl, which just do not belong there.  Destination
window and screen handling is supposed to be done by swapchains.
2008-08-19 12:21:32 +02:00
Stefan Dösinger
66738fbb87 wined3d: Remove unused enum entry. 2008-08-19 12:20:54 +02:00
Rob Shearman
24c5df3dc1 include: Remove superfluous semi-colons from wine/wined3d_gl.h. 2008-08-18 17:34:12 +02:00
Nikolay Sivov
169e87d879 gdiplus: Implemented GdipResetWorldTransform. 2008-08-18 17:27:59 +02:00
Nikolay Sivov
ef889d94a3 gdiplus: Implemented GdipPathIterNextSubpathPath with tests. 2008-08-18 17:27:16 +02:00
Nikolay Sivov
09950e3ab5 gdiplus: Implemented GdipPathIterIsValid with tests. 2008-08-18 17:27:06 +02:00
Rob Shearman
f5af8f614f include: Fix the WINELIB_NAME_AW macro for RpcBindingToStringBinding. 2008-08-18 14:36:17 +02:00
Paul Vriens
5136b3a10b include/wine/svcctl.idl: Remove duplicate define. 2008-08-18 14:34:41 +02:00
Stefan Dösinger
fad3f9ba98 wined3d: Basic overlay emulation with opengl. 2008-08-05 14:09:36 +02:00
Stefan Dösinger
e795d842ec wined3d: Implement overlay position tracking. 2008-08-05 14:09:36 +02:00
Nikolay Sivov
aa0df2300e gdiplus: Implemented GdipAddPathPie/GdipAddPathPieI with test. 2008-08-05 14:09:35 +02:00
Nikolay Sivov
5887e661b7 gdiplus: Implemented GdipReversePath with tests. 2008-08-05 14:09:35 +02:00
Luis C. Busquets Pérez
9b572170da d3dx9: Implementation of D3DXGetVertexShaderProfile. 2008-08-04 15:41:15 +02:00
Luis C. Busquets Pérez
457efd55d0 d3dx9: Implementation of D3DXGetPixelShaderProfile. 2008-08-04 15:40:52 +02:00
Nikolay Sivov
a36c2e7533 gdiplus: Implemented GdipAddPathClosedCurve/GdipAddPathClosedCurveI. 2008-08-04 14:18:14 +02:00