use the directory of the most recently opened file in wxDocManager if we have any
[wxWidgets.git] / src / common / datavcmn.cpp
2009-06-15  Robert RoeblingCorrect wxDataViewListModel::RowPrepended
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-05-08  Robert RoeblingAdd wxDataViewCtrl implementation for OSX/Cocoa (closes...
2009-03-21  Vadim Zeitlinfirst round of debug/release merge: introduce wxDEBUG_L...
2009-03-10  Robert RoeblingMake wxDataViewModel::Compare() const
2009-03-09  Robert RoeblingAdd wxDataViewEvent for vetoing label editing (see...
2009-03-08  Robert RoeblingCommit most parts of #10495 wxDataViewCtrl needs a...
2009-03-06  Francesco Montorsifix crash when using wxDataViewListStore::DeleteAllItems
2009-02-07  Vadim Zeitlinrequire semicolon after wxDECLARE/DEFINE_EVENT() (close...
2009-01-28  Vadim Zeitlinanother fix for wxUSE_DRAG_AND_DROP==0 build
2009-01-21  Robert RoeblingCompilation fix
2009-01-20  Paul Cornettbuild fixes and cleanup
2009-01-20  Robert RoeblingAdd event based Drop API
2009-01-20  Robert RoeblingSimplified event based Drag API for wxDataViewCtrl
2009-01-19  Robert RoeblingNew eventb based Drag interface for wxDataViewCtrl
2009-01-19  Robert RoeblingRename XxxxCol() -> XxxxColumn() and resolve inheritanc...
2009-01-19  Robert RoeblingForgot DeleteChildren()
2009-01-19  Robert RoeblingMove model notification code of tree store from the...
2009-01-16  Robert RoeblingAdded wxDataViewListCtrl, use it in the sample
2009-01-16  Robert RoeblingChange GetValue() and SetValue() to GetValueByRow(...
2009-01-12  Vadim Zeitlinadd more flexible and safer template Connect() overload...
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-16  Robert RoeblingFixes #10247: wxDataViewCtrl - event is generated when...
2008-12-08  Vadim Zeitlindon't access inexistent column in wxDataViewTreeCtrl...
2008-12-07  Vadim Zeitlin- Rewrite wxHeaderCtrl to be virtual-like: even if...
2008-12-05  Vadim Zeitlinsuppress (harmless) unused parameter warnings
2008-12-03  Vadim Zeitlinextract (and expand and clean up and document) the...
2008-11-10  Robert RoeblingAdded wxChoice renderer to wxDataViewCtrl
2008-11-02  Francesco Montorsideclare all NameStr[] strings as const char using the...
2008-11-02  Vadim Zeitlinreplace wx_{const,static,reinterpret}_cast with their...
2008-10-16  Robert RoeblingEnable intercepting ENTER in wxSpinCtrl under wxMac...
2008-10-16  Robert RoeblingDont't finish any editing if there is no control
2008-06-06  Vadim Zeitlinfixed another pointer-to-int-of-lesser-size conversion...
2008-05-23  Vadim Zeitlinfix MSVC warnings about conversions between pointers...
2008-05-21  Robert RoeblingAdded InsertColumn( pos, col ), some reformating
2008-04-14  Robert RoeblingCorrect weak ref usage which triggered an assert
2008-04-11  Robert RoeblingAdd test for context menu, fixed mem leak, fixed focus...
2008-04-08  Robert RoeblingBy default, align renderers as column header under...
2008-04-07  Robert RoeblingSplit wxDataViewVirtualModel fork wxDataViewIndexModel...
2008-04-05  Robert RoeblingBugs-1934787 ] Bug in wxDataViewSpinRenderer::CreateEdi...
2008-01-14  Robert RoeblingPartial impl of auto resizing columns
2008-01-13  Robert RoeblingImproved wxDataViewSpinCtrlRenderer under OS X
2007-12-26  Robert RoeblingPatch from Hartwig and me for implementing reorderable...
2007-12-22  Robert RoeblingAdded API for column reordering
2007-12-17  Robert RoeblingAdded wxDataViewListIndexModel::Reset(), clarified...
2007-12-17  Robert RoeblingAdded wxDataViewListIndexModel::RowsDeleted() and vario...
2007-12-16  Robert RoeblingFix resizing prob
2007-12-16  Robert RoeblingPatches-1851591 ] dataview sample is crashing (under...
2007-12-03  Robert RoeblingResize col to fill entire client area if only 1 col.
2007-12-03  Robert RoeblingAdd support for wxDC_ROW_LINES for GTK+ and OS X
2007-12-01  Robert RoeblingAdded wxDataViewTreeCtrl
2007-11-19  Robert RoeblingAdd short-cut for wxDataViewListIndexModel for generic...
2007-11-19  Robert RoeblingTypo
2007-11-18  Robert RoeblingImplement wxGTK internal short-cut for wxDataViewIndexL...
2007-11-15  Robert RoeblingSlightly overoptimized
2007-11-15  Paul Cornettbuild fixes for 64-bit
2007-11-15  Robert Roeblingoptimise startup of wxDataViewIndexListModel
2007-11-08  Robert RoeblingAdd wxDataViewTextRendererAttr, blind noop under wxMac
2007-10-25  Paul Cornettbuild fixes
2007-10-23  Paul Cornettremove extraneous semicolons
2007-10-20  Vadim Zeitlinfix unused parameter warnings
2007-10-20  Robert RoeblingAdded wxDataViewCustomRenderer::RenderText() for render...
2007-10-18  Robert RoeblingAdded PrependColumn methods and short cuts. Added test...
2007-10-16  Robert RoeblingAdd wxDataViewTreeStore with sample
2007-10-10  Václav Slavíkcompilation fixed for wxDataViewCtrl: almost no class...
2007-10-02  Robert RoeblingDocument _ITEM_VALUE_CHANGED and implmement it equally...
2007-10-01  Robert RoeblingAdded API for adding/deleting/changing multiple items
2007-09-14  Vadim Zeitlinfix some harmless warnings (last two parts of patch...
2007-09-14  Robert RoeblingAPI change: a single SELECTION_CHANGED not lots of...
2007-09-13  Robert Roeblinglittle change for Mac build
2007-08-31  Robert RoeblingAdded wxDataViewModel::GetChildren() (removed GetSiblin...
2007-08-31  Robert RoeblingAdded wxDataViewCtrl::AppendIconTextColumn
2007-08-29  Robert Roeblingadd wxDataViewIconText
2007-08-26  Robert RoeblingMinor correction
2007-08-26  Robert RoeblingPatch from Bo for recent API changes
2007-08-26  Robert RoeblingMove column organizing code to ports, away from common...
2007-08-25  Robert Roeblingadd editing_started and _done events
2007-08-24  Robert RoeblingMinor API changes
2007-08-24  Robert Roeblingdon't use <listimpl.cpp> (problems under Mac?
2007-08-22  Robert RoeblingLet various AppendXXXColumn helplers return the column...
2007-08-20  Robert RoeblingPatch from Bo, adapt generic code to new API, add GetIt...
2007-08-20  Robert RoeblingMake wxDataViewItemArray more efficient
2007-08-19  Robert RoeblingAdded EXPANDING and COLLAPSING events for the user...
2007-08-19  Robert RoeblingMade wxGTK wxDataViewCtrl compile again
2007-08-19  Robert RoeblingBo's patch adding Selection API and some more changes...
2007-08-19  Robert RoeblingAdded ITEM_EXPANDED and ITEM_COLLAPSED
2007-08-19  Robert Roeblingchange wxDataViewModel::Compare() to including column...
2007-08-16  Robert Roeblingremoved Set/GetSortAscending from wxDataViewModel and...
2007-08-03  Vadim Zeitlinsorting support for generic version (patch 1765087...
2007-08-01  Julian SmartError and warning corrections
2007-07-25  Robert RoeblingUse type safe list for model notifiers, sample corrected
2007-07-25  Robert RoeblingItemDeleted now has (parent, item)
2007-07-24  Robert RoeblingSend events from port-specific code, not common code...
2007-07-21  Robert Roeblingadded wxDataViewIndexListModel and sample
2007-07-20  Robert RoeblingRenamed HasChildren() to IsContainer(), added GetParent...
2007-07-19  Robert RoeblingBetter sorting example and better default
2007-07-18  Robert RoeblingCompleted sorting in wxDataViewCtrl
2007-07-18  Robert RoeblingFirst work at resort with header click
next