Commit Graph

5243 Commits

Author SHA1 Message Date
Eric Pouech 78cf0961e9 winedbg: Moved into a common function all code dealing with printing information about an exception, and use this function to implement new 'info exception' command. 2010-11-23 14:16:22 +01:00
Eric Pouech 9261ef2d0a winedbg: Rename 'info exception' into 'info frame' (which is somehow closer to what it does). 2010-11-23 14:16:22 +01:00
Greg Geldorp 5d7cc36dd9 winetest: Add "-u" command line option so TestBot can include a URL in the report. 2010-11-23 14:16:22 +01:00
Damjan Jovanovic 01ab7df67f iexplore: Use a better file description. 2010-11-23 14:16:22 +01:00
Luca Bennati 1c24b643ff xcopy: Fix Italian translation. 2010-11-23 14:16:21 +01:00
Austin English f30fa2f4f1 regsvr32: Add a manpage. 2010-11-23 13:21:52 +01:00
Austin English ac0f13100e notepad: Add a manpage. 2010-11-23 13:21:28 +01:00
Hans Leidekker 1885c3d9e2 programs: Add a stub implementation of servicemodelreg.exe. 2010-11-18 12:37:04 +01:00
Damjan Jovanovic eaf4307cd7 winemenubuilder: Deduplicate some file open associations. 2010-11-18 12:37:04 +01:00
Damjan Jovanovic 7b7893d3aa winemenubuilder: Update TODO. 2010-11-18 12:37:04 +01:00
Damjan Jovanovic b5416b0292 winemenubuilder: Generate icons for the fd.o "Open with" menu. 2010-11-17 14:01:13 +01:00
Eric Pouech 4a1d9c3b55 wineconsole: In curses mode, map some box drawing attributes to ACS characters. 2010-11-16 12:00:50 +01:00
Eric Pouech e39a48faf1 wineconsole: Added support for curses window resizing. 2010-11-16 12:00:40 +01:00
Eric Pouech 70f24d6cc1 wineconsole: Properly handle (user)-window resizing wrt the console. 2010-11-16 12:00:18 +01:00
Eric Pouech 544dbb518e wineconsole: Properly manage window position (in wineconsole) from within wineserver. 2010-11-16 12:00:04 +01:00
Austin English 97d11dbf59 msiexec: Add a manpage. 2010-11-15 15:02:58 +01:00
Cheer Xiao ecbcf8b137 notepad: Update Simplified Chinese translation. 2010-11-15 14:54:47 +01:00
Cheer Xiao 5ee61dd51d wordpad: Update Simplified Chinese translation. 2010-11-15 14:54:34 +01:00
Cheer Xiao 2d728e4c04 winhlp32: Update Simplified Chinese translation. 2010-11-15 14:54:25 +01:00
Cheer Xiao 769031ed7e wineconsole: Update Simplified Chinese translation. 2010-11-15 14:54:18 +01:00
Cheer Xiao f1118dc578 winebot: Update Simplified Chinese translation. 2010-11-15 14:54:11 +01:00
Cheer Xiao 6a8c51ed1d winecfg: Update Simplified Chinese translation. 2010-11-15 14:54:04 +01:00
Cheer Xiao 58178d4c9b taskmgr: Update Simplified Chinese translation. 2010-11-15 14:53:58 +01:00
Cheer Xiao c0aecb8062 oleview: Update Simplified Chinese translation. 2010-11-15 14:53:52 +01:00
Hans Leidekker ab5fbebff5 programs: Add a stub implementation of regsvcs.exe. 2010-11-12 15:43:07 +01:00
Alexandre Julliard 173957d294 krnl386.exe: Propagate DOS startup errors up to winevdm. 2010-11-11 18:12:21 +01:00
Alexandre Goujon 4cd2a0e542 cmd: Add a space at the end of the first echo'ed batch line. 2010-11-08 18:13:36 +01:00
Martin Wilck 20feb4772c xcopy: Assume directory if destination ends with a backslash. 2010-11-05 11:28:06 +01:00
André Hentschel 347049bca8 wordpad: Replace obsolete styles. 2010-11-03 11:08:55 +01:00
Yaron Shahrabani 16047ebc39 progman: Added Hebrew translation. 2010-11-03 11:08:55 +01:00
Paul Vriens 1987b0d748 winedbg: Add the Serbian (Cyrillic) translation.
Translation by Đorđe Vasiljević.
2010-11-03 10:23:55 +01:00
Paul Vriens 9d5fc41ef6 winedbg: Update Serbian (Latin) translations.
Translation by Đorđe Vasiljević.
2010-11-03 10:23:40 +01:00
Francois Gouget 6159f516fc xcopy: Remove a space before a '\n' in the Korean translation. 2010-11-02 13:16:42 +01:00
André Hentschel 7abdbe62d1 services: Mention the unkown type in the error message. 2010-11-02 11:16:32 +01:00
Paul Vriens 046f96e056 xcopy: Add the Serbian (Latin and Cyrillic) translation.
Translation by Đorđe Vasiljević.
2010-11-02 11:15:43 +01:00
Alexandre Julliard 8c963852f8 explorer: Make the systray window look more like a real taskbar in desktop mode. 2010-11-02 10:32:35 +01:00
Yaron Shahrabani b9e7c3490f winemine: Added Hebrew translation. 2010-11-01 13:34:43 +01:00
Hans Leidekker 7135ac7641 advapi32: Implement EnumServicesStatusExA/W. 2010-10-29 14:33:57 +02:00
Hans Leidekker ae7d41bfa2 advapi32: Implement EnumServicesStatusA/W. 2010-10-27 13:31:04 +02:00
Martin Wilck 766f6b0b4b xcopy: Fix command line parsing logic.
Experiments show xcopy under Windows does not use argc/argv logic for
treating double quotes and backslashes. The xcopy logic is simplified
because literal quotes are illegal in Windows file names, thus escaped
double quotes (\") need not be treated.  'XCOPY "c:\dir a" "c:\dir
b\"' works under Windows.
2010-10-27 11:59:24 +02:00
Martin Wilck b62c0d23f7 xcopy: Move command line parsing code into separate function. 2010-10-27 11:59:05 +02:00
Sven Baars be7d83f7df taskkill: Update the Dutch translation. 2010-10-26 15:25:09 +02:00
Yaron Shahrabani 971ce6c44a oleview: Added Hebrew translation. 2010-10-26 15:14:53 +02:00
Yaron Shahrabani 0109a5ee60 winedbg: Added Hebrew translation. 2010-10-26 15:14:48 +02:00
Alexandre Julliard 052eb24b03 winedbg: Don't start another instance of the debugger when it crashes. 2010-10-26 12:55:53 +02:00
Łukasz Wojniłowicz bbca5259ff ipconfig: Update the Polish translation. 2010-10-26 11:53:20 +02:00
Łukasz Wojniłowicz 068f3b7cb6 taskkill: Add the Polish translation. 2010-10-26 11:53:06 +02:00
Paul Vriens bc1f5c4a36 write: Add the Serbian (Latin and Cyrillic) translation.
Translation by Đorđe Vasiljević.
2010-10-25 13:52:51 +02:00
Anders Jonsson 07e25b3fdf taskmgr: Update Swedish translation. 2010-10-25 13:52:51 +02:00
Marcus Meissner e2eb5e2348 regedit: Fixed a wrong buffer size. 2010-10-25 12:41:42 +02:00
Marcus Meissner a2dfa7d8a6 wineboot: Fixed 2 buffer sizes. 2010-10-25 12:41:42 +02:00
Marcus Meissner 243d458909 ipconfig: Fixed buffer size to MultiByteToWideChar. 2010-10-25 12:41:42 +02:00
Anders Jonsson 3e532d52d7 progman: Fix typos in Swedish translation. 2010-10-25 12:15:06 +02:00
Alexandre Julliard 38da464ed1 mofcomp: Remove obsolete variables in makefile. 2010-10-23 10:44:43 +02:00
Hans Leidekker e01455d41d services: Support setting and changing service dependencies. 2010-10-22 12:06:24 +02:00
Hans Leidekker eae2cf56cb services: Save service dependencies. 2010-10-22 12:06:15 +02:00
Yaron Shahrabani e332f8442e winefile: Added Hebrew translation. 2010-10-22 12:05:29 +02:00
Yaron Shahrabani e084c6cfee wordpad: Added Hebrew translation. 2010-10-22 12:04:57 +02:00
Yaron Shahrabani d4e8f30332 wineconsole: Added Hebrew translation. 2010-10-21 17:19:56 +02:00
Yaron Shahrabani 2080bf5abc write: Added Hebrew translation. 2010-10-21 17:19:53 +02:00
Yaron Shahrabani 0aa4c7f5d3 cmdlgtst: Added Hebrew translation. 2010-10-21 17:19:46 +02:00
Paul Vriens 5f845d3beb ipconfig: Update the Serbian (Latin and Cyrillic) translation.
Translation by Đorđe Vasiljević.
2010-10-21 16:16:37 +02:00
Paul Vriens 26a1b62df9 wineboot: Add the Serbian Cyrillic and fix the Latin translation.
Translation by Đorđe Vasiljević.
2010-10-21 12:31:24 +02:00
Paul Vriens 467c1cf1f9 uninstaller: Add the Serbian (Latin and Cyrillic) translation.
Translation by Đorđe Vasiljević.
2010-10-21 12:31:17 +02:00
Paul Vriens e654be2961 notepad: Add the Serbian (Latin and Cyrillic) translation.
Translation by Đorđe Vasiljević.
2010-10-21 12:31:08 +02:00
Davide Pizzetti ab3740afe6 net: Italian translation update. 2010-10-21 12:28:32 +02:00
Paul Vriens ad72ecbcbf ipconfig: Add the Serbian (Latin and Cyrillic) translation.
Translation by Đorđe Vasiljević.
2010-10-20 18:37:09 +02:00
Anders Jonsson 1dc1ba1414 net: Add Swedish translation. 2010-10-20 10:25:25 +02:00
Paul Vriens 6e12858dc0 clock: Add the Serbian (Latin and Cyrillic) translation.
Translation by Đorđe Vasiljević.
2010-10-19 10:13:41 +02:00
Igor Paliychuk 169bdd7a8c taskkill: Updated Ukrainian translation. 2010-10-18 19:08:37 +02:00
Igor Paliychuk 2330b7ff65 ipconfig: Updated Ukrainian translation. 2010-10-18 19:08:37 +02:00
Hwang YunSong 6abd799861 winhlp32: Update Korean resource. 2010-10-18 19:08:37 +02:00
Hwang YunSong 41585ab42f uninstaller: Update Korean resource. 2010-10-18 19:08:37 +02:00
Hwang YunSong 20ad8ea37a taskmgr: Update Korean resource. 2010-10-18 19:08:37 +02:00
Trygve Vea 6f5502bed1 wineconsole: Updated Norwegian translation. 2010-10-18 11:46:14 +02:00
Trygve Vea a211cef818 wineboot: Updated Norwegian translation. 2010-10-15 16:19:02 +02:00
Alexandre Julliard 5d69141014 winhlp32: Use a standard About dialog, with the proper icon. 2010-10-15 16:17:51 +02:00
Alexandre Julliard d80db87611 uninstaller: Remove unneeded carriage return in resource string. 2010-10-14 17:54:52 +02:00
Anders Jonsson 87a138f331 taskkill: Update Swedish translation. 2010-10-14 10:02:57 +02:00
Paul Vriens 0d4c5c8776 taskmgr: Remove a useless commented line. 2010-10-14 10:02:34 +02:00
Hans Leidekker ab789c6c7d programs: Add a stub implementation of aspnet_regiis.exe. 2010-10-13 15:53:58 +02:00
Yaron Shahrabani 6cbb8fc200 regedit: Updated Hebrew translation. 2010-10-13 11:24:03 +02:00
Yaron Shahrabani 338b7edced winhlp32: Hebrew translation fixed. 2010-10-13 11:23:14 +02:00
Yaron Shahrabani bbceba9445 uninstaller: Added Hebrew translation. 2010-10-13 11:23:06 +02:00
Yaron Shahrabani 510d2bf682 taskmgr: Added Hebrew translation. 2010-10-13 11:22:55 +02:00
Paul Vriens b66e6d5cc4 notepad: Add WS_EX_LAYOUTRTL to some RTL resources. 2010-10-12 17:37:12 +02:00
Hwang YunSong 80a06a92a9 taskkill: Update Korean resource. 2010-10-12 17:36:15 +02:00
Frédéric Delanoy 7acdc0a8ea taskkill: Update French translation. 2010-10-12 12:17:51 +02:00
Juan Lang 8d3318a8ff ipconfig: Specify GAA_FLAG_INCLUDE_ALL_GATEWAYS when calling GetAdaptersAddresses. 2010-10-12 12:17:50 +02:00
Aurimas Fišeras d099af8c01 taskkill: Update Lithuanian translation. 2010-10-12 12:17:50 +02:00
André Hentschel 009f452407 taskkill: Update German translation. 2010-10-12 12:17:50 +02:00
Luca Bennati 9d18f10a0d taskkill: Update Italian translation. 2010-10-11 17:11:38 +02:00
Andrew Nguyen fbcf44aa23 taskkill: Disallow process self-termination. 2010-10-11 17:11:27 +02:00
Sven Baars 5fb9e9081a ipconfig: Update the Dutch translation. 2010-10-11 12:54:17 +02:00
Yaron Shahrabani 2f7f135f29 regedit: Hebrew translation fix. 2010-10-07 17:33:13 +02:00
Yaron Shahrabani 5c8ed14936 winhlp32: Add Hebrew translation. 2010-10-07 12:10:46 +02:00
André Hentschel 0d0d30505d winedbg: Implement adjust_pc_for_break on ARM. 2010-10-07 12:03:18 +02:00
André Hentschel 1760483dfb winedbg: Fix get_addr on ARM. 2010-10-07 12:03:10 +02:00
Alexandre Julliard d1f8eb49fe winefile: Fix incorrect use of the ScreenToClient function. 2010-10-05 14:02:41 +02:00
Amine Khaldi ef88584afa xcopy: Fix translations. 2010-10-04 15:00:08 +02:00