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