1. 20 Apr, 2009 1 commit
  2. 16 Apr, 2009 3 commits
  3. 15 Apr, 2009 2 commits
  4. 08 Apr, 2009 1 commit
  5. 07 Apr, 2009 2 commits
  6. 06 Apr, 2009 2 commits
  7. 02 Apr, 2009 1 commit
  8. 31 Mar, 2009 1 commit
  9. 30 Mar, 2009 1 commit
  10. 27 Mar, 2009 1 commit
  11. 25 Mar, 2009 1 commit
  12. 24 Mar, 2009 4 commits
  13. 23 Mar, 2009 10 commits
  14. 13 Mar, 2009 1 commit
  15. 12 Mar, 2009 6 commits
  16. 11 Mar, 2009 2 commits
    • Aurimas Fischer's avatar
      notepad: Improve Lithuanian translation. · f723ceda
      Aurimas Fischer authored
      f723ceda
    • 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
  17. 09 Mar, 2009 1 commit