2009-04-25 |
Vadim Zeitlin | optimize FindItem(data) performance (closes #9870) |
blob | commitdiff | raw |
2009-04-16 |
Vadim Zeitlin | pass wxIntPtr, not wxUIntPtr, to wxListCtrl::SortItems... |
blob | commitdiff | raw | diff to current |
2009-04-15 |
Vadim Zeitlin | use wxUIntPtr instead of long for 3rd parameter of... |
blob | commitdiff | raw | diff to current |
2009-02-08 |
Vadim Zeitlin | add wx-prefixed and semicolon-requiring versions of... |
blob | commitdiff | raw | diff to current |
2009-01-25 |
Vadim Zeitlin | added (MSW-only) wxListCtrl::OnGetItemColumnAttr()... |
blob | commitdiff | raw | diff to current |
2008-11-26 |
Vadim Zeitlin | document column reordering in wxListCtrl; fix confusion... |
blob | commitdiff | raw | diff to current |
2008-05-30 |
Vadim Zeitlin | ensure that GetEditControl() returns something even... |
blob | commitdiff | raw | diff to current |
2008-05-30 |
Vadim Zeitlin | no changes, just refactor the code to avoid having... |
blob | commitdiff | raw | diff to current |
2008-03-26 |
Francesco Montorsi | substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLE... |
blob | commitdiff | raw | diff to current |
2008-01-26 |
Vadim Zeitlin | set listview extended styles after switching to report... |
blob | commitdiff | raw | diff to current |
2007-11-10 |
Vadim Zeitlin | added functions for setting the columns order in wxList... |
blob | commitdiff | raw | diff to current |
2007-07-09 |
Václav Slavík | added WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIM... |
blob | commitdiff | raw | diff to current |
2007-05-10 |
Vadim Zeitlin | added wxListCtrl::SetItemPtrData() |
blob | commitdiff | raw | diff to current |
2006-10-02 |
Paul Cornett | non-pch build fix |
blob | commitdiff | raw | diff to current |
2006-10-02 |
Paul Cornett | listctrl header cleanup |
blob | commitdiff | raw | diff to current |
2006-07-31 |
Vadim Zeitlin | TLW default item changes have changed Enter key process... |
blob | commitdiff | raw | diff to current |
2006-06-14 |
Vadim Zeitlin | made wxTree/ListCtrl::HitTest() const |
blob | commitdiff | raw | diff to current |
2006-05-28 |
Vadim Zeitlin | added wxListCtrl::GetSubItemRect() and subitem hit... |
blob | commitdiff | raw | diff to current |
2006-04-14 |
Włodzimierz Skiba | Deprecated and obsolete parts marked up for backward... |
blob | commitdiff | raw | diff to current |
2006-03-10 |
Robin Dunn | Applied Patch #1424869: Implement wxListCtrl::SetItemCo... |
blob | commitdiff | raw | diff to current |
2006-02-14 |
Vadim Zeitlin | modified custom draw code to fully draw the items using... |
blob | commitdiff | raw | diff to current |
2006-02-08 |
Vadim Zeitlin | make access specifiers for the virtual functions match... |
blob | commitdiff | raw | diff to current |
2006-01-25 |
Robin Dunn | Patch from Tim Kosse to add supoprt for wxListCtrl... |
blob | commitdiff | raw | diff to current |
2005-09-25 |
Vadim Zeitlin | removed wxABI_VERSION checks |
blob | commitdiff | raw | diff to current |
2005-09-24 |
Vadim Zeitlin | added missing consts and pass objects by const referenc... |
blob | commitdiff | raw | diff to current |
2005-09-23 |
Mart Raudsepp | Nuke #pragma implementation/interface's |
blob | commitdiff | raw | diff to current |
2005-07-22 |
Michael Wetherell | Add wxListCtrl::Get/SetItemFont, patch 1236820 Francesc... |
blob | commitdiff | raw | diff to current |
2005-02-19 |
Vadim Zeitlin | extracted check for wxListCtrl in WM_PRINT handler... |
blob | commitdiff | raw | diff to current |
2005-01-14 |
Włodzimierz Skiba | Common wxListCtrl control name. |
blob | commitdiff | raw | diff to current |
2004-09-30 |
Vadim Zeitlin | don't deprecate SetItemImage() with 3 parameters; just... |
blob | commitdiff | raw | diff to current |
2004-09-30 |
Julian Smart | Deprecated SetItemImage with 2 image ids |
blob | commitdiff | raw | diff to current |
2004-09-29 |
Vadim Zeitlin | more 64 bit correctness fixes |
blob | commitdiff | raw | diff to current |
2004-08-30 |
Włodzimierz Skiba | Source cleaning: -1/wxID_ANY/wxDefaultCoord, ::, !... |
blob | commitdiff | raw | diff to current |
2004-05-23 |
Julian Smart | Use old licence name |
blob | commitdiff | raw | diff to current |
2004-05-23 |
Julian Smart | Name and version changes |
blob | commitdiff | raw | diff to current |
2004-04-01 |
Vadim Zeitlin | implemented Get(Class)DefaultAttributes() |
blob | commitdiff | raw | diff to current |
2004-02-29 |
Vadim Zeitlin | use HasFlag() and InXXX() instead of explicit flag... |
blob | commitdiff | raw | diff to current |
2004-02-08 |
Vadim Zeitlin | resolving conflicts in files I had forgot to commit... |
blob | commitdiff | raw | diff to current |
2004-02-08 |
Julian Smart | Added missing MSWGetStyle prototype |
blob | commitdiff | raw | diff to current |
2003-10-16 |
Vadim Zeitlin | added ShouldInheritColours() |
blob | commitdiff | raw | diff to current |
2003-09-14 |
Vadim Zeitlin | fixed GetItemSpacing() inconsistency by deprecating... |
blob | commitdiff | raw | diff to current |
2003-09-14 |
Vadim Zeitlin | added wxListCtrl::GetViewRect() |
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-01-30 |
Robin Dunn | 1. Added m_count and maintain its value in InsertItem... |
blob | commitdiff | raw | diff to current |
2003-01-30 |
Robin Dunn | Revert last change so the right log message gets put... |
blob | commitdiff | raw | diff to current |
2003-01-30 |
Robin Dunn | Fix for export warning when compiling a DLL. |
blob | commitdiff | raw | diff to current |
2003-01-02 |
Vadim Zeitlin | use DECLARE_NO_COPY_CLASS() where applicable (patch... |
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-05-09 |
Vadim Zeitlin | fixed list item attributes when inserting/deleting... |
blob | commitdiff | raw | diff to current |
2002-04-24 |
Ron Lee | Added {S,G}etItem{Text,Background}Colour methods. |
blob | commitdiff | raw | diff to current |
2002-03-12 |
Ron Lee | build fix. Need the full declaration for CLASSINFO(). |
blob | commitdiff | raw | diff to current |
2001-07-14 |
Vadim Zeitlin | implemented RefreshItem(s) under MSW |
blob | commitdiff | raw | diff to current |
2001-07-12 |
Vadim Zeitlin | implemented attributes support for native virtual list... |
blob | commitdiff | raw | diff to current |
2001-07-11 |
Vadim Zeitlin | added support for item attributes in virtual list control |
blob | commitdiff | raw | diff to current |
2001-07-05 |
Vadim Zeitlin | added virtual listctrl support |
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 |
2000-09-28 |
Václav Slavík | added wxListCtrl::AssignImageList |
blob | commitdiff | raw | diff to current |
2000-09-05 |
Julian Smart | Added rules to wxListCtrl (MSW now, GTK+ soon) |
blob | commitdiff | raw | diff to current |
2000-03-15 |
Vadim Zeitlin | some fwd declarations added to the header |
blob | commitdiff | raw | diff to current |
2000-02-08 |
Vadim Zeitlin | 1. wxWizard appears in the centre of the screen by... |
blob | commitdiff | raw | diff to current |
2000-02-07 |
Vadim Zeitlin | trying to fix memory leak in wxListCtrl (attributes... |
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-10-01 |
Vadim Zeitlin | wxCALLBACK added, wxCOMPFUNC_CONV moved to defs.h |
blob | commitdiff | raw | diff to current |
1999-09-29 |
Vadim Zeitlin | wxListCtrlCompare typedef now is defined correctly... |
blob | commitdiff | raw | diff to current |
1999-07-26 |
Vadim Zeitlin | EditLabel fixes (wxMSW/wxGTK synchronised, docs updated) |
blob | commitdiff | raw | diff to current |
1999-06-17 |
Vadim Zeitlin | 1. wxDialogs are now destroyed when they go out of... |
blob | commitdiff | raw | diff to current |
1999-06-14 |
Ove Kaaven | Couple more Unicode fixes. |
blob | commitdiff | raw | diff to current |
1999-05-19 |
Vadim Zeitlin | 1. wxMSW seems to work (please test and send your bug... |
blob | commitdiff | raw | diff to current |
1999-05-13 |
Vadim Zeitlin | 1. MSW message handling simplifications |
blob | commitdiff | raw | diff to current |
1999-05-10 |
Vadim Zeitlin | wxWindow split (MSW part of changes) |
blob | commitdiff | raw | diff to current |
1999-02-27 |
Vadim Zeitlin | 1. wxListCtrl fixes |
blob | commitdiff | raw | diff to current |
1999-02-20 |
Robin Dunn | Added missing | symbol |
blob | commitdiff | raw | diff to current |
1998-12-16 |
Robert Roebling | Added layout constraints call to wxNotebook |
blob | commitdiff | raw | diff to current |
1998-12-03 |
Julian Smart | Changed wxRectangle to wxRect. Sorry for the bandwidth... |
blob | commitdiff | raw | diff to current |
1998-11-24 |
Vadim Zeitlin | 1. new wxList code |
blob | commitdiff | raw | diff to current |
1998-08-07 |
Julian Smart | Fixed various wxMSW compile problems that came down... |
blob | commitdiff | raw | diff to current |
1998-07-04 |
Julian Smart | Sorry, I went and removed consts as per the style guide :-) |
blob | commitdiff | raw | diff to current |
1998-06-26 |
Julian Smart | wxEventType alterations. |
blob | commitdiff | raw | diff to current |
1998-05-21 |
Robert Roebling | Add support for dynamic event tables |
blob | commitdiff | raw | diff to current |
1998-05-20 |
Karsten Ballüder | added some wxMSW stuff |
blob | commitdiff | raw | diff to current |
|