Commit Graph

6513 Commits

Author SHA1 Message Date
Rob Shearman 99636aaa9f include: Make IContextMenu interface in shobjidl.idl local since some parameters are pointers to structures with fields that can't be marshalled. 2008-04-16 14:07:11 +02:00
Alexandre Julliard d5aea7d0df include: Add the SPSVCINST_* setupapi flags. 2008-04-16 12:16:51 +02:00
Jacek Caban b56a072eb9 mshtml.idl: Added IHTMLWindow3 declaration. 2008-04-15 14:34:10 +02:00
Jacek Caban 9a0a045310 mshtmdid.h: Fixed IHTMLWindow2 dispids. 2008-04-15 14:34:07 +02:00
Maarten Lankhorst 0b32692451 include: Update aviriff header. 2008-04-15 14:34:01 +02:00
Aric Stewart f51542d9b5 user32: Call ImmProcessKey in TranslateMessage to allow IMEs to handle key processing if they choose to. 2008-04-14 23:50:13 +02:00
Maarten Lankhorst 271f2eda14 include: Add dvdmedia stub header. 2008-04-14 23:50:13 +02:00
Rob Shearman 413af76988 pstorec: Fix incorrectly spelt PPST_PROMPTIFO type in pstorec.c and pstore.idl. 2008-04-14 13:33:26 +02:00
Rob Shearman b4efe919cc include: Add local to interfaces or functions that take a void * parameter and so aren't designed to work remotely. 2008-04-14 13:33:23 +02:00
Rob Shearman 0120c1a582 include: Fix a typo in a level of indirection in tom.idl.
The parameter for ITextPara::GetDuplicate should have two levels of 
indirection.
2008-04-14 13:33:13 +02:00
Rob Shearman f86ace9067 include: The unique attribute doesn't make any sense in the interface header, so remove it.
It is only accepted by MIDL as a synonym for pointer_default(unique), 
but it isn't a synonym in widl so remove it.
2008-04-14 13:32:57 +02:00
Kai Blin ab62cd360f dpnhpast: Implement a stub for DirectPlayNATHelpCreate. 2008-04-14 12:43:06 +02:00
Aric Stewart 3dde049f31 imm32: All HIMCC in the InputContext should be initialized at creation. 2008-04-14 12:41:53 +02:00
Alexander Dorofeyev 7c8fa9c24f include/d3d.h: Fix method calling macros. 2008-04-11 13:03:50 +02:00
Jeremy White 40c3718d52 include: Add a resource type for scalable font resource (.fot) files. 2008-04-11 12:11:33 +02:00
Lei Zhang 65445b9e7e gdiplus: Add a stub for GdipSetImageAttributesRemapTable. 2008-04-11 11:14:53 +02:00
Jacek Caban 2f9b7741ca mshtml.idl: Added DispHTMLWindow2 dispinterface. 2008-04-10 11:16:27 +02:00
Jacek Caban ea215f790d include: Added ICanHandleException interface. 2008-04-10 11:16:15 +02:00
Lei Zhang 139da784bf gdiplus: Add a stub for GdipSetImageAttributesOutputChannel. 2008-04-10 10:33:35 +02:00
Lei Zhang 20a8cf6417 gdiplus: Add a stub for GdipSetEffectParameters. 2008-04-10 10:31:34 +02:00
Lei Zhang cec6c2eb4d gdiplus: Add a stub for GdipSetClipRegion. 2008-04-10 10:30:39 +02:00
Maarten Lankhorst 7fa1c9d024 include: Add ISeekingPassThru interface. 2008-04-10 09:51:06 +02:00
Steven Edwards 10629e233d include/setupapi: Remove extra semicolons. 2008-04-09 19:58:27 +02:00
Lei Zhang d9a4299bfc gdiplus: Add a stub for GdipSetClipRectI. 2008-04-09 12:16:52 +02:00
Stefan Dösinger 67e0943ba3 wined3d: Store the number of aux buffers in the context. 2008-04-09 11:47:24 +02:00
Maarten Lankhorst 70a6495a31 user32: Implement BroadcastSystemMessage. 2008-04-03 12:00:02 +02:00
Paul Vriens 51ee956b95 rsaenh: Add some new flags to wincrypt.h and use one of them. 2008-04-03 11:30:20 +02:00
Alexandre Julliard fca6067748 ntdll: Implemented LdrProcessRelocationBlock. 2008-04-02 20:38:51 +02:00
EA Durbin 9cd9023db6 include: Define some console display modes. 2008-04-02 12:30:34 +02:00
Maarten Lankhorst e4136355f0 include: Add BroadcastSystemMessageEx. 2008-04-02 11:22:56 +02:00
Jacek Caban 1ab87d4dee include: Added activedbg.idl. 2008-04-01 13:44:14 +02:00
Alistair Leslie-Hughes 67036190ee mscoree: Add missing interfaces. 2008-04-01 12:41:30 +02:00
Rob Shearman 80d67e33b9 Remove superfluous semicolons from IDL files. 2008-04-01 11:29:27 +02:00
James Hawkins c8b6558d21 include: Add corerror.h. 2008-03-31 13:08:54 +02:00
Rob Shearman 8529a3c404 services: Fill in the functions between implemented functions in svcctl.idl so that it our remoting code is wire-compatible with NT.
Add the necessary stubs for these in services.exe.
2008-03-29 11:51:47 +01:00
Rob Shearman 9a6fc01d84 services: Move ControlService and StartServiceW from advapi32.dll to services.exe.
This also changes the architecture such that services.exe is the server 
end of the control pipe and the service is the client end.
2008-03-29 11:51:34 +01:00
Rob Shearman 7afd9a977a services: Move LockServiceDatabase and UnlockServiceDatabase from advapi32.dll to services.exe. 2008-03-29 11:51:01 +01:00
Rob Shearman b48714b148 services: Move SetServiceStatus and QueryServiceStatusEx to services.exe. 2008-03-29 11:50:57 +01:00
Mikołaj Zalewski 010dcb168b services: Move GetServiceDisplayName to services.exe and implement GetServiceKeyName. 2008-03-29 11:17:33 +01:00
Mikołaj Zalewski 76d4eeebff services: Move ChangeServiceConfigW implementation from advapi32.dll to services.exe. 2008-03-29 11:17:07 +01:00
Mikołaj Zalewski a363b9a066 services: Move QueryServiceConfigW from advapi32.dll to services.exe. 2008-03-29 11:16:43 +01:00
Mikołaj Zalewski a2156fc348 services: Move CreateService, OpenService and DeleteService implementations from advapi32.dll to services.exe. 2008-03-29 11:15:59 +01:00
Mikołaj Zalewski 4275fbf603 services: Start a local RPC server. 2008-03-29 11:15:05 +01:00
Alexandre Julliard f6e4d6225a include: Fix access permissions in some ioctl codes, and add a few more. 2008-03-28 17:23:02 +01:00
Roderick Colenbrander 4eaa424c79 wined3d: Initial post pixelshader blending support. [attempt 2].
For each pixel format we store a flag in the table whether it supports
post pixelshader blending. Before applying blending or during a
context switch we verify that blending is turned off for the
format. In case of R32F this gave a 5-6x performance boost (without
filtering and software conversion).
2008-03-28 15:50:24 +01:00
Alexandre Julliard 8505f1429d libwine: Export functions that return the Wine version number and build id. 2008-03-26 23:38:36 +01:00
Alexandre Julliard c9f0bea910 libwine: Added a wine_call_on_stack function. 2008-03-26 15:38:00 +01:00
Stefan Leichter 6cb602c6db advapi32: Partly implemented QueryServiceConfig2A/W. 2008-03-26 14:13:07 +01:00
Stefan Dösinger 18e16f4e66 wined3d: Add GL_ATI_fragment_shader. 2008-03-25 19:48:35 +01:00
Stefan Dösinger 8869c0f147 d3d: De-pointerize the WINED3DCAPS structure. 2008-03-25 19:36:38 +01:00