2008-04-08 |
Robert Roebling | Adapt MSW's renderer's alignment to use column header... |
blob | commitdiff | raw |
2008-04-07 |
Robert Roebling | Split wxDataViewVirtualModel fork wxDataViewIndexModel... |
blob | commitdiff | raw | diff to current |
2008-04-05 |
Robert Roebling | Fixed bug that made adding a child to a branch (that... |
blob | commitdiff | raw | diff to current |
2008-04-05 |
Robert Roebling | Probable fix for [ 1933745 ] Crash in wxDataViewHeaderW... |
blob | commitdiff | raw | diff to current |
2008-04-05 |
Robert Roebling | [ 1922123 ] Generic wxDataViewCtrl leaks |
blob | commitdiff | raw | diff to current |
2008-04-05 |
Robert Roebling | Support renderer::LeftClick() in generic code, removed... |
blob | commitdiff | raw | diff to current |
2008-04-01 |
Robin Dunn | Don't force wxBORDER_SUNKEN so the programmer can speci... |
blob | commitdiff | raw | diff to current |
2008-03-17 |
Vadim Zeitlin | don't provide unnecessary (as default) arguments to... |
blob | commitdiff | raw | diff to current |
2008-03-10 |
Vadim Zeitlin | further simplifiy USE_NATIVE_HEADER_WINDOW checks |
blob | commitdiff | raw | diff to current |
2008-03-09 |
Vadim Zeitlin | don't use native headers in wxUniv build (this doesn... |
blob | commitdiff | raw | diff to current |
2008-03-01 |
Robert Roebling | Patch for context menu event for generic/Windows code |
blob | commitdiff | raw | diff to current |
2008-02-12 |
Václav Slavík | added wxWindow::HandleAsNavigationKey() helper for... |
blob | commitdiff | raw | diff to current |
2008-01-14 |
Robert Roebling | Partial impl of auto resizing columns |
blob | commitdiff | raw | diff to current |
2008-01-02 |
Julian Smart | Suppressed the themed border by defining GetDefaultBorder |
blob | commitdiff | raw | diff to current |
2007-12-28 |
Robert Roebling | Implement rest of MSW's wxDataViewCtrl's native column... |
blob | commitdiff | raw | diff to current |
2007-12-27 |
Robert Roebling | Also get header button height right |
blob | commitdiff | raw | diff to current |
2007-12-27 |
Robert Roebling | Remove (wrong) theme border from header control |
blob | commitdiff | raw | diff to current |
2007-12-26 |
Robert Roebling | Some reorder code for MSW's dataviewctrl |
blob | commitdiff | raw | diff to current |
2007-12-26 |
Robert Roebling | Patch from Hartwig and me for implementing reorderable... |
blob | commitdiff | raw | diff to current |
2007-12-18 |
Robert Roebling | Correct background colourin wxDataViewCtrl, Use IsOk... |
blob | commitdiff | raw | diff to current |
2007-12-17 |
Robert Roebling | Added wxDataViewListIndexModel::Reset(), clarified... |
blob | commitdiff | raw | diff to current |
2007-12-17 |
Robert Roebling | Added wxDataViewListIndexModel::RowsDeleted() and vario... |
blob | commitdiff | raw | diff to current |
2007-12-16 |
Robert Roebling | Patches-1851591 ] dataview sample is crashing (under... |
blob | commitdiff | raw | diff to current |
2007-12-08 |
Robert Roebling | use buffered DC again |
blob | commitdiff | raw | diff to current |
2007-11-30 |
Robert Roebling | DC reorganization |
blob | commitdiff | raw | diff to current |
2007-11-27 |
Robert Roebling | Patch from Bo to show missing lines again |
blob | commitdiff | raw | diff to current |
2007-11-19 |
Robert Roebling | Add short-cut for wxDataViewListIndexModel for generic... |
blob | commitdiff | raw | diff to current |
2007-11-19 |
Robert Roebling | Free memory of m_root |
blob | commitdiff | raw | diff to current |
2007-11-08 |
Robert Roebling | Add wxDataViewTextRendererAttr, blind noop under wxMac |
blob | commitdiff | raw | diff to current |
2007-10-29 |
Vadim Zeitlin | define HDS_DRAGDROP and HDS_FULLDRAG if the SDK is... |
blob | commitdiff | raw | diff to current |
2007-10-24 |
Robert Roebling | Don't hide wrong border around header button control... |
blob | commitdiff | raw | diff to current |
2007-10-23 |
Vadim Zeitlin | fix a couple more of unused parameters warnings |
blob | commitdiff | raw | diff to current |
2007-10-23 |
Paul Cornett | remove extraneous semicolons |
blob | commitdiff | raw | diff to current |
2007-10-22 |
Robert Roebling | Further attempts to get button header right |
blob | commitdiff | raw | diff to current |
2007-10-22 |
Robert Roebling | Use CommCtrl to render sortup and sortdown indicators... |
blob | commitdiff | raw | diff to current |
2007-10-22 |
Robert Roebling | Trying to get native header button right |
blob | commitdiff | raw | diff to current |
2007-10-20 |
Vadim Zeitlin | replace wrong calss of Refresh() with (hopefully) corre... |
blob | commitdiff | raw | diff to current |
2007-10-20 |
Vadim Zeitlin | fix unused parameter warnings |
blob | commitdiff | raw | diff to current |
2007-10-20 |
Robert Roebling | Redundant call to GetItemByRow |
blob | commitdiff | raw | diff to current |
2007-10-20 |
Robert Roebling | Added wxDataViewCustomRenderer::RenderText() for render... |
blob | commitdiff | raw | diff to current |
2007-10-20 |
Robert Roebling | Only draw cell in selected style when control has focus |
blob | commitdiff | raw | diff to current |
2007-10-18 |
Robert Roebling | Added PrependColumn methods and short cuts. Added test... |
blob | commitdiff | raw | diff to current |
2007-10-18 |
Robert Roebling | Pixel fiddling for correct placement of text with and... |
blob | commitdiff | raw | diff to current |
2007-10-18 |
Robert Roebling | Corrected wrong initial/min size of generic wxDataViewCtrl |
blob | commitdiff | raw | diff to current |
2007-10-18 |
Robert Roebling | Implement HasContainerColumns in generic code |
blob | commitdiff | raw | diff to current |
2007-10-17 |
Robert Roebling | Make wxRenderer::DrawItemSelectionRect() draw a focus... |
blob | commitdiff | raw | diff to current |
2007-10-17 |
Robert Roebling | Correct focus rect to not appear in unfocussed controls... |
blob | commitdiff | raw | diff to current |
2007-10-17 |
Robert Roebling | Correct EnsureVisible() to show last item entirely |
blob | commitdiff | raw | diff to current |
2007-10-17 |
Robert Roebling | More alignment issues |
blob | commitdiff | raw | diff to current |
2007-10-17 |
Robert Roebling | Ensure item is visible when selection moves, remove... |
blob | commitdiff | raw | diff to current |
2007-10-16 |
Robert Roebling | Correct activate logic for <ENTER> |
blob | commitdiff | raw | diff to current |
2007-10-16 |
Robert Roebling | Correct activate logic for mouse clicks |
blob | commitdiff | raw | diff to current |
2007-10-16 |
Robert Roebling | Correct drawing placement (16px + 1 px border below) |
blob | commitdiff | raw | diff to current |
2007-10-16 |
Robert Roebling | Correct text colour in wxIconTextRenderer |
blob | commitdiff | raw | diff to current |
2007-10-16 |
Robert Roebling | Support for hover effect in header buttons |
blob | commitdiff | raw | diff to current |
2007-10-02 |
Robert Roebling | Document _ITEM_VALUE_CHANGED and implmement it equally... |
blob | commitdiff | raw | diff to current |
2007-09-20 |
Robert Roebling | Patch from Bo for new selection API and impl. of GetCol... |
blob | commitdiff | raw | diff to current |
2007-09-18 |
Julian Smart | Fixed compilo |
blob | commitdiff | raw | diff to current |
2007-09-14 |
Vadim Zeitlin | fix some harmless warnings (last two parts of patch... |
blob | commitdiff | raw | diff to current |
2007-09-13 |
Robert Roebling | Add wxDataViewCtrl::GetColumnPosition() stubs |
blob | commitdiff | raw | diff to current |
2007-09-13 |
Robert Roebling | Add wxDataViewCtrl::GetSortingColumn() stubs |
blob | commitdiff | raw | diff to current |
2007-09-01 |
Robert Roebling | Patch from Bo for new API, various fixes, live update... |
blob | commitdiff | raw | diff to current |
2007-08-29 |
Robert Roebling | Patch from Bo, implements mouse hover, default sort |
blob | commitdiff | raw | diff to current |
2007-08-28 |
Robert Roebling | Minor correction, use wxCHECK |
blob | commitdiff | raw | diff to current |
2007-08-28 |
Robert Roebling | Fix from Bo |
blob | commitdiff | raw | diff to current |
2007-08-28 |
Robert Roebling | Applied patch from Bo, WIP |
blob | commitdiff | raw | diff to current |
2007-08-27 |
Robert Roebling | restored expanders |
blob | commitdiff | raw | diff to current |
2007-08-26 |
Robert Roebling | Patch from Bo for recent API changes |
blob | commitdiff | raw | diff to current |
2007-08-25 |
Robert Roebling | Set/GetExpanderColumn() should use wxDataViewColumn... |
blob | commitdiff | raw | diff to current |
2007-08-24 |
Robert Roebling | Correct signature of HitTest() |
blob | commitdiff | raw | diff to current |
2007-08-24 |
Robert Roebling | Minor API changes |
blob | commitdiff | raw | diff to current |
2007-08-22 |
Robert Roebling | correct copyright |
blob | commitdiff | raw | diff to current |
2007-08-20 |
Robert Roebling | Patch from Bo, adapt generic code to new API, add GetIt... |
blob | commitdiff | raw | diff to current |
2007-08-19 |
Robert Roebling | Change EnsureVisble() to including column parameter... |
blob | commitdiff | raw | diff to current |
2007-08-19 |
Robert Roebling | Bo's patch adding Selection API and some more changes... |
blob | commitdiff | raw | diff to current |
2007-08-18 |
Julian Smart | Compile fix |
blob | commitdiff | raw | diff to current |
2007-08-07 |
Julian Smart | compile and warning fixes |
blob | commitdiff | raw | diff to current |
2007-08-03 |
Vadim Zeitlin | sorting support for generic version (patch 1765087... |
blob | commitdiff | raw | diff to current |
2007-07-27 |
Vadim Zeitlin | yet another compilation fix for ItemDeleted |
blob | commitdiff | raw | diff to current |
2007-07-27 |
Vadim Zeitlin | and another compilation fix for ItemDeleted() from Bo |
blob | commitdiff | raw | diff to current |
2007-07-27 |
Vadim Zeitlin | real compilation fix for ItemDeleted() |
blob | commitdiff | raw | diff to current |
2007-07-27 |
Vadim Zeitlin | compilation fix for ItemDeleted() |
blob | commitdiff | raw | diff to current |
2007-07-25 |
Robert Roebling | Patch from Bo, implement sorting in wxDVC |
blob | commitdiff | raw | diff to current |
2007-07-24 |
Robert Roebling | Patch from Bo to optimize FindNode() in internal tree... |
blob | commitdiff | raw | diff to current |
2007-07-16 |
Robert Roebling | Use wxDataViewItem, not row to index |
blob | commitdiff | raw | diff to current |
2007-07-16 |
Robert Roebling | change wxDataViewItem id to void* |
blob | commitdiff | raw | diff to current |
2007-07-16 |
Robert Roebling | Patch from Bo for generic wxDataViewCtrl |
blob | commitdiff | raw | diff to current |
2007-07-13 |
Robert Roebling | More patches from Bo, reduced wxDataViewModel, more... |
blob | commitdiff | raw | diff to current |
2007-07-12 |
Robert Roebling | Bo's patch for generic code, more sorting code, WIP |
blob | commitdiff | raw | diff to current |
2007-07-09 |
Robert Roebling | Bo'd patch to make wxDataViewCtrl compile again (4th... |
blob | commitdiff | raw | diff to current |
2007-04-18 |
Robert Roebling | Corrected/implemented sorting (by way of clicking on |
blob | commitdiff | raw | diff to current |
2007-04-17 |
Robert Roebling | Implemented the same simple API for creating customized |
blob | commitdiff | raw | diff to current |
2007-04-16 |
Robert Roebling | Rewritten in-place editing for generic wxDataViewCtrl |
blob | commitdiff | raw | diff to current |
2007-04-14 |
Václav Slavík | removed extra semicolons (patch #1700459; fixes compila... |
blob | commitdiff | raw | diff to current |
2007-03-15 |
Václav Slavík | fixed wxDataViewCtrl compilation with DigitalMars |
blob | commitdiff | raw | diff to current |
2007-03-07 |
Vadim Zeitlin | fix warning about non-dllexport'ed base wxDataViewHeade... |
blob | commitdiff | raw | diff to current |
2007-03-07 |
Vadim Zeitlin | wxMSWGetColumnClicked must be dllexport'd to be used... |
blob | commitdiff | raw | diff to current |
2007-02-28 |
Chris Elliott | fix for MSVC see sf bug 1669419 |
blob | commitdiff | raw | diff to current |
2007-02-23 |
Robert Roebling | FM small patch for wxDataViewCtrl compilation |
blob | commitdiff | raw | diff to current |
2007-02-23 |
Robert Roebling | [ 1665996 ] Fixes/extensions to wxDataViewCtrl |
blob | commitdiff | raw | diff to current |
next |