Reverted patch [ 832096 ] Final separation for GUI and console for Open Watcom
[wxWidgets.git] / include / wx / listctrl.h
2004-01-15  Julian SmartReverted patch [ 832096 ] Final separation for GUI...
2004-01-11  Julian SmartApplied patch [ 832096 ] Final separation for GUI and...
2003-10-27  David ElliottChanged all symbols with the name "id" to "winid" to...
2003-10-02  Stefan NeisSwitches OS/2 back to generic ListCtrl and TreeCtrl...
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-07-22  Vadim Zeitlinundisable many warnings for VC++ in defs.h and fixed...
2003-01-21  David WebsterNew native OS/2 list control support.
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-08-31  Gilles Depeyrotdisable use of #pragma interface under Mac OS X
2002-07-30  Julian SmartAdded wx/listbase.h with wxListCtrl types, so we can
2002-07-22  Julian SmartAdded wxListCtrl to derive from wxGenericListCtrl,
2002-07-22  Julian SmartApplied patch [ 583922 ] Make generic/wxListCtrl avail...
2002-07-21  Vadim Zeitlin1. more consistency in wxTree/ListEvent methods naming...
2002-06-10  Mattia BarbonCheck for attributes before copying them
2002-05-08  Vadim Zeitlinadded missing wxListItem copy ctor to wxMSW, moved...
2002-05-08  Gilles Depeyrotimplemented missing copy constructor (needed for non...
2002-02-07  Kendall BennettMerges from Scitech Branch (George Davison):
2001-11-21  Vadim Zeitlin1. restored wxEvent::operator=()
2001-11-16  Vadim Zeitlinadded wxEVT_COMMAND_LIST_ITEM_FOCUSED event and impleme...
2001-10-29  Vadim Zeitlinremoved wxListEvent::m_oldItemIndex from docs, it is...
2001-09-03  Vadim Zeitlinadded Set/ClearColumnImage() helpers to wxListView
2001-09-01  Vadim Zeitlinadded a bunch of new wxListCtrl messages: column right...
2001-08-02  Vadim Zeitlinapplied patch 446014 (misc mingw fixes from Mattia)
2001-07-31  David WebsterTRUE instead of true
2001-07-20  Vadim Zeitlinadded EVT_LIST_COMMAND_CACHE_HINT, implemented it for...
2001-07-13  Vadim Zeitlinadded wxListView class: this is going to be a wxListCtr...
2001-07-07  Vadim Zeitlinoops, I didn't mean to commit this testing code
2001-07-07  Vadim Zeitlin1. fixed typo ('&' instead of '|') in wxNotebook
2001-07-06  Vadim Zeitlinvirtual wxListCtrl support (UNTESTED)
2001-07-05  Vadim Zeitlinadded virtual listctrl support
2001-07-04  Julian SmartAdded some missing tests; replaced scrolwin.cpp with...
2001-06-26  Vadim Zeitlinfirst pass of wxUniv merge - nothing works, most parts...
2001-01-31  Vadim Zeitlin1. made compilation with WXWIN_COMPATIBILITY_EVENT_TYPE...
2001-01-26  Robert Roebling Updated ten thousand macros for new event type code.
2000-02-25  Vadim Zeitlincompatibility/compilation fix
2000-02-24  Vadim Zeitlin1. corrected bug in MDI sample (which resulted in missi...
2000-01-24  Robert Roebling Added geometry.cpp and made it compile,
1999-12-30  Vadim Zeitlin1. many, many, many warnings fixed (from HP-UX build...
1999-12-16  Vadim ZeitlinWin16 compilation fixes
1999-12-07  Robert Roebling Various things related to wxFileDialog and attributes.
1999-12-06  David Webstersome os/2 icon-bitmap fixes
1999-12-05  Vadim ZeitlinwxListCtrl custom drawing seems to work
1999-12-04  Vadim Zeitlin1. wxGetOsDescription() function added
1999-11-26  Robert Roebling Added tooltips to radiobox (untested).
1999-10-24  David Webster*** empty log message ***
1999-10-13  Unknown (CR)Added list control item click event wrappers
1999-10-12  David WebsterMore OS/2 stuff
1999-08-18  Robert Roebling Whole lot of stuff for new wxFileDialog
1999-07-28  David Webster*** empty log message ***
1999-07-26  Vadim ZeitlinEditLabel fixes (wxMSW/wxGTK synchronised, docs updated)
1998-12-20  Julian SmartwxPaintDC -> wxDC in wxListCtrl; fixed compile problems...
1998-08-15  Julian SmartChanges mostly as a result of __WXSTUBS__ compilation...
1998-08-07  Robert Roebling More work on wxQt integration, configure
1998-07-10  Karsten BallüderChanged __GTK__, __WINDOWS__ and __MOTIF__ to __WXGTK__...
1998-05-20  Karsten BallüderInitial revision