Commit Graph

5837 Commits (887c1c586a621c63faebe754579bbe29bf07934d)

Author SHA1 Message Date
Francois Gouget 887c1c586a taskmgr: Fix a string resource so its format placeholders can be reordered.
Also the numbers we format are actually unsigned.
2011-11-24 17:13:57 +01:00
Bernhard Loos 6840a9273c winedevice: A driver path can also start with \systemroot\. 2011-11-23 18:10:17 +01:00
Bruno Jesus 8ad904c398 regedit: Allow binary files to be imported. 2011-11-21 16:16:29 +01:00
Frédéric Delanoy de7841b2ce cmd: Move builtins list to builtins.c. 2011-11-21 15:34:58 +01:00
Alexandre Julliard c831b9ab8a winecfg: Remove some untranslatable labels. 2011-11-21 13:11:32 +01:00
Francois Gouget 66b06a499d ipconfig: Fix the string resources so their format placeholders can be reordered. 2011-11-21 13:01:11 +01:00
Francois Gouget 1eb25ca768 oleview: Fix a string resource so its format placeholders can be reordered. 2011-11-21 12:59:38 +01:00
Francois Gouget 01fc9ad458 taskkill: Fix the string resources so their format placeholders can be reordered. 2011-11-21 12:52:55 +01:00
Francois Gouget c864dd6be7 winefile: Make it possible to translate the disk size units. 2011-11-21 12:44:34 +01:00
Frédéric Delanoy e3a5423478 cmd: Move WCMD_part_execute function to avoid forward declaration. 2011-11-18 15:37:04 +01:00
Frédéric Delanoy 52000a7748 wineboot: Make runkeys_names global variable static. 2011-11-18 15:37:04 +01:00
Alexandre Julliard f5e7de6bb9 winecfg: Convert dialogs to po files. 2011-11-18 14:26:09 +01:00
Alexandre Julliard 27966d7ce4 winecfg: Set the program name and version at dialog init time. 2011-11-18 14:26:03 +01:00
Alexandre Julliard 3fcca200a8 winedbg: Convert dialogs to po files. 2011-11-18 12:17:51 +01:00
Alexandre Julliard b82371ec97 taskmgr: Convert dialogs to po files. 2011-11-17 21:49:43 +01:00
Eric Pouech a494cbb63b winhlp32: Fix hlpfile content decompression in phrase40 mode. 2011-11-16 09:44:41 +01:00
Piotr Caban 8141fb80eb services: Create service environment when first service is started. 2011-11-15 19:37:33 +01:00
Frédéric Delanoy 5fc25686a4 cmd: Avoid duplication of commonly used strings. 2011-11-15 11:45:58 +01:00
Frédéric Delanoy e8d8df3c54 cmd: Trim whitespace in echo on/off. 2011-11-15 11:44:40 +01:00
Hwang YunSong bc0a708f6d cmdlgtst: Updated Korean translation. 2011-11-14 15:25:22 +01:00
Frédéric Delanoy b9e828df0a dxdiag: Avoid dead increment (clang). 2011-11-14 11:46:40 +01:00
Alexandre Julliard dda9299760 progman: Convert dialogs to po files. 2011-11-08 18:19:14 +01:00
Alexandre Julliard b9aed40111 regedit: Convert dialogs to po files. 2011-11-08 15:28:49 +01:00
Frédéric Delanoy 6221e300bc cmd: Avoid comparison between signed and unsigned values. 2011-11-08 13:55:14 +01:00
Eric Pouech c561b67950 expand: No longer use Unix stdio functions, but rather the kernel32 equivalent. 2011-11-07 14:09:48 +01:00
Eric Pouech 60460147ee expand: Remove extraneous curly braces from switch statements. 2011-11-07 14:09:45 +01:00
Eric Pouech ad54412813 icinfo: No longer use stdio functions, but direct kernel32 ones. 2011-11-04 16:14:27 +01:00
Eric Pouech 15bcb63bca icinfo: Compile the IcInfo program as a command-line app. 2011-11-04 16:11:22 +01:00
Hans Leidekker 494e20541d msiexec: Preserve the first argument in process_args_from_reg. 2011-11-03 13:09:07 +01:00
Alexandre Julliard 8715df8ecd wineconsole: Convert dialogs to po files. 2011-11-02 14:28:22 +01:00
André Hentschel 72270006da winedbg: Use ARMv7 for debugging. 2011-11-02 12:25:36 +01:00
Andrew Eikum b6169510d2 winecfg: Play test sound asynchronously. 2011-11-01 16:43:30 +01:00
Alexandre Julliard 1ce7b7a54c winefile: Convert dialogs to po files. 2011-11-01 12:10:37 +01:00
Alexandre Julliard c4ed97d70b wordpad: Convert dialogs to po files. 2011-11-01 11:52:09 +01:00
Alexandre Julliard efd7465e5f oleview: Convert dialogs to po files. 2011-11-01 11:12:19 +01:00
Frédéric Delanoy 6d01f15a27 cmd: Rename a parameter in WCMD_parameter. 2011-10-31 16:48:33 +01:00
Frédéric Delanoy 41a9450440 cmd: Avoid unnecessary null pointer checks. 2011-10-31 16:48:26 +01:00
Alexandre Julliard 2e2382bfdd notepad: Convert dialogs to po files. 2011-10-31 16:47:59 +01:00
Alexandre Julliard 583622aa0f winemine: Convert dialogs to po files. 2011-10-31 16:47:57 +01:00
Alexandre Julliard 393a125f4a wineboot: Convert dialogs to po files. 2011-10-31 16:47:16 +01:00
Alexandre Julliard 4707afc74c winhlp32: Convert dialogs to po files. 2011-10-31 16:47:13 +01:00
Andrew Eikum 00629cb0b3 winecfg: Don't reload winmm for each audio test. 2011-10-28 17:32:43 +02:00
Frédéric Delanoy ecc4d87253 cmd: Fix a comment. 2011-10-28 12:47:10 +02:00
Frédéric Delanoy 45c1dff552 cmd: Make 'if errorlevel' only recognize integer values. 2011-10-28 12:43:27 +02:00
Francois Gouget fc2b645d29 wineconsole: Give a name to the curses backend critical section. 2011-10-27 14:20:57 +02:00
Francois Gouget 97ab9cc7e5 services: Give a name to the scmdatabase critical section. 2011-10-27 14:20:51 +02:00
André Hentschel 65092bbe94 cmdlgtst: Add OFN_EXPLORER to allow testing modern file dialogs with multiselection. 2011-10-25 16:57:28 +02:00
Frédéric Delanoy 42f126e80d cmd: Constify WCMD_pushd parameter. 2011-10-21 12:31:46 +02:00
Francois Gouget f3f24fb5d4 net: Use FormatMessageW() for better internationalization support. 2011-10-21 12:31:18 +02:00
Francois Gouget 6aacb090f6 attrib: Use FormatMessageW() for better internationalization support. 2011-10-21 12:19:15 +02:00