Hwang YunSong(황윤성)
1694f781ff
clock: Updated Korean resource.
2008-04-04 12:01:34 +02:00
Paul Vriens
4f3dbb7f7d
rsabase: Remove rsabase tests as they are covered in rsaenh.
2008-04-04 11:03:30 +02:00
Alexander Nicolaysen Sørnes
9183b472eb
winecfg: Update Norwegian Bokmål resource.
2008-04-03 11:30:25 +02:00
Vitaliy Margolen
3eff12c056
reg: Add Russian translation.
2008-04-03 11:30:11 +02:00
Mikołaj Zalewski
1eba09b86f
winecfg: Update Polish translation.
2008-04-02 23:25:28 +02:00
Alexandre Julliard
52ca8cd3ce
winedevice: Apply relocations to the driver in cases where the loader doesn't do it.
2008-04-02 20:40:27 +02:00
Frans Kool
d2dd8f94db
winecfg: Added missing Dutch translations.
2008-04-02 20:29:52 +02:00
Alexandre Julliard
a54ac90000
wordpad: Display the larger icon in the about box.
2008-04-02 20:05:33 +02:00
Herve Chanal
a4e01d67b5
wordpad: A nicer icon.
2008-04-02 20:05:20 +02:00
Alexandre Julliard
d478cc42d8
wineboot: Make services.exe inherit the wineboot event to keep it alive.
2008-04-02 12:19:25 +02:00
Rob Shearman
9bc84d81df
wineboot: Start services.exe on startup instead of on demand in the advapi32 services code.
2008-04-02 11:55:24 +02:00
Rob Shearman
e4c8d763c9
net: Display a more specific error message when a service command fails.
...
Use FormatMessage to get the message for the Win32 error.
2008-04-02 11:23:01 +02:00
Vitaliy Margolen
20a27fe1f7
winecfg: Update Russian translation.
2008-04-02 11:14:48 +02:00
Michael Stefaniuc
ca9f91b42c
progman: Delete bitrotted translations.
2008-04-02 11:14:41 +02:00
Rob Shearman
0b7a37acdc
services: Fix memory leak of some data in the service record.
2008-04-01 19:11:06 +02:00
Alexandre Julliard
f20651b1a4
winemine: Use a standard About box with the larger icon.
2008-04-01 13:19:06 +02:00
Herve Chanal
7f880d9b73
winemine: A nicer icon.
2008-04-01 13:16:51 +02:00
Reece Dunn
14f86f8778
winecfg: Add support for updating all system colours.
2008-04-01 13:15:39 +02:00
Paul Vriens
2b82aa1dc7
winecfg: Update the Dutch resources.
2008-04-01 11:26:36 +02:00
Alexandre Julliard
bd2ee68d6d
wineboot: No longer needs to keep running now that we have services.exe.
2008-03-31 17:26:24 +02:00
James Hawkins
9e021cff3d
fusion: Add initial tests for IAssemblyCache.
2008-03-31 13:09:19 +02:00
Alexander Nicolaysen Sørnes
f40e925804
net: Add Norwegian Bokmål resource.
2008-03-31 12:51:48 +02:00
Alexander Nicolaysen Sørnes
31bb5dcf03
reg: Add Norwegian Bokmål resource.
2008-03-31 12:51:34 +02:00
Vitaliy Margolen
66417eea64
Update Russian translations.
2008-03-31 12:15:14 +02:00
Vitaliy Margolen
1451998c32
net: Update help.
2008-03-31 12:15:04 +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
Mikołaj Zalewski
50af8a3f12
reg: Add Polish translation.
2008-03-31 12:13:46 +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
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
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
ee811d89a8
winedevice: Handle failure of RegisterServiceCtrlHandlerExW.
2008-03-28 21:42:15 +01:00
Herve Chanal
4dc1ee05f3
winetest: A nicer icon.
2008-03-28 21:42:15 +01:00
Dmitry Timoshkov
f04013b6b8
winecfg: Update the DPI trackbar according to the edit box changes.
2008-03-28 14:51:33 +01:00
Mikołaj Zalewski
a1fbd5508f
services.exe: Load list of services from registry at startup.
2008-03-28 14:49:17 +01:00
Mikołaj Zalewski
7bd0efa123
services.exe: Add a new program.
2008-03-28 14:49:17 +01:00
Vitaliy Margolen
5b690b0885
Update Russian translations.
2008-03-28 09:53:44 +01:00
Vitaliy Margolen
0f2d7aedd9
regedit: Fix typo.
2008-03-28 09:53:25 +01:00
Michael Stefaniuc
00489f45ef
winhelp: Fix and activate the Romansh translation.
2008-03-28 09:53:04 +01:00
Michael Stefaniuc
1bdd2ab628
wordpad: Remove bogus ';' after the if statement.
2008-03-27 17:47:53 +01:00
Kusanagi Kouichi
819d16729d
regedit: Fix Japanese resource.
2008-03-27 17:47:48 +01:00
Alexandre Julliard
4e665b1e21
winetest: Use the HEAD commit sha1 as default build id.
2008-03-27 17:26:20 +01:00
Alexandre Julliard
dfd6c1f21a
winetest: Add the Wine build id to the version information.
2008-03-27 16:47:31 +01:00
Alexandre Julliard
0b98d108bc
winefile: Remove some unused resources.
2008-03-27 13:46:04 +01:00
Alexandre Julliard
ff876005fe
winefile: Use the larger icon in the About box.
2008-03-27 13:44:04 +01:00
Alexandre Julliard
761ce98b3f
winefile: Remove redundant About Wine menu option.
2008-03-27 13:36:39 +01:00
Alexander Nicolaysen Sørnes
1ea82f7cd4
wordpad: Add support for previewing two pages side-by-side.
2008-03-27 11:05:45 +01:00
Michael Stefaniuc
9b767a159b
winhelp: Update the German translation.
2008-03-27 11:05:29 +01:00
Herve Chanal
fb2e9a3aba
winefile: A nicer icon.
2008-03-26 23:38:36 +01:00
Alexandre Julliard
255e7b4274
regedit: Display a larger icon in the About box.
2008-03-25 16:14:35 +01:00
Herve Chanal
c440322647
regedit: A nicer icon.
2008-03-25 16:14:23 +01:00
Jacek Caban
63ebe0191e
jscript: Added tests.
2008-03-25 11:44:06 +01:00
Vitaliy Margolen
fbdf05aad1
winemenubuilder: Add support for 24 and 32 bit icons using png format.
2008-03-24 13:39:29 +01:00
Eric Pouech
704de609e6
wordpad: Don't try to use information that hasn't been initialized yet.
2008-03-24 12:12:26 +01:00
Alexandre Julliard
247754fba2
notepad: Use the larger icon in the About dialog.
2008-03-21 18:39:31 +01:00
Herve Chanal
46b121c77e
notepad: Add a nicer icon.
2008-03-21 16:07:54 +01:00
Philip Nilsson
b67290b99a
d3dx9/tests: Test the D3DXVec*Array functions.
2008-03-21 12:52:54 +01:00
Michael Stefaniuc
4754eb0b20
winecfg: Remove the unused IDS_WINE_VERSION resource.
2008-03-21 11:25:23 +01:00
Herve Chanal
e9ee629da4
cmd: Add a nicer icon.
2008-03-20 16:12:48 +01:00
Herve Chanal
6321e59aca
msiexec: Add SVG source for the icon.
2008-03-20 16:12:16 +01:00
Michael Stefaniuc
6e164de7f3
wineboot: Add the Romanian translation.
2008-03-20 14:27:35 +01:00
Michael Stefaniuc
07ac805b46
wineboot: Add the German translation.
2008-03-20 14:27:35 +01:00
Michael Stefaniuc
c6f46e21b7
write: Add the German translation.
2008-03-20 14:27:34 +01:00
Michael Stefaniuc
3f206384d2
write: Add the Romanian translation.
2008-03-20 14:27:34 +01:00
Frans Kool
389799e7c0
reg: Added Dutch resources.
2008-03-20 14:27:34 +01:00
Frans Kool
6e08a877c1
reg: Corrected #include statement for translations to work.
2008-03-20 14:27:34 +01:00
Michael Stefaniuc
9858a1480e
regedit: Fix and update the German translation.
...
- Add the translations for REG_MULTI_SZ.
- Replace "Zeichenkette" with "Zeichenfolge" as that seems to be what
Windows uses.
- Fix the size and placement of the "OK"/"Abbrechen" buttons.
- Remove bogus accelerators on some LTEXT entries in dialogs.
2008-03-19 18:51:35 +01:00
Andrew Riedi
2087ad46a9
reg: Add stub 'reg' program.
2008-03-19 12:45:26 +01:00
Herve Chanal
2115a90a68
msiexec: A nicer icon.
2008-03-19 11:27:56 +01:00
Francois Gouget
304b415284
Assorted spelling fixes.
2008-03-19 11:21:27 +01:00
Aric Stewart
58801f0d73
regedit: Check for unicode file without using fseek.
2008-03-17 15:11:25 +01:00
Mikołaj Zalewski
b859c13907
regedit: Remove windows class names (they shouldn't be localized) and unused IDC_REGEDIT menu from resources.
2008-03-12 11:58:58 +01:00
Paul Vriens
863240b77b
winecfg: Fix setting version to Vista.
2008-03-11 15:38:25 +01:00
Aric Stewart
da03fc5574
wineboot: Add Japanese resources.
2008-03-11 12:11:52 +01:00
L. Rahyen
0110512904
winecfg: Make DPI interval to be the same as in Windows.
2008-03-10 20:23:36 +01:00
Alistair Leslie-Hughes
9790d172e9
winecfg: Added support for Windows 2008.
2008-03-05 11:20:54 +01:00
Austin English
d817d7c220
winecfg: Raise max screen resolution to 160 DPI.
2008-03-04 11:54:21 +01:00
Jason Edmeades
4492334762
cmd.exe: Support cd .. when saving current directory.
2008-03-04 11:54:21 +01:00
Jason Edmeades
84f02a6ab2
cmd.exe: Fix pipes.
2008-03-04 11:54:21 +01:00
Jason Edmeades
52e8f6f69b
cmd.exe: Fix running programs from root of drive.
2008-03-04 11:54:21 +01:00
Peter Oberndorfer
90b7baa2bc
cmdlgtst: Remove unneeded DLGPROC casts.
2008-03-04 11:18:57 +01:00
Peter Oberndorfer
d8b2f161b0
wordpad: Use correct prototype for dialog functions.
2008-03-04 11:18:53 +01:00
Alexandre Julliard
b9e578528f
regedit: Include the terminating null in string lengths.
2008-03-03 12:07:16 +01:00
James Hawkins
e4c1227ec9
janitorial: Remove links to any microsoft site.
2008-03-01 12:17:17 +01:00
Louis Lenders
6547fef34b
programs: Add a stubbed out secedit.exe.
2008-02-29 12:35:02 +01:00
Mikołaj Zalewski
b84986b01c
net: Add Polish translation to rsrc.rc.
2008-02-28 20:00:36 +01:00
Mikołaj Zalewski
7b4f499684
winefile: Add FOF_ALLOWUNDO to winefile to allow files go to trash.
2008-02-28 20:00:25 +01:00
Mikołaj Zalewski
2b93de3e7e
net: Add Polish translation.
2008-02-28 10:50:57 +01:00
Mikołaj Zalewski
e2e2066200
wordpad: Always use RB_GETBARHEIGHT.
2008-02-28 10:50:45 +01:00