2011-01-06 |
Václav Slavík | Fix typo and a leftover. |
blob | commitdiff | raw |
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 |
2008-12-17 |
Vadim Zeitlin | made wxHeaderCtrl::GetColumn() const to get rid of... |
blob | commitdiff | raw | diff to current |
2008-12-16 |
Robert Roebling | Fixes #10246: wxDataViewCtrl - first row does not react... |
blob | commitdiff | raw | diff to current |
2008-12-16 |
Robert Roebling | Fixes #10247: wxDataViewCtrl - event is generated when... |
blob | commitdiff | raw | diff to current |
2008-12-16 |
Robert Roebling | Added wxDataViewCtrl::IsExpanded(item) |
blob | commitdiff | raw | diff to current |
2008-12-11 |
Vadim Zeitlin | extract setters from wxHeaderColumnBase into a separate... |
blob | commitdiff | raw | diff to current |
2008-12-10 |
Vadim Zeitlin | added EVT_HEADER_DRAGGING_CANCELLED event sent when... |
blob | commitdiff | raw | diff to current |
2008-12-10 |
Vadim Zeitlin | implement column reordering support in wxMSW wxHeaderCt... |
blob | commitdiff | raw | diff to current |
2008-12-08 |
Vadim Zeitlin | restore sorting functionality of the generic wxDataView... |
blob | commitdiff | raw | diff to current |
2008-12-08 |
Vadim Zeitlin | don't allow resizing non-resizeable columns in wxHeader... |
blob | commitdiff | raw | diff to current |
2008-12-08 |
Vadim Zeitlin | honour column min width when resizing in wxHeaderCtrl... |
blob | commitdiff | raw | diff to current |
2008-12-08 |
Vadim Zeitlin | rename wxHeaderCtrl DRAG events into RESIZE ones as... |
blob | commitdiff | raw | diff to current |
2008-12-08 |
Vadim Zeitlin | don't take EVT_HEADER_END_DRAG into account if it indic... |
blob | commitdiff | raw | diff to current |
2008-12-08 |
Vadim Zeitlin | implement column resizing events in wxHeaderCtrl |
blob | commitdiff | raw | diff to current |
2008-12-08 |
Vadim Zeitlin | add wxEVT_COMMAND_HEADER_SEPARATOR_DCLICK and semi... |
blob | commitdiff | raw | diff to current |
2008-12-08 |
Vadim Zeitlin | implement click events in wxHeaderCtrl |
blob | commitdiff | raw | diff to current |
2008-12-07 |
Vadim Zeitlin | - Rewrite wxHeaderCtrl to be virtual-like: even if... |
blob | commitdiff | raw | diff to current |
2008-12-03 |
Vadim Zeitlin | extract (and expand and clean up and document) the... |
blob | commitdiff | raw | diff to current |
2008-11-02 |
Vadim Zeitlin | replace wx_{const,static,reinterpret}_cast with their... |
blob | commitdiff | raw | diff to current |
2008-10-21 |
Robert Roebling | Correct TAB handling for generic wxDataViewCtrl |
blob | commitdiff | raw | diff to current |
2008-10-20 |
Vadim Zeitlin | a couple of more left over Borland unused variable... |
blob | commitdiff | raw | diff to current |
2008-10-20 |
Vadim Zeitlin | fix more Borland release build warnings about unused... |
blob | commitdiff | raw | diff to current |
2008-10-10 |
Robert Roebling | Fix crash again |
blob | commitdiff | raw | diff to current |
2008-10-10 |
Robert Roebling | Fix crash with NULL pointer dereferencing |
blob | commitdiff | raw | diff to current |
2008-10-09 |
Robert Roebling | implement GetSizeAvailableForScrollTarget |
blob | commitdiff | raw | diff to current |
next |