1. 07 Jul, 2008 38 commits
  2. 04 Jul, 2008 2 commits
    • Dylan Smith's avatar
      user32: Increased area for scrolling via mouse drag outside scrollbar. · 2f1c7b16
      Dylan Smith authored
      When dragging the scrollbar thumb with the mouse, the mouse is able to
      move away from the scrollbar and keep scrolling so long as it isn't too
      far away from the scrollbar.  This makes it easier to quickly scroll
      with the mouse.
      
      All that this patch changes is the distance that the mouse can be moved
      away from the scrollbar before it is consider outside of the scrollbar
      and returns to its original position.  The distances are proportional to
      the size of the scrollbar.
      2f1c7b16
    • Dylan Smith's avatar
      wordpad: Properly save window rect on closing Min/Maximized windows. · fcaa5991
      Dylan Smith authored
      Previously the window size and position was obtained in such a way that
      when the window is closed while minimized, it would be hidden when the
      program is started again.  Closing a maximized window would save the
      size of the maximized window and use it as the normal/restored size when
      the program is started again.
      fcaa5991