Commit Graph

4573 Commits

Author SHA1 Message Date
Andrew Nguyen dd4221fc2c rundll32: Rename a few internal helpers for consistency. 2010-05-03 17:15:54 +02:00
Gerald Pfeifer 073743170c winhlp32: Remove variable keyDelta which is not really used from WINHELP_MainWndProc. 2010-05-03 15:37:39 +02:00
Gerald Pfeifer bbbd723aa5 winhlp32: Remove a hunk of dead code from HLPFILE_BrowsePage. 2010-05-03 15:37:20 +02:00
Gerald Pfeifer 2aa11ff62e taskmgr: Shed one parameter and one local variable from ProcessPageOnNotify. 2010-05-03 15:37:09 +02:00
Gerald Pfeifer 370cbe5e5b taskmgr: Remove unused variable PageSize which is not really used from PerfDataGetPhysicalMemorySystemCacheK. 2010-05-03 15:36:55 +02:00
Gerald Pfeifer e9c1750204 taskmgr: Remove variable CommitChargeLimit which is not really used from Graph_DrawMemUsageHistoryGraph. 2010-05-03 15:36:38 +02:00
Gerald Pfeifer 8283920268 regedit: Remove variable ExportKeyPath which is not really used from ExportRegistryFile. 2010-05-03 15:35:57 +02:00
Gerald Pfeifer d9dbfa7d7c regedit: Remove variable hdc which is not really used from OnPaint. 2010-05-03 15:35:49 +02:00
Gerald Pfeifer 1419a3fe1a progman: Remove unused variable from and fix formatting of DIALOG_Execute. 2010-05-03 15:35:28 +02:00
Gerald Pfeifer f40265b0b4 cmd: Remove variable argsProcessed which is not really used from WCMD_directory. 2010-05-03 15:35:18 +02:00
Gerald Pfeifer 02a0bd3a00 cmd: Remove variable doRecursive which is not really used from WCMD_for. 2010-05-03 15:35:11 +02:00
Hans Leidekker e86ed3bf91 sc: Implement the start and stop commands. 2010-05-03 14:02:36 +02:00
Hans Leidekker 3e1f5ba382 sc: Implement the description and failure commands. 2010-05-03 14:02:30 +02:00
Hans Leidekker 5e9d2fc44a sc: Implement the create and delete commands. 2010-05-03 14:02:23 +02:00
Hans Leidekker 544da28e53 programs: Add a stubbed sc.exe.
This is a command line tool used to create and configure services.
It's included in XP and used by the Akamai client installer.
2010-05-03 14:02:14 +02:00
Eric Pouech c4efb23d27 winedbg: Properly fix the previous patch about gcc 2.95 not supporting printf attribute on function pointers. 2010-05-03 14:01:20 +02:00
Damjan Jovanovic 21f75386ec winemenubuilder: Store menu paths in Unicode. 2010-05-03 13:56:27 +02:00
Detlef Riekenberg a2a47baac0 control: Convert application to Unicode. 2010-04-28 09:22:52 -05:00
Michael Stefaniuc b3350899f2 wineconsole: Switch the rest to use the explicit W-forms.
And compile with -DWINE_NO_UNICODE_MACROS.
2010-04-28 07:34:29 -05:00
Michael Stefaniuc fe0c5cb68a wineconsole: Use the explicit W types/functions in dialog.c. 2010-04-28 07:33:56 -05:00
Michael Stefaniuc f6217640be wineconsole: Use the explicit W types/functions in user.c. 2010-04-28 07:33:29 -05:00
Michael Stefaniuc cb2f2447ff wineconsole: Use the explicit W-form of the registry functions. 2010-04-28 07:32:54 -05:00
Michael Stefaniuc 11b8ffc2c9 progman: Use LANGUAGE as a global setting and not per resource. 2010-04-28 07:32:35 -05:00
Gerald Pfeifer 814f570e5b winecfg: Remove variable cUnixPathLen which is not really used from apply_shell_folder_changes. 2010-04-26 07:03:12 -05:00
Gerald Pfeifer 2488c8a545 wordpad: Remove variable i which is not really used from OnCommand. 2010-04-26 07:00:53 -05:00
Joel Holdsworth 00b40ac447 regedit: Fixed flaws in the icon. 2010-04-25 12:16:31 -05:00
Paul Vriens 62644ee1a2 wineconsole: Update Dutch translation. 2010-04-25 07:36:05 -05:00
Gerald Pfeifer 6802866256 taskmgr: Remove variable pnmhdr which is not really used from ProcessPageOnNotify. 2010-04-21 15:35:13 +02:00
Detlef Riekenberg 5c02e3f8b5 msiexec: Recognize /uninstall as alias for /x [resend]. 2010-04-21 11:57:33 +02:00
Joel Holdsworth b8f2302776 taskmgr: Show a 48x48 icon in the about box. 2010-04-21 11:57:32 +02:00
Joel Holdsworth c166cb3840 winecfg: Installed a Tango compliant application icon. 2010-04-21 11:57:32 +02:00
Jaime Rave c2ebd0d5f8 wineboot: Update Spanish translation. 2010-04-21 11:57:32 +02:00
Davide Pizzetti f54fd9ac86 wordpad: Italian translation update. 2010-04-21 11:07:45 +02:00
Paul Vriens 26e93215a4 wordpad: Update/fix Dutch translation. 2010-04-20 17:46:36 +02:00
Michael Stefaniuc b0c4c93538 wineconsole: Always show an ASCII string in the font test. 2010-04-20 17:46:32 +02:00
Paul Vriens 4e0bb60c7c wineboot: Update Dutch translation. 2010-04-20 16:23:36 +02:00
Gerald Pfeifer 90e5edbf18 taskmgr: Remove two variables which are not really used from ApplicationPageCompareFunc. 2010-04-20 16:23:24 +02:00
Gerald Pfeifer 62871e0b71 wordpad: Remove variable hwndPreview which is not really used from init_preview. 2010-04-20 16:22:34 +02:00
Gerald Pfeifer b33d0d5405 winhlp32: Remove not really used id from WINHELP_IndexDlgProc. 2010-04-20 16:22:28 +02:00
Michael Stefaniuc 06a9ff98d7 wineboot: Update the Romanian translation. 2010-04-20 16:21:37 +02:00
Eric Pouech e5555b0fb5 winedbg: Don't assert on some lvalue's write conditions. 2010-04-20 11:16:40 +02:00
Eric Pouech 285200b29b winedbg: For stack info command, display information in 'a' format (instead of 'x') to get word size machine (instead of forcing 32bit). 2010-04-20 11:15:25 +02:00
Eric Pouech 3833600c79 winedbg: Correctly display whether we're in 32 vs 64 bit code. 2010-04-20 11:15:18 +02:00
André Hentschel b999b69ee9 ntdll: Add SP2 for Vista. 2010-04-20 11:15:00 +02:00
Alexandre Julliard b2e7e5c353 wordpad: Set the window small icon, and get rid of old icons. 2010-04-19 20:13:34 +02:00
Alexandre Julliard 0763861873 winhlp32: Set the window class small icon for all classes. 2010-04-19 20:13:11 +02:00
Alexandre Julliard 5b32b11e10 winetest: Set the window small icon. 2010-04-19 20:12:57 +02:00
Alexandre Julliard 099890106c winemine: Set the window class small icon. 2010-04-19 20:12:51 +02:00
Alexandre Julliard 80997b2f05 taskmgr: Set the window small icon. 2010-04-19 20:12:43 +02:00
Alexandre Julliard 4c917904ae notepad: Set the window class small icon. 2010-04-19 20:12:34 +02:00