Huw Davies
8b8af9c878
winetest: Add the ability to retrieve the dll path for com dlls from the registry.
2009-09-16 15:27:15 -05:00
Akihiro Sagawa
daa797f54b
start: Add Japanese translation.
2009-09-15 16:41:25 -05:00
Akihiro Sagawa
749972cebc
xcopy: Add Japanese translation.
2009-09-15 16:41:25 -05:00
Francois Gouget
a4d391d65a
uninstaller: Perform a case-insensitive search for the application to uninstall.
...
Registry keys are case-insensitive so the match should be too.
2009-09-11 12:09:50 +02:00
Davide Pizzetti
d451778bcc
winefile: Italian translation update.
2009-09-09 12:05:24 +02:00
Davide Pizzetti
1e150672e9
start: Italian translation update.
2009-09-09 12:05:15 +02:00
Davide Pizzetti
3c7c46f6cd
winecfg: Italian translation update.
2009-09-09 12:05:04 +02:00
Marcus Meissner
5006da3bb7
oleview: Fixed bad error check.
2009-09-08 12:13:32 +02:00
Eric Pouech
31cf71c244
winedbg: Fix backend prototypes for PowerPC and Alpha.
2009-09-02 10:24:14 +02:00
André Hentschel
d0c68ef034
winetest: Mute an annoying message box.
2009-08-31 16:06:36 +02:00
Henri Verbeet
89b469cb2f
dxdiag: Make the "cmdline" parameter const.
2009-08-31 12:41:21 +02:00
Riccardo Loti
4a6bbd039a
clock: Fix typo in the Italian translation.
2009-08-31 12:16:42 +02:00
Eric Pouech
7cdf3389dd
services: Correctly store the service's PID upon startup.
2009-08-29 17:11:19 +02:00
André Hentschel
765d9a1411
wcmd: Ignore start and end quotes.
2009-08-29 16:48:52 +02:00
Austin English
93e7c6b23a
dxdiag: Add basic command line parsing.
...
Based on a patch by Dan Kegel.
2009-08-27 14:15:04 +02:00
Austin English
1b5167f1cb
dxdiag: Make dxdiag a Unicode rather than ANSI program.
2009-08-27 14:14:07 +02:00
Dylan Smith
262e1bfa92
winedbg: Resolve typedefs when checking for user defined type.
...
All that matters is that the real type is a user defined type (e.g.
structure, class, or union), so I used types_get_real_type instead of
types_get_info to avoid issues with typedefs.
2009-08-27 14:13:49 +02:00
Dylan Smith
fe8f6b8068
winedbg: Extract address from expression for listing source at address.
2009-08-27 14:13:40 +02:00
Davide Pizzetti
a60ff23158
winhlp32: Italian translation update.
2009-08-26 14:34:18 +02:00
Davide Pizzetti
46a3113a0c
regedit: Italian translation update.
2009-08-26 14:34:04 +02:00
Austin English
b3fb793b52
dxdiag: Add stub implementation.
2009-08-25 11:48:31 +02:00
Detlef Riekenberg
69b3782a82
regedit: Do not write junk after the LastKey value.
2009-08-25 11:42:06 +02:00
Michael Stefaniuc
e80b36e7c5
winefile: Compile with -DWINE_NO_UNICODE_MACROS.
2009-08-25 11:27:17 +02:00
Michael Stefaniuc
9b62d9df20
winefile: Use the explicit W-form for the rest of the types.
2009-08-25 11:27:08 +02:00
Michael Stefaniuc
e75b496d00
winefile: Replace the TSTR types with WSTR.
2009-08-25 11:25:58 +02:00
Michael Stefaniuc
21049ffb1f
winefile: Replace TCHAR with WCHAR.
2009-08-25 11:25:50 +02:00
Michael Stefaniuc
575b7bf36c
winefile: Convert the rest of the functions to use the explicit W-form.
2009-08-25 11:25:38 +02:00
Michael Stefaniuc
4d512dbe32
winefile: Use the explicit W-form for the file IO related functions.
2009-08-25 11:25:30 +02:00
Michael Stefaniuc
05db8d5dd1
winefile: Use the explicit W-form of the Load*() functions.
2009-08-25 11:25:22 +02:00
Michael Stefaniuc
4490759a27
winefile: Use the explicit W-form for the *Window* functions.
2009-08-25 11:25:10 +02:00
Michael Stefaniuc
2ebe3db8fb
winefile: Use the explicit W-form of the string functions.
2009-08-25 11:25:01 +02:00
Michael Stefaniuc
0c6e5293bb
winefile: Use the explicit SendMessageW form.
2009-08-25 11:24:48 +02:00
Michael Stefaniuc
3dc7bceb48
winefile: Don't use _tsplitpath().
2009-08-25 11:24:27 +02:00
Michael Stefaniuc
2b8f5e3742
winefile: Get rid of the #ifndef UNICODE code paths.
2009-08-25 11:23:35 +02:00
Hwang YunSong
5b44114885
winecfg: Updated Korean resource.
2009-08-24 15:17:36 +02:00
Dylan Smith
fc888d6835
taskmgr: Finish partial unicode conversion of process page.
2009-08-24 15:17:34 +02:00
Dylan Smith
6f0655242c
winedbg: Fixed listing source of function in file.
2009-08-24 15:17:34 +02:00
Dylan Smith
1cb7c1a11c
winedbg: Prevent syntax errors for list command due to the lexer.
...
The list command allows more than just a pathname, but since a pathname
allows such a wide range of characters, it will prevent other parameters
from getting parsed properly (e.g. a start line number). This even
interfered with the usage of pathname for the list command, since the
command typically includes a line number within the file.
2009-08-24 15:17:34 +02:00
Akihiro Sagawa
7bee216daf
winecfg: Update Japanese translation.
2009-08-24 15:17:32 +02:00
Akihiro Sagawa
aa916afc9d
regedit: Update Japanese translation.
2009-08-24 15:17:32 +02:00
Akihiro Sagawa
c775536e07
reg: Update Japanese translation.
2009-08-24 15:17:31 +02:00
Akihiro Sagawa
81ea79bf3b
uninstaller: Add Japanese translation.
2009-08-24 15:17:31 +02:00
Michael Stefaniuc
03566d64cb
winhlp32: Add the Romanian translation.
2009-08-21 11:10:03 +02:00
Luca Bennati
65b15b892b
notepad: Update Italian translation.
2009-08-20 15:27:37 +02:00
Luca Bennati
a76bc4d45e
winecfg: Update Italian translation.
2009-08-20 15:27:32 +02:00
Akihiro Sagawa
9aa61fbe27
notepad: Update Japanese translation.
2009-08-20 15:26:06 +02:00
Akihiro Sagawa
b7a389f73a
winecfg: Update Japanese translation.
2009-08-20 15:26:01 +02:00
Frédéric Delanoy
c566c719fb
wineconsole: Fix French translation.
2009-08-18 11:46:15 +02:00
Frédéric Delanoy
2cee5c73bc
winecfg: Update French translation.
2009-08-18 11:46:11 +02:00
André Hentschel
53a74cdd42
winecfg: Update German translation.
2009-08-18 11:46:06 +02:00