2004-01-15 |
Julian Smart | Reverted patch [ 832096 ] Final separation for GUI... |
blob | commitdiff | raw |
2004-01-11 |
Julian Smart | Applied patch [ 832096 ] Final separation for GUI and... |
blob | commitdiff | raw | diff to current |
2003-10-27 |
David Elliott | Changed all symbols with the name "id" to "winid" to... |
blob | commitdiff | raw |
2003-10-02 |
Stefan Neis | Switches OS/2 back to generic ListCtrl and TreeCtrl... |
blob | commitdiff | raw | diff to current |
2003-08-09 |
Václav Slavík | added support for gcc precompiled headers |
blob | commitdiff | raw | diff to current |
2003-07-22 |
Vadim Zeitlin | undisable many warnings for VC++ in defs.h and fixed... |
blob | commitdiff | raw | diff to current |
2003-01-21 |
David Webster | New native OS/2 list control support. |
blob | commitdiff | raw | diff to current |
2002-12-04 |
Vadim Zeitlin | merged 2.4 branch into the trunk |
blob | commitdiff | raw | diff to current |
2002-08-31 |
Gilles Depeyrot | disable use of #pragma interface under Mac OS X |
blob | commitdiff | raw | diff to current |
2002-07-30 |
Julian Smart | Added wx/listbase.h with wxListCtrl types, so we can |
blob | commitdiff | raw | diff to current |
2002-07-22 |
Julian Smart | Added wxListCtrl to derive from wxGenericListCtrl, |
blob | commitdiff | raw | diff to current |
2002-07-22 |
Julian Smart | Applied patch [ 583922 ] Make generic/wxListCtrl avail... |
blob | commitdiff | raw | diff to current |
2002-07-21 |
Vadim Zeitlin | 1. more consistency in wxTree/ListEvent methods naming... |
blob | commitdiff | raw | diff to current |
2002-06-10 |
Mattia Barbon | Check for attributes before copying them |
blob | commitdiff | raw | diff to current |
2002-05-08 |
Vadim Zeitlin | added missing wxListItem copy ctor to wxMSW, moved... |
blob | commitdiff | raw | diff to current |
2002-05-08 |
Gilles Depeyrot | implemented missing copy constructor (needed for non... |
blob | commitdiff | raw | diff to current |
2002-02-07 |
Kendall Bennett | Merges from Scitech Branch (George Davison): |
blob | commitdiff | raw | diff to current |
2001-11-21 |
Vadim Zeitlin | 1. restored wxEvent::operator=() |
blob | commitdiff | raw | diff to current |
2001-11-16 |
Vadim Zeitlin | added wxEVT_COMMAND_LIST_ITEM_FOCUSED event and impleme... |
blob | commitdiff | raw | diff to current |
2001-10-29 |
Vadim Zeitlin | removed wxListEvent::m_oldItemIndex from docs, it is... |
blob | commitdiff | raw | diff to current |
2001-09-03 |
Vadim Zeitlin | added Set/ClearColumnImage() helpers to wxListView |
blob | commitdiff | raw | diff to current |
2001-09-01 |
Vadim Zeitlin | added a bunch of new wxListCtrl messages: column right... |
blob | commitdiff | raw | diff to current |
2001-08-02 |
Vadim Zeitlin | applied patch 446014 (misc mingw fixes from Mattia) |
blob | commitdiff | raw | diff to current |
2001-07-31 |
David Webster | TRUE instead of true |
blob | commitdiff | raw | diff to current |
2001-07-20 |
Vadim Zeitlin | added EVT_LIST_COMMAND_CACHE_HINT, implemented it for... |
blob | commitdiff | raw | diff to current |
2001-07-13 |
Vadim Zeitlin | added wxListView class: this is going to be a wxListCtr... |
blob | commitdiff | raw | diff to current |
2001-07-07 |
Vadim Zeitlin | oops, I didn't mean to commit this testing code |
blob | commitdiff | raw | diff to current |
2001-07-07 |
Vadim Zeitlin | 1. fixed typo ('&' instead of '|') in wxNotebook |
blob | commitdiff | raw | diff to current |
2001-07-06 |
Vadim Zeitlin | virtual wxListCtrl support (UNTESTED) |
blob | commitdiff | raw | diff to current |
2001-07-05 |
Vadim Zeitlin | added virtual listctrl support |
blob | commitdiff | raw | diff to current |
2001-07-04 |
Julian Smart | Added some missing tests; replaced scrolwin.cpp with... |
blob | commitdiff | raw | diff to current |
2001-06-26 |
Vadim Zeitlin | first pass of wxUniv merge - nothing works, most parts... |
blob | commitdiff | raw | diff to current |
2001-01-31 |
Vadim Zeitlin | 1. made compilation with WXWIN_COMPATIBILITY_EVENT_TYPE... |
blob | commitdiff | raw | diff to current |
2001-01-26 |
Robert Roebling | Updated ten thousand macros for new event type code. |
blob | commitdiff | raw | diff to current |
2000-02-25 |
Vadim Zeitlin | compatibility/compilation fix |
blob | commitdiff | raw | diff to current |
2000-02-24 |
Vadim Zeitlin | 1. corrected bug in MDI sample (which resulted in missi... |
blob | commitdiff | raw | diff to current |
2000-01-24 |
Robert Roebling | Added geometry.cpp and made it compile, |
blob | commitdiff | raw | diff to current |
1999-12-30 |
Vadim Zeitlin | 1. many, many, many warnings fixed (from HP-UX build... |
blob | commitdiff | raw | diff to current |
1999-12-16 |
Vadim Zeitlin | Win16 compilation fixes |
blob | commitdiff | raw | diff to current |
1999-12-07 |
Robert Roebling | Various things related to wxFileDialog and attributes. |
blob | commitdiff | raw | diff to current |
1999-12-06 |
David Webster | some os/2 icon-bitmap fixes |
blob | commitdiff | raw | diff to current |
1999-12-05 |
Vadim Zeitlin | wxListCtrl custom drawing seems to work |
blob | commitdiff | raw | diff to current |
1999-12-04 |
Vadim Zeitlin | 1. wxGetOsDescription() function added |
blob | commitdiff | raw | diff to current |
1999-11-26 |
Robert Roebling | Added tooltips to radiobox (untested). |
blob | commitdiff | raw | diff to current |
1999-10-24 |
David Webster | *** empty log message *** |
blob | commitdiff | raw | diff to current |
1999-10-13 |
Unknown (CR) | Added list control item click event wrappers |
blob | commitdiff | raw | diff to current |
1999-10-12 |
David Webster | More OS/2 stuff |
blob | commitdiff | raw | diff to current |
1999-08-18 |
Robert Roebling | Whole lot of stuff for new wxFileDialog |
blob | commitdiff | raw | diff to current |
1999-07-28 |
David Webster | *** empty log message *** |
blob | commitdiff | raw | diff to current |
1999-07-26 |
Vadim Zeitlin | EditLabel fixes (wxMSW/wxGTK synchronised, docs updated) |
blob | commitdiff | raw | diff to current |
1998-12-20 |
Julian Smart | wxPaintDC -> wxDC in wxListCtrl; fixed compile problems... |
blob | commitdiff | raw | diff to current |
1998-08-15 |
Julian Smart | Changes mostly as a result of __WXSTUBS__ compilation... |
blob | commitdiff | raw | diff to current |
1998-08-07 |
Robert Roebling | More work on wxQt integration, configure |
blob | commitdiff | raw | diff to current |
1998-07-10 |
Karsten Ballüder | Changed __GTK__, __WINDOWS__ and __MOTIF__ to __WXGTK__... |
blob | commitdiff | raw | diff to current |
1998-05-20 |
Karsten Ballüder | Initial revision |
blob | commitdiff | raw | diff to current |
|