Commit Graph

3849 Commits (1c2b29dae3967fbd21f28e56eea7aacf84329b97)

Author SHA1 Message Date
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
Michael Stefaniuc 49250a3cdb regedit: Remove commented out STRINGTABLE from the resource files.
The STRINGTABLE is commented out since mid 2003.
2009-03-23 12:37:08 +01:00
Michael Stefaniuc 58e9834af8 reg: Fix/update the German translation. 2009-03-23 12:37:02 +01:00
Michael Stefaniuc 331bb8f356 reg: Change the German translation to UTF8. 2009-03-23 12:36:59 +01:00
Michael Stefaniuc efbb4ebf3e widl: Output "LONG" instead of "long" for a 32bit integer.
long is always 32bit in IDL files but that's not true in C.
2009-03-13 11:15:21 +01:00
Alexandre Julliard d7d84e71d3 winedbg: Don't name a function PRIVATE. 2009-03-12 14:29:53 +01:00
Dylan Smith cbf820abb0 winhlp32: Links are clicked on WM_LBUTTONDOWN not WM_LBUTTONUP.
This behaviour was tested against native winhlp32 by pressing down the
left mouse button and holding it while over the link to avoid having
WM_LBUTTONUP sent.  I noticed that the action for clicking the link
happened right away, without waiting for me to release the mouse button.
2009-03-12 13:09:54 +01:00
Aurimas Fischer c95011dc5c regedit: Add missing English resource. 2009-03-12 13:09:53 +01:00
Aurimas Fischer ddb2dc1ca9 regedit: Add Lithuanian translation. 2009-03-12 13:09:53 +01:00
Francois Gouget dfd09c310c winemenubuilder: Print an error message if we are unable to load an lnk file. 2009-03-12 13:09:53 +01:00
Francois Gouget 9b6d3676a0 winemenubuilder: Fix an off-by-one check that resulted in erroneous error messages. 2009-03-12 13:09:53 +01:00
Aurimas Fischer f723ceda67 notepad: Improve Lithuanian translation. 2009-03-11 15:56:46 +01:00
Dylan Smith a36b408f7e winhlp32: Prevent cursor flicker on mouse moves over richedit control.
Previously the cursor was being set by winhlp32 on WM_MOUSEMOVE, then
the richedit control would change it again on WM_SETCURSOR.  Since the
cursor set in both of these places was different, the cursor would
flicker from being frequently changed.

The reason winhlp32 is setting the cursor, rather than letting the
richedit control set the cursor, is that winhlp32 needs the hand cursor
to be shown over a link.  My first instinct was to just add the CFE_LINK
effect to the link characters, however this also forced a colour for the
link that was inconsistent with native winhlp32.  Native winhlp32
doesn't seem to load any richedit dll, so this doesn't imply that there
is an undocumented way of changing the colour of characters with
CFE_LINK.

This patch has winhlp32 override the WNDPROC for the richedit control to
handle the WM_SETCURSOR.  It simply sets the cursor to the hand if the
cursor is over the link, otherwise it just calls the original richedit
window proc.
2009-03-11 13:03:33 +01:00
Jim Cameron 5bd7e306b4 regedit: Fix crash importing large values from Unicode. 2009-03-09 14:21:26 +01:00