2497 Commits

Author SHA1 Message Date
Jason Edmeades
32fc366955 cmd.exe: Add support for move with simple wildcards. 2007-04-12 16:38:13 +02:00
Maarten Lankhorst
a9355f2b16 winecfg: Close audio driver when not needed any more. 2007-04-12 16:17:57 +02:00
Rolf Kalbermatter
5eb6c11aba notepad: Improve printing considerably.
Make fonts and the other measurements the correct size in relation to
the actual printer resolution instead of thinking it uses the same
resolution as the display.  Before fixed sized (and for most printer
resolutions way to small) margins where used and the font size was
taken directly from the screen font independent of the actual printer
resolution, resulting in a completely unreadable micro text on most
printouts.
2007-04-10 21:47:25 +02:00
Detlef Riekenberg
62e92795e4 localui/tests: Add initial test. 2007-04-09 13:29:18 +02:00
Chris Robinson
449aacc125 winedbg: Align module addresses to 8 characters. 2007-04-09 12:18:55 +02:00
Eric Pouech
955ba73ebf taskmgr: Let the debug channels work again.
While I was at it, simplified the symbol lookup for the debug options.
2007-04-07 11:47:48 +02:00
Jason Edmeades
7e2d1b4ade cmd.exe: Partially fix 'dir *.' (ie files with no extension). 2007-04-06 12:31:09 +02:00
Jason Edmeades
426a3c11c5 cmd.exe: Make dir a* b* or dir a* b* /s mirror windows. 2007-04-06 12:31:09 +02:00
Jason Edmeades
fc8a9a20c6 cmd.exe: Make dir support multiple parameters. 2007-04-06 12:31:08 +02:00
Jason Edmeades
57f76bd3cf cmd.exe: Fix dir filename /s and resolve many output differences. 2007-04-06 12:31:08 +02:00
Jason Edmeades
5704b4bec9 cmd.exe: Attempt to launch pgm even if fails to locate it. 2007-04-06 12:31:08 +02:00
Jason Edmeades
b573f68b36 cmd.exe: Only search for supplied command as-is if it includes an extension.
Files with no extensions cannot be run as-is. This enables a directory
with 'fred' and 'fred.bat' to correctly run fred.bat if just fred is
executed.
2007-04-06 12:31:08 +02:00
Rolf Kalbermatter
054ed55d71 notepad: Fix text label. 2007-04-06 12:31:07 +02:00
Felix Nawothnig
425d87464e taskmgr: Use default font for proc listview. 2007-04-06 12:31:06 +02:00
Maarten Lankhorst
e97a5e7879 winearts.drv: Kill off winearts. 2007-04-04 22:09:16 +02:00
Steven Edwards
8c62cbfa4e winecfg: Add a button for audio test. 2007-04-04 12:45:17 +02:00
Vit Hrachovy
de0871795c winecfg: Fix outdated Czech localization. 2007-04-04 12:40:39 +02:00
Byeong-Sik Jeon
afdf49f161 regedit: Update Korean resource. 2007-04-03 13:13:47 +02:00
Byeong-Sik Jeon
f225297a5f regedit: Support REG_MULTI_SZ creation and editing. 2007-04-03 13:13:35 +02:00
Eric Pouech
06b414086a winedbg, winedump: Extended some info printed from system info directory in minidump about the CPU. 2007-04-02 12:07:12 +02:00
Eric Pouech
0fc4013f7c winedbg: When reloading real PE modules from a minidump, also look in the search path (as we do for ELF modules). 2007-04-02 12:06:28 +02:00
Jason Edmeades
928f1cb722 xcopy: Hack/workaround for filenames starting with a '.'. 2007-04-02 12:04:38 +02:00
Jason Edmeades
b8b8f254d8 xcopy: /E implies recursive (fixes ActiveState Perl installer). 2007-04-02 12:04:30 +02:00
Jason Edmeades
da977e5579 xcopy: Make displayed names mirror windows. 2007-04-02 12:04:12 +02:00
Jason Edmeades
a8914b9494 xcopy: Add help. 2007-04-02 12:04:02 +02:00
Jason Edmeades
bb2b2d7d3e xcopy: Update comments with unsupported operations and current status. 2007-04-02 12:03:56 +02:00
Jason Edmeades
9ff8b4be5b xcopy: Move all messages into an English resource file. 2007-04-02 12:03:52 +02:00
Jason Edmeades
a5cbc372b3 xcopy: Rearrange code to closely match windows ordering.
Effectively work out if we are interested in a file before worrying
about prompting for copy or overwrite.
2007-04-02 11:42:22 +02:00
Jason Edmeades
3645c30ba1 xcopy: Add support for /D and /D:m-d-y. 2007-04-02 11:41:59 +02:00
Jason Edmeades
54b1d19c5b xcopy: Add support for /EXCLUDELIST:file1+file2 etc. 2007-04-02 11:41:11 +02:00
Rolf Kalbermatter
a07e9c6933 notepad: Fix a possible rounding error when storing the font point size to the registry. 2007-04-02 11:35:29 +02:00
Rolf Kalbermatter
3cae920399 notepad: Implement handling of page setup dialog parameters. 2007-04-02 11:35:11 +02:00
Jason Edmeades
4794bec1c1 xcopy: Add support for xcopy /A and /M (archive copies). 2007-03-30 10:55:21 +02:00
Jason Edmeades
60e79adb53 xcopy: Add support for /P (Prompt). 2007-03-30 10:55:21 +02:00
Jason Edmeades
d742bb632b xcopy: Add support for /C (Continue if errors).
Also fix one place error reporting was missing.
2007-03-30 10:55:21 +02:00
Jason Edmeades
0a3a741a4a xcopy: Add support for /H (Hidden/System). 2007-03-30 10:55:20 +02:00
Jason Edmeades
432d81d704 xcopy: Add support for /R (Replace read only files). 2007-03-30 10:55:20 +02:00
Jason Edmeades
5f8f5eb5be xcopy: Add support for /U (target must exist). 2007-03-30 10:55:20 +02:00
Jason Edmeades
fe89021458 xcopy: Add support for /N (shortname copy). 2007-03-30 10:55:20 +02:00
Jason Edmeades
30fcdd9f07 xcopy: Add support for COPYCMD override and fix /-y. 2007-03-30 10:55:20 +02:00
Jason Edmeades
70fe414c2a xcopy: Prompt when overwriting files, add /Y and /-Y support. 2007-03-30 10:55:20 +02:00
Jason Edmeades
59bf2dc341 xcopy: Add support for /T (no copy). 2007-03-30 10:55:20 +02:00
Jason Edmeades
cf872445a3 xcopy: Add support for /W (pause). 2007-03-30 10:55:20 +02:00
Alexander Farber
6ae5814623 cmd: Enlarge max. length of PATH variable. 2007-03-29 21:02:17 +02:00
Francois Gouget
ebfeb41e99 cmd: Spelling fix. 2007-03-28 12:34:13 +02:00
Aric Stewart
54c7b7e81b Revert 7c35db07c35db0... msiexec: Use CommandLineToArgvW instead of process_args to reduce code duplication.
The previous command line processing is not identical to
CommandLineToArgvW and CommandLineToArgvW breaks msi command line
processing for things such as Excel Viewer 2003.

Specifically the command line created by the Excel Viewer 2003 and
passed to msiexec.exe is "c:\windows\system32\msiexec.exe" /I
C:\windows\temp\IXP000.TMP\XLVIEW.MSI CDCACHE="2"
LAUNCHEDFROMSETUP="1" SETUPEXEPATH="C:\windows\temp\IXP000.TMP\"
SETUPEXENAME="SETUP.EXE" /lpiwaeo "C:\windows\temp\Microsoft Office
Excel Viewer 2003 Setup(0001)_Task(0001).txt" CDCACH"...
2007-03-22 15:54:14 +01:00
Jacek Caban
d1ddc9c1f7 spoolsv: Added spoolsv.exe. 2007-03-20 12:46:31 +01:00
Jason Edmeades
921edab758 Basic implementation of xcopy. 2007-03-19 14:50:32 +01:00
Jason Edmeades
0739ad2246 cmd.exe: Only write 'bytes free' message if a file was displayed during dir. 2007-03-19 14:05:39 +01:00
Jason Edmeades
bf626f960b cmd.exe: Add errorlevel support for DIR command. 2007-03-19 14:05:22 +01:00