2009-07-05 |
Vadim Zeitlin | added EVT_DATAVIEW_CACHE_HINT event (closes #9891) |
blob | commitdiff | raw |
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 |
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 |
next |