1. 4fe37b9 winhlp32: Update Italian translation. by Luca Bennati · 15 years ago
  2. 9ce0ae1 winhlp32: Fix Dutch translation. by Sven Baars · 15 years ago
  3. 84412cb winhlp32: Get rid of the shadow window, it's ugly and causes z-order issues. by Alexandre Julliard · 15 years ago
  4. 0737431 winhlp32: Remove variable keyDelta which is not really used from WINHELP_MainWndProc. by Gerald Pfeifer · 15 years ago
  5. bbbd723 winhlp32: Remove a hunk of dead code from HLPFILE_BrowsePage. by Gerald Pfeifer · 15 years ago
  6. b33d0d5 winhlp32: Remove not really used id from WINHELP_IndexDlgProc. by Gerald Pfeifer · 15 years ago
  7. 0763861 winhlp32: Set the window class small icon for all classes. by Alexandre Julliard · 15 years ago
  8. 1aed5d3 winhlp32: Replaced progam icon with a Tango compliant icon. by Joel Holdsworth · 15 years ago
  9. 93d9d8a programs: Fix compiler warnings with flag -Wcast-qual. by Mikhail Maroukhine · 15 years ago
  10. bef5645 makefiles: Remove the no longer needed explicit separators for dependencies. by Alexandre Julliard · 15 years ago
  11. 3fac812 winhlp32: Added support for macros as hotspots' target. by Eric Pouech · 15 years ago
  12. dd4804c winhlp32: Restore the original window proc for the richedit control before freeing the winhelp window memory. by Rob Shearman · 15 years ago
  13. 15751f2 winhlp32: Don't use FARPROC for functions that take variable number of arguments. by Alexandre Julliard · 15 years ago
  14. e2d22db winhlp32: Use explicit prototypes for the dll callbacks. by Alexandre Julliard · 15 years ago
  15. 3d0475e winhelp: Added support for hotspot links in graphical objects. by Eric Pouech · 16 years ago
  16. a60ff23 winhlp32: Italian translation update. by Davide Pizzetti · 16 years ago
  17. 03566d6 winhlp32: Add the Romanian translation. by Michael Stefaniuc · 16 years ago
  18. e726a5c winhlp32: Update German translation. by André Hentschel · 16 years ago
  19. d5eeba3 winhlp32: Add the UTF-8 pragma for the Italian resources. by Paul Vriens · 16 years ago
  20. fb8ead9 winhlp32: Add the UTF-8 pragma for the Romansh resources. by Paul Vriens · 16 years ago
  21. 395acfc winhlp32: Ensure Open dialog is modal. by Owen Rudge · 16 years ago
  22. 664cfe0 winhlp32: Convert the Russian resources to UTF-8. by Vladimir Pankratov · 16 years ago
  23. b4f2c55 winhlp32: Ensure win->page is not NULL when selecting Help on Help. by Owen Rudge · 16 years ago
  24. f0f5489 winhlp32: Update Portuguese translation and convert to UTF8. by Ricardo Filipe · 16 years ago
  25. 61796c2 winhlp32: Convert the German resources to UTF-8. by Michael Stefaniuc · 16 years ago
  26. 7cc7e7b winhlp32: Improve Dutch translations and convert to UTF8. by Paul Vriens · 16 years ago
  27. 7ceb4e7 winhlp32: Add English neutral translations. by Huw Davies · 16 years ago
  28. 9595b13 winhlp32: Fix French translation. by Frédéric Delanoy · 16 years ago
  29. 99e1794 winhlp32: Build language resource files separately. by Michael Stefaniuc · 16 years ago
  30. d238d3e winhlp32: Add Lithuanian translation. by Aurimas Fišeras · 16 years ago
  31. a99ab94 winhlp32: Fixed some cases where winhlp32 didn't shutdown as expected. by Eric Pouech · 16 years ago
  32. 432139c winhlp32: Update Italian translation. by Davide Pizzetti · 16 years ago
  33. 1a0a47d winhlp32: Fix crash on launch. by Stefan Stranz · 16 years ago
  34. a105f92 winhlp32: Fix typo in color init. by Eric Pouech · 16 years ago
  35. d67df82 winhlp32: Correctly set the window's title when no window information is present. by Eric Pouech · 16 years ago
  36. 82ffc04 winhlp32: Now manage windows with refcounts. by Eric Pouech · 16 years ago
  37. e3beef0 winhlp32: Remove the lpszName field from the window structure, as it's given by the window info. by Eric Pouech · 16 years ago
  38. a610430 winhlp32: Window name lookup is supposed to be insensitive. by Eric Pouech · 16 years ago
  39. aba7b3d winhlp32: Use current file when no file is specified in JumpHash. by Eric Pouech · 16 years ago
  40. 29f865c winhlp32: Make use of the hlpfile for the running macro to handle correctly some macro implementations. by Eric Pouech · 16 years ago
  41. 042bbf9 winhlp32: Force the handling of a current help window while processing a macro. by Eric Pouech · 16 years ago
  42. ae20d47 winhlp32: NoShow macro has NS as shortcut. by Eric Pouech · 16 years ago
  43. b936855 winhlp32: Properly handle a syntax error inside a macro. by Eric Pouech · 16 years ago
  44. e7f8aa7 winhlp32: Use Win32 APIs instead of strdup(). by Francois Gouget · 16 years ago
  45. 9e8f2a7 programs: Make some of the open file dialogs of a few programs resizable. by Rein Klazes · 16 years ago
  46. cd4a7c3 winhlp32: Remove superfluous casts. by Michael Stefaniuc · 16 years ago
  47. 2592fea winhlp32: Invalidate scrollbar when changing pages. by Dylan Smith · 16 years ago
  48. cbf820a winhlp32: Links are clicked on WM_LBUTTONDOWN not WM_LBUTTONUP. by Dylan Smith · 16 years ago
  49. a36b408 winhlp32: Prevent cursor flicker on mouse moves over richedit control. by Dylan Smith · 16 years ago
  50. fb63cd0 winhlp32: Use EM_SCROLL to scroll richedit control. by Dylan Smith · 16 years ago
  51. 1cd730b winhlp32: Fix a crash when started without arguments. by Alexandre Julliard · 16 years ago
  52. 55ae86c winhlp32: Check hlpfile for being NULL (Coverity). by Marcus Meissner · 16 years ago
  53. 4e733f9 winhlp32: Update Swedish translation. by Anders Jonsson · 16 years ago
  54. 41e9dd3 winhlp32: Make some functions static in hlpfile.c and remove HLPFILE_PointsToTwips(). by Francois Gouget · 16 years ago
  55. ffdf89c winhlp32: Reorder some functions to avoid forward declarations in hlpfile.c. by Francois Gouget · 16 years ago
  56. 4967984 winhlp32: Make some functions static in macro.c. by Francois Gouget · 16 years ago
  57. ef35bfd winhlp32: Reorder some functions to avoid forward declarations in macro.c. by Francois Gouget · 16 years ago
  58. 3248476 winhlp32: Use GetWindowLongPtr to retrieve a pointer, and make sure there is enough space for it. by Alexandre Julliard · 16 years ago
  59. aacdc9a winhlp32: Use LONG instead of long for data loaded from a file. by Alexandre Julliard · 16 years ago
  60. 7d81ca1 winhlp32: Make some functions static in winhelp.c. by Francois Gouget · 16 years ago
  61. 2364498 winhlp32: Reorder some functions to avoid forward declarations in winhelp.c. by Francois Gouget · 16 years ago
  62. 4823e2e winhlp32: Updated French translation. by Jonathan Ernst · 16 years ago
  63. 70d96c7 winhlp32: WINE->Wine. by Jonathan Ernst · 16 years ago
  64. 5f3287d *Ko.rc: Update Korean resource. by ByeongSik Jeon · 16 years ago
  65. 8e02da9 winhlp32: Fix German translation. by Rico Schüller · 16 years ago
  66. 7ac9175 winhlp32: Updated Swedish translation. by Daniel Nylander · 16 years ago
  67. 9217652 winhlp32: Updated Slovenian translation. by Rok Mandeljc · 16 years ago
  68. 1d9354f0 winhlp32: Convert Japanese resource to UTF-8. by Muneyuki Noguchi · 16 years ago
  69. 323e6a2 winhlp32: Use "MS Shell Dlg" 9 in Japanese resources. by Muneyuki Noguchi · 17 years ago
  70. 5a127ad winhlp32: Remove spaces before '...' in the Chinese resources. by Francois Gouget · 17 years ago
  71. a2efa42 winhlp32: Add traditional Chinese resource. by Hongbo Ni · 17 years ago
  72. 746981a winhlp32: Convert simplified Chinese resource to utf8. by Hongbo Ni · 17 years ago
  73. 757f347 winhlp32: Add Japanese resources. by Muneyuki Noguchi · 17 years ago
  74. 3f83493 winhlp32: Update simplified Chinese resource. by Hongbo Ni · 17 years ago
  75. 237b410 winhlp32: Update Norwegian Bokmål translation. by Alexander Nicolaysen Sørnes · 17 years ago
  76. 2bca1c8 winhlp32: Use TopicOffset mapping and get rid of unused function. by Kirill K. Smirnov · 17 years ago
  77. 4c387a9 winhlp32: Fix offsets handling for old 3.0 files. by Kirill K. Smirnov · 17 years ago
  78. deb98a4 winhlp32: Load internal file containing pagenum->topicoffset mapping. by Kirill K. Smirnov · 17 years ago
  79. e8eb6d1 winhlp32: Set correct font size while generating rtf stream. by Kirill K. Smirnov · 17 years ago
  80. 520ab5c winhlp32: Clear richedit area before setting text. by Kirill K. Smirnov · 17 years ago
  81. 5208139 winhlp32: Fix off-by-one error. by Kirill K. Smirnov · 17 years ago
  82. 7377856 winhlp32: Fix parsing system header of win3.0 help file. by Kirill K. Smirnov · 17 years ago
  83. a7cb435 winhlp32: Remove outdated comment. by Kirill K. Smirnov · 17 years ago
  84. c7eec67 winhlp32: Remove superfluous buttons from propsheet dialog templates. by Kirill K. Smirnov · 17 years ago
  85. d168078 winhlp32: Update Russian translation. by Vladimir Pankratov · 17 years ago
  86. fb0e728 winhlp32: Updated Korean resource. by Hwang YunSong(황윤성) · 17 years ago
  87. 9d2e509 winhlp32: Fixed Dutch translations. by Frans Kool · 17 years ago
  88. 8291034 winhelp: Double clicking in the index list should open the page. by Eric Pouech · 17 years ago
  89. cdd235e winhelp: Constify the internal .hlp file parsing. by Eric Pouech · 17 years ago
  90. ace5171 winhelp: Move the check about correct RLE decoding inside the decoding routine itself. by Eric Pouech · 17 years ago
  91. 8116829 winhelp: Allow MACRO_Execute to be called recursively. by Eric Pouech · 17 years ago
  92. 7d0b6bd winhelp: Implemented SetPopupColor macro. by Eric Pouech · 17 years ago
  93. 448fed2 winhelp: Implemented SetHelpOnFile macro. by Eric Pouech · 17 years ago
  94. f6e93ea winhelp: Fixed memory leak in macro handling. by Eric Pouech · 17 years ago
  95. 6346250 winhelp: Pick nicer fonts for buttons. by Eric Pouech · 17 years ago
  96. bfc133f winhlp32: Remove spaces before '...'. by Francois Gouget · 17 years ago
  97. eebed38 winhlp32: Updated Korean resource. by Hwang YunSong(황윤성) · 17 years ago
  98. 8a3f21f winhlp32: Update Norwegian Bokmål translation. by Alexander Nicolaysen Sørnes · 17 years ago
  99. 28a2179 Add noinput directive to all lex files to avoid a compiler warning. by Alexandre Julliard · 17 years ago
  100. fa25f18 winhelp: Remove the search button, hook the index button to the Finder, and add a new summary button to go back to main page. by Eric Pouech · 17 years ago