1. 07 Oct, 2009 1 commit
  2. 01 Jun, 2009 2 commits
  3. 12 Mar, 2009 1 commit
    • Dylan Smith's avatar
      winhlp32: Links are clicked on WM_LBUTTONDOWN not WM_LBUTTONUP. · cbf820ab
      Dylan Smith authored
      This behaviour was tested against native winhlp32 by pressing down the
      left mouse button and holding it while over the link to avoid having
      WM_LBUTTONUP sent.  I noticed that the action for clicking the link
      happened right away, without waiting for me to release the mouse button.
      cbf820ab
  4. 11 Mar, 2009 1 commit
    • Dylan Smith's avatar
      winhlp32: Prevent cursor flicker on mouse moves over richedit control. · a36b408f
      Dylan Smith authored
      Previously the cursor was being set by winhlp32 on WM_MOUSEMOVE, then
      the richedit control would change it again on WM_SETCURSOR.  Since the
      cursor set in both of these places was different, the cursor would
      flicker from being frequently changed.
      
      The reason winhlp32 is setting the cursor, rather than letting the
      richedit control set the cursor, is that winhlp32 needs the hand cursor
      to be shown over a link.  My first instinct was to just add the CFE_LINK
      effect to the link characters, however this also forced a colour for the
      link that was inconsistent with native winhlp32.  Native winhlp32
      doesn't seem to load any richedit dll, so this doesn't imply that there
      is an undocumented way of changing the colour of characters with
      CFE_LINK.
      
      This patch has winhlp32 override the WNDPROC for the richedit control to
      handle the WM_SETCURSOR.  It simply sets the cursor to the hand if the
      cursor is over the link, otherwise it just calls the original richedit
      window proc.
      a36b408f
  5. 08 Jan, 2009 1 commit
  6. 14 Jul, 2008 1 commit
  7. 07 Jul, 2008 1 commit
  8. 13 May, 2008 1 commit
  9. 02 May, 2008 2 commits
  10. 24 Apr, 2008 1 commit
  11. 23 Apr, 2008 7 commits
  12. 21 Apr, 2008 3 commits
  13. 13 Dec, 2007 1 commit
  14. 06 Nov, 2006 1 commit
  15. 27 Oct, 2006 1 commit
  16. 18 Oct, 2006 1 commit
  17. 14 Oct, 2006 1 commit
  18. 23 May, 2006 1 commit
  19. 13 Dec, 2004 1 commit
    • Eric Pouech's avatar
      - added support plug-in DLLs for winhelp · dff8de63
      Eric Pouech authored
      - added preliminary support for plug-in callback into winhelp
      - rewrote all the macros accordingly (macro entry-point has to have
        WINAPI calling convention)
      - some fixes for embedded images decompression
      - misc cleanups
      dff8de63
  20. 07 Sep, 2004 1 commit
    • Yvon Belleau's avatar
      - Implemented keyboard navigation (Up / Down / PgUp / PgDn / ESC). · d47f5ccf
      Yvon Belleau authored
      - Shadow windows (behind popups) were reacting to mouse clicks and
        were going over the popup. Make them close the popup instead.
      - Title was not displayed when the help file was opened by the command
        line.
      - Corrected incorrect links behavior (in relation with the scrollbar).
      d47f5ccf
  21. 04 May, 2004 1 commit
  22. 05 Sep, 2003 1 commit
  23. 16 Dec, 2002 1 commit
  24. 20 Nov, 2002 1 commit
  25. 18 Nov, 2002 1 commit
  26. 15 Nov, 2002 1 commit
  27. 21 Oct, 2002 1 commit
  28. 16 Jul, 2002 1 commit
  29. 14 May, 2002 1 commit
  30. 09 Mar, 2002 1 commit