1. 06d610e Check the mask flags in the item structure to determine how much by Adam Gundy · 22 years ago
  2. 846f253 Indentation fixes. by Dimitrie O. Paun · 22 years ago
  3. 5737fe6 Fix the ListView_SetItemState macro. by Rein Klazes · 22 years ago
  4. aae3cb6 Simplified COM interface declarations, removing the need to define by Alexandre Julliard · 22 years ago
  5. 690f89a Fixed tagLVDISPINFO definition. by Juraj Hercek · 22 years ago
  6. f3cd07f Add missing ListView_SetItemCount declaration. by Dimitrie O. Paun · 22 years ago
  7. b4a4c05 Removed a few more #ifdef __WINE__. by Alexandre Julliard · 22 years ago
  8. e25ab1f Fix the defintion of {,LP}NM_TREEVIEW{A,W}. by Dimitrie O. Paun · 22 years ago
  9. 900ee97 Fix defines for LV_ITEM, LV_DISPINFO, and LV_FINDINFO. by Dimitrie O. Paun · 22 years ago
  10. b448841 Support commctrl message-helper macros in C++. by Dimitrie O. Paun · 22 years ago
  11. fbf9873 - Add support for multiple image lists. by Ulrich Czekalla · 22 years ago
  12. 9a01be4 Add/update the listview structures to version 6.0. by Dimitrie O. Paun · 22 years ago
  13. f9c0111 Implemented {G|S}etWindowSubClass, DefSubclassProc, RemoveWindowSubclass. by György 'Nog' Jeney · 22 years ago
  14. bba4bb1 Remove references to PCVOID and LPUINT. by Francois Gouget · 23 years ago
  15. a9c057f Replace static initializers with a proper #define in .h files. by Dmitry Timoshkov · 23 years ago
  16. 7cfab62 Add ImageList states (ILS_*) definitions. by Dimitrie O. Paun · 23 years ago
  17. 3a706f0 - Add missing declaration for TBS_DOWNISLEFT and TTM_GETBUBBLESIZE. by Dimitrie O. Paun · 23 years ago
  18. d5d23cb Added some missing ImageList definitions. by Dimitrie O. Paun · 23 years ago
  19. b575359 Added a couple of listview definitions. by Alexandre Julliard · 23 years ago
  20. 9a62491 Removed trailing whitespace. by Vincent Béron · 23 years ago
  21. 6114ee7 Test for IStream_IMETHODS before defining APIs that need the IStream by Francois Gouget · 23 years ago
  22. 0a44e5b - Add defines for the NMTBHOTITEM flag word. by Guy L. Albertelli · 23 years ago
  23. 3826f77 Small fixes. by Francois Gouget · 23 years ago
  24. 8d6a4ba - Add BTN_... definitions (replacement for TBSTYLE_...). by Guy L. Albertelli · 23 years ago
  25. 0799c1a Added LGPL standard comment, and copyright notices where necessary. by Alexandre Julliard · 23 years ago
  26. a8bba78 Fix problems in DPA_Merge exposed by previous code cleanup. by Guy L. Albertelli · 23 years ago
  27. f94462f Move __stdcall/__cdecl to the right place. by Patrik Stridvall · 23 years ago
  28. 9e99d2b - Make the ListView control Unicode ready. by Dimitrie O. Paun · 23 years ago
  29. 3775a65 Add define for undocumented status bar message SB_SETBORDERS. by Mike McCormack · 23 years ago
  30. 6b6596a Fixed packing and layout of many system structures. by Dmitry Timoshkov · 23 years ago
  31. d6da8a0 Add TBNF_* flags for the NMTBDISPINFO structure. by Guy L. Albertelli · 24 years ago
  32. bb72140 Cleanup/removal of unnessary things that would have made winapi_* by Patrik Stridvall · 24 years ago
  33. 7f1d6d4 Add values to describe return values from WM_NOTIFY of TBN_DROPDOWN. by Guy L. Albertelli · 24 years ago
  34. 42b2c18 Avoid alignment problems with NMPGSCROLL struct. by Susan Farley · 24 years ago
  35. e19c60a Add missing definitions required by the Control Spy examples. by Francois Gouget · 24 years ago
  36. d62dd82 Fix ListView_GetItemRect() macro. by Chris Morgan · 24 years ago
  37. e13633b - Fix typo in previous change. by Guy L. Albertelli · 24 years ago
  38. f12dbd0 Added various definitions (mostly macros). by Francois Gouget · 24 years ago
  39. 7a6bad8 - Fix a typo in TBSAVEPARAMS A/W declaration. by Jon Griffiths · 24 years ago
  40. 1410bfe Added NMCBEENDEDIT{W|A} structures and flags. by Guy L. Albertelli · 24 years ago
  41. 69f4a90 Add notify structures NMMOUSE, NMOBJECTNOTIFY, NMKEY, and NMCHAR. by Guy L. Albertelli · 24 years ago
  42. 8bf0db9 Added LPUDACCEL and HDF_RTLREADING. by Francois Gouget · 24 years ago
  43. 2e64208 Added flag and notification definitions for ComboBoxEx. by Guy L. Albertelli · 24 years ago
  44. a82de9b Added the missing TVINSERTSTRUCT synonyms. Added missing CBEIF_xxx definitions. by Francois Gouget · 24 years ago
  45. afddcfd Added various type and macro definitions that are needed to compile by Francois Gouget · 24 years ago
  46. 0691d74 Fixed some commctl header issues reported in newsgroup. by Marcus Meissner · 25 years ago
  47. 2fa2cf7 Added HANDLE_WM_NOTIFY and FORWARD_WM_NOTIFY. by Francois Gouget · 25 years ago
  48. 565b008 - Added some missing WINELIB_NAME_AW definitions, types and messages by Peter Hunnisett · 25 years ago
  49. eef99e0 Implemented both customdraw message sending and handling (based off by Aric Stewart · 25 years ago
  50. e5fe735 Moved NM_UPDOWN definition to commctrl.h. by Alexandre Julliard · 25 years ago
  51. 70c9e09 Removed all non-standard common control headers from the include directory. by Alexandre Julliard · 25 years ago
  52. 1872710 Added some missing definitions. by Matthew Lake · 25 years ago
  53. d220135 Alias NMUPDOWN to be NM_UPDOWN, rather than overwrite NM_UPDOWN with NMUPDOWN. by Matthew J. Francis · 25 years ago
  54. ae41e8c Reordered the CALLBACK and WINAPI directives so that it compiles with by Francois Gouget · 25 years ago
  55. 47a6f31 Added defines for LVSCW_AUTOSIZE/_USEHEADER. by Chris Morgan · 25 years ago
  56. b3f681e Updated to dll version 5.81 (IE 5.01). by Eric Kohl · 25 years ago
  57. 73e0b9f Added a few toolbar defines. by Huw D M Davies · 25 years ago
  58. 05ba8c5 - Added the TVN_xxxA macros by Francois Gouget · 25 years ago
  59. 2d12700 Added necessary defines and structures to compile WineLib apps using by Ian Schmidt · 25 years ago
  60. a538739 Some more ListView_ macros, winelib fixes. by Juergen Schmied · 25 years ago
  61. d3e22d9 Removed #include of wingdi.h and windef.h from winuser.h (and resolved by Jeremy White · 25 years ago
  62. d90f15d Added ListView_EditLabel macros. by Juergen Schmied · 25 years ago
  63. 271f522 Implemented _TrackMouseEvent for the TME_LEAVE flag. by Shaun Morris · 25 years ago
  64. e6e71ad - (final?) update of TreeView_* macro's. by Alex Priem · 25 years ago
  65. 2b51c94 - implemented simple column order array functionality by Eric Kohl · 25 years ago
  66. d183e4a Added undocumented feature to InsertButtonA. Added dropdown button support. by Eric Pouech · 25 years ago
  67. 32b4325 Add support for anonymous struct/unions on compilers that implement it. by Patrik Stridvall · 26 years ago
  68. fbde5be Version 1.0.14 of wrc. by Bertho Stultiens · 26 years ago
  69. c8cc325 Started implementing date/time common control. by Alex Priem · 26 years ago
  70. 4e40dc0 Removed duplicated defines in winuser.h and commctrl.h. Also corrected by Yuxi Zhang · 26 years ago
  71. 56c36e3 Implemented TREEVIEW_InsertItemW. by Francois Boisvert · 26 years ago
  72. e74f219 - Implementation of simple comctl32 v5.0 changes. by Alex Priem · 26 years ago
  73. cbd5ed7 Macro definitions used SNDMSG instead of SendMessage[AW]. Bad. by Alex Priem · 26 years ago
  74. b2e91b6 First try at the month calendar common control. Main features basically OK. by Alex Priem · 26 years ago
  75. d37b019 Fixed DPA_LoadStream and improved DPA_Merge. by Eric Kohl · 26 years ago
  76. 6a3ad42 Added CINTERFACE and NONAMELESSUNION support. by Patrik Stridvall · 26 years ago
  77. a6d833a - Reimplemented the scrolling using SetScrollInfo and GetScrollInfo. by Luc Tourangeau · 26 years ago
  78. 654ee2c Toolbar customization dialog (take one). by Eric Kohl · 26 years ago
  79. 10141fe Added some missing #defines I've run across. by Jim Aston · 26 years ago
  80. e581409 commctrl.h must include prsht.h. by Francois Gouget · 26 years ago
  81. 6f57fe7 Additional macro definitions. by Paul Quinn · 26 years ago
  82. 60935ec Change the AddBitmap function. Implement flat toolbar. Change by Pascal Lessard · 26 years ago
  83. 2e1cafa Renamed wintypes.h to windef.h. by Jim Aston · 26 years ago
  84. 73cc3ba Authors: Paul Quinn <paulq@corel.ca>, Adrian Thurston <adriant@corel.ca> by Alexandre Julliard · 26 years ago
  85. fa8ae2f Fixed some bugs introduced by the automated renaming. by Eric Kohl · 26 years ago
  86. 4d6df2c Changed the listview control to add the report view and fix some bugs by Luc Tourangeau · 26 years ago
  87. a396029 Large-scale renaming of all Win32 functions and types to use the by Alexandre Julliard · 26 years ago
  88. ce2b141 Preliminary listview control implementation. by Luc Tourangeau · 26 years ago
  89. 0666444 Authors: Adrian Thurston <adriant@corel.ca>, Zygo Blaxell <zblaxell@corel.ca> by Alexandre Julliard · 26 years ago
  90. e32be24 Authors: Paul Quinn <paulq@corel.ca>, Adrian Thurston <adriant@corel.ca> by Alexandre Julliard · 26 years ago
  91. 50d41fa Move the #define of DUMMYUNIONNAME* to before they are used. by Zygo Blaxell · 26 years ago
  92. f861e27 Change a few types to match you-know-who's declarations. by Zygo Blaxell · 26 years ago
  93. d2d7f96 - The usual bugfixes. by Alex Priem · 26 years ago
  94. 26ff83d Changed some treeview related definitions. by Juergen Schmied · 26 years ago
  95. b406c7d New drag list control. by Eric Kohl · 26 years ago
  96. 8da12c4 Group commit for recovery after disk crash. by Alexandre Julliard · 26 years ago
  97. 638f169 Recovery of release 990110 after disk crash. by Alexandre Julliard · 26 years ago wine-990110
  98. 73458b0 Changed // comments to /* */ so WINE compiles with non-gcc compilers again. by Marcus Meissner · 26 years ago
  99. d70de84 IPaddress common control implementation. First try; needs more work to by Alex Priem · 26 years ago
  100. 1beaae5 Lots of new defines and stubs. by Paul Quinn · 26 years ago