Commit Graph

29 Commits

Author SHA1 Message Date
Eric Pouech 54e3c301be winhlp32: Enable compilation with long types.
Signed-off-by: Eric Pouech <eric.pouech@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2022-02-07 11:00:09 +01:00
Michael Stefaniuc 038d9e8ab9 winhlp32: Use the ARRAY_SIZE() macro.
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2018-08-14 10:16:03 +02:00
Kirill Smirnov 5a3ad0ecf0 winhlp32: Do not pass NULL to strchr() (spotted by clang).
Signed-off-by: Kirill K. Smirnov <kirill.k.smirnov@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2016-05-17 14:18:03 +09:00
Jean-Christophe Cardot 1dba777e69 winhlp32: Use debugstr_a() to trace.
Signed-off-by: Jean-Christophe Cardot <wine@cardot.net>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2016-04-22 21:04:34 +09:00
Frédéric Delanoy 33cb4f80b7 winhlp32: Use BOOL type where appropriate. 2014-02-18 11:45:48 +01:00
Eric Pouech efc35078ea winhlp32: Added support for some keyword support in external DLL support (RegisterRoutine parameters). 2012-02-11 15:00:39 +01:00
Alexandre Julliard e12d39dc10 winhlp32: Avoid Unicode macros. 2012-01-20 12:50:15 +01:00
Eric Pouech d3fd3d73be winhlp32: Better protect macros against not finding a help file. 2011-08-01 11:08:41 +02:00
Francois Gouget 2b12e89d5e winhlp32: Implement MACRO_HelpOnTop() and thus the corresponding menu. 2011-03-31 13:56:07 +02:00
Alexandre Julliard 5d69141014 winhlp32: Use a standard About dialog, with the proper icon. 2010-10-15 16:17:51 +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
Alexandre Julliard 15751f2031 winhlp32: Don't use FARPROC for functions that take variable number of arguments. 2009-10-07 13:40:00 +02:00
Alexandre Julliard e2d22db7b9 winhlp32: Use explicit prototypes for the dll callbacks. 2009-10-07 13:31:32 +02:00
Owen Rudge b4f2c55283 winhlp32: Ensure win->page is not NULL when selecting Help on Help. 2009-07-22 11:08:43 +02:00
Eric Pouech 82ffc04ef3 winhlp32: Now manage windows with refcounts. 2009-06-01 16:16:04 +02:00
Eric Pouech e3beef0af5 winhlp32: Remove the lpszName field from the window structure, as it's given by the window info. 2009-06-01 16:16:04 +02:00
Eric Pouech aba7b3df90 winhlp32: Use current file when no file is specified in JumpHash. 2009-06-01 16:16:03 +02:00
Eric Pouech 29f865c5c1 winhlp32: Make use of the hlpfile for the running macro to handle correctly some macro implementations. 2009-06-01 16:16:03 +02:00
Eric Pouech 042bbf9a41 winhlp32: Force the handling of a current help window while processing a macro. 2009-06-01 16:16:03 +02:00
Eric Pouech ae20d4708b winhlp32: NoShow macro has NS as shortcut. 2009-06-01 16:16:03 +02:00
Francois Gouget e7f8aa7d2d winhlp32: Use Win32 APIs instead of strdup(). 2009-05-13 12:31:53 +02:00
Francois Gouget 4967984d94 winhlp32: Make some functions static in macro.c. 2009-01-09 14:06:13 +01:00
Francois Gouget ef35bfd444 winhlp32: Reorder some functions to avoid forward declarations in macro.c. 2009-01-09 14:06:12 +01:00
Eric Pouech 7d0b6bd4a6 winhelp: Implemented SetPopupColor macro. 2008-07-14 12:19:23 +02:00
Eric Pouech 448fed2055 winhelp: Implemented SetHelpOnFile macro. 2008-07-14 12:19:16 +02:00
Eric Pouech 841720e491 winhelp: Removed the topics button, and forward search and topics to the same prop sheet. 2008-07-07 12:11:23 +02:00
Alexandre Julliard a795f36af7 winhelp.exe: Renamed to winhlp32.exe. 2008-05-13 18:43:27 +02:00