wordpad: Properly save window rect on closing Min/Maximized windows.
[wine] / programs / services / rpc.c
2008-05-08  Alexandre Julliardservices: Send the service name in the control requests.
2008-05-05  Alexandre Julliardservices: Fixed the result check for the control mutex...
2008-05-05  Alexandre Julliardservices: Use the correct invalid handle value for...
2008-04-24  Alexandre Julliardservices.exe: Don't reject config changes if the displa...
2008-04-22  Austin EnglishSpelling fixes.
2008-04-11  Rob Shearmanservices: Automatically start boot-start, system-start...
2008-04-11  Rob Shearmanservices: Split RPC_MainLoop into initialisation and...
2008-04-07  Francois Gougetservices: Add a trailing '\n' to a couple of Wine traces.
2008-03-29  Rob Shearmanservices: Fill in the functions between implemented...
2008-03-29  Rob Shearmanservices: Introduce an scmdatabase object to store...
2008-03-29  Rob Shearmanservices: Remove dependency on service name being deter...
2008-03-29  Rob Shearmanservices: Move ControlService and StartServiceW from...
2008-03-29  Rob Shearmanservices: Move LockServiceDatabase and UnlockServiceDat...
2008-03-29  Rob Shearmanservices: Move SetServiceStatus and QueryServiceStatusE...
2008-03-29  Mikołaj Zalewskiservices: Move GetServiceDisplayName to services.exe...
2008-03-29  Mikołaj Zalewskiservices: Move ChangeServiceConfigW implementation...
2008-03-29  Mikołaj Zalewskiservices: Move QueryServiceConfigW from advapi32.dll...
2008-03-29  Mikołaj Zalewskiservices: Move CreateService, OpenService and DeleteSer...
2008-03-29  Mikołaj Zalewskiservices: Start a local RPC server.