1. 30 Jan, 2011 11 commits
  2. 29 Jan, 2011 6 commits
  3. 28 Jan, 2011 10 commits
  4. 27 Jan, 2011 5 commits
  5. 26 Jan, 2011 2 commits
  6. 25 Jan, 2011 4 commits
  7. 24 Jan, 2011 2 commits
    • Erwan Tulou's avatar
      skins2(Linux): fix scrolling twice faster than expected · 28c4972c
      Erwan Tulou authored
      On Linux, two scrolling events were generated for each wheel step
      (one on ButtonPress, one on ButtonRelease). This led to scrolling being
      twice faster on Linux than it is on Windows.
      
      This patch ensures that only one scroll event is issued for one step at the
      mouse wheel.
      28c4972c
    • Erwan Tulou's avatar
      skins2: remove a comment that proved wrong · 5d2dcf67
      Erwan Tulou authored
      scrolling is coded twice in this file, because it contains two class
      implementations (CtrlSliderCursor and CtrlSliderBg). Both need this code
      since cursor can be on any one of these two controls when scrolling occurs.
      5d2dcf67