- eed647d Remove bitmaps that were only used for the 3.1 look. by Alexandre Julliard · 21 years ago
- 126227a Remove the support for the Win 3.1 Look. by Dimitrie O. Paun · 21 years ago
- bd5c18c Scrollbar should also react on WM_LBUTTONDBLCLK. by Dmitry Timoshkov · 21 years ago
- 00d0d7f Add cast to correctly interpret signed coordinate values. by Ulrich Czekalla · 21 years ago
- b062210 System classes must not have the CS_GLOBALCLASS style. by Alexandre Julliard · 21 years ago
- d105fe2 Only honour SBS_SIZEBOX*ALIGN styles if SBS_SIZE{GRIP,BOX} is set. by Huw Davies · 21 years ago
- 3f13724 Authors: Aric Stewart <aric@codeweavers.com>, Huw Davies <huw@codeweavers.com> by Alexandre Julliard · 21 years ago
- f962a79 Always repaint scroll bar if requested. by Dmitry Timoshkov · 21 years ago
- 9d61596 SLOWORD and SHIWORD do not exist on Win32 (reported by Filip Navara). by Alexandre Julliard · 22 years ago
- cf52644 Removed the A/W constants for builtin cursors, icons and resource by Alexandre Julliard · 22 years ago
- e37c6e1 Fixed header dependencies to be fully compatible with the Windows by Alexandre Julliard · 22 years ago
- 03ca764 WM_PAINT(wParam) might be a valid HDC. by Dmitry Timoshkov · 22 years ago
- 98bcdf9 Revert broken change to the scrollbar position adjustment code. by Alexandre Julliard · 22 years ago
- 2e24a14 Replace DPRINTF with TRACE. by Tony Lambregts · 22 years ago
- 7b56b79 Move keyboard event processing from WndProc code into the existing by Andrew Johnston · 22 years ago
- 7277d20 - GetScrollRange zeros the return parameters for no infoPtr by Andrew Johnston · 22 years ago
- bf9390e Handle the WS_EX_LEFTSCROLLBAR style (that is, draw the vertical by Alberto Massari · 22 years ago
- a3b5780 Need to initialize tracking value on mousedown. by Duane Clark · 22 years ago
- 18d0297 Removed input.h, queue.h, spy.h and sysmetrics.h and moved their by Alexandre Julliard · 22 years ago
- bcca0cb Add support for painting SBS_SIZEBOX style properly. by Robert Shearman · 22 years ago
- aff7dda Made user compile with -DSTRICT. by Alexandre Julliard · 22 years ago
- 7ef66af Moved some more 16-bit functions to user16.c. A few fixes for -DSTRICT. by Alexandre Julliard · 22 years ago
- 3fcf37a Make info structure members lower case as elsewhere. by Andrew M. Johnston · 22 years ago
- ff42c01 On mouse down in thumb, issue SB_THUMBTRACK with current position. by Duane Clark · 23 years ago
- 9a62491 Removed trailing whitespace. by Vincent Béron · 23 years ago
- 4344c36 Got rid of GetSysColorPen. by Alexandre Julliard · 23 years ago
- 0799c1a Added LGPL standard comment, and copyright notices where necessary. by Alexandre Julliard · 23 years ago
- 76198ce Fixed the scrollbar position overflows using MulDiv. by Phillip Ezolt · 23 years ago
- c72a9aa CodeWeavers Minor fixes. by Alexandre Julliard · 23 years ago
- ddc3317 Store in the server all the window information accessible with by Alexandre Julliard · 23 years ago
- b662e11 Moved scrollbar tracking code to scroll.c. by Alexandre Julliard · 23 years ago
- 8fd26b9 Renamed WIN_GetWndPtr into WIN_GetPtr and added corresponding by Alexandre Julliard · 23 years ago
- 943e761 - Implement message loop on the client side of the scroll control. by Guy Albertelli · 24 years ago
- d23a82b Made all 16<->32 HWND conversions use explicit functions instead of by Alexandre Julliard · 24 years ago
- 49c7aff When you hold the left mouse button inside the scrollbar, then move by Bobby Bingham · 24 years ago
- f44bbb8 Make sure that HWND comparisons are always done with full 32-bit handles. by Alexandre Julliard · 24 years ago
- de42428 Removed a number of direct accesses to the WND structure, replacing by Alexandre Julliard · 24 years ago
- 186a79c WNDPROC handlers now check whether HWND argument is valid. by Jukka Heinonen · 24 years ago
- 99f2f39 Spelling fixes. by Andreas Mohr · 24 years ago
- aa5b6ce Fixed scrollbars return value to the SBM_SETRANGE and by Bobby Bingham · 24 years ago
- 15a3b74 Documentation name fixes. by Patrik Stridvall · 24 years ago
- da2892c Do not allocate any USER data on the system heap. by Alexandre Julliard · 24 years ago
- 0c61028 Documentation ordinal fixes. by Patrik Stridvall · 24 years ago
- a234db8 Solve remaining problems with scroll bars in the edit control. by Dmitry Timoshkov · 24 years ago
- a41b2cf Moved tweak support to USER dll. Removed tweak.h and cache.h. by Alexandre Julliard · 24 years ago
- 91222da Moved most builtin controls structures into their respective C file. by Alexandre Julliard · 24 years ago
- 2b3aa61 Added/modified documentation for function arguments. by Patrik Stridvall · 24 years ago
- 529da54 Require {DECLARE,DEFAULT}_DEBUG_CHANNEL statements to end in a ; by Dimitrie O. Paun · 24 years ago
- cbbc7c3 Don't draw scrollbars if their client rectangle is empty. by Chris Morgan · 24 years ago
- e3810e3 Check for SB_CTL before displaying a caret. by Francois Gouget · 24 years ago
- eecb40e Hide the caret only on the first WM_KEYDOWN. by Francois Gouget · 24 years ago
- 9a58351 Added support of blinking thumb as found in Windows scrollbar. by Francois Methot · 24 years ago
- 83f52d1 Moved all Win16 definitions out of the standard Windows headers. by Alexandre Julliard · 25 years ago
- ed66930 SetScrollInfo : don't show/hide scrollbar if no parameter (minval, by Gerard Patel · 25 years ago
- 690142d Fix a few typos and such. by Ove Kaaven · 25 years ago
- 2d6457c Added/fixed some documentation reported by winapi_check. by Patrik Stridvall · 25 years ago
- 6d77d3a Use min/max instead of MIN/MAX. by Francois Gouget · 25 years ago
- d3e22d9 Removed #include of wingdi.h and windef.h from winuser.h (and resolved by Jeremy White · 25 years ago
- e8256f5 Don't show the scrollbar if SetScrollinfo() is called with only the by Rein Klazes · 25 years ago
- 15de615 Got rid of dsprintf and related macros. by Alexandre Julliard · 26 years ago
- 736eef4 Win9x look & feel on scrollbars. by Dennis Björklund · 26 years ago
- a8aa5e4 Fixed check for whether to call SetWindowPos when showing a window scroll bar. by Ove Kaaven · 26 years ago
- ed941a1 Make GetScrollInfo return scroll pos when program requests thumb pos by Gerard Patel · 26 years ago
- 359a748 In case if scrollbar has the same background color as the window by Slava Monich · 26 years ago
- e0ec8fd Fixes for several bugs in which portions of the scrollbar were not by Ron Cemer · 26 years ago
- ddca315 Replaced all occurences of SYSMETRICS_xx and sysMetrics[SM_xx] by by Marcus Meissner · 26 years ago
- 9fe7a25 Converted to the new debug interface, using script written by Patrik Stridvall. by Alexandre Julliard · 26 years ago
- b4b9fae New debug scheme with explicit debug channels declaration. by Patrik Stridvall · 26 years ago
- 6b1b41c Made access to the wnd struct thread-safe. by Francois Boisvert · 26 years ago
- a396029 Large-scale renaming of all Win32 functions and types to use the by Alexandre Julliard · 26 years ago
- 289211c Fixed a number of warnings concerning the matching of the printf by Francois Gouget · 26 years ago
- 317af32 Optimized include/*.h: (recursively) include all headers needed by by Marcus Meissner · 26 years ago
- 8da12c4 Group commit for recovery after disk crash. by Alexandre Julliard · 26 years ago
- d5e7c79 Some unnecessary #include and messages removed. by Marcus Meissner · 26 years ago
- 2d617be Replace GRAPH_ functions with Win SDK equivalents. by Huw D M Davies · 26 years ago
- d054b41 Check if scrollbar and parent are visible before redraw. by Patrik Stridvall · 26 years ago
- d208584 Got rid of flickering scrollbar arrows. MDI scrolling speeded up a bit. by Alex Korobka · 26 years ago
- f90efa9 Release 980614 by Alexandre Julliard · 27 years ago wine-980614
- a845b88 Release 980601 by Alexandre Julliard · 27 years ago wine-980601
- c7c217b Release 980413 by Alexandre Julliard · 27 years ago wine-980413
- 54c2711 Release 980329 by Alexandre Julliard · 27 years ago wine-980329
- a69b88b Release 980315 by Alexandre Julliard · 27 years ago wine-980315
- a11d7b1 Release 980301 by Alexandre Julliard · 27 years ago wine-980301
- 03468f7 Release 980215 by Alexandre Julliard · 27 years ago wine-980215
- 02e9008 Release 980104 by Alexandre Julliard · 27 years ago wine-980104
- 491502b Release 971101 by Alexandre Julliard · 27 years ago wine-971101
- 670cdc4 Release 970824 by Alexandre Julliard · 28 years ago wine-970824
- df2673b Release 970329 by Alexandre Julliard · 28 years ago wine-970329
- 2197901 Release 970305 by Alexandre Julliard · 28 years ago wine-970305
- 01d6346 Release 970120 by Alexandre Julliard · 28 years ago wine-970120
- 7ebe1a4 Release 961222 by Alexandre Julliard · 28 years ago wine-961222
- da0cfb3 Release 961201 by Alexandre Julliard · 28 years ago wine-961201
- 75d86e1 Release 961117 by Alexandre Julliard · 28 years ago wine-961117
- 139a4b1 Release 961102 by Alexandre Julliard · 28 years ago wine-961102
- bf9130a Release 961013 by Alexandre Julliard · 28 years ago wine-961013
- 2c69f6d Release 960928 by Alexandre Julliard · 29 years ago wine-960928
- 8bbf818 Release 960913 by Alexandre Julliard · 29 years ago wine-960913
- d1ce8b2 Release 960902 by Alexandre Julliard · 29 years ago wine-960902
- 0e270f4 Release 960824 by Alexandre Julliard · 29 years ago wine-960824
- f1aa303 Release 960805 by Alexandre Julliard · 29 years ago wine-960805