Commit Graph

44801 Commits

Author SHA1 Message Date
Jacek Caban
b24151b5df mshtml: Added IActiveScriptSite::GetLCID implementation. 2008-03-31 12:15:28 +02:00
Jacek Caban
2db8f1a160 mshtml: Added IActiveScriptSiteWindow stub implementation. 2008-03-31 12:15:23 +02:00
Vitaliy Margolen
66417eea64 Update Russian translations. 2008-03-31 12:15:14 +02:00
Vitaliy Margolen
0350c39110 mshtml: Add Russian translation. 2008-03-31 12:15:08 +02:00
Vitaliy Margolen
1451998c32 net: Update help. 2008-03-31 12:15:04 +02:00
Alexander Nicolaysen Sørnes
10e9c6bfd1 kernel32: Set processorLevel to cpu family. 2008-03-31 12:14:41 +02:00
Roderick Colenbrander
76014205de wined3d: Fix a postpixelshader_blending bug. 2008-03-31 12:14:33 +02:00
Dmitry Timoshkov
529f25dc60 wine.inf: Update timezone information. 2008-03-31 12:14:28 +02:00
Michael Stefaniuc
a1cec6b619 wordpad: Update the German translation. 2008-03-31 12:14:16 +02:00
Michael Stefaniuc
8a8d50a9de notepad: Update the German translation. 2008-03-31 12:14:13 +02:00
Andrew Talbot
c9566d556c user32: Void functions should not return a value. 2008-03-31 12:14:05 +02:00
Andrew Talbot
e27fe2d76a inetcomm: Void functions should not return a value. 2008-03-31 12:14:02 +02:00
Andrew Talbot
1f53b85445 rpcrt4: Void functions should not return a value. 2008-03-31 12:13:59 +02:00
Mikołaj Zalewski
666142a873 credui: Update Polish translation. 2008-03-31 12:13:51 +02:00
Mikołaj Zalewski
50af8a3f12 reg: Add Polish translation. 2008-03-31 12:13:46 +02:00
Mikołaj Zalewski
59f22b6594 shell32: Update Polish translation. 2008-03-31 12:13:40 +02:00
Mikołaj Zalewski
ad274f602e regedit: Add some ES_AUTOHSCROLL to dialog templates in languages that didn't have them. 2008-03-31 12:13:33 +02:00
Mikołaj Zalewski
c5334c27db winecfg: Update Polish translation. 2008-03-31 12:13:25 +02:00
Mikołaj Zalewski
ed3522e14f comdlg32: Add some ES_NUMBER to pagesetup dialog templates in languages that don't have them. 2008-03-31 12:13:17 +02:00
Mikołaj Zalewski
1a7a3821db wldap32: Add Polish translation. 2008-03-31 12:13:06 +02:00
Mikołaj Zalewski
19053786bb wrc: verify-translation: Allow the translators to set BS_MULTILINE on buttons without an error. 2008-03-31 12:12:53 +02:00
Mikołaj Zalewski
7487051555 wrc: verify-translation: Remove dumping of stringtables. 2008-03-31 12:12:36 +02:00
Mikołaj Zalewski
c933dbf1b4 wrc: verify-translation: Compare all the controls of dialogs, not only the first one. 2008-03-31 12:12:29 +02:00
Alasdair Sinclair
6d3df49e7e fonts: Fix uninstall of TrueType fonts. 2008-03-31 12:12:18 +02:00
Alexandre Julliard
35bec2ed19 winex11: Ignore EnterNotify resulting from a pointer grab. 2008-03-31 12:12:12 +02:00
Jacek Caban
8c910077ae winex11: Add owned windows to the taskbar if it has WS_EX_APPWINDOW style. 2008-03-31 12:11:58 +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
809d714f24 services: Introduce an scmdatabase object to store the root key of the services database.
Make the functions that deal with the service database more object-oriented.

Add a finer-grained locking architecture.
2008-03-29 11:51:43 +01:00
Rob Shearman
b8348b95a6 services: Remove dependency on service name being determined correctly in order for the two ends on the control pipe to meet up.
Instead use the mechanism used by native which uses 
\\.\pipe\net\NtControlPipeN.

Also remove the service startup event set by StartServiceCtrlDispatcher 
as we wait for the service status to change instead.
2008-03-29 11:51:39 +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
Roderick Colenbrander
c0be6047ef wined3d: Also move the rendertarget capability to the formats table. 2008-03-29 10:31:50 +01:00
Roderick Colenbrander
ef73fe5d47 wined3d: Add a depthstencil flag to the formats table and make use of it in CheckDepthStencilCapability. 2008-03-29 10:31:36 +01:00
Roderick Colenbrander
e1bf1cd640 wined3d: Make the filtering capability of a format a flag in the formats table. 2008-03-29 10:31:18 +01:00
Andrew Talbot
5423c35d3c dplayx: Assign to structs instead of using CopyMemory. 2008-03-29 10:30:27 +01:00
Andrew Talbot
05ea03c00b dinput: Assign to struct instead of using CopyMemory. 2008-03-29 10:30:24 +01:00
Jacek Caban
05935eb6b8 mshtml: Added IActiveScriptSiteInterruptPoll stub implementation. 2008-03-28 21:54:12 +01:00
Jacek Caban
ac6cbb79af mshtml: Set script engine state to SCRIPTSTATE_CONNECTED when page is loaded. 2008-03-28 21:54:09 +01:00
Jacek Caban
0db1b86c17 mshtml: Added script engine initialization implementation. 2008-03-28 21:54:07 +01:00
Jacek Caban
5d905ddd41 mshtml: Added IActiveScriptSite::OnStateChange implementation. 2008-03-28 21:54:04 +01:00
Jacek Caban
6d5bf9cd8a uuid: Include objsafe.h. 2008-03-28 21:54:00 +01:00
Rob Shearman
90efadc540 notepad: Remove the License and NO WARRANTY options from the Help->Information popup menu as the same information can now be viewed from the About dialog.
Remove the Help->Information popup menu and rename the "About Wine"
option to "About Notepad".
2008-03-28 21:42:15 +01:00
Rob Shearman
c06f26f2e3 rpcrt4: Print an error if an invalid client context handle is used. 2008-03-28 21:42:15 +01:00
Rob Shearman
ee811d89a8 winedevice: Handle failure of RegisterServiceCtrlHandlerExW. 2008-03-28 21:42:15 +01:00