Remove obsolete VisualAge-related files.
[wxWidgets.git] / samples / dataview /
2009-01-19  Robert RoeblingNew eventb based Drag interface for wxDataViewCtrl
2009-01-19  Robert RoeblingRename XxxxCol() -> XxxxColumn() and resolve inheritanc...
2009-01-17  Vadim Zeitlinremove MSVC solution files from svn
2009-01-16  Robert RoeblingAdded wxDataViewListCtrl, use it in the sample
2009-01-16  Robert RoeblingChange GetValue() and SetValue() to GetValueByRow(...
2009-01-15  Vadim Zeitlinlink with wininet.lib under Windows to avoid linking...
2009-01-14  Francesco Montorsidon't crash if an item has a NULL ID
2008-12-17  Robert RoeblingCorrect wxDataViewCtrl::IsExpanded and add test for it
2008-12-09  Vadim Zeitlinmake first column non-draggable to test support for...
2008-12-08  Vadim Zeitlinskip the header click event to allow sorting (done...
2008-12-08  Vadim Zeitlintest non-resizeable and resizeable but with min size...
2008-11-10  Robert RoeblingAdded wxChoice renderer to wxDataViewCtrl
2008-10-27  Vadim Zeitlinrebaked using bakefile 0.2.5
2008-10-21  Robert RoeblingRemove wxLog hack and put all controls in a panel to...
2008-10-16  Robert RoeblingWrite directly to log target wxTextCtrl to avoid crash
2008-10-16  Robert RoeblingwxMac actually crashes in any logging
2008-10-16  Robert RoeblingwxMac crashes in wxLog() statements with string.GetData()
2008-10-15  Robert RoeblingFor some reason, wxMac now requires explicit sizes...
2008-10-08  Robert RoeblingAdded test for Select()
2008-10-08  Vadim Zeitlinadd VC9 project files (closes #9960)
2008-10-08  Vadim Zeitlinrebaked makefiles with 0.2.4
2008-09-20  Kevin OllivierRebake after bakefile changes.
2008-09-11  Stefan Csomoradding new toolkits for osx
2008-09-04  Kevin Ollivierrebake
2008-08-05  Vadim Zeitlinfix wxMenu leak (reopened #9089)
2008-06-12  Stefan Csomorfixing file paths after renaming
2008-06-02  Václav Slavíkregenerated all trunk makefiles with bakefile-0.2.3
2008-05-21  Robert RoeblingMake height of red square depend on value in the model
2008-05-21  Robert RoeblingAdd test for progress renderer
2008-05-20  Robert Roeblingreplaces unsigned int with wxUIntPtr
2008-05-16  Robert RoeblingOption for variable line heights (MSW and GTK+ sofar)
2008-04-14  Robert RoeblingSupport bitmaps and text and header columns using wxIma...
2008-04-12  Robert RoeblingCorrected/added support for column headers with icon...
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-06  Robert RoeblingTest header and renderer aligment separately, II
2008-04-06  Robert RoeblingTest header and renderer aligment separately
2008-04-05  Robert RoeblingAlso right-align second column
2008-04-05  Robert RoeblingAdded test for right alignment of 1st column
2008-04-05  Robert RoeblingAdded test for left/centre/right alignment
2008-04-05  Robert RoeblingSupport renderer::LeftClick() in generic code, removed...
2008-01-27  Václav Slavíkadded VC7/8 project files for samples
2008-01-23  Václav Slavíkregenerated makefiles with bkl-0.2.3
2008-01-16  Vadim Zeitlinmade all XPM const to avoid warnings from mingw32 4...
2008-01-14  Robert RoeblingPartial impl of auto resizing columns
2008-01-07  Robert RoeblingCorrect wxObjectDataPtr<> assignment from *T to not...
2007-12-30  Robert Roeblinginitial drag interface for wxDataViewCtrl
2007-12-26  Robert RoeblingPatch from Hartwig and me for implementing reorderable...
2007-12-18  Robert RoeblingMSW needs size for wxImageList
2007-12-18  Robert RoeblingCorrect background colourin wxDataViewCtrl, Use IsOk...
2007-12-17  Robert RoeblingAdded wxDataViewListIndexModel::Reset(), clarified...
2007-12-17  Robert RoeblingAdded wxDataViewListIndexModel::RowsDeleted() and vario...
2007-12-16  Robert RoeblingImplemented (for GTK+) and tested dataview_context_menu...
2007-12-15  Vadim Zeitlinrebaked everything, fixes problems with OpenGL samples...
2007-12-01  Robert RoeblingForgot to actually use image list
2007-12-01  Robert RoeblingAdded wxDataViewTreeCtrl
2007-11-25  Václav Slavíkremoved ANSI configs from VisualC++ project files
2007-11-17  Robert RoeblingUpdate to wxDataViewCtrl from Hartwig
2007-11-08  Robert RoeblingAdd wxDataViewTextRendererAttr, blind noop under wxMac
2007-10-23  Vadim Zeitlinfixed another unused parameter warning
2007-10-23  Robert RoeblingAdd column to control after association with model...
2007-10-20  Robert RoeblingUse wxDataViewSpinRenderer
2007-10-18  Robert RoeblingAdded PrependColumn methods and short cuts. Added test...
2007-10-18  Robert RoeblingCorrected wrong initial/min size of generic wxDataViewCtrl
2007-10-16  Robert RoeblingMinor sample corrections
2007-10-16  Robert RoeblingAdd wxDataViewTreeStore with sample
2007-10-11  Chris Elliottupdate makefiles
2007-10-10  Václav Slavíkcompilation fixes
2007-09-14  Robert RoeblingImplement wxDataViewCtrl::GetSortingColumn() and relate...
2007-09-14  Robert RoeblingImplement and test _HEADER_RIGHT_CLICK event for GTK+
2007-09-14  Robert RoeblingImplement and test wxDataViewCtrl::GetColumnPosition...
2007-08-31  Robert RoeblingAdded wxDataViewModel::GetChildren() (removed GetSiblin...
2007-08-31  Robert RoeblingAdded wxDataViewCtrl::AppendIconTextColumn
2007-08-29  Robert Roeblingmake SetValue return a value
2007-08-29  Robert Roeblingadd wxDataViewIconTextRenderer
2007-08-26  Robert Roeblingadd test for custom in-place editor
2007-08-25  Robert Roeblingtest editing_started and _done events
2007-08-24  Robert RoeblingMinor API changes
2007-08-24  Robert RoeblingMake ::SetValue return a bool
2007-08-22  Robert RoeblingAdded logic, API and docs for wxDataViewModel::HasDefau...
2007-08-19  Robert RoeblingImplement selection API and events
2007-08-19  Robert RoeblingImplemented and tested EXPANDED etc events for wxGTK...
2007-08-19  Robert RoeblingBo's patch adding Selection API and some more changes...
2007-08-19  Robert Roeblingchange wxDataViewModel::Compare() to including column...
2007-08-03  Vadim Zeitlinsorting support for generic version (patch 1765087...
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-17  Robert RoeblingSome code renaming to avoid confusion. Test editable...
2007-07-16  Robert RoeblingStore pointers in wxDataViewItem in the sample, no...
2007-07-16  Robert Roeblingchange wxDataViewItem id to void*
2007-07-15  Robert RoeblingAdd test for deleting item from wxDataViewCtrl
2007-07-14  Robert RoeblingTest in GetFirstChild() if item is known to control
2007-07-14  Robert RoeblingMade wxDataViewCtrl sample use a real, expandabl data...
2007-07-13  Robert RoeblingMore patches from Bo, reduced wxDataViewModel, more...
2007-07-09  Robert RoeblingMore work on sorting in wxDataViewCtrl
next