Jason Edmeades
|
85c5dcb13f
|
cmd: Fix trap when batch pgm runs another batch pgm.
|
2007-07-25 13:03:42 +02:00 |
Michael Stefaniuc
|
837bd5356d
|
winefile: Change the settings functions to use the W registry functions.
|
2007-07-25 13:02:32 +02:00 |
Michael Stefaniuc
|
cee98d2969
|
winefile: Move some self contained functions to use explicit W functions.
|
2007-07-24 11:26:27 +02:00 |
Michael Stefaniuc
|
11bb71d3d6
|
winefile: Replace malloc with HeapAlloc.
|
2007-07-24 11:26:05 +02:00 |
Hwang YunSong(황윤성)
|
318bc906d6
|
net: New Korean resource.
|
2007-07-23 11:58:48 +02:00 |
Hwang YunSong(황윤성)
|
d46d87a421
|
wordpad: Updated Korean resource.
|
2007-07-23 11:58:42 +02:00 |
Alexander Nicolaysen Sørnes
|
0b381cee30
|
wordpad: Resize rebar control on window resize.
|
2007-07-20 11:47:30 +02:00 |
Anatoly Lyutin
|
2364a87d1b
|
cmd: Use toupperW instead of toupper.
|
2007-07-20 11:44:53 +02:00 |
Alexander Nicolaysen Sørnes
|
5ae5da912f
|
wordpad: Add date/time toolbar button.
|
2007-07-19 14:49:17 +02:00 |
Alexander Nicolaysen Sørnes
|
4c6c9e596f
|
wordpad: Add date/time dialog.
|
2007-07-19 14:48:51 +02:00 |
Michael Stefaniuc
|
9a522589fb
|
programs: Remove unreachable break after return/break. Found by Smatch.
|
2007-07-19 11:57:53 +02:00 |
Michael Stefaniuc
|
016b8bbedd
|
winhelp: Add missing case label "default". Found by Smatch (unreached code).
|
2007-07-19 11:57:26 +02:00 |
Hwang YunSong(황윤성)
|
9e2f6b113b
|
wordpad: Updated Korean resource.
|
2007-07-18 13:35:03 +02:00 |
Hwang YunSong(황윤성)
|
70ce53af03
|
cmd: Updated Korean resource.
|
2007-07-18 13:34:58 +02:00 |
Kirill K. Smirnov
|
72d5e7cd36
|
programs/start: use SEE_MASK_NO_CONSOLE flag as default.
Allows to start console applications in a new window (as Windows does).
|
2007-07-16 22:55:40 +02:00 |
Paul Vriens
|
61d8402fe2
|
programs/cmd: Do the assignment after the return to avoid a missing free() (Coverity).
|
2007-07-12 13:00:32 +02:00 |
Tim Schwartz
|
ef59d47d93
|
net.exe: Converted strings to resources.
|
2007-07-11 14:21:21 +02:00 |
Lei Zhang
|
30a22664e6
|
start.exe: Put double quotes around arguments with spaces.
|
2007-07-11 12:42:32 +02:00 |
Anatoly Lyutin
|
24866e7906
|
cmd: Use toupperW instead of toupper.
|
2007-07-11 11:59:48 +02:00 |
Hans Leidekker
|
0a6f6874af
|
pdh: Add tests for opening and closing queries.
|
2007-07-09 17:03:31 +02:00 |
Alexander Nicolaysen Sørnes
|
77bf899160
|
wordpad: Prompt for saving file changes.
|
2007-07-09 11:46:27 +02:00 |
Alexander Nicolaysen Sørnes
|
31e9829017
|
wordpad: Disable copy/cut in menu when appropriate.
|
2007-07-06 18:19:50 +02:00 |
Francois Gouget
|
a3317a5c01
|
Assorted spelling fixes.
|
2007-07-05 19:56:34 +02:00 |
Ben Hodgetts
|
b2d25de6f7
|
winecfg: Clean up Graphics tab and remove broken neutral translation.
|
2007-07-04 13:55:36 +02:00 |
Alexandre Julliard
|
d0783774e7
|
configure: Merge the libcurses existence check with the soname check.
|
2007-07-02 17:28:50 +02:00 |
Alexandre Julliard
|
c1099bb759
|
configure: Merge the libhal existence check with the soname check.
|
2007-07-02 17:28:33 +02:00 |
Alexandre Julliard
|
446befbb4d
|
configure: Don't use a default soname if a library is not found, leave it undefined.
|
2007-07-02 14:35:05 +02:00 |
Konstantin Kondratyuk
|
8b9454d486
|
programs/winefile: Add Russian resources.
|
2007-06-29 18:58:04 +02:00 |
Misha Koshelev
|
a5a049da5a
|
winemenubuilder: Do not WINE_ERR in InvokeShellLinker if we are going to try again.
|
2007-06-29 12:33:33 +02:00 |
Misha Koshelev
|
5e28f7ad92
|
winemenubuilder: Wait for parent process to finish instead of creating RunOnce entry that may never run.
|
2007-06-28 12:16:13 +02:00 |
Misha Koshelev
|
e340cafe74
|
winemenubuilder: Create/release semaphore only around call to wineshelllink.
|
2007-06-28 12:16:13 +02:00 |
Michael Stefaniuc
|
fa684a717a
|
winefile: Do not use the TEXT() macro on character constants. The implicit cast from char to WCHAR works as well in UNICODE mode.
|
2007-06-28 11:01:08 +02:00 |
Michael Stefaniuc
|
699df04e85
|
winefile: Do not use wide character constants.
|
2007-06-28 11:00:59 +02:00 |
Konstantin Kondratyuk
|
83980adbe0
|
uninstaller: Add Russian resources.
|
2007-06-28 11:00:17 +02:00 |
Michael Stefaniuc
|
6519a83de4
|
cmd: Remove superfluous casts of void pointers to other pointer types.
|
2007-06-27 12:53:16 +02:00 |
David Adam
|
025ea7dab2
|
wordpad: French translation for the view item.
|
2007-06-22 12:18:11 +02:00 |
Kirill K. Smirnov
|
cd20e11f4a
|
winhelp: Fix popup window style.
|
2007-06-21 16:38:48 +02:00 |
Detlef Riekenberg
|
a114483e49
|
ntprint/tests: Add initial test.
|
2007-06-21 15:37:36 +02:00 |
Alexander Nicolaysen Sørnes
|
bb1a13774e
|
wordpad: Remove unnecessary toolbar resizing code.
|
2007-06-21 13:10:00 +02:00 |
Alexander Nicolaysen Sørnes
|
40bee2c46b
|
wordpad: Set default font effects to 0.
|
2007-06-21 13:09:45 +02:00 |
Tim Schwartz
|
a13340d4a0
|
net.exe: Add missing CloseServiceHandle().
|
2007-06-21 13:07:33 +02:00 |
Rob Shearman
|
b9a6825927
|
rpcss: Remove lazy timeout mechanism and use __wine_make_system_process instead.
|
2007-06-20 13:08:33 +02:00 |
Tim Schwartz
|
c46cacc816
|
net.exe: Add NET STOP.
|
2007-06-19 12:55:53 +02:00 |
Alexandre Julliard
|
87fe0145c0
|
winedbg: Added support for indirect call with absolute address.
|
2007-06-18 17:21:07 +02:00 |
Jason Edmeades
|
196fb10c32
|
cmd.exe: for loop by default only matches files.
|
2007-06-18 14:25:13 +02:00 |
Jason Edmeades
|
54d890ca1e
|
cmd.exe: Fix FOR so it works as 'well' as before.
|
2007-06-18 14:24:59 +02:00 |
Jason Edmeades
|
d2e7b401a2
|
cmd.exe: Support IF..ELSE processing tolerate multiline/part lines.
|
2007-06-18 14:24:23 +02:00 |
Jason Edmeades
|
345cb89175
|
cmd.exe: Correctly parse IF ELSE plus multipart/multiline.
|
2007-06-18 14:24:01 +02:00 |
Jason Edmeades
|
d4afe81c3f
|
cmd.exe: Parse multipart FOR statements.
|
2007-06-18 14:23:42 +02:00 |
Jason Edmeades
|
d2474dece3
|
cmd.exe: EXIT /b skips any residual commands.
|
2007-06-18 14:23:23 +02:00 |