Commit graph

3862 commits

Author SHA1 Message Date
Francois Gouget
6980949f49 winedbg: Remove an unused debug channel. 2009-05-06 12:20:09 +02:00
Uwe Bonnes
22dde33ed2 wineboot: Print failing command line. 2009-05-06 12:06:36 +02:00
Michael Stefaniuc
0c702d140c notepad: Use the explicit SendMessageW form. 2009-05-05 14:13:53 +02:00
Alexandre Julliard
8b3b328319 winedbg: Implement single step for x86_64. 2009-05-01 18:29:10 +02:00
Alexandre Julliard
b26ae69fcb winedbg: Fix formatting of the flag register bits. 2009-05-01 18:28:49 +02:00
Paul Vriens
76c0babdcf services: Fix a typo. 2009-04-29 13:08:45 +02:00
Dmitry Timoshkov
54d7c8012d explorer: Initialize the Progman DDE interface when starting explorer. 2009-04-29 13:07:55 +02:00
Austin English
2c3497b908 notepad: Don't append seconds to time format. 2009-04-28 13:10:02 +02:00
André Hentschel
078d465fa9 cmdlgtst: Spelling fix. 2009-04-28 11:58:34 +02:00
Rico Schüller
ac6a18f1f6 notepad: Allow only one search/replace dialog to open. 2009-04-27 14:32:40 +02:00
Rico Schüller
3137600651 notepad: Implement replace. 2009-04-27 14:32:34 +02:00
Austin English
0d2d1e7ff9 winetest: When extracting tests, run in console mode. 2009-04-27 13:26:02 +02:00
Austin English
2a98ea48cd notepad: Fix date format to match windows. 2009-04-27 13:23:11 +02:00
Ken Sharp
3ab52c2097 winedbg: Correct slight typo in winedbg dialog. 2009-04-24 11:51:06 +02:00
Łukasz Wojniłowicz
7448a09258 cmd: Updated Polish translations. 2009-04-23 14:22:06 +02:00
Mikołaj Zalewski
1e256e426d winedbg: Add a crash dialog for --auto mode. 2009-04-22 17:00:34 +02:00
Reece Dunn
cd71cb26f9 winecfg: Fix the size of the application static text in Japanese. 2009-04-22 12:56:00 +02:00
Reece Dunn
2c3d5b27c2 winecfg: Fix the size of the application static text in Spanish. 2009-04-22 12:55:56 +02:00
Damjan Jovanovic
0b4499cdcd winemenubuilder: Build freedesktop MIME type list for later use. 2009-04-21 17:45:06 +02:00
Detlef Riekenberg
dc0beeb976 winetest: Add option -x to extract all test. 2009-04-21 14:25:14 +02:00
Detlef Riekenberg
1f07bc02c1 winetest: Add support for --version, --help and /?. 2009-04-21 14:25:14 +02:00
Michael Stefaniuc
2e6ac3a571 winedbg: Remove some superfluous pointer casts. 2009-04-21 13:16:33 +02:00
Michael Stefaniuc
410c00fae4 wordpad: "Fix" the Turkish translation.
Remove the untranslated and incomplete STRINGTABLE.
2009-04-21 13:16:19 +02:00
Hans Leidekker
6137b1ba2d programs: Add stub termsv.exe. 2009-04-20 16:56:13 +02:00
Frans Kool
1eec7ab360 regedit: Fixed Dutch translations. 2009-04-16 11:28:33 -05:00
Frans Kool
846ce4f0c4 reg: Fixed Dutch translations. 2009-04-16 11:28:28 -05:00
Frans Kool
38d9989fba wordpad: Fixed Dutch translations. 2009-04-16 11:28:17 -05:00
Dmitry Timoshkov
c23beb3102 winedbg: Fix a typo in the comment. 2009-04-15 15:56:33 -05:00
André Hentschel
ec21ea1baa start: Correct German translation. 2009-04-15 15:56:00 -05:00
Alexandre Julliard
09d7fa707f winedbg: Add context dumping for x86_64. 2009-04-08 20:40:35 +02:00
Michael Stefaniuc
645486e8c2 wordpad: Replace long with LONG. 2009-04-07 11:21:45 +02:00
Warren Dumortier
33a0062e0f winecfg: Update French translation. 2009-04-07 11:20:51 +02:00
Damjan Jovanovic
448ca846cf winemenubuilder: Make initial directories for fd.o MIME type handling. 2009-04-06 15:29:30 +02:00
Michael Stefaniuc
cd4a7c3146 winhlp32: Remove superfluous casts. 2009-04-06 12:58:01 +02:00
Michael Stefaniuc
e09fc21576 winecfg: Use ULONG for a bitmask variable. 2009-04-02 16:28:30 +02:00
Damjan Jovanovic
612d47d3b5 winemenubuilder: Use the user-dirs desktop directory instead of hardcoding ~/Desktop. 2009-03-31 12:41:26 +02:00
Eric Pouech
fac7496345 winedbg: Fix the way array derefs are done. 2009-03-30 14:20:44 +02:00
Anders Jonsson
bd1a69220a wordpad: Update Swedish translation. 2009-03-27 11:23:28 +01:00
Michael Stefaniuc
19704f45e3 uninstaller: Add the Romanian translation. 2009-03-25 11:09:31 +01:00
Rob Shearman
286dc62e34 services: Always initialise the out buffer in svcctl_QueryServiceStatusEx and svcctl_QueryServiceConfig2W. 2009-03-24 13:11:53 +01:00
Rob Shearman
1c89dacf9c services: svcctl_GetServiceDisplayNameW and svcctl_GetServiceKeyNameW should have string attribute on output buffer.
They also should not have two parameters for specifying the size of the buffer.

The buffer size should also not include in the nul-terminating character.
2009-03-24 13:11:41 +01:00
Rob Shearman
8f07e6932b services: Add a ref count to the service entry in svcctl_CreateServiceW.
The ref count will be released by SC_RPC_HANDLE_destroy when the
returned handle is destroyed.

Change svcctl_OpenServiceW to use InterlockedIncrement to increment
the ref count since the service is in the database and therefore could
be shared and SC_RPC_HANDLE_destroy doesn't take the scmdatabase lock
when decrementing the ref count.
2009-03-24 13:10:57 +01:00
Dylan Smith
2592fea305 winhlp32: Invalidate scrollbar when changing pages. 2009-03-24 10:27:27 +01:00
James Hawkins
474276d569 cmd: Fix a memory leak (Coverity 904). 2009-03-23 18:21:05 +01:00
Aurimas Fischer
6f8ce0e376 wineboot: Add Lithuanian translation. 2009-03-23 12:40:46 +01:00
Aurimas Fischer
c5af05dfb4 start: Add Lithuanian translation. 2009-03-23 12:40:43 +01:00
Aurimas Fischer
9da142f7e1 reg: Add Lithuanian translation. 2009-03-23 12:40:40 +01:00
Aurimas Fischer
9b8c3c7885 uninstaller: Add Lithuanian translation. 2009-03-23 12:40:36 +01:00
Michael Stefaniuc
097f3ba7d3 regedit: Fix the German translation. 2009-03-23 12:37:26 +01:00
Michael Stefaniuc
1b3a781357 regedit: Convert the German translation to UTF8. 2009-03-23 12:37:22 +01:00