1. e9310da Handle WM_PRINTCLIENT. Don't use SelectClipRgn in WM_PRINTCLIENT. by Michael Kaufmann · 19 years ago
  2. eb9960f Fix a regression in IE where the Favourites menu didn't appear by Robert Shearman · 20 years ago
  3. 8e276da Add Robert Shearman's explanation about WM_NCPAINT. by Dimitrie O. Paun · 20 years ago
  4. d09baae Proper handling for GWL_STYLE. by Dimitrie O. Paun · 20 years ago
  5. 740d6bc Remove needless check for horizontal or vertical pager. by Paul Vriens · 20 years ago
  6. cf1d00b Removed excessive statement (break after return or goto, not useful by Eric Pouech · 20 years ago
  7. 3c8fb21 Document status of control against v6.0 of native version. by Robert Shearman · 21 years ago
  8. 6a4d392 - Don't use TrackMouseEvents/WM_MOUSELEAVE API for handling the hot by Robert Shearman · 21 years ago
  9. 50c7fd4 - Set hbrBackground class property to same value as native. by Robert Shearman · 21 years ago
  10. cdb263e Replace GetWindowLong by GetWindowLongPtr. by Robert Shearman · 21 years ago
  11. c594043 Make the controls send notifications to the parent window passed to by Dimitrie O. Paun · 21 years ago
  12. 7de279a Rename COMCTL32_{Alloc,ReAlloc,Free} to {Alloc,ReAlloc,Free}. by Dimitrie O. Paun · 22 years ago
  13. f5cb3dd Moved undocumented functions out of the exported commctrl.h. by Alexandre Julliard · 22 years ago
  14. 9d61596 SLOWORD and SHIWORD do not exist on Win32 (reported by Filip Navara). by Alexandre Julliard · 22 years ago
  15. cf52644 Removed the A/W constants for builtin cursors, icons and resource by Alexandre Julliard · 22 years ago
  16. e37c6e1 Fixed header dependencies to be fully compatible with the Windows by Alexandre Julliard · 22 years ago
  17. 535e0f6 Fixed bad non-client calculation. by Ulrich Czekalla · 22 years ago
  18. 0fd521f Change RECT to use LONG to match win32 standard headers and fix format by Dan Kegel · 22 years ago
  19. d2667a4 Removed unnecessary HANDLE typecasts. by Francois Gouget · 22 years ago
  20. 353529b - fix the "int format, HANDLE arg" type of warnings for comctl32 by Michael Stefaniuc · 22 years ago
  21. bac7131 Removed non-static structure initializers. by Gregg Mattinson · 23 years ago
  22. 9a62491 Removed trailing whitespace. by Vincent Béron · 23 years ago
  23. 4344c36 Got rid of GetSysColorPen. by Alexandre Julliard · 23 years ago
  24. ec67a95 - Change traces to trace full window handle and improve some traces. by Guy L. Albertelli · 23 years ago
  25. 1251aa7 - Try to match the native control for the SetBkColor message. by Guy L. Albertelli · 23 years ago
  26. 66eda93 Reanalyze button status during NCCalcSize processing because size of by Guy L. Albertelli · 23 years ago
  27. 0799c1a Added LGPL standard comment, and copyright notices where necessary. by Alexandre Julliard · 23 years ago
  28. 8fe19fa Implement EM_FMTLINES message based on relay trace of native. by Guy L. Albertelli · 23 years ago
  29. 3554e75 - Make all WM_NOTIFY messages go to the parent. by Guy L. Albertelli · 24 years ago
  30. ce7f12c Implement autorepeat scrolling when button is held down. by Susan Farley · 24 years ago
  31. 496f434 - Background of the child wnd should be erased with the same color as by Susan Farley · 24 years ago
  32. 282f727 Small 'typos in comments' fixes. by Francois Gouget · 24 years ago
  33. 16ac06e Horiz/Vert determination must be dynamic, as the style may not be set by Susan Farley · 24 years ago
  34. 841ef6e Don't allow comctl32 controls to access their infoPtr before it has by James Abbatiello · 24 years ago
  35. e527f23 Handle the CCS_NORESIZE style. by Susan Farley · 24 years ago
  36. f4d5fef Add <string.h> to files that needed it. by James Juran · 24 years ago
  37. d4c6485 Implemented most functionality. TODO lists whats left. by Susan Farley · 24 years ago
  38. 70c9e09 Removed all non-standard common control headers from the include directory. by Alexandre Julliard · 25 years ago
  39. a1b2fc2 Protect against use of comctl32 private control memory after it has been freed. by Gerard Patel · 25 years ago
  40. d711ad9 Removed superfluous GlobalFindAtom calls. by Alexandre Julliard · 25 years ago
  41. 26ffb3c Fixed/added missing/wrong function prototypes and made internal by Patrik Stridvall · 26 years ago
  42. 4d7e877 Added builtin toolbar bitmaps. by Eric Kohl · 26 years ago
  43. a099a55 Converted to the new debug interface, using script written by Patrik Stridvall. by Alexandre Julliard · 26 years ago
  44. 9e61c1c Changed xxx(VOID) to xxx(void). by Patrik Stridvall · 26 years ago
  45. 896889f ANSI C fixes. by Patrik Stridvall · 26 years ago
  46. b4b9fae New debug scheme with explicit debug channels declaration. by Patrik Stridvall · 26 years ago
  47. 3480e4a Removed no longer necessary win.h include, added now necessary other by Marcus Meissner · 26 years ago
  48. cad17ff Replaced direct access to the WND structure by corresponding calls to by Eric Kohl · 26 years ago
  49. a396029 Large-scale renaming of all Win32 functions and types to use the by Alexandre Julliard · 26 years ago
  50. 317af32 Optimized include/*.h: (recursively) include all headers needed by by Marcus Meissner · 26 years ago
  51. c2a1063 Commented out unused variables to prevent needless compiler warnings. by James Juran · 26 years ago
  52. 19ba719 Added WM_COMMAND and WM_NOTIFY handling. by Eric Kohl · 26 years ago
  53. 73458b0 Changed // comments to /* */ so WINE compiles with non-gcc compilers again. by Marcus Meissner · 26 years ago
  54. c4b54f8 Little improvement. by Eric Kohl · 26 years ago
  55. 3ad6746 Some minor improvements and fixes. by Eric Kohl · 26 years ago
  56. d30dfd2 Release 980927 by Alexandre Julliard · 27 years ago wine-980927
  57. a0d7731 Release 980913 by Alexandre Julliard · 27 years ago wine-980913[Renamed (73%) from controls/pager.c]
  58. 85ed45e Release 980822 by Alexandre Julliard · 27 years ago wine-980822
  59. 829fe32 Release 980726 by Alexandre Julliard · 27 years ago wine-980726
  60. 642d313 Release 980712 by Alexandre Julliard · 27 years ago wine-980712