Jay Yang
|
dadcdb71b5
|
explorer: Fix various memory leaks.
|
2011-07-22 12:57:21 +02:00 |
André Hentschel
|
0e3527a564
|
winevdm: Use secure mode when running apps in DOSBox.
|
2011-07-21 17:02:08 +02:00 |
Michał Ziętek
|
4ecb339f02
|
wscript: Implemented Host_get_ScriptFullName.
|
2011-07-21 17:00:28 +02:00 |
Michał Ziętek
|
bf331f8dca
|
wscript: Implemented Host_get_ScriptName.
|
2011-07-21 17:00:25 +02:00 |
Michał Ziętek
|
6afb5f0782
|
wscript: Implemented Host_get_Path.
|
2011-07-21 16:59:18 +02:00 |
Michał Ziętek
|
d6fd86e8ec
|
wscript: Implemented Host_get_FullName.
|
2011-07-21 16:58:32 +02:00 |
Frédéric Delanoy
|
d1862e473b
|
cmd: Fix comment for CMD_PIPE.
|
2011-07-21 16:28:48 +02:00 |
Frédéric Delanoy
|
8f8aa7a35e
|
cmd/tests: Add CALL tests.
|
2011-07-21 16:28:46 +02:00 |
Frédéric Delanoy
|
5d22f3aa14
|
cmd/tests: Add tests for NUL handling.
|
2011-07-19 18:26:22 +02:00 |
Michael Stefaniuc
|
8ec442f510
|
explorer: Use FAILED instead of !SUCCEEDED.
|
2011-07-19 18:26:21 +02:00 |
Frédéric Delanoy
|
a28c7caf3e
|
cmd/tests: Test that ErrorLevel is set to 9009 when unknown commands are encountered.
|
2011-07-19 14:04:25 +02:00 |
Frédéric Delanoy
|
23cd306a7d
|
cmd/tests: Add tests for recursive rmdir.
|
2011-07-19 14:04:16 +02:00 |
Frédéric Delanoy
|
79926d6f2b
|
cmd/tests: Add SET tests.
|
2011-07-18 16:23:30 +02:00 |
Frédéric Delanoy
|
1cb7378e94
|
cmd/tests: Convert line endings to DOS style at runtime before running batch test file.
|
2011-07-18 16:23:29 +02:00 |
Frédéric Delanoy
|
4b4dd300f6
|
cmd: Avoid excess newline after TYPE outputs file contents.
|
2011-07-15 17:07:51 +02:00 |
Frédéric Delanoy
|
f43297f989
|
cmd: Do not show prompt when echo mode is off.
|
2011-07-15 17:07:46 +02:00 |
Frédéric Delanoy
|
91c4632941
|
cmd: Avoid printing an excess newline after version is displayed on startup.
|
2011-07-15 17:07:39 +02:00 |
Frédéric Delanoy
|
123d5d0d60
|
cmd: Output a empty line before version in VER.
|
2011-07-15 17:03:17 +02:00 |
Andrew Eikum
|
55f9ac8bf4
|
winejack.drv: Remove unused WinMM driver.
|
2011-07-15 12:22:48 +02:00 |
Andrew Eikum
|
3b16f46794
|
wineesd.drv: Remove unused WinMM driver.
|
2011-07-15 12:11:05 +02:00 |
Andrew Eikum
|
2fae117e0c
|
winenas.drv: Remove unused WinMM driver.
|
2011-07-15 12:00:33 +02:00 |
André Hentschel
|
1710013878
|
progman: Remove idempotent operation (clang).
|
2011-07-14 14:45:07 +02:00 |
Akihiro Sagawa
|
deac5ceb1c
|
po: Add message contexts for 'Desktop' and update Japanese translation.
|
2011-07-14 14:39:27 +02:00 |
Akihiro Sagawa
|
42b06d6ff5
|
po: Add message contexts for 'Restore' and update Japanese translation.
|
2011-07-14 14:29:38 +02:00 |
André Hentschel
|
a9504e276c
|
cmd/tests: Add test for parameter detection.
|
2011-07-12 11:46:23 +02:00 |
Frédéric Delanoy
|
b37d39e351
|
cmd/tests: Add basic rmdir tests.
|
2011-07-12 11:46:23 +02:00 |
Frédéric Delanoy
|
3f173faf1b
|
cmd/tests: Add mkdir tests for trailing backslashes and invalid chars handling.
|
2011-07-12 11:46:23 +02:00 |
Frédéric Delanoy
|
9114dc5c03
|
cmd/tests: Add basic mkdir tests.
|
2011-07-12 11:46:23 +02:00 |
Frédéric Delanoy
|
63a6a80d40
|
cmd/tests: Add basic "for" tests.
|
2011-07-12 11:46:23 +02:00 |
Frédéric Delanoy
|
4ebbd0e596
|
start: Add support for /? command line parameter.
|
2011-07-11 19:55:31 +02:00 |
Frédéric Delanoy
|
dcf9d74be7
|
winhlp32: Remove dead assignment (Clang).
|
2011-07-11 18:33:12 +02:00 |
Francois Gouget
|
f00652fc63
|
explorer: Fix compilation on systems that don't support nameless unions.
|
2011-07-11 18:32:12 +02:00 |
Frédéric Delanoy
|
88ff0e816a
|
cmd/tests: Add support for todo_wine constructions.
|
2011-07-11 12:19:31 +02:00 |
Alexandre Julliard
|
766dc67043
|
cmd/tests: Rewrite replace_escaped_spaces to avoid overflows.
Spotted by Marcus Meissner.
|
2011-07-06 19:51:51 +02:00 |
André Hentschel
|
16955095ad
|
winefile: Remove dead initialization (clang).
|
2011-07-06 11:20:07 +02:00 |
Jay Yang
|
047124ab94
|
explorer: Fix incorrect cast.
|
2011-07-05 19:27:49 +02:00 |
Michał Ziętek
|
e244222c65
|
wscript: Implemented Host_get_BuildVersion.
|
2011-07-05 14:45:14 +02:00 |
Jay Yang
|
c1b6d91c5b
|
explorer: Add dropdown entries to explorer's combobox.
|
2011-07-04 19:13:32 +02:00 |
Jay Yang
|
cfa89e7e32
|
explorer: Add a path combobox to explorer.
|
2011-07-04 19:13:22 +02:00 |
Jay Yang
|
9544bcd10b
|
explorer: Add navigation buttons to explorer.
|
2011-07-04 19:11:42 +02:00 |
Marcus Meissner
|
436ec81240
|
explorer: Remove useless array NULL check (Coverity).
|
2011-06-28 16:45:56 -05:00 |
Michał Ziętek
|
41eedc6d0b
|
wscript: Implemented Host_get_Version.
|
2011-06-28 16:45:55 -05:00 |
Michał Ziętek
|
2c2527e3cb
|
wscript: Implemented Host_get_Name.
|
2011-06-28 16:45:55 -05:00 |
Marcus Meissner
|
8598b121d6
|
dxdiag: Removed unused endptr assignment (Coverity).
|
2011-06-28 11:57:51 -05:00 |
Detlef Riekenberg
|
2497a91f6b
|
winemenubuilder: Show filename on failure.
|
2011-06-27 17:32:15 -05:00 |
Francois Gouget
|
95d769a047
|
Assorted spelling fixes.
|
2011-06-27 13:09:47 -05:00 |
Aurimas Fišeras
|
8d834b4168
|
cmdlgtst: Update Lithuanian translation.
|
2011-06-20 19:32:03 +02:00 |
Francois Gouget
|
d415cf5f30
|
explorer: Make explorer_wnd_proc() static.
|
2011-06-20 19:32:02 +02:00 |
Hwang YunSong
|
e29fb9696b
|
cmdlgtst: Update Korean resource.
|
2011-06-17 11:09:06 +02:00 |
Jay Yang
|
fd1bdb14a4
|
explorer: Use the command line arguments.
|
2011-06-16 17:39:31 +02:00 |