2006-10-03 |
Paul Cornett | univ build fix |
blob | commitdiff | raw |
2006-10-02 |
Paul Cornett | listctrl header cleanup |
blob | commitdiff | raw | diff to current |
2006-09-18 |
Kevin Ollivier | Remove duplication in wxImageList defines and always... |
blob | commitdiff | raw | diff to current |
2006-09-17 |
Kevin Ollivier | Initial commit of native OS X list ctrl support. Compil... |
blob | commitdiff | raw | diff to current |
2006-09-16 |
Robert Roebling | Next round of RTL fixes. This change greatly simplifes |
blob | commitdiff | raw | diff to current |
2006-09-14 |
Robert Roebling | More RTL fixes. |
blob | commitdiff | raw | diff to current |
2006-09-13 |
Robert Roebling | More RTL work. |
blob | commitdiff | raw | diff to current |
2006-09-13 |
Václav Slavík | renamed wxRect::Inside() to wxRect::Contains(), wxRect... |
blob | commitdiff | raw | diff to current |
2006-09-12 |
Robert Roebling | Reverse Left and Right meaning of keys. |
blob | commitdiff | raw | diff to current |
2006-06-15 |
Włodzimierz Skiba | Include wx/math.h according to precompiled headers... |
blob | commitdiff | raw | diff to current |
2006-06-14 |
Vadim Zeitlin | made wxTree/ListCtrl::HitTest() const |
blob | commitdiff | raw | diff to current |
2006-06-01 |
Włodzimierz Skiba | Include wx/listbox.h according to precompiled headers... |
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-19 |
Włodzimierz Skiba | Include wx/dynarray.h according to precompiled headers... |
blob | commitdiff | raw | diff to current |
2006-04-18 |
Włodzimierz Skiba | Avoid deleting 'const' object. |
blob | commitdiff | raw | diff to current |
2006-04-16 |
Vadim Zeitlin | create stock GDI objects on demand; use const with... |
blob | commitdiff | raw | diff to current |
2006-04-16 |
Vadim Zeitlin | removed unnecessary (the problem is due to a bug elsewh... |
blob | commitdiff | raw | diff to current |
2006-04-16 |
Vadim Zeitlin | a tentatively better fix for the problem of patch 14560... |
blob | commitdiff | raw | diff to current |
2006-03-30 |
Jamie Gadd | Include compatibility guard for int GetItemSpacing... |
blob | commitdiff | raw | diff to current |
2006-03-30 |
Robert Roebling | Fix wxListCtrl in-place editing (to not crash |
blob | commitdiff | raw | diff to current |
2006-03-29 |
Vadim Zeitlin | don't return void values |
blob | commitdiff | raw | diff to current |
2006-03-28 |
Robert Roebling | Apply wxListCtrl patch which fixes some crashes |
blob | commitdiff | raw | diff to current |
2006-03-27 |
Włodzimierz Skiba | Final and global PRIOR/NEXT change: keep consistency... |
blob | commitdiff | raw | diff to current |
2006-03-10 |
Robin Dunn | Applied Patch #1424869: Implement wxListCtrl::SetItemCo... |
blob | commitdiff | raw | diff to current |
2006-03-04 |
Vadim Zeitlin | deselect the current selection when the user clicks... |
blob | commitdiff | raw | diff to current |
2006-03-04 |
Vadim Zeitlin | fixed crash due to double deletion of wxListTextCtrlWra... |
blob | commitdiff | raw | diff to current |
2006-03-04 |
Vadim Zeitlin | centre icon and text vertically in the report view... |
blob | commitdiff | raw | diff to current |
2006-02-24 |
Vadim Zeitlin | implemented EditLabel() with custom text controls and... |
blob | commitdiff | raw | diff to current |
2006-02-13 |
Vadim Zeitlin | declare lists as exported, seems to be necessary in... |
blob | commitdiff | raw | diff to current |
2006-02-13 |
Vadim Zeitlin | fix client to screen (and vice versa) conversion |
blob | commitdiff | raw | diff to current |
2006-02-12 |
Michael Wetherell | Warning fixes for VC5 (Igor Korot) |
blob | commitdiff | raw | diff to current |
2006-02-11 |
Julian Smart | Applied patch [ 1424247 ] Have wxGenericListCtrl not... |
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-02-05 |
Jamie Gadd | Deprecate wxDC::{Begin,End}Drawing() |
blob | commitdiff | raw | diff to current |
2006-01-31 |
Robin Dunn | Another patch from Tim Kosse for using images on more... |
blob | commitdiff | raw | diff to current |
2006-01-25 |
David Surovell | fixed compilation failure introduced in prior commit |
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 |
2006-01-24 |
David Surovell | cleanup - reformatting |
blob | commitdiff | raw | diff to current |
2006-01-05 |
Robin Dunn | Workaround for wxMac since it is unable to dismiss... |
blob | commitdiff | raw | diff to current |
2005-12-23 |
Vadim Zeitlin | don't set minimal column width, it should be possible... |
blob | commitdiff | raw | diff to current |
2005-09-25 |
Vadim Zeitlin | first round of Intel compiler warning fixes: down from... |
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-09-11 |
Vadim Zeitlin | Respect wxListItem::m_mask in general list control... |
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-07-22 |
Włodzimierz Skiba | [1231183] 'cleanup: mismatched indentation' and other... |
blob | commitdiff | raw | diff to current |
2005-06-07 |
Włodzimierz Skiba | First part of '[ 1216148 ] cleanup: unused variables... |
blob | commitdiff | raw | diff to current |
2005-05-31 |
Julian Smart | Applied patch [ 1210352 ] Fix editing in generic wxList... |
blob | commitdiff | raw | diff to current |
2005-05-31 |
Julian Smart | Typo correction patch [ 1208110 ] Lots of typo corrections |
blob | commitdiff | raw | diff to current |
2005-05-09 |
Robin Dunn | Allow wxMac to have HRULE/VRULEs for wxListCtrl too. |
blob | commitdiff | raw | diff to current |
2005-03-31 |
Robert Roebling | Fix the fix for not sending two end label edit events |
blob | commitdiff | raw | diff to current |
2005-03-29 |
Stefan Csomor | handling mac as gtk |
blob | commitdiff | raw | diff to current |
2005-03-27 |
Vadim Zeitlin | fixed crash introduced by recently applied autowidth... |
blob | commitdiff | raw | diff to current |
2005-03-22 |
Włodzimierz Skiba | Build fixes. |
blob | commitdiff | raw | diff to current |
2005-03-21 |
Vadim Zeitlin | speed up SetColumnWidth() by caching max column width... |
blob | commitdiff | raw | diff to current |
2005-03-07 |
Robert Roebling | Applied patch to reenable single selection mode. |
blob | commitdiff | raw | diff to current |
2005-03-07 |
Robert Roebling | This fixes a problem in the two tree and list controls... |
blob | commitdiff | raw | diff to current |
2005-02-19 |
Stefan Csomor | adapt to mac l&f |
blob | commitdiff | raw | diff to current |
2005-02-19 |
Vadim Zeitlin | wxGenericListCtrl::SetItemState(-1) now changes the... |
blob | commitdiff | raw | diff to current |
2005-02-18 |
Stefan Csomor | using correct theme heights for header on mac |
blob | commitdiff | raw | diff to current |
2005-02-16 |
Włodzimierz Skiba | wxPoint/Size/Rect() causes the same code with (0,0... |
blob | commitdiff | raw | diff to current |
2005-02-10 |
Włodzimierz Skiba | Use default constructors for wxSize/Point/Rect. |
blob | commitdiff | raw | diff to current |
2005-02-06 |
Robert Roebling | Applied context menu patch. |
blob | commitdiff | raw | diff to current |
2005-01-30 |
Kevin Hock | Clean up indentation / tabs from previous patch |
blob | commitdiff | raw | diff to current |
2005-01-30 |
Robert Roebling | Applied selection patch from G.R. |
blob | commitdiff | raw | diff to current |
2005-01-29 |
Kevin Hock | Make list consistent with tree in terms of Vetoed chang... |
blob | commitdiff | raw | diff to current |
2005-01-28 |
Robin Dunn | wxEVT_MOUSEWHEEL is always defined, no #if needed |
blob | commitdiff | raw | diff to current |
2005-01-19 |
Włodzimierz Skiba | MinGW warning fix. |
blob | commitdiff | raw | diff to current |
2005-01-14 |
Robin Dunn | Bug fix for [ 1059381 ] Mouse wheel does not work in... |
blob | commitdiff | raw | diff to current |
2004-12-14 |
Włodzimierz Skiba | wx/math.h integration |
blob | commitdiff | raw | diff to current |
2004-12-11 |
Robert Roebling | Add SetFocusIgnoringChildren() to wxControlContainer... |
blob | commitdiff | raw | diff to current |
2004-11-01 |
Robert Roebling | wxListCtrl::InsertItem() ignored the column. |
blob | commitdiff | raw | diff to current |
2004-10-22 |
Kevin Hock | Documentation patch from Olly Betts |
blob | commitdiff | raw | diff to current |
2004-10-17 |
Stefan Csomor | __WXMAC_OSBUILDTYPE__ selections are now only defined... |
blob | commitdiff | raw | diff to current |
2004-10-08 |
Robin Dunn | Check for an image list before complaining in OnGetItem... |
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 |
Václav Slavík | implementation should use DoFindFocus |
blob | commitdiff | raw | diff to current |
2004-09-29 |
Václav Slavík | changes to make wxWindow::FindFocus work as expected... |
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 |
Stefan Csomor | setting the mac theme font only in VARIANT_NORMAL |
blob | commitdiff | raw | diff to current |
2004-08-25 |
Robin Dunn | give the generic tree and list controls a DoGetBestSize |
blob | commitdiff | raw | diff to current |
2004-08-09 |
Włodzimierz Skiba | We need one float argument to perform floating point... |
blob | commitdiff | raw | diff to current |
2004-07-27 |
Václav Slavík | fixed sending 2 events (normal and bogus cancel one... |
blob | commitdiff | raw | diff to current |
2004-07-25 |
Vadim Zeitlin | compilation fix for a patch which didn't compile... |
blob | commitdiff | raw | diff to current |
2004-07-25 |
Vadim Zeitlin | FindItem() implementation (patch 950021) |
blob | commitdiff | raw | diff to current |
2004-07-23 |
Václav Slavík | documented while event.Skip() is necessary so that... |
blob | commitdiff | raw | diff to current |
2004-07-20 |
Włodzimierz Skiba | wxDefaultSize.* and wxDefaultPosition.* to wxDefaultCoord. |
blob | commitdiff | raw | diff to current |
2004-07-19 |
Włodzimierz Skiba | GetItemCount is int. |
blob | commitdiff | raw | diff to current |
2004-07-16 |
Robin Dunn | Allow any too-large index to mean Append, just like... |
blob | commitdiff | raw | diff to current |
2004-07-04 |
Vadim Zeitlin | don't set font unless necessary (patch 984853) |
blob | commitdiff | raw | diff to current |
2004-07-01 |
Vadim Zeitlin | use CmdDown() instead of #ifdefs for Mac |
blob | commitdiff | raw | diff to current |
2004-06-30 |
Václav Slavík | SetDefaultXXX -> SetOwnXXX |
blob | commitdiff | raw | diff to current |
2004-06-29 |
Robin Dunn | Allow for Cmd-click on wxMac |
blob | commitdiff | raw | diff to current |
2004-06-17 |
Włodzimierz Skiba | Code cleaning: wxID_ANY, wxDefaultSize, wxDefaultPositi... |
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-05-11 |
Robin Dunn | Fixed compile warning |
blob | commitdiff | raw | diff to current |
2004-05-06 |
Robin Dunn | Don't #include the extra files unless we need them |
blob | commitdiff | raw | diff to current |
2004-05-06 |
Robin Dunn | moved #define to before it is used |
blob | commitdiff | raw | diff to current |
next |