2011-08-07 |
Václav Slavík | Use ChangeCurrentRow() in wxDataViewMainWindow::ItemDel... |
blob | commitdiff | raw |
2011-08-07 |
Václav Slavík | Clean up wxDataViewMainWindow::ItemDeleted() a bit. |
blob | commitdiff | raw | diff to current |
2011-08-07 |
Václav Slavík | wxDataViewSelection private type doesn't need to be... |
blob | commitdiff | raw | diff to current |
2011-08-07 |
Václav Slavík | Remove unused ItemList type from datavgen.cpp. |
blob | commitdiff | raw | diff to current |
2011-07-25 |
Steve Lamerton | Merge in from trunk r67662 to r64801 |
blob | commitdiff | raw | diff to current |
2011-07-21 |
Vadim Zeitlin | Send wxEVT_COMMAND_DATAVIEW_COLUMN_SORTED for generic... |
blob | commitdiff | raw | diff to current |
2011-07-21 |
Vadim Zeitlin | Fix drawing of expander columns not at 0 position in... |
blob | commitdiff | raw | diff to current |
2011-07-21 |
Vadim Zeitlin | Correct test for maximal row index in generic wxDataVie... |
blob | commitdiff | raw | diff to current |
2011-07-19 |
Vadim Zeitlin | Refresh the old current row when right clicking in... |
blob | commitdiff | raw | diff to current |
2011-07-09 |
Vadim Zeitlin | Refresh the generic wxDataViewCtrl header if it was... |
blob | commitdiff | raw | diff to current |
2011-06-29 |
Vadim Zeitlin | Change the loop condition to avoid comparing unsigned... |
blob | commitdiff | raw | diff to current |
2011-06-07 |
Vadim Zeitlin | Add wxDataViewCtrl::SetRowHeight() and provide its... |
blob | commitdiff | raw | diff to current |
2011-05-03 |
Dimitri Schoolwerth | Replaced Ok() occurrences with IsOk() throughout trunk. |
blob | commitdiff | raw | diff to current |
2011-04-23 |
Vadim Zeitlin | Don't generate wxEVT_COMMAND_DATAVIEW_CACHE_HINT for... |
blob | commitdiff | raw | diff to current |
2011-04-22 |
Václav Slavík | Return wxWindow* from wxDataViewCustomRenderer::CreateE... |
blob | commitdiff | raw | diff to current |
2011-03-23 |
Václav Slavík | Only react to clicks on the checkbox in wxDataViewToggl... |
blob | commitdiff | raw | diff to current |
2011-03-09 |
Vadim Zeitlin | Send wxEVT_COMMAND_DATAVIEW_CACHE_HINT to proper window. |
blob | commitdiff | raw | diff to current |
2011-03-01 |
Václav Slavík | Pass wxRect/wxPoint arguments to wxDataViewCustomRender... |
blob | commitdiff | raw | diff to current |
2011-02-28 |
Václav Slavík | Toggle checkboxes in generic wxDataViewCtrl with single... |
blob | commitdiff | raw | diff to current |
2011-02-28 |
Václav Slavík | Get rid of WXGetAsCustom(). |
blob | commitdiff | raw | diff to current |
2011-02-28 |
Václav Slavík | wxDataViewCtrl: Fully prepare renderer for Activate... |
blob | commitdiff | raw | diff to current |
2011-01-31 |
Václav Slavík | Fix vertical rules rendering in generic wxDataViewCtrl. |
blob | commitdiff | raw | diff to current |
2011-01-24 |
Václav Slavík | Remove incorrect comment. |
blob | commitdiff | raw | diff to current |
2011-01-22 |
Václav Slavík | wxDataViewCtrl: fix autosized columns recalculation. |
blob | commitdiff | raw | diff to current |
2011-01-06 |
Václav Slavík | Fix typo and a leftover. |
blob | commitdiff | raw | diff to current |
2010-12-21 |
Robert Roebling | Don't let anything, such as pressing F2, start editing... |
blob | commitdiff | raw | diff to current |
2010-12-21 |
Robert Roebling | model column and index of column in the dataview can... |
blob | commitdiff | raw | diff to current |
2010-12-19 |
Vadim Zeitlin | Add the possibility to disable invisible wxDataViewCtrl... |
blob | commitdiff | raw | diff to current |
2010-11-24 |
Vadim Zeitlin | Skip mouse events outside of item area in wxDataViewCtrl. |
blob | commitdiff | raw | diff to current |
2010-11-03 |
Vadim Zeitlin | Set column field of wxDVC ITEM_{ACTIVATED,CONTEXT_MENU... |
blob | commitdiff | raw | diff to current |
2010-11-03 |
Vadim Zeitlin | Optimize wxDataViewMainWindow::FindNode() in generic... |
blob | commitdiff | raw | diff to current |
2010-11-03 |
Vadim Zeitlin | Don't copy potentially big arrays in generic wxDataView... |
blob | commitdiff | raw | diff to current |
2010-10-30 |
Václav Slavík | For large dataview controls, don't use all items to... |
blob | commitdiff | raw | diff to current |
2010-10-30 |
Václav Slavík | Add wxDataViewRendererBase::PrepareForItem() helper. |
blob | commitdiff | raw | diff to current |
2010-10-30 |
Václav Slavík | Account for text attrs in generic wxDataViewCtrl's... |
blob | commitdiff | raw | diff to current |
2010-10-30 |
Václav Slavík | Add optional columns autosizing to wxDataViewCtrl. |
blob | commitdiff | raw | diff to current |
2010-10-23 |
Robert Roebling | wxDataViewCtrl::Expand() only works on items whose... |
blob | commitdiff | raw | diff to current |
2010-10-23 |
Robert Roebling | Set focus to generic wxDataViewCtrl when clicking with... |
blob | commitdiff | raw | diff to current |
2010-10-15 |
Vadim Zeitlin | Clear selection when generic wxDataViewCtrl is cleared. |
blob | commitdiff | raw | diff to current |
2010-09-30 |
Vadim Zeitlin | No changes whatsoever, just remove trailing whitespace. |
blob | commitdiff | raw | diff to current |
2010-08-10 |
Vadim Zeitlin | Add wxDataViewCtrl::{Set,Get}CurrentItem(). |
blob | commitdiff | raw | diff to current |
2010-08-08 |
Vadim Zeitlin | Add name argument to wxDataViewCtrl ctor for consistency. |
blob | commitdiff | raw | diff to current |
2010-08-06 |
Václav Slavík | Fix DnD in generic wxDataViewCtrl when scrolled. |
blob | commitdiff | raw | diff to current |
2010-07-29 |
Václav Slavík | Fix wxDataViewCtrl to omit expander space for all kinds... |
blob | commitdiff | raw | diff to current |
2010-07-27 |
Robert Roebling | Let wxMSW report wxDataViewCustomRenderer::LeftClick... |
blob | commitdiff | raw | diff to current |
2010-07-23 |
Vadim Zeitlin | Don't assert in wxDataViewCtrl::ItemDeleted() if item... |
blob | commitdiff | raw | diff to current |
2010-07-14 |
Vadim Zeitlin | Generate key events in generic wxDataViewCtrl implement... |
blob | commitdiff | raw | diff to current |
2010-06-20 |
Vadim Zeitlin | Fix activation handling in generic wxDataViewCtrl rende... |
blob | commitdiff | raw | diff to current |
2010-06-10 |
Robert Roebling | Make wxDataViewCtrl::GetColumnPosition() return the... |
blob | commitdiff | raw | diff to current |
2010-02-04 |
Vadim Zeitlin | Fix selection event sending for Ctrl-click in generic... |
blob | commitdiff | raw | diff to current |
2009-12-19 |
Vadim Zeitlin | Corrections to expander position calculations and drawi... |
blob | commitdiff | raw | diff to current |
2009-12-19 |
Vadim Zeitlin | Correct selection/drop highlight rectangles width in... |
blob | commitdiff | raw | diff to current |
2009-12-19 |
Vadim Zeitlin | Always draw standard-sized checkboxes in generic wxData... |
blob | commitdiff | raw | diff to current |
2009-12-14 |
Vadim Zeitlin | Avoid painting generic wxDataViewCtrl if it has no... |
blob | commitdiff | raw | diff to current |
2009-11-16 |
Robert Roebling | Always set focus to the item selected using Select() |
blob | commitdiff | raw | diff to current |
2009-11-13 |
Robert Roebling | Also update focus rect when changing selection in singl... |
blob | commitdiff | raw | diff to current |
2009-11-13 |
Robert Roebling | Reset m_underMouse anytime the display is changed progr... |
blob | commitdiff | raw | diff to current |
2009-11-10 |
Vadim Zeitlin | Allow custom wxDataViewCtrl renderers to easily use... |
blob | commitdiff | raw | diff to current |
2009-11-10 |
Vadim Zeitlin | Big wxDataViewCtrl renderer classes refactoring. |
blob | commitdiff | raw | diff to current |
2009-11-06 |
Vadim Zeitlin | Prefer to use standard selection colour in wxDataViewCu... |
blob | commitdiff | raw | diff to current |
2009-10-23 |
Vadim Zeitlin | Add wxDataViewModel::ChangeValue() and use it in wxDVC... |
blob | commitdiff | raw | diff to current |
2009-10-16 |
Vadim Zeitlin | Add ellipsization support to wxDataViewCtrl. |
blob | commitdiff | raw | diff to current |
2009-10-15 |
Vadim Zeitlin | Correct cell alignment computation for too small column... |
blob | commitdiff | raw | diff to current |
2009-10-15 |
Vadim Zeitlin | Use correct colour for selected items in generic wxDVC. |
blob | commitdiff | raw | diff to current |
2009-10-12 |
Vadim Zeitlin | Implement attributes support in generic wxDataViewIconT... |
blob | commitdiff | raw | diff to current |
2009-10-12 |
Vadim Zeitlin | Make generic wxDataViewProgressRenderer fill the entire... |
blob | commitdiff | raw | diff to current |
2009-10-12 |
Vadim Zeitlin | Handle cell alignment in the renderer itself in generic... |
blob | commitdiff | raw | diff to current |
2009-10-12 |
Vadim Zeitlin | Remove wxDataViewTextRendererAttr by merging it with... |
blob | commitdiff | raw | diff to current |
2009-09-26 |
Vadim Zeitlin | Don't hard code white background colour in generic... |
blob | commitdiff | raw | diff to current |
2009-08-21 |
Vadim Zeitlin | No changes, just removed hard tabs and trailing white... |
blob | commitdiff | raw | diff to current |
2009-07-23 |
Vadim Zeitlin | Globally replace _T() with wxT(). |
blob | commitdiff | raw | diff to current |
2009-07-05 |
Vadim Zeitlin | added EVT_DATAVIEW_CACHE_HINT event (closes #9891) |
blob | commitdiff | raw | diff to current |
2009-06-18 |
Robert Roebling | Also fixed Clear() in the generic control |
blob | commitdiff | raw | diff to current |
2009-06-16 |
Robert Roebling | Many more corrections and clarifications to virtual... |
blob | commitdiff | raw | diff to current |
2009-06-11 |
Robert Roebling | In virtual list mode, map first row to 1, not to 0... |
blob | commitdiff | raw | diff to current |
2009-06-01 |
Robert Roebling | Closes #10495: wxDataViewCtrl needs a way to start... |
blob | commitdiff | raw | diff to current |
2009-03-14 |
Vadim Zeitlin | fix warning about needless comparison of unsigned with 0 |
blob | commitdiff | raw | diff to current |
2009-03-14 |
Vadim Zeitlin | remove stray debugging printf |
blob | commitdiff | raw | diff to current |
2009-03-08 |
Robert Roebling | Commit most parts of #10495 wxDataViewCtrl needs a... |
blob | commitdiff | raw | diff to current |
2009-03-08 |
Robert Roebling | Fixes #10556: wxDataViewCtrl keyboard navigation broken... |
blob | commitdiff | raw | diff to current |
2009-03-06 |
Francesco Montorsi | don't return hardcoded constants for empty renderers... |
blob | commitdiff | raw | diff to current |
2009-03-06 |
Robert Roebling | Correct minor bishaviours in Expand() and Collapse() |
blob | commitdiff | raw | diff to current |
2009-03-06 |
Francesco Montorsi | Indentation/coding style adjustments. |
blob | commitdiff | raw | diff to current |
2009-03-05 |
Francesco Montorsi | improve look of wxDataViewCtrl and of its renderer... |
blob | commitdiff | raw | diff to current |
2009-02-15 |
Francesco Montorsi | use YieldFor() in wxTopLevelWindowGTK::RequestUserAtten... |
blob | commitdiff | raw | diff to current |
2009-02-09 |
Robert Roebling | Fixes #10454, Applied patch for wxDataViewCtrl should... |
blob | commitdiff | raw | diff to current |
2009-02-08 |
Vadim Zeitlin | add wx-prefixed and semicolon-requiring versions of... |
blob | commitdiff | raw | diff to current |
2009-01-23 |
Vadim Zeitlin | add missing wxUSE_DRAG_AND_DROP checks |
blob | commitdiff | raw | diff to current |
2009-01-22 |
Robert Roebling | Override GetDefaultBorder, currently changes nothing |
blob | commitdiff | raw | diff to current |
2009-01-21 |
Robert Roebling | Add visual drag hint |
blob | commitdiff | raw | diff to current |
2009-01-21 |
Robert Roebling | Add drop hint |
blob | commitdiff | raw | diff to current |
2009-01-21 |
Robert Roebling | Implement simple Drop, doesn't work under wxMSW (?) |
blob | commitdiff | raw | diff to current |
2009-01-20 |
Robert Roebling | Implement simple drag |
blob | commitdiff | raw | diff to current |
2009-01-20 |
Robert Roebling | FindNode() must return m_root for wxDataViewItem(0) |
blob | commitdiff | raw | diff to current |
2009-01-20 |
Robert Roebling | Skeleton for generic Drag code |
blob | commitdiff | raw | diff to current |
2009-01-14 |
Robert Roebling | Fixes #10382: Memory leak in wxDataViewMainWindow:... |
blob | commitdiff | raw | diff to current |
2008-12-23 |
Robert Roebling | Add wxDataViewCtrl::ExpandAncestors() and call it from... |
blob | commitdiff | raw | diff to current |
2008-12-20 |
Robert Roebling | Call Expand on an item's parent chain in EnsureVisible |
blob | commitdiff | raw | diff to current |
2008-12-19 |
Robert Roebling | Fixes #10288: wxDataViewCtrl missing selection change... |
blob | commitdiff | raw | diff to current |
2008-12-18 |
Robert Roebling | Recalculate display (and scrollbars etc) before calling... |
blob | commitdiff | raw | diff to current |
next |