1. 01 Nov, 2018 1 commit
  2. 28 Sep, 2018 2 commits
  3. 27 Sep, 2018 1 commit
  4. 21 Sep, 2018 3 commits
  5. 27 Aug, 2018 1 commit
  6. 09 Feb, 2018 1 commit
  7. 21 Apr, 2017 1 commit
  8. 10 Apr, 2017 1 commit
  9. 14 Feb, 2017 2 commits
  10. 19 Apr, 2016 1 commit
  11. 18 Aug, 2014 1 commit
  12. 09 Jul, 2014 1 commit
  13. 20 Nov, 2012 3 commits
  14. 05 Oct, 2010 1 commit
  15. 05 May, 2010 1 commit
  16. 27 Oct, 2008 1 commit
  17. 24 Oct, 2008 1 commit
  18. 23 Apr, 2008 1 commit
  19. 07 Feb, 2008 1 commit
  20. 31 Dec, 2007 1 commit
  21. 25 May, 2007 1 commit
  22. 02 Apr, 2007 1 commit
  23. 07 Nov, 2006 1 commit
  24. 14 Oct, 2006 1 commit
  25. 23 May, 2006 1 commit
  26. 03 Mar, 2006 1 commit
  27. 08 Nov, 2005 1 commit
  28. 25 Jun, 2005 1 commit
  29. 25 Mar, 2005 1 commit
  30. 21 Mar, 2005 1 commit
    • Dimitrie O. Paun's avatar
      Proper handling for GWL_STYLE. · d09baae2
      Dimitrie O. Paun authored
      Store and use hwndSelf in the PAGER_INFO.
      Pass the infoPtr around instead of hwnd.
      Use proper types in the function signatures.
      Fix a few return statements.
      d09baae2
  31. 17 Jan, 2005 1 commit
  32. 09 Jan, 2005 1 commit
  33. 20 Sep, 2004 1 commit
  34. 16 Sep, 2004 1 commit
    • Robert Shearman's avatar
      - Don't use TrackMouseEvents/WM_MOUSELEAVE API for handling the hot · 6a4d3926
      Robert Shearman authored
        button; use plain mouse capture instead like native.
      - Return only HTTRANSPARENT/HTCLIENT from WM_NCHITTEST and remove
        associated hacks of WM_SETCURSOR, WM_NCLBUTTONDOWN and
        WM_NCLBUTTONUP.
      - Refactor state change code so that state changes don't happen as
        side effects from messages such as WM_NCCALCSIZE, instead only from
        user input messages like WM_MOUSEMOVE.
      6a4d3926