Commit Graph

4596 Commits

Author SHA1 Message Date
Sven Baars
c6330dd220 xcopy: Fix Dutch translation. 2010-05-08 13:12:37 +02:00
Michael Stefaniuc
c34c6ac20e oleview: Switch the rest to use the explicit W-types/functions.
Compile with -DWINE_NO_UNICODE_MACROS.
2010-05-07 12:49:40 +02:00
Michael Stefaniuc
12be9c39f2 oleview: Use the explicit W types/functions in details.c. 2010-05-07 12:49:08 +02:00
Michael Stefaniuc
14c63217d9 oleview: Use the explicit W types/functions in oleview.c. 2010-05-07 12:49:00 +02:00
Michael Stefaniuc
2bce56c94e oleview: Use the explicit W types/functions in typelib.c. 2010-05-07 12:48:52 +02:00
Michael Stefaniuc
488baebd8f oleview: Use the explicit W types/functions in tree.c. 2010-05-07 12:48:42 +02:00
Michael Stefaniuc
5005581c8b oleview: Replace some SendMessage wrappers with the real thing. 2010-05-07 12:48:26 +02:00
Damjan Jovanovic
55e4eba2ec winemenubuilder: Launch .lnk files directly from menus.
The arguments of a .lnk file are complex, with quoting and escaping
rules and %windir%-style variable expansion, so winemenubuilder cannot
always convert them accurately to a .desktop file. But start.exe and
shell32 on the other hand can parse the .lnk file and run it
themselves, so use them instead.
2010-05-07 12:48:12 +02:00
Detlef Riekenberg
2a9b4e0142 msiexec: Use resource in msi for a help dialog to allow translation. 2010-05-06 17:56:44 +02:00
Damjan Jovanovic
ac7a24ba35 winemenubuilder: Make desktop files executable. 2010-05-06 14:20:58 +02:00
Gerald Pfeifer
34db2df2cc taskmgr: Remove variable pnmv which is not really used from ProcessPageOnNotify. 2010-05-05 10:52:57 +02:00
Gerald Pfeifer
5b0de0d569 cmd: Remove variable useinput which is not really used from WCMD_more. 2010-05-05 10:52:51 +02:00
André Hentschel
9c19df1d7b winecfg: Fix builtin_only list. 2010-05-05 10:51:36 +02:00
Damjan Jovanovic
e04422a2b3 winemenubuilder: Use only widechar functions when dealing with registered associations. 2010-05-05 10:41:17 +02:00
Damjan Jovanovic
bc526034e0 winemenubuilder: Use a unicode WinMain. 2010-05-05 10:41:05 +02:00
Damjan Jovanovic
2de301d4f4 mshta: wWinMain takes LPWSTR not LPSTR. 2010-05-04 19:43:51 +02:00
Gerald Pfeifer
e86c6799a0 wineconsole: Remove variable font_idx which is not really used from WCUSER_FontPreviewProc. 2010-05-04 18:38:15 +02:00
Andrew Nguyen
a42c072830 rundll32: Recognize entry points passed as ordinal numbers. 2010-05-04 18:29:54 +02:00
Andrew Nguyen
b8b1a565e0 rundll32: Convert rundll32 to Unicode. 2010-05-04 13:14:59 +02:00
Andrew Nguyen
e6bd6d1201 rundll32: Check more heap allocation failure paths for consistency. 2010-05-04 13:14:59 +02:00
Damjan Jovanovic
228e5f1ac3 winemenubuilder: Read the registry in the unix codepage when cleaning up menus. 2010-05-04 13:14:58 +02:00
Jim Cameron
66d84158ea winedbg: Make disassembler properly print EMX and EXMM type operands. 2010-05-03 17:20:03 +02:00
Andrew Nguyen
6fc4954457 regsvr32: Continue processing DLL list if an export is not found for a DLL. 2010-05-03 17:19:39 +02:00
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