Commit Graph

4650 Commits (620af69d888bc5d0fa2179f06423aa1fb290b11b)

Author SHA1 Message Date
Sven Baars d409c9650a winecfg: Fix Dutch translation. 2010-05-10 10:05:40 +02:00
Sven Baars 194f7318ce wineconsole: Fix Dutch translation. 2010-05-10 10:05:06 +02:00
Michael Stefaniuc 1d864cfd22 explorer: Remove unneeded UNICODE define. 2010-05-08 13:12:44 +02:00
Sven Baars 51e653b567 wordpad: Fix Dutch translation. 2010-05-08 13:12:40 +02:00
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
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
Hwang YunSong(황윤성) ebfedceaeb wineboot: Update Korean translation. 2010-04-19 16:04:31 +02:00
Joel Holdsworth 1aed5d33c9 winhlp32: Replaced progam icon with a Tango compliant icon. 2010-04-19 16:03:20 +02:00
Joel Holdsworth 1339b0058b regedit: Replaced progam icon with a Tango compliant icon. 2010-04-19 16:01:23 +02:00
Joel Holdsworth f40e0c6e87 winefile: Replaced program icon with a Tango compliant icon. 2010-04-19 16:01:18 +02:00
Joel Holdsworth b1e891cff5 winetest: Replaced program icon with a Tango compliant icon. 2010-04-19 16:01:13 +02:00
Joel Holdsworth 878224dd2f winemine: Replaced program icon with a Tango compliant icon. 2010-04-19 16:01:08 +02:00
Joel Holdsworth 8b37b340b7 wcmd: Replaced program icon with a Tango compliant icon. 2010-04-19 16:01:02 +02:00
Davide Pizzetti d084a68947 winedbg: Italian translation update. 2010-04-19 14:55:04 +02:00
Davide Pizzetti 7d1f26b16c notepad: Italian translation update. 2010-04-19 14:54:58 +02:00
Davide Pizzetti d84d885050 winemine: Italian translation update. 2010-04-19 14:54:52 +02:00
Davide Pizzetti 029f452764 wineboot: Italian translation update. 2010-04-19 14:54:47 +02:00
Davide Pizzetti e2e87ed228 net: Italian translation update. 2010-04-19 14:54:30 +02:00
Davide Pizzetti eaaa1987fd progman: Italian translation update. 2010-04-19 14:54:24 +02:00
Eric Pouech a18fdfc07e winedbg: Fix minidump support on 64bit OSes (don't clamp addresses out of 64bit minidumps). 2010-04-16 16:54:07 +02:00
Eric Pouech e45a0b7ab3 winedbg: Add support for x86-64 in known CPUs while reading minidumps. 2010-04-16 16:53:43 +02:00
Joel Holdsworth 1bf812106a taskmgr: Replaced program icon with a Tango compliant icon. 2010-04-16 14:13:28 +02:00
Joel Holdsworth 2e1eb89679 wordpad: Replaced program icon with a Tango compliant icon. 2010-04-16 14:13:19 +02:00
Joel Holdsworth 3e6b07756f notepad: Replaced icon with a Tango compliant icon. 2010-04-14 18:00:46 +02:00
Eric Pouech e4c29f9087 winedbg: Use standard Wine lists for threads. 2010-04-13 11:43:09 +02:00
Eric Pouech d9e42e87f2 winedbg: Use standard Wine lists for processes. 2010-04-13 11:42:57 +02:00
Eric Pouech 2becd3349d winedbg: Merge pointer deref and array index functions into a single one. 2010-04-13 11:42:34 +02:00
Eric Pouech 0d7a6f13a8 winedbg: Describe pointer size in CPU backend structure. 2010-04-13 11:42:18 +02:00
Eric Pouech e9a31f2770 winedbg: Properly guard against setting a watchpoint against a variable stored in a register. 2010-04-13 11:42:00 +02:00