Commit History

Author SHA1 Message Date
  Eric Pouech 54e3c301be winhlp32: Enable compilation with long types. 3 years ago
  Michael Stefaniuc 038d9e8ab9 winhlp32: Use the ARRAY_SIZE() macro. 6 years ago
  Kirill Smirnov 5a3ad0ecf0 winhlp32: Do not pass NULL to strchr() (spotted by clang). 8 years ago
  Jean-Christophe Cardot 1dba777e69 winhlp32: Use debugstr_a() to trace. 8 years ago
  Frédéric Delanoy 33cb4f80b7 winhlp32: Use BOOL type where appropriate. 11 years ago
  Eric Pouech efc35078ea winhlp32: Added support for some keyword support in external DLL support (RegisterRoutine parameters). 13 years ago
  Alexandre Julliard e12d39dc10 winhlp32: Avoid Unicode macros. 13 years ago
  Eric Pouech d3fd3d73be winhlp32: Better protect macros against not finding a help file. 13 years ago
  Francois Gouget 2b12e89d5e winhlp32: Implement MACRO_HelpOnTop() and thus the corresponding menu. 14 years ago
  Alexandre Julliard 5d69141014 winhlp32: Use a standard About dialog, with the proper icon. 14 years ago
  Eric Pouech 3b07c851f8 winhelp: Avoid accessing a window in global window list after it has been freed. 14 years ago
  Eric Pouech 2d20a1aa53 winhelp: Fix trailing space in window name for JumpID macro. 14 years ago
  Eric Pouech d18d25115b winhelp: Implemented ExecFile macro. 14 years ago
  Alexandre Julliard 15751f2031 winhlp32: Don't use FARPROC for functions that take variable number of arguments. 15 years ago
  Alexandre Julliard e2d22db7b9 winhlp32: Use explicit prototypes for the dll callbacks. 15 years ago
  Owen Rudge b4f2c55283 winhlp32: Ensure win->page is not NULL when selecting Help on Help. 15 years ago
  Eric Pouech 82ffc04ef3 winhlp32: Now manage windows with refcounts. 15 years ago
  Eric Pouech e3beef0af5 winhlp32: Remove the lpszName field from the window structure, as it's given by the window info. 15 years ago
  Eric Pouech aba7b3df90 winhlp32: Use current file when no file is specified in JumpHash. 15 years ago
  Eric Pouech 29f865c5c1 winhlp32: Make use of the hlpfile for the running macro to handle correctly some macro implementations. 15 years ago
  Eric Pouech 042bbf9a41 winhlp32: Force the handling of a current help window while processing a macro. 15 years ago
  Eric Pouech ae20d4708b winhlp32: NoShow macro has NS as shortcut. 15 years ago
  Francois Gouget e7f8aa7d2d winhlp32: Use Win32 APIs instead of strdup(). 16 years ago
  Francois Gouget 4967984d94 winhlp32: Make some functions static in macro.c. 16 years ago
  Francois Gouget ef35bfd444 winhlp32: Reorder some functions to avoid forward declarations in macro.c. 16 years ago
  Eric Pouech 7d0b6bd4a6 winhelp: Implemented SetPopupColor macro. 16 years ago
  Eric Pouech 448fed2055 winhelp: Implemented SetHelpOnFile macro. 16 years ago
  Eric Pouech 841720e491 winhelp: Removed the topics button, and forward search and topics to the same prop sheet. 16 years ago
  Alexandre Julliard a795f36af7 winhelp.exe: Renamed to winhlp32.exe. 17 years ago