Provide shorter synonyms for wxEVT_XXX constants.
[wxWidgets.git] / src / generic / datavgen.cpp
2011-08-07  Václav SlavíkRemove unused ItemList type from datavgen.cpp.
2011-07-25  Steve LamertonMerge in from trunk r67662 to r64801
2011-07-21  Vadim ZeitlinSend wxEVT_COMMAND_DATAVIEW_COLUMN_SORTED for generic...
2011-07-21  Vadim ZeitlinFix drawing of expander columns not at 0 position in...
2011-07-21  Vadim ZeitlinCorrect test for maximal row index in generic wxDataVie...
2011-07-19  Vadim ZeitlinRefresh the old current row when right clicking in...
2011-07-09  Vadim ZeitlinRefresh the generic wxDataViewCtrl header if it was...
2011-06-29  Vadim ZeitlinChange the loop condition to avoid comparing unsigned...
2011-06-07  Vadim ZeitlinAdd wxDataViewCtrl::SetRowHeight() and provide its...
2011-05-03  Dimitri SchoolwerthReplaced Ok() occurrences with IsOk() throughout trunk.
2011-04-23  Vadim ZeitlinDon't generate wxEVT_COMMAND_DATAVIEW_CACHE_HINT for...
2011-04-22  Václav SlavíkReturn wxWindow* from wxDataViewCustomRenderer::CreateE...
2011-03-23  Václav SlavíkOnly react to clicks on the checkbox in wxDataViewToggl...
2011-03-09  Vadim ZeitlinSend wxEVT_COMMAND_DATAVIEW_CACHE_HINT to proper window.
2011-03-01  Václav SlavíkPass wxRect/wxPoint arguments to wxDataViewCustomRender...
2011-02-28  Václav SlavíkToggle checkboxes in generic wxDataViewCtrl with single...
2011-02-28  Václav SlavíkGet rid of WXGetAsCustom().
2011-02-28  Václav SlavíkwxDataViewCtrl: Fully prepare renderer for Activate...
2011-01-31  Václav SlavíkFix vertical rules rendering in generic wxDataViewCtrl.
2011-01-24  Václav SlavíkRemove incorrect comment.
2011-01-22  Václav SlavíkwxDataViewCtrl: fix autosized columns recalculation.
2011-01-06  Václav SlavíkFix typo and a leftover.
2010-12-21  Robert RoeblingDon't let anything, such as pressing F2, start editing...
2010-12-21  Robert Roeblingmodel column and index of column in the dataview can...
2010-12-19  Vadim ZeitlinAdd the possibility to disable invisible wxDataViewCtrl...
2010-11-24  Vadim ZeitlinSkip mouse events outside of item area in wxDataViewCtrl.
2010-11-03  Vadim ZeitlinSet column field of wxDVC ITEM_{ACTIVATED,CONTEXT_MENU...
2010-11-03  Vadim ZeitlinOptimize wxDataViewMainWindow::FindNode() in generic...
2010-11-03  Vadim ZeitlinDon't copy potentially big arrays in generic wxDataView...
2010-10-30  Václav SlavíkFor large dataview controls, don't use all items to...
2010-10-30  Václav SlavíkAdd wxDataViewRendererBase::PrepareForItem() helper.
2010-10-30  Václav SlavíkAccount for text attrs in generic wxDataViewCtrl's...
2010-10-30  Václav SlavíkAdd optional columns autosizing to wxDataViewCtrl.
2010-10-23  Robert RoeblingwxDataViewCtrl::Expand() only works on items whose...
2010-10-23  Robert RoeblingSet focus to generic wxDataViewCtrl when clicking with...
2010-10-15  Vadim ZeitlinClear selection when generic wxDataViewCtrl is cleared.
2010-09-30  Vadim ZeitlinNo changes whatsoever, just remove trailing whitespace.
2010-08-10  Vadim ZeitlinAdd wxDataViewCtrl::{Set,Get}CurrentItem().
2010-08-08  Vadim ZeitlinAdd name argument to wxDataViewCtrl ctor for consistency.
2010-08-06  Václav SlavíkFix DnD in generic wxDataViewCtrl when scrolled.
2010-07-29  Václav SlavíkFix wxDataViewCtrl to omit expander space for all kinds...
2010-07-27  Robert RoeblingLet wxMSW report wxDataViewCustomRenderer::LeftClick...
2010-07-23  Vadim ZeitlinDon't assert in wxDataViewCtrl::ItemDeleted() if item...
2010-07-14  Vadim ZeitlinGenerate key events in generic wxDataViewCtrl implement...
2010-06-20  Vadim ZeitlinFix activation handling in generic wxDataViewCtrl rende...
2010-06-10  Robert RoeblingMake wxDataViewCtrl::GetColumnPosition() return the...
2010-02-04  Vadim ZeitlinFix selection event sending for Ctrl-click in generic...
2009-12-19  Vadim ZeitlinCorrections to expander position calculations and drawi...
2009-12-19  Vadim ZeitlinCorrect selection/drop highlight rectangles width in...
2009-12-19  Vadim ZeitlinAlways draw standard-sized checkboxes in generic wxData...
2009-12-14  Vadim ZeitlinAvoid painting generic wxDataViewCtrl if it has no...
2009-11-16  Robert RoeblingAlways set focus to the item selected using Select()
2009-11-13  Robert RoeblingAlso update focus rect when changing selection in singl...
2009-11-13  Robert RoeblingReset m_underMouse anytime the display is changed progr...
2009-11-10  Vadim ZeitlinAllow custom wxDataViewCtrl renderers to easily use...
2009-11-10  Vadim ZeitlinBig wxDataViewCtrl renderer classes refactoring.
2009-11-06  Vadim ZeitlinPrefer to use standard selection colour in wxDataViewCu...
2009-10-23  Vadim ZeitlinAdd wxDataViewModel::ChangeValue() and use it in wxDVC...
2009-10-16  Vadim ZeitlinAdd ellipsization support to wxDataViewCtrl.
2009-10-15  Vadim ZeitlinCorrect cell alignment computation for too small column...
2009-10-15  Vadim ZeitlinUse correct colour for selected items in generic wxDVC.
2009-10-12  Vadim ZeitlinImplement attributes support in generic wxDataViewIconT...
2009-10-12  Vadim ZeitlinMake generic wxDataViewProgressRenderer fill the entire...
2009-10-12  Vadim ZeitlinHandle cell alignment in the renderer itself in generic...
2009-10-12  Vadim ZeitlinRemove wxDataViewTextRendererAttr by merging it with...
2009-09-26  Vadim ZeitlinDon't hard code white background colour in generic...
2009-08-21  Vadim ZeitlinNo changes, just removed hard tabs and trailing white...
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-07-05  Vadim Zeitlinadded EVT_DATAVIEW_CACHE_HINT event (closes #9891)
2009-06-18  Robert RoeblingAlso fixed Clear() in the generic control
2009-06-16  Robert RoeblingMany more corrections and clarifications to virtual...
2009-06-11  Robert RoeblingIn virtual list mode, map first row to 1, not to 0...
2009-06-01  Robert RoeblingCloses #10495: wxDataViewCtrl needs a way to start...
2009-03-14  Vadim Zeitlinfix warning about needless comparison of unsigned with 0
2009-03-14  Vadim Zeitlinremove stray debugging printf
2009-03-08  Robert RoeblingCommit most parts of #10495 wxDataViewCtrl needs a...
2009-03-08  Robert RoeblingFixes #10556: wxDataViewCtrl keyboard navigation broken...
2009-03-06  Francesco Montorsidon't return hardcoded constants for empty renderers...
2009-03-06  Robert RoeblingCorrect minor bishaviours in Expand() and Collapse()
2009-03-06  Francesco MontorsiIndentation/coding style adjustments.
2009-03-05  Francesco Montorsiimprove look of wxDataViewCtrl and of its renderer...
2009-02-15  Francesco Montorsiuse YieldFor() in wxTopLevelWindowGTK::RequestUserAtten...
2009-02-09  Robert RoeblingFixes #10454, Applied patch for wxDataViewCtrl should...
2009-02-08  Vadim Zeitlinadd wx-prefixed and semicolon-requiring versions of...
2009-01-23  Vadim Zeitlinadd missing wxUSE_DRAG_AND_DROP checks
2009-01-22  Robert RoeblingOverride GetDefaultBorder, currently changes nothing
2009-01-21  Robert RoeblingAdd visual drag hint
2009-01-21  Robert RoeblingAdd drop hint
2009-01-21  Robert RoeblingImplement simple Drop, doesn't work under wxMSW (?)
2009-01-20  Robert RoeblingImplement simple drag
2009-01-20  Robert RoeblingFindNode() must return m_root for wxDataViewItem(0)
2009-01-20  Robert RoeblingSkeleton for generic Drag code
2009-01-14  Robert RoeblingFixes #10382: Memory leak in wxDataViewMainWindow:...
2008-12-23  Robert RoeblingAdd wxDataViewCtrl::ExpandAncestors() and call it from...
2008-12-20  Robert RoeblingCall Expand on an item's parent chain in EnsureVisible
2008-12-19  Robert RoeblingFixes #10288: wxDataViewCtrl missing selection change...
2008-12-18  Robert RoeblingRecalculate display (and scrollbars etc) before calling...
2008-12-17  Vadim Zeitlinmade wxHeaderCtrl::GetColumn() const to get rid of...
2008-12-16  Robert RoeblingFixes #10246: wxDataViewCtrl - first row does not react...
2008-12-16  Robert RoeblingFixes #10247: wxDataViewCtrl - event is generated when...
next