2009-12-19 |
Vadim Zeitlin | Corrections to expander position calculations and drawi... |
blob | commitdiff | raw |
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 |
2008-09-05 |
Robert Roebling | Fix #9940: wxDataViewCtrl left/right arrow press crash |
blob | commitdiff | raw | diff to current |
2008-08-30 |
Vadim Zeitlin | fix some (harmless) mingw32 4.3 warnings |
blob | commitdiff | raw | diff to current |
2008-08-03 |
Vadim Zeitlin | compilation after last commit: semicolon after wxDELETE... |
blob | commitdiff | raw | diff to current |
2008-06-11 |
Robert Roebling | #9559 DataViewCtrl wrong behaviour with reordering... |
blob | commitdiff | raw | diff to current |
2008-06-09 |
Robert Roebling | blind fix for: #9549: crash in wxDataViewMainWindow... |
blob | commitdiff | raw | diff to current |
2008-05-27 |
Robert Roebling | Use wxList::DeleteContents() to delete columns |
blob | commitdiff | raw | diff to current |
2008-05-23 |
Vadim Zeitlin | fix MSVC warnings about conversions between pointers... |
blob | commitdiff | raw | diff to current |
2008-05-21 |
Robert Roebling | Added InsertColumn( pos, col ), some reformating |
blob | commitdiff | raw | diff to current |
2008-05-20 |
Robert Roebling | Commit mem leak fix I introduced |
blob | commitdiff | raw | diff to current |
2008-05-20 |
Robert Roebling | Fix mem corruption due to string no longer being in... |
blob | commitdiff | raw | diff to current |
2008-05-20 |
Robert Roebling | Don't make lines narrower that default line height... |
blob | commitdiff | raw | diff to current |
2008-05-16 |
Robert Roebling | Correct vert alignment |
blob | commitdiff | raw | diff to current |
2008-05-16 |
Robert Roebling | ignore invisble columns in height calculation |
blob | commitdiff | raw | diff to current |
2008-05-16 |
Robert Roebling | Option for variable line heights (MSW and GTK+ sofar) |
blob | commitdiff | raw | diff to current |
2008-04-14 |
Robert Roebling | Support bitmaps and text and header columns using wxIma... |
blob | commitdiff | raw | diff to current |
2008-04-14 |
Robert Roebling | Added bitmap support to column header |
blob | commitdiff | raw | diff to current |
2008-04-08 |
Robert Roebling | Adapt MSW's renderer's alignment to use column header... |
blob | commitdiff | raw | diff to current |
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 |
next |