Commit Graph

4621 Commits

Author SHA1 Message Date
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
Eric Pouech a1986b20e7 winedbg: Fix buffer size for 8-byte watchpoint. 2010-04-13 11:41:54 +02:00
Anders Jonsson 122e02e368 wineboot: Update Swedish translation. 2010-04-13 11:30:08 +02:00
Alexandre Julliard 5b1f6614ed cmd/tests: Add casts to pointer differences in traces. 2010-04-09 16:49:13 +02:00
Eric Pouech 5f23b94a27 winedbg: Allow using 8-byte long hardware assisted breakpoints on x86_64 CPUs. 2010-04-07 13:50:57 +02:00
Eric Pouech 2367186805 winedbg: Simplify a bit the find_triggered_watch function. 2010-04-07 13:50:48 +02:00
Alexandre Julliard 4f62b09071 winedbg: Save internal variables as proper DWORD values. 2010-04-07 13:09:14 +02:00
Vincent Povirk 4d3e6f4c7f ngen.exe: Add stubbed command. 2010-04-05 11:37:05 +02:00
Eric Pouech d49fe171f7 winedbg: Allow backtraces to properly return address outside functions. 2010-03-31 11:37:00 +02:00
Eric Pouech eef72ad2ff winedbg: Add some missing symbol flags to pick up local/parameters variables in symbol pickers. 2010-03-31 11:36:35 +02:00
Eric Pouech ecbf297fbb winedbg: When filling an imagehlp frame information, also do the stack field, it's used on x86-64 platforms. 2010-03-31 11:36:30 +02:00
Eric Pouech d29c6ead92 winedbg: Store the CONTEXT in each stack frame to enable register access in the non topmost frames. 2010-03-31 11:36:23 +02:00
Frédéric Delanoy 2202bd3e3e wineboot: Updated French translation. 2010-03-31 11:23:15 +02:00
André Hentschel 99f9269e9b wineboot: Update German translation. 2010-03-31 11:23:10 +02:00
Aurimas Fišeras 9e0c62d61a wineboot: Update Lithuanian translation. 2010-03-31 11:23:06 +02:00
Alexandre Julliard 4c2c3effb5 shell32: Pack the systray data structure to allow crossing 32/64 boundaries. 2010-03-30 21:28:27 +02:00
Alexandre Julliard 3cd9f97149 shell32: Pack the appbar data structure to allow crossing 32/64 boundaries. 2010-03-30 21:28:13 +02:00
Alexandre Julliard 9254476d13 wineboot: Display a wait dialog while processing wine.inf. 2010-03-30 16:54:57 +02:00
Alexandre Julliard 39e5f44883 wineboot: Start an additional 32-bit instance of rundll32 on 64-bit platforms to do the Wow64-specific setup. 2010-03-30 16:43:52 +02:00
Alexandre Julliard 2d08d3e084 wineboot: Use rundll32 to apply wine.inf instead of calling setupapi directly. 2010-03-30 16:38:58 +02:00
Alexandre Julliard 0f01be47ee start: Pass a valid filename argument to FormatMessage. 2010-03-29 15:50:19 +02:00
Mikhail Maroukhine 93d9d8a3af programs: Fix compiler warnings with flag -Wcast-qual. 2010-03-29 12:18:48 +02:00
Francois Gouget 51dfd9adb1 winedbg: Fix compilation with gcc 2.95 and non-GNU compilers. 2010-03-29 11:45:27 +02:00
Eric Pouech ea21a32707 winedbg: Store for context variables only the offsets of each register (instead of the address of the register in dbg_context). 2010-03-29 11:40:00 +02:00
Alexandre Julliard 718ea42fe4 makefiles: Move wineapploader to the tools directory and get rid of the programs makefile. 2010-03-27 11:42:30 +01:00
Alexandre Julliard 2fb302188d makefiles: Install bindir programs from the top-level makefile. 2010-03-27 11:42:30 +01:00
Austin English 27717a5127 cmd: Add testcases for goto. 2010-03-24 19:02:12 +01:00
Nikolay Sivov e22f6aa6e3 cmd: Ignore spaces before goto label. 2010-03-24 19:02:06 +01:00
Christian Costa 3ae8d5888a attrib.exe: Add stubbed command. 2010-03-19 16:25:48 +01:00
Trey Hunner 5e3e2ca7ff ping: Add skeleton ping command. 2010-03-19 16:25:48 +01:00