1. efc3507 winhlp32: Added support for some keyword support in external DLL support (RegisterRoutine parameters). by Eric Pouech · 13 years ago
  2. e12d39d winhlp32: Avoid Unicode macros. by Alexandre Julliard · 13 years ago
  3. d3fd3d7 winhlp32: Better protect macros against not finding a help file. by Eric Pouech · 14 years ago
  4. 2b12e89 winhlp32: Implement MACRO_HelpOnTop() and thus the corresponding menu. by Francois Gouget · 14 years ago
  5. 5d69141 winhlp32: Use a standard About dialog, with the proper icon. by Alexandre Julliard · 14 years ago
  6. 3b07c85 winhelp: Avoid accessing a window in global window list after it has been freed. by Eric Pouech · 15 years ago
  7. 2d20a1a winhelp: Fix trailing space in window name for JumpID macro. by Eric Pouech · 15 years ago
  8. d18d251 winhelp: Implemented ExecFile macro. by Eric Pouech · 15 years ago
  9. 15751f2 winhlp32: Don't use FARPROC for functions that take variable number of arguments. by Alexandre Julliard · 15 years ago
  10. e2d22db winhlp32: Use explicit prototypes for the dll callbacks. by Alexandre Julliard · 15 years ago
  11. b4f2c55 winhlp32: Ensure win->page is not NULL when selecting Help on Help. by Owen Rudge · 16 years ago
  12. 82ffc04 winhlp32: Now manage windows with refcounts. by Eric Pouech · 16 years ago
  13. e3beef0 winhlp32: Remove the lpszName field from the window structure, as it's given by the window info. by Eric Pouech · 16 years ago
  14. aba7b3d winhlp32: Use current file when no file is specified in JumpHash. by Eric Pouech · 16 years ago
  15. 29f865c winhlp32: Make use of the hlpfile for the running macro to handle correctly some macro implementations. by Eric Pouech · 16 years ago
  16. 042bbf9 winhlp32: Force the handling of a current help window while processing a macro. by Eric Pouech · 16 years ago
  17. ae20d47 winhlp32: NoShow macro has NS as shortcut. by Eric Pouech · 16 years ago
  18. e7f8aa7 winhlp32: Use Win32 APIs instead of strdup(). by Francois Gouget · 16 years ago
  19. 4967984 winhlp32: Make some functions static in macro.c. by Francois Gouget · 16 years ago
  20. ef35bfd winhlp32: Reorder some functions to avoid forward declarations in macro.c. by Francois Gouget · 16 years ago
  21. 7d0b6bd winhelp: Implemented SetPopupColor macro. by Eric Pouech · 17 years ago
  22. 448fed2 winhelp: Implemented SetHelpOnFile macro. by Eric Pouech · 17 years ago
  23. 841720e winhelp: Removed the topics button, and forward search and topics to the same prop sheet. by Eric Pouech · 17 years ago
  24. a795f36 winhelp.exe: Renamed to winhlp32.exe. by Alexandre Julliard · 17 years ago[Renamed from programs/winhelp/macro.c]
  25. 3f1b62f winhelp: Simplify most of the helpers dealing with window creation. by Eric Pouech · 17 years ago
  26. a448036 winhelp: Added ability to locate information within a page (and to store it inside WNDPAGE). by Eric Pouech · 17 years ago
  27. 3ae5ad8 winhelp: Enable/Disable prev/next buttons if there's a prev/next page. by Eric Pouech · 17 years ago
  28. 7ae1bb2 winhelp: Fixed JumpId and JumpKeyword with correct signature and implementation. by Eric Pouech · 17 years ago
  29. 951926e winhelp: Replaced an erroneous FIXME by a TRACE in MACRO_DisableButton(). by Eric Pouech · 17 years ago
  30. 4a89d29 winhelp: Don't add a page to the history when using the back button. by Eric Pouech · 17 years ago
  31. ccd7535 winhelp: Properly handle the back button (in multiple windows, in empty stack...). by Eric Pouech · 17 years ago
  32. 6d40dbe winhelp: Added the notion of WINHELP_WNDPAGE and use it to move the history to the global variables. by Eric Pouech · 17 years ago
  33. d58ab51 winhelp: Get rid of the WM_USER message. by Eric Pouech · 17 years ago
  34. d72cfb7 winhelp: Display keywords index dialog box. by Kirill K. Smirnov · 17 years ago
  35. 306c1dc winhelp: Fix some comparisons between signed and unsigned. by Michael Stefaniuc · 18 years ago
  36. 4f2819f winhelp: Rewrite LookupHelpFile function. by Kirill K. Smirnov · 18 years ago
  37. dc6731e winhelp: Add missing '\n' in Wine trace. by Francois Gouget · 18 years ago
  38. 8e0bc11 winhelp: Properly implement context help and JumpContext macro. by Kirill K Smirnov · 18 years ago
  39. 3dbe715 winhelp: Win64 printf format warning fixes. by Michael Stefaniuc · 19 years ago
  40. 360a3f9 Update the address of the Free Software Foundation. by Jonathan Ernst · 19 years ago
  41. 002e143 programs: Use WIN32_LEAN_AND_MEAN. by Mike McCormack · 19 years ago
  42. ae51135 Fixes for -Wmissing-declarations and -Wwrite-strings warnings. by Mike McCormack · 20 years ago
  43. dff8de6 - added support plug-in DLLs for winhelp by Eric Pouech · 20 years ago
  44. cea5e75 Stub MACRO_JumpContext to at least bring up the help file. by Jon Griffiths · 21 years ago
  45. 76f13de Use INVALID_FILE_ATTRIBUTES to test for failure of by Rolf Kalbermatter · 21 years ago
  46. 921df71 Fix some instances of memory allocation through HeapReAlloc(). by Dimitrie O. Paun · 21 years ago
  47. c8e3a50 Correctly set openfilename.lStructSize before calling GetOpenFileName(). by Pavel Roskin · 22 years ago
  48. 2b855de Wrote back & history support. by Eric Pouech · 22 years ago
  49. 7d75cfe Added support for window information from the .hlp file. by Eric Pouech · 22 years ago
  50. 81b7b91 Rewrote macro engine for adding dynamic macro loading capability. by Eric Pouech · 22 years ago
  51. 644949d No longer using explicit values for resource identification. by Eric Pouech · 22 years ago
  52. 1cf1b5e Implemented a few more macros for button manipulation by Eric Pouech · 22 years ago
  53. 7579287 Bring winhelp back to life, with mainly support for Win95 help files. by Eric Pouech · 23 years ago
  54. 9a62491 Removed trailing whitespace. by Vincent Béron · 23 years ago
  55. efbe9c5 - Converted Winhelp for use of NLS by Sylvain Petreolle · 23 years ago
  56. 0799c1a Added LGPL standard comment, and copyright notices where necessary. by Alexandre Julliard · 23 years ago
  57. 74af67e Removed shell.h. Cleaned up the nested includes mess in wine/obj_*.h. by Alexandre Julliard · 25 years ago
  58. 9cc9d59 Fix a crash in winhelp caused by hmemcpy16 without prototype. by Rein Klazes · 25 years ago
  59. 27b790b Compile fix. by Alexandre Julliard · 25 years ago
  60. 6d77d3a Use min/max instead of MIN/MAX. by Francois Gouget · 25 years ago
  61. 52be93c Fixed some compiler errors and warnings. by Niels Kristian Bech Jensen · 25 years ago
  62. a099a55 Converted to the new debug interface, using script written by Patrik Stridvall. by Alexandre Julliard · 26 years ago
  63. 54c2711 Release 980329 by Alexandre Julliard · 27 years ago wine-980329
  64. 9ea19e5 Release 970101 by Alexandre Julliard · 28 years ago wine-970101
  65. 1285c2f Release 960506 by Alexandre Julliard · 29 years ago wine-960506