José Manuel Ferrer Ortiz
d1c56cb44a
winecfg: Updated Spanish translation.
2007-05-14 14:25:28 +02:00
Mikołaj Zalewski
44e3200a8d
shell32: Handle invalid cbSize in Shell_NotifyIcon[AW].
2007-05-11 11:45:45 +02:00
Peter Oberndorfer
3a1a190fc3
rpcss: Use correct prototype for thread function.
2007-05-11 11:20:46 +02:00
Thomas Spear
abf204cd3c
regedit: Spelling and grammar fixes.
2007-05-10 12:14:06 +02:00
James Hawkins
5b8bad7518
msiexec: /quiet is the same options as /qn.
2007-05-09 12:06:57 +02:00
Thomas Spear
2f5232d5ce
uninstaller: Fix trace message.
2007-05-09 12:06:42 +02:00
Alexandre Julliard
69a88a9d40
Fix minor differences in the formatting of the license notices.
2007-05-04 12:08:15 +02:00
Tim Schwartz
451616ee45
net.exe: Initial stub.
2007-05-03 15:52:05 +02:00
Jason Edmeades
a2fa763008
xcopy: Output to console in Unicode if possible, or OEM codepage otherwise.
2007-05-02 15:03:19 +02:00
Alexandre Julliard
103249ecab
winebrowser: Don't output debug traces by default.
2007-05-01 14:00:43 +02:00
Francois Gouget
5a8fc34033
Assorted spelling fixes.
2007-04-30 12:35:11 +02:00
Ken Thomases
8dc41cf5f7
winebrowser: Don't put the default mailers or browsers into the registry.
2007-04-30 12:25:46 +02:00
Yuval Fledel
735df24617
schannel: Tests for SpLsaModeInitialize, SpUserModeInitialize and GetInfo.
2007-04-27 11:42:20 +02:00
Alexandre Julliard
55a57c2130
winedbg: Properly handle EOF on input.
2007-04-26 14:25:32 +02:00
Hans Leidekker
3d2670ea32
expand.exe: Add support for cabinet files.
2007-04-26 14:24:26 +02:00
Michael Stefaniuc
5f62da109e
janitorial: Pass HEAP_ZERO_MEMORY as flag to HeapAlloc() instead of zeroing out the allocated memory in a later call.
2007-04-25 12:26:07 +02:00
Tom Spear
621eceb633
winecfg: Change WINE_ERR to WINE_TRACE since there is no real error.
2007-04-25 11:49:45 +02:00
Jason Edmeades
68b11d1290
cmd.exe: Support for DEL filename /s.
2007-04-24 11:53:13 +02:00
Mikołaj Zalewski
2fd63d342e
regedit: Update Polish translation.
2007-04-24 10:18:24 +02:00
Mikołaj Zalewski
2f478c1bcc
winecfg: Add Polish translation.
2007-04-24 10:18:19 +02:00
David Adam
f50800b25d
d3drm: Implement D3DRMVectorAdd.
2007-04-23 20:21:13 +02:00
Hwang YunSong(황윤성)
68401a151a
cmd: Updated Korean resource.
2007-04-23 13:58:35 +02:00
Maarten Lankhorst
db6d0d1e9f
winecfg: Update Dutch resources.
2007-04-23 13:55:15 +02:00
Kirill K. Smirnov
9a973408a0
xcopy: Add Russian resource.
2007-04-23 13:54:14 +02:00
Aric Stewart
ac64826d0b
taskmgr: Add Japanese resource.
2007-04-18 12:59:47 +02:00
Jason Edmeades
ce87522f84
cmd.exe: Implement a basic 'more'.
...
This implements a basic more, eg 'dir | more' or 'more file.c'
but it does not support the flags or keys which can control it.
Basically its not worth implementing those, as in some modes
we cannot read a single key, we have to wait for <enter> anyway.
2007-04-16 12:24:49 +02:00
Hwang YunSong(황윤성)
3d92b2931c
cmd: Updated Korean resource.
2007-04-16 12:11:38 +02:00
András Kovács
fffe9ba4e4
winecfg: Add Windows Vista version option.
2007-04-13 13:17:58 +02:00
Jason Edmeades
53c05cb534
cmd.exe: Fix regression when launching a fully qualified program.
2007-04-12 16:38:45 +02:00
Jason Edmeades
2f5bfc0f78
cmd.exe: Add prompting and COPYCMD plus /Y support to move.
2007-04-12 16:38:35 +02:00
Jason Edmeades
d0a6fe101a
cmd.exe: Add move support for wildcards and directories.
2007-04-12 16:38:24 +02:00
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