Commit Graph

155 Commits (67b5a868f1017a15fe709abc48f43e80f5ca7c2b)

Author SHA1 Message Date
Francois Gouget d1b51d8502 programs: Standardize the About menus. 2011-04-12 13:08:14 +02:00
Francois Gouget d30316568a winhlp32: Add support for accelerators in general and F1 in particular. 2011-04-08 13:03:22 +02:00
Francois Gouget 3767e9a2dc winhlp32: Remove the unimplemented help color and visibility menus. 2011-03-31 14:02:13 +02:00
Francois Gouget 2b12e89d5e winhlp32: Implement MACRO_HelpOnTop() and thus the corresponding menu. 2011-03-31 13:56:07 +02:00
Alexandre Julliard baeb0d971f po: Unify the spelling of some menu entries across programs. 2011-01-14 18:26:22 +01:00
Alexandre Julliard 433e240cf6 winhlp32: Convert menu and string table resources to po files. 2011-01-10 20:30:14 +01:00
Cheer Xiao 2d728e4c04 winhlp32: Update Simplified Chinese translation. 2010-11-15 14:54:25 +01:00
Hwang YunSong 6abd799861 winhlp32: Update Korean resource. 2010-10-18 19:08:37 +02:00
Alexandre Julliard 5d69141014 winhlp32: Use a standard About dialog, with the proper icon. 2010-10-15 16:17:51 +02:00
Yaron Shahrabani 338b7edced winhlp32: Hebrew translation fixed. 2010-10-13 11:23:14 +02:00
Yaron Shahrabani 5c8ed14936 winhlp32: Add Hebrew translation. 2010-10-07 12:10:46 +02:00
Alexandre Julliard 81b8ee863e makefiles: Add a standard header for all makefiles to replace the common variable initializations. 2010-09-19 12:36:48 +02:00
André Hentschel ba56392b92 winhlp32: Update translations. 2010-08-24 12:24:20 +02:00
Luca Bennati 4f180c91d4 winhlp32: Fix Italian translation. 2010-08-23 11:54:43 +02:00
Paul Vriens 841153aaaa winhlp32: Add the Serbian (Latin) translation.
Translation by Nenad Vujic <nesa24casa@gmail.com>
2010-07-23 16:39:37 +02:00
Michael Stefaniuc ee80105ac8 winhlp32: Remove the ignored common resource attributes. 2010-07-22 11:41:37 +02:00
Alexandre Julliard 6fb39dfe4a programs: Remove explicit imports of kernel32 and ntdll. 2010-07-21 17:38:37 +02:00
Michael Stefaniuc 6e8c900d19 winhlp32: Move from a per resource to a global LANGUAGE setting. 2010-07-21 13:23:59 +02:00
Michael Stefaniuc a569032d76 winhlp32: Remove an untranslated resource from multiple translations. 2010-07-12 16:18:18 +02:00
Igor Paliychuk 92047639b8 winhlp32: Ukrainian translation update. 2010-07-09 16:29:29 +02:00
Michael Stefaniuc daf29aa4dd winhlp32: Remove an untranslated resource from the Romansh translation. 2010-07-05 17:10:07 +02:00
Gustavo Henrique Milaré 3c5482a72c winhlp32: Update Portuguese (Brazilian) translation. 2010-07-02 12:17:25 +02:00
Gustavo Henrique Milaré 7519d672df winhlp32: Update Portuguese (Brazilian) translation. 2010-07-01 10:10:19 +02:00
Francois Gouget 6724fc2604 winhlp32: Remove a space before an ellipsis in the Dutch translation. 2010-06-24 10:36:26 +02:00
Jose Rostagno d36ef881c1 winhlp32: Fix Spanish translation. 2010-06-24 10:33:41 +02:00
Vitaly Lipatov b974852ce1 Update Russian translations. 2010-06-18 16:22:07 +02:00
Nikolay Sivov 5c5b9a6933 winhlp32: Added missed Russian resource. 2010-06-15 18:29:07 +02:00
Łukasz Wojniłowicz 1145b29deb winhlp32: Update the Polish translation. 2010-06-14 14:14:16 +02:00
Eric Pouech 0f234ce461 winhelp: When following a link, don't do it into a popup, but its parent. 2010-06-14 14:14:15 +02:00
Eric Pouech 3b07c851f8 winhelp: Avoid accessing a window in global window list after it has been freed. 2010-06-14 14:14:15 +02:00
Eric Pouech 2d20a1aa53 winhelp: Fix trailing space in window name for JumpID macro. 2010-06-14 14:14:15 +02:00
Eric Pouech d18d25115b winhelp: Implemented ExecFile macro. 2010-06-10 11:29:41 +02:00
Igor Paliychuk bdd1ddd16b winhlp32: Add Ukrainian translations. 2010-06-08 12:58:40 +02:00
Eric Pouech dbab3367a3 winhelp: Don't close popup just after they are created. 2010-06-07 12:34:22 +02:00
Eric Pouech 0865dc7c8c winhelp: Don't reset window position when reusing the current window. 2010-06-07 12:34:21 +02:00
Eric Pouech 79af1859fa winhelp: When opening a page, don't reopen the same page from macro, even if requested. 2010-06-07 12:34:08 +02:00
Eric Pouech 3acf62f5e7 winhelp: Added support for hotspot in images with target window embedded. 2010-06-07 12:33:05 +02:00
Paul Vriens 4896c7c91a winhlp32: Define LANGUAGE only once. 2010-06-07 12:23:51 +02:00
Paul Vriens 39bf15400e winhlp32: Update the Danish translation and convert to UTF-8.
Translation by Thomas Larsen <sikker2004@yahoo.com>
2010-06-02 10:52:56 +02:00
Luca Bennati 4fe37b9453 winhlp32: Update Italian translation. 2010-05-31 12:14:28 +02:00
Sven Baars 9ce0ae1feb winhlp32: Fix Dutch translation. 2010-05-25 18:12:45 +02:00
Alexandre Julliard 84412cb0f5 winhlp32: Get rid of the shadow window, it's ugly and causes z-order issues. 2010-05-22 11:24:03 +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 b33d0d5405 winhlp32: Remove not really used id from WINHELP_IndexDlgProc. 2010-04-20 16:22:28 +02:00
Alexandre Julliard 0763861873 winhlp32: Set the window class small icon for all classes. 2010-04-19 20:13:11 +02:00
Joel Holdsworth 1aed5d33c9 winhlp32: Replaced progam icon with a Tango compliant icon. 2010-04-19 16:03:20 +02:00
Mikhail Maroukhine 93d9d8a3af programs: Fix compiler warnings with flag -Wcast-qual. 2010-03-29 12:18:48 +02:00
Alexandre Julliard bef5645eb1 makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
Eric Pouech 3fac812bd9 winhlp32: Added support for macros as hotspots' target. 2009-11-09 20:02:11 +01:00