winhlp32: Mark up fallthrough switch case (coverity).
[wine] / programs / winhlp32 / winhelp.c
2012-11-08  André Hentschelwinhlp32: Mark up fallthrough switch case (coverity).
2012-01-23  Alexandre Julliardwinhlp32: Don't use strncpy.
2012-01-20  Alexandre Julliardwinhlp32: Avoid Unicode macros.
2011-04-08  Francois Gougetwinhlp32: Add support for accelerators in general and...
2011-03-31  Francois Gougetwinhlp32: Remove the unimplemented help color and visib...
2010-10-15  Alexandre Julliardwinhlp32: Use a standard About dialog, with the proper...
2010-08-24  André Hentschelwinhlp32: Update translations.
2010-06-14  Eric Pouechwinhelp: When following a link, don't do it into a...
2010-06-07  Eric Pouechwinhelp: Don't close popup just after they are created.
2010-06-07  Eric Pouechwinhelp: Don't reset window position when reusing the...
2010-06-07  Eric Pouechwinhelp: When opening a page, don't reopen the same...
2010-05-22  Alexandre Julliardwinhlp32: Get rid of the shadow window, it's ugly and...
2010-05-03  Gerald Pfeiferwinhlp32: Remove variable keyDelta which is not really...
2010-04-20  Gerald Pfeiferwinhlp32: Remove not really used id from WINHELP_IndexD...
2010-04-19  Alexandre Julliardwinhlp32: Set the window class small icon for all classes.
2009-11-09  Rob Shearmanwinhlp32: Restore the original window proc for the...
2009-09-22  Eric Pouechwinhelp: Added support for hotspot links in graphical...
2009-07-24  Owen Rudgewinhlp32: Ensure Open dialog is modal.
2009-06-29  Eric Pouechwinhlp32: Fixed some cases where winhlp32 didn't shutdo...
2009-06-04  Stefan Stranzwinhlp32: Fix crash on launch.
2009-06-01  Eric Pouechwinhlp32: Fix typo in color init.
2009-06-01  Eric Pouechwinhlp32: Correctly set the window's title when no...
2009-06-01  Eric Pouechwinhlp32: Now manage windows with refcounts.
2009-06-01  Eric Pouechwinhlp32: Remove the lpszName field from the window...
2009-06-01  Eric Pouechwinhlp32: Window name lookup is supposed to be insensitive.
2009-06-01  Eric Pouechwinhlp32: Force the handling of a current help window...
2009-05-06  Rein Klazesprograms: Make some of the open file dialogs of a few...
2009-04-06  Michael Stefaniucwinhlp32: Remove superfluous casts.
2009-03-24  Dylan Smithwinhlp32: Invalidate scrollbar when changing pages.
2009-03-12  Dylan Smithwinhlp32: Links are clicked on WM_LBUTTONDOWN not WM_LB...
2009-03-11  Dylan Smithwinhlp32: Prevent cursor flicker on mouse moves over...
2009-03-09  Dylan Smithwinhlp32: Use EM_SCROLL to scroll richedit control.
2009-02-24  Alexandre Julliardwinhlp32: Fix a crash when started without arguments.
2009-02-02  Marcus Meissnerwinhlp32: Check hlpfile for being NULL (Coverity).
2009-01-09  Alexandre Julliardwinhlp32: Use GetWindowLongPtr to retrieve a pointer...
2009-01-08  Francois Gougetwinhlp32: Make some functions static in winhelp.c.
2009-01-08  Francois Gougetwinhlp32: Reorder some functions to avoid forward decla...
2008-08-05  Kirill K. Smirnovwinhlp32: Clear richedit area before setting text.
2008-08-01  Kirill K. Smirnovwinhlp32: Remove outdated comment.
2008-07-14  Eric Pouechwinhelp: Double clicking in the index list should open...
2008-07-14  Eric Pouechwinhelp: Implemented SetPopupColor macro.
2008-07-14  Eric Pouechwinhelp: Pick nicer fonts for buttons.
2008-07-07  Eric Pouechwinhelp: Remove the search button, hook the index butto...
2008-07-07  Eric Pouechwinhelp: Removed the topics button, and forward search...
2008-06-30  Eric Pouechwinhelp: Let CtrlC do something useful thanks to richedit.
2008-06-30  Eric Pouechwinhelp: Start implementing a prop sheet for all lookup...
2008-06-23  Eric Pouechwinhelp: Removed the main history button, and use the...
2008-06-23  Eric Pouechwinhelp: Added the options menu.
2008-06-23  Eric Pouechwinhelp: Properly quit winhelp when no file are given...
2008-05-13  Alexandre Julliardwinhelp.exe: Renamed to winhlp32.exe.