]> git.saurik.com Git - wxWidgets.git/history - src/generic/datavgen.cpp
Split wxDataViewVirtualModel fork wxDataViewIndexModel to make the code clearer and...
[wxWidgets.git] / src / generic / datavgen.cpp
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
2007-08-03  Vadim Zeitlinsorting support for generic version (patch 1765087...
2007-07-27  Vadim Zeitlinyet another compilation fix for ItemDeleted
2007-07-27  Vadim Zeitlinand another compilation fix for ItemDeleted() from Bo
2007-07-27  Vadim Zeitlinreal compilation fix for ItemDeleted()
2007-07-27  Vadim Zeitlincompilation fix for ItemDeleted()
2007-07-25  Robert RoeblingPatch from Bo, implement sorting in wxDVC
2007-07-24  Robert RoeblingPatch from Bo to optimize FindNode() in internal tree...
2007-07-16  Robert RoeblingUse wxDataViewItem, not row to index
2007-07-16  Robert Roeblingchange wxDataViewItem id to void*
2007-07-16  Robert RoeblingPatch from Bo for generic wxDataViewCtrl
2007-07-13  Robert RoeblingMore patches from Bo, reduced wxDataViewModel, more...
2007-07-12  Robert RoeblingBo's patch for generic code, more sorting code, WIP
2007-07-09  Robert RoeblingBo'd patch to make wxDataViewCtrl compile again (4th...
2007-04-18  Robert Roebling Corrected/implemented sorting (by way of clicking on
2007-04-17  Robert Roebling Implemented the same simple API for creating customized
2007-04-16  Robert Roebling Rewritten in-place editing for generic wxDataViewCtrl
2007-04-14  Václav Slavíkremoved extra semicolons (patch #1700459; fixes compila...
2007-03-15  Václav Slavíkfixed wxDataViewCtrl compilation with DigitalMars
2007-03-07  Vadim Zeitlinfix warning about non-dllexport'ed base wxDataViewHeade...
2007-03-07  Vadim ZeitlinwxMSWGetColumnClicked must be dllexport'd to be used...
2007-02-28  Chris Elliottfix for MSVC see sf bug 1669419
2007-02-23  Robert Roebling FM small patch for wxDataViewCtrl compilation
2007-02-23  Robert Roebling [ 1665996 ] Fixes/extensions to wxDataViewCtrl
2007-02-17  Robert Roebling Most of FM's wxDataViewCtrl patch.
next