Commit Graph

6488 Commits (2ae8e87616d58fbcce647a013679b8b48dc35e72)

Author SHA1 Message Date
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
James Hawkins 082b46887a fusion: Add a stub implementation of IAssemblyEnum. 2008-03-25 11:58:01 +01:00
James Hawkins 8a19faf261 fusion: Add a stub implementation of IAssemblyCache. 2008-03-25 11:57:57 +01:00
Alistair Leslie-Hughes b8040eb256 msxml3: Add SAX interfaces. 2008-03-24 21:04:56 +01:00
Alistair Leslie-Hughes 4bbeb2c6f4 msxml3: Add support for SAX Documents. 2008-03-24 21:04:50 +01:00
James Hawkins b83fbb4f03 fusion: Add a stub implementation of IAssemblyName. 2008-03-24 12:58:12 +01:00
James Hawkins ea3be467ae fusion: Add initial fusion.idl. 2008-03-24 12:57:04 +01:00
Sean Huckins 3266420a1e gdiplus: Implementation of GdipCreateBitmapFromHBITMAP. 2008-03-24 12:11:58 +01:00
Vitaliy Margolen d8391a4a46 user32: Fix F1 message sequence. 2008-03-24 11:35:30 +01:00
Dan Hipschman 2904f543f4 advapi32: Add a stub for CreateRestrictedToken. 2008-03-22 11:14:13 +01:00
Jacek Caban 9621945272 jscript: Added IActiveScriptParseProcedure2 declaration. 2008-03-21 15:18:52 +01:00
Philip Nilsson 0457333f55 d3dx9: Implement the D3DXVec*Array functions. 2008-03-21 12:52:19 +01:00
Aric Stewart 5b3d4b473c imm32: Add IME dll prototypes to the ddk/imm.h header. 2008-03-21 11:25:11 +01:00
Alexandre Julliard 69b032b7ff makefile: Add rules for automatically rebuilding configure in maintainer mode. 2008-03-20 14:27:35 +01:00
James Hawkins e94b065df3 msi: Fix the type of the ID parameter of MsiSourceListEnumMediaDisks. 2008-03-20 14:27:35 +01:00
Dan Hipschman d664c276df qmgr: Add a stub implementation of IBackgroundCopyJob2. 2008-03-20 14:27:34 +01:00
Jacek Caban e553c56956 activscp.idl: Added IActiveScriptProperty declaration. 2008-03-19 12:45:32 +01:00
Alexandre Julliard 34fe91bf2b user32: Implemented EnumDesktopWindows. 2008-03-19 11:13:46 +01:00
Rob Shearman f15287dea7 rpcrt4: Add a stub for RpcCancelThreadEx. 2008-03-17 15:20:07 +01:00
Eric Pouech 3502e28604 include: Added msftedit support in richedit.h. 2008-03-17 14:37:21 +01:00
Alexandre Julliard 5c5b997dc2 kernel32: Implemented ReadFileScatter and WriteFileGather. 2008-03-15 10:58:38 +01:00
Alexandre Julliard 2d6366fc29 ntdll: Implemented NtWriteFileGather. 2008-03-15 10:58:38 +01:00
Alexandre Julliard 81e4a0f6f3 ntdll: Implemented NtReadFileScatter. 2008-03-15 10:58:38 +01:00
Jacek Caban 19b6cf8135 urlmon: Added URLACTION_* and URLPOLICY_* declarations. 2008-03-14 13:51:52 +01:00
Maarten Lankhorst e1867dac0d quartz: Implement a dummy null renderer for directshow. 2008-03-14 12:57:09 +01:00
Dan Hipschman 0e8f193184 kernel32: Add the MOVEFILE_WRITE_THROUGH flag for MoveFileEx (stub). 2008-03-14 11:53:15 +01:00