- 34f9b1b comctl32: Remove variable scrollRange which is not really used from PAGER_NCCalcSize. by Gerald Pfeifer · 15 years ago
- 092b892 comctl32: HGDIOBJ is interchangeable with other handle types so don't cast. by Michael Stefaniuc · 16 years ago
- b723e6f comctl32: Remove the superfluous casting of the LPVOID returned by Alloc(). by Michael Stefaniuc · 16 years ago
- c531e2a Spelling fixes. by Austin English · 17 years ago
- 3980401 comctl32: Use wine_dbgstr_rect() in traces. by Lei Zhang · 17 years ago
- 867f254 comctl32: Remove unneeded casts. by Andrew Talbot · 17 years ago
- 3c9e7a7 wine: Switch to using 'long' for INT_PTR type for 64-bit compatibility. by Dmitry Timoshkov · 18 years ago
- abf4d3b comctl32: Constify some variables. by Andrew Talbot · 18 years ago
- 30e44c8 Assorted spelling fixes. by Francois Gouget · 18 years ago
- 1c16d83 comctl32: Win64 printf format warning fixes. by Michael Ploujnikov · 18 years ago
- 360a3f9 Update the address of the Free Software Foundation. by Jonathan Ernst · 19 years ago
- 2dfe50a comctl32: Fix some gcc 4.1 warnings caused by windowsx.h macros. by Mike McCormack · 19 years ago
- e9310da Handle WM_PRINTCLIENT. Don't use SelectClipRgn in WM_PRINTCLIENT. by Michael Kaufmann · 19 years ago
- eb9960f Fix a regression in IE where the Favourites menu didn't appear by Robert Shearman · 20 years ago
- 8e276da Add Robert Shearman's explanation about WM_NCPAINT. by Dimitrie O. Paun · 20 years ago
- d09baae Proper handling for GWL_STYLE. by Dimitrie O. Paun · 20 years ago
- 740d6bc Remove needless check for horizontal or vertical pager. by Paul Vriens · 20 years ago
- cf1d00b Removed excessive statement (break after return or goto, not useful by Eric Pouech · 20 years ago
- 3c8fb21 Document status of control against v6.0 of native version. by Robert Shearman · 21 years ago
- 6a4d392 - Don't use TrackMouseEvents/WM_MOUSELEAVE API for handling the hot by Robert Shearman · 21 years ago
- 50c7fd4 - Set hbrBackground class property to same value as native. by Robert Shearman · 21 years ago
- cdb263e Replace GetWindowLong by GetWindowLongPtr. by Robert Shearman · 21 years ago
- c594043 Make the controls send notifications to the parent window passed to by Dimitrie O. Paun · 21 years ago
- 7de279a Rename COMCTL32_{Alloc,ReAlloc,Free} to {Alloc,ReAlloc,Free}. by Dimitrie O. Paun · 22 years ago
- f5cb3dd Moved undocumented functions out of the exported commctrl.h. by Alexandre Julliard · 22 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
- 535e0f6 Fixed bad non-client calculation. by Ulrich Czekalla · 22 years ago
- 0fd521f Change RECT to use LONG to match win32 standard headers and fix format by Dan Kegel · 22 years ago
- d2667a4 Removed unnecessary HANDLE typecasts. by Francois Gouget · 22 years ago
- 353529b - fix the "int format, HANDLE arg" type of warnings for comctl32 by Michael Stefaniuc · 22 years ago
- bac7131 Removed non-static structure initializers. by Gregg Mattinson · 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
- ec67a95 - Change traces to trace full window handle and improve some traces. by Guy L. Albertelli · 23 years ago
- 1251aa7 - Try to match the native control for the SetBkColor message. by Guy L. Albertelli · 23 years ago
- 66eda93 Reanalyze button status during NCCalcSize processing because size of by Guy L. Albertelli · 23 years ago
- 0799c1a Added LGPL standard comment, and copyright notices where necessary. by Alexandre Julliard · 23 years ago
- 8fe19fa Implement EM_FMTLINES message based on relay trace of native. by Guy L. Albertelli · 23 years ago
- 3554e75 - Make all WM_NOTIFY messages go to the parent. by Guy L. Albertelli · 24 years ago
- ce7f12c Implement autorepeat scrolling when button is held down. by Susan Farley · 24 years ago
- 496f434 - Background of the child wnd should be erased with the same color as by Susan Farley · 24 years ago
- 282f727 Small 'typos in comments' fixes. by Francois Gouget · 24 years ago
- 16ac06e Horiz/Vert determination must be dynamic, as the style may not be set by Susan Farley · 24 years ago
- 841ef6e Don't allow comctl32 controls to access their infoPtr before it has by James Abbatiello · 24 years ago
- e527f23 Handle the CCS_NORESIZE style. by Susan Farley · 24 years ago
- f4d5fef Add <string.h> to files that needed it. by James Juran · 24 years ago
- d4c6485 Implemented most functionality. TODO lists whats left. by Susan Farley · 24 years ago
- 70c9e09 Removed all non-standard common control headers from the include directory. by Alexandre Julliard · 25 years ago
- a1b2fc2 Protect against use of comctl32 private control memory after it has been freed. by Gerard Patel · 25 years ago
- d711ad9 Removed superfluous GlobalFindAtom calls. by Alexandre Julliard · 25 years ago
- 26ffb3c Fixed/added missing/wrong function prototypes and made internal by Patrik Stridvall · 26 years ago
- 4d7e877 Added builtin toolbar bitmaps. by Eric Kohl · 26 years ago
- a099a55 Converted to the new debug interface, using script written by Patrik Stridvall. by Alexandre Julliard · 26 years ago
- 9e61c1c Changed xxx(VOID) to xxx(void). by Patrik Stridvall · 26 years ago
- 896889f ANSI C fixes. by Patrik Stridvall · 26 years ago
- b4b9fae New debug scheme with explicit debug channels declaration. by Patrik Stridvall · 26 years ago
- 3480e4a Removed no longer necessary win.h include, added now necessary other by Marcus Meissner · 26 years ago
- cad17ff Replaced direct access to the WND structure by corresponding calls to by Eric Kohl · 26 years ago
- a396029 Large-scale renaming of all Win32 functions and types to use the by Alexandre Julliard · 26 years ago
- 317af32 Optimized include/*.h: (recursively) include all headers needed by by Marcus Meissner · 26 years ago
- c2a1063 Commented out unused variables to prevent needless compiler warnings. by James Juran · 26 years ago
- 19ba719 Added WM_COMMAND and WM_NOTIFY handling. by Eric Kohl · 26 years ago
- 73458b0 Changed // comments to /* */ so WINE compiles with non-gcc compilers again. by Marcus Meissner · 26 years ago
- c4b54f8 Little improvement. by Eric Kohl · 26 years ago
- 3ad6746 Some minor improvements and fixes. by Eric Kohl · 26 years ago
- d30dfd2 Release 980927 by Alexandre Julliard · 27 years ago wine-980927
- a0d7731 Release 980913 by Alexandre Julliard · 27 years ago wine-980913[Renamed (73%) from controls/pager.c]
- 85ed45e Release 980822 by Alexandre Julliard · 27 years ago wine-980822
- 829fe32 Release 980726 by Alexandre Julliard · 27 years ago wine-980726
- 642d313 Release 980712 by Alexandre Julliard · 27 years ago wine-980712