mshtml: Added IHTMLDocument2::put_designMode tests.
[wine] / dlls / user32 / scroll.c
2011-06-15  Krzysztof Nowickiuser32: Make more functions hot-patchable for Steam.
2011-05-03  Francois Gougetuser32: SCROLL_SetNCSbState() is not used anymore so...
2010-10-12  Alexandre Julliarduser32: Correctly handle mouse events on a size grip...
2010-09-07  Alexandre Julliarduser32: Use WIN_GetRectangles where possible instead...
2010-03-25  Sébastien Ramageuser32: End scrollbar tracking if the mouse capture...
2010-01-11  Alexander Kochetkovuser32: Fix arithmetic overflow in GetThumbVal.
2009-12-18  Alexandre Julliarduser32: Simplify window procedure allocation for the...
2009-12-17  Alexandre Julliarduser32: Pre-allocate the window procedure for the scrol...
2009-12-15  Alexandre Julliarduser32: Turn the scrollbar winproc into a Wow handler.
2009-12-13  Alexandre Julliarduser32: Split the handling of the 16-bit messages out...
2009-05-04  Rein Klazesuser32: Combine horizontal and vertical window scroll...
2009-03-05  Nikolay Sivovuser32: Disable scroll bar control window when both...
2009-03-02  Michael Stefaniucuser32: Remove superfluous pointer casts.
2008-11-04  Michael Stefaniucuser32: Do not cast zero.
2008-10-06  Dylan Smithuser32: Converted rcScrollBar to screen coordinates.
2008-09-12  Juan Languser32: Don't crash if passed a non-scrollbar HWND...
2008-07-04  Dylan Smithuser32: Increased area for scrolling via mouse drag...
2008-05-21  Alexandre Julliarduser32: Add an ASCII window procedure for scrollbars.
2008-02-25  Anatoly Lyutinuser32: Fix return value in ShowScrollBar according...
2008-01-16  Christopher Berneruser32: Fixed off by one scroll bar pixels.
2007-11-26  Gerald Pfeiferuser32: Fix variable type in SCROLL_HandleScrollEvent...
2007-11-12  Alexandre Julliarduser32: Remove a few traces that only duplicate the...
2007-11-01  Alexandre Julliarduser32: Store the builtin class names in Unicode.
2007-05-25  Dmitry Timoshkovwine: Switch to using 'long' for INT_PTR type for 64...
2007-03-17  Andrew Talbotuser32: Replace inline static with static inline.
2006-11-16  Alexandre Julliarduser32: Renamed the user/ directory to user32.