Commit Graph

2760 Commits

Author SHA1 Message Date
Rob Shearman a82f4dd9b7 Don't use GetExceptionCode and GetExceptionInformation in exception filter functions.
When using native compiler exceptions, it isn't valid to use 
GetExceptionCode and GetExceptionInformation anywhere other than in the 
filter or handler blocks since it would be very hard for the compiler to 
work out where to retrieve the exception information from on the stack.

Therefore, remove the WINE_EXCEPTION_FILTER and WINE_FINALLY_FUNC macros 
which enabled GetExceptionCode, GetExceptionInformation and 
AbnormalTermination to be used inside of the functions they declared and 
fix up all callers to access the information directly.
2008-02-16 14:57:44 +01:00
Frans Kool d810ce1991 net: Created Dutch translations. 2008-02-16 13:55:14 +01:00
Frans Kool 44958d7e8f xcopy: Created Dutch translations. 2008-02-16 13:55:02 +01:00
Frans Kool 2645d89d19 winhelp: Added missing Dutch translations. 2008-02-16 13:54:54 +01:00
Frans Kool 350b8bd851 wineconsole: Added missing Dutch translations. 2008-02-16 13:54:51 +01:00
Frans Kool 5a939bc511 progman: Added missing LGPL-license in Dutch translations. 2008-02-16 13:54:47 +01:00
Francois Gouget 4c8e218252 Assorted spelling fixes. 2008-02-15 12:09:24 +01:00
Christian Authmann 2da848428f explorer: Add meaningful titles to virtual desktop windows. 2008-02-15 12:04:32 +01:00
Kirill K. Smirnov be784ba1c5 systray: Better validate icon owner. 2008-02-15 11:38:24 +01:00
Kirill K. Smirnov be2911a180 systray: Correctly handle icon addition/deletion. 2008-02-15 11:38:19 +01:00
Kirill K. Smirnov 7515f312f9 systray: Avoid modifying non-existent tooltip windows of non-existent icon windows when application updates tip of hidden icon. 2008-02-15 11:35:16 +01:00
Frans Kool 36f464e3f4 notepad: Added missing LGPL License in Dutch translations. 2008-02-15 11:08:50 +01:00
Frans Kool 502866cc2f cmdlgtst: Added missing Dutch translations. 2008-02-15 11:08:33 +01:00
Frans Kool fe1d1a68d8 winecfg: Added missing Dutch translations. 2008-02-15 11:08:23 +01:00
Frans Kool 0380baf668 cmd: Added & corrected Dutch translations. 2008-02-15 11:08:17 +01:00
Frans Kool 0813881232 taskmgr: Corrected Dutch translations. 2008-02-15 11:08:07 +01:00
Francois Gouget c68745c51b UTF-8 resource files must explicitly say so with a pragma. 2008-02-15 09:55:58 +01:00
Mikołaj Zalewski a8fd0e0d69 wordpad: File > New now opens a dialog so there should be an ellipsis at the end. 2008-02-15 09:55:50 +01:00
Mikołaj Zalewski 0027353107 wordpad: Update Polish translation. 2008-02-15 09:55:46 +01:00
Mikołaj Zalewski 873e040fda write.exe: Add Polish translation. 2008-02-15 09:55:30 +01:00
Mikołaj Zalewski 23dc52186e wineboot: Add Polish translation. 2008-02-15 09:55:26 +01:00
Mikołaj Zalewski f4b00d8a35 winhelp: Update Polish translation. 2008-02-15 09:55:12 +01:00
Frans Kool 98b8699b22 regedit: Added Dutch translations. 2008-02-13 16:27:26 +01:00
Frans Kool 9d2320c933 winefile: Added Dutch translations. 2008-02-13 16:27:20 +01:00
Frans Kool b3115fc60e oleview: Added Dutch translations. 2008-02-12 22:38:24 +01:00
Reece H. Dunn 85703790fd winecfg: Allow theme colour names to be case insensitive when reading them from a file. 2008-02-11 21:03:55 +01:00
Reece H. Dunn 84d77c9d2c winecfg: Fixed reading in colour data from a theme file. 2008-02-11 21:03:47 +01:00
Andrey Esin 001e711b53 cmd: Additions to Russian translation. 2008-02-07 11:59:53 +01:00
Kirill K. Smirnov 43083236c4 systray: Add support for NIS_HIDDEN flag. 2008-02-06 12:52:38 +01:00
Kirill K. Smirnov b391b8af58 systray: Properly track errors. 2008-02-06 12:52:34 +01:00
Eric Pouech 336c000d4e winedbg: Implemented the pXX request in gdb proxy. 2008-02-04 14:18:59 +01:00
Andre Wisplinghoff 9bf3355a11 winecfg: Enable add button when choosing lib from combobox (Libraries tabsheet). 2008-02-04 14:18:20 +01:00
Marcus Meissner fa6937f4a5 wordpad: Remove condition that never triggers. 2008-02-04 11:13:26 +01:00
Rob Shearman 5db45041c6 ntdsapi: Add tests for DsMakeSpnW. 2008-01-25 12:12:24 +01:00
Alexander Nicolaysen Sørnes be82868adb winecfg: Update Norwegian Bokmål resource. 2008-01-25 12:08:21 +01:00
Alexander Nicolaysen Sørnes 77200fd802 uninstaller: Fix Norwegian Bokmål resource. 2008-01-24 11:41:58 +01:00
Alexander Nicolaysen Sørnes 6898c9e51b uninstaller: Disable Uninstall button when no items selected. 2008-01-24 11:41:54 +01:00
Alexandre Julliard cbdf1294e6 winex11: Export a function to dock a window into the system tray, and get rid of the WS_EX_TRAYWINDOW style. 2008-01-23 21:40:45 +01:00
Francois Gouget 5819b90f95 winemenubuilder: Expand environment variable references in the shortcut's WorkDir, Description and IconPath fields. 2008-01-23 20:45:22 +01:00
Eric Pouech a6d85fe801 regedit: Warn about newest unicode export from native regedit. 2008-01-23 11:31:43 +01:00
Alexandre Julliard a76abc0322 winex11: Leave it up to explorer to specify the correct size and position for the desktop. 2008-01-23 11:31:07 +01:00
Marcus Meissner 53f5d67364 cmd: Include <time.h> for time(). 2008-01-22 12:00:42 +01:00
Andrey Esin 90eb70bc55 write: Russian translation. 2008-01-21 12:35:54 +01:00
Sin-ta Hsiea 6d2e6cd6b3 winecfg: Add Traditional Chinese translation. 2008-01-16 20:11:05 +01:00
Alexandre Julliard 8c06ba6fd8 wineboot: Delay import the dlls that are not needed for the default initialisation. 2008-01-16 19:51:20 +01:00
Alexandre Julliard 1d6d080d4b wineboot: Add a --init option used when launched automatically at startup.
Don't execute Run entries in that case.
2008-01-16 19:51:14 +01:00
Francois Gouget 44b52b128c Assorted spelling fixes. 2008-01-16 12:48:29 +01:00
Andrey Esin 38f1733ce3 regedit: Update Russian translation. 2008-01-16 12:16:20 +01:00
Andrey Esin cec519c753 wordpad: Corrections in Russian translation. 2008-01-16 12:16:13 +01:00
Andrej Sinicyn 4278c3fe84 wordpad: Update German strings and correct shortcuts to match XP wordpad. 2008-01-15 14:36:22 +01:00