replace wx_{const,static,reinterpret}_cast with their standard C++ equivalents
[wxWidgets.git] / src / generic / datavgen.cpp
2008-11-02  Vadim Zeitlinreplace wx_{const,static,reinterpret}_cast with their...
2008-10-21  Robert RoeblingCorrect TAB handling for generic wxDataViewCtrl
2008-10-20  Vadim Zeitlina couple of more left over Borland unused variable...
2008-10-20  Vadim Zeitlinfix more Borland release build warnings about unused...
2008-10-10  Robert RoeblingFix crash again
2008-10-10  Robert RoeblingFix crash with NULL pointer dereferencing
2008-10-09  Robert Roeblingimplement GetSizeAvailableForScrollTarget
2008-09-05  Robert RoeblingFix #9940: wxDataViewCtrl left/right arrow press crash
2008-08-30  Vadim Zeitlinfix some (harmless) mingw32 4.3 warnings
2008-08-03  Vadim Zeitlincompilation after last commit: semicolon after wxDELETE...
2008-06-11  Robert Roebling#9559 DataViewCtrl wrong behaviour with reordering...
2008-06-09  Robert Roeblingblind fix for: #9549: crash in wxDataViewMainWindow...
2008-05-27  Robert RoeblingUse wxList::DeleteContents() to delete columns
2008-05-23  Vadim Zeitlinfix MSVC warnings about conversions between pointers...
2008-05-21  Robert RoeblingAdded InsertColumn( pos, col ), some reformating
2008-05-20  Robert RoeblingCommit mem leak fix I introduced
2008-05-20  Robert RoeblingFix mem corruption due to string no longer being in...
2008-05-20  Robert RoeblingDon't make lines narrower that default line height...
2008-05-16  Robert RoeblingCorrect vert alignment
2008-05-16  Robert Roeblingignore invisble columns in height calculation
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-14  Robert RoeblingAdded bitmap support to column header
2008-04-08  Robert RoeblingAdapt MSW's renderer's alignment to use column header...
2008-04-07  Robert RoeblingSplit wxDataViewVirtualModel fork wxDataViewIndexModel...
2008-04-05  Robert RoeblingFixed bug that made adding a child to a branch (that...
2008-04-05  Robert RoeblingProbable fix for [ 1933745 ] Crash in wxDataViewHeaderW...
2008-04-05  Robert Roebling[ 1922123 ] Generic wxDataViewCtrl leaks
2008-04-05  Robert RoeblingSupport renderer::LeftClick() in generic code, removed...
2008-04-01  Robin DunnDon't force wxBORDER_SUNKEN so the programmer can speci...
2008-03-17  Vadim Zeitlindon't provide unnecessary (as default) arguments to...
2008-03-10  Vadim Zeitlinfurther simplifiy USE_NATIVE_HEADER_WINDOW checks
2008-03-09  Vadim Zeitlindon't use native headers in wxUniv build (this doesn...
2008-03-01  Robert RoeblingPatch for context menu event for generic/Windows code
2008-02-12  Václav Slavíkadded wxWindow::HandleAsNavigationKey() helper for...
2008-01-14  Robert RoeblingPartial impl of auto resizing columns
2008-01-02  Julian SmartSuppressed the themed border by defining GetDefaultBorder
2007-12-28  Robert RoeblingImplement rest of MSW's wxDataViewCtrl's native column...
2007-12-27  Robert RoeblingAlso get header button height right
2007-12-27  Robert RoeblingRemove (wrong) theme border from header control
2007-12-26  Robert RoeblingSome reorder code for MSW's dataviewctrl
2007-12-26  Robert RoeblingPatch from Hartwig and me for implementing reorderable...
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 RoeblingPatches-1851591 ] dataview sample is crashing (under...
2007-12-08  Robert Roeblinguse buffered DC again
2007-11-30  Robert RoeblingDC reorganization
2007-11-27  Robert RoeblingPatch from Bo to show missing lines again
2007-11-19  Robert RoeblingAdd short-cut for wxDataViewListIndexModel for generic...
2007-11-19  Robert RoeblingFree memory of m_root
2007-11-08  Robert RoeblingAdd wxDataViewTextRendererAttr, blind noop under wxMac
2007-10-29  Vadim Zeitlindefine HDS_DRAGDROP and HDS_FULLDRAG if the SDK is...
2007-10-24  Robert RoeblingDon't hide wrong border around header button control...
2007-10-23  Vadim Zeitlinfix a couple more of unused parameters warnings
2007-10-23  Paul Cornettremove extraneous semicolons
2007-10-22  Robert RoeblingFurther attempts to get button header right
2007-10-22  Robert RoeblingUse CommCtrl to render sortup and sortdown indicators...
2007-10-22  Robert RoeblingTrying to get native header button right
2007-10-20  Vadim Zeitlinreplace wrong calss of Refresh() with (hopefully) corre...
2007-10-20  Vadim Zeitlinfix unused parameter warnings
2007-10-20  Robert RoeblingRedundant call to GetItemByRow
2007-10-20  Robert RoeblingAdded wxDataViewCustomRenderer::RenderText() for render...
2007-10-20  Robert RoeblingOnly draw cell in selected style when control has focus
2007-10-18  Robert RoeblingAdded PrependColumn methods and short cuts. Added test...
2007-10-18  Robert RoeblingPixel fiddling for correct placement of text with and...
2007-10-18  Robert RoeblingCorrected wrong initial/min size of generic wxDataViewCtrl
2007-10-18  Robert RoeblingImplement HasContainerColumns in generic code
2007-10-17  Robert RoeblingMake wxRenderer::DrawItemSelectionRect() draw a focus...
2007-10-17  Robert RoeblingCorrect focus rect to not appear in unfocussed controls...
2007-10-17  Robert RoeblingCorrect EnsureVisible() to show last item entirely
2007-10-17  Robert RoeblingMore alignment issues
2007-10-17  Robert RoeblingEnsure item is visible when selection moves, remove...
2007-10-16  Robert RoeblingCorrect activate logic for <ENTER>
2007-10-16  Robert RoeblingCorrect activate logic for mouse clicks
2007-10-16  Robert RoeblingCorrect drawing placement (16px + 1 px border below)
2007-10-16  Robert RoeblingCorrect text colour in wxIconTextRenderer
2007-10-16  Robert RoeblingSupport for hover effect in header buttons
2007-10-02  Robert RoeblingDocument _ITEM_VALUE_CHANGED and implmement it equally...
2007-09-20  Robert RoeblingPatch from Bo for new selection API and impl. of GetCol...
2007-09-18  Julian SmartFixed compilo
2007-09-14  Vadim Zeitlinfix some harmless warnings (last two parts of patch...
2007-09-13  Robert RoeblingAdd wxDataViewCtrl::GetColumnPosition() stubs
2007-09-13  Robert RoeblingAdd wxDataViewCtrl::GetSortingColumn() stubs
2007-09-01  Robert RoeblingPatch from Bo for new API, various fixes, live update...
2007-08-29  Robert RoeblingPatch from Bo, implements mouse hover, default sort
2007-08-28  Robert RoeblingMinor correction, use wxCHECK
2007-08-28  Robert RoeblingFix from Bo
2007-08-28  Robert RoeblingApplied patch from Bo, WIP
2007-08-27  Robert Roeblingrestored expanders
2007-08-26  Robert RoeblingPatch from Bo for recent API changes
2007-08-25  Robert RoeblingSet/GetExpanderColumn() should use wxDataViewColumn...
2007-08-24  Robert RoeblingCorrect signature of HitTest()
2007-08-24  Robert RoeblingMinor API changes
2007-08-22  Robert Roeblingcorrect copyright
2007-08-20  Robert RoeblingPatch from Bo, adapt generic code to new API, add GetIt...
2007-08-19  Robert RoeblingChange EnsureVisble() to including column parameter...
2007-08-19  Robert RoeblingBo's patch adding Selection API and some more changes...
2007-08-18  Julian SmartCompile fix
2007-08-07  Julian Smartcompile and warning fixes
next