2008-06-14 |
Vadim Zeitlin | fix ANSI mode build |
blob | commitdiff | raw |
2008-05-27 |
Robert Roebling | Use wxList::DeleteContents() to delete columns |
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-16 |
Robert Roebling | Option for variable line heights (MSW and GTK+ sofar) |
blob | commitdiff | raw | diff to current |
2008-04-12 |
Robert Roebling | Fix crash when deleting node |
blob | commitdiff | raw | diff to current |
2008-04-12 |
Robert Roebling | Corrected/added support for column headers with icon... |
blob | commitdiff | raw | diff to current |
2008-04-11 |
Robert Roebling | Add test for context menu, fixed mem leak, fixed focus... |
blob | commitdiff | raw | diff to current |
2008-04-08 |
Robert Roebling | By default, align renderers as column header under... |
blob | commitdiff | raw | diff to current |
2008-04-07 |
Robert Roebling | Split wxDataViewVirtualModel fork wxDataViewIndexModel... |
blob | commitdiff | raw | diff to current |
2008-04-06 |
Robin Dunn | use the same constant the other ports use instead of... |
blob | commitdiff | raw | diff to current |
2008-04-05 |
Robert Roebling | Always interpret a column width of -1 as 80 until somth... |
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-03-28 |
Vadim Zeitlin | fix gcc warning about assigning -1 to a guint |
blob | commitdiff | raw | diff to current |
2008-03-25 |
Vadim Zeitlin | several g++ 4 warning fixes |
blob | commitdiff | raw | diff to current |
2008-02-14 |
Vadim Zeitlin | I got too tired of seeing these unused parameters warni... |
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-10 |
Paul Cornett | don't use the same parameter name twice, HP compiler... |
blob | commitdiff | raw | diff to current |
2007-12-30 |
Paul Cornett | non-pch build fix |
blob | commitdiff | raw | diff to current |
2007-12-30 |
Robert Roebling | initial drag interface for wxDataViewCtrl |
blob | commitdiff | raw | diff to current |
2007-12-29 |
Robert Roebling | wxDataViewCtrl DnD stubs, some reformating |
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-19 |
Vadim Zeitlin | fix for ANSI mode build (patch 1853001) |
blob | commitdiff | raw | diff to current |
2007-12-17 |
Robert Roebling | Added wxDataViewListIndexModel::Reset(), clarified... |
blob | commitdiff | raw | diff to current |
2007-12-16 |
Robert Roebling | Implemented (for GTK+) and tested dataview_context_menu... |
blob | commitdiff | raw | diff to current |
2007-12-03 |
Robert Roebling | Add support for wxDC_ROW_LINES for GTK+ and OS X |
blob | commitdiff | raw | diff to current |
2007-12-01 |
Robert Roebling | compilation fix and fewer warnings |
blob | commitdiff | raw | diff to current |
2007-11-30 |
Robert Roebling | DC reorganization |
blob | commitdiff | raw | diff to current |
2007-11-29 |
Václav Slavík | 1. added wxEvtHandler::SafelyProcessEvent() and wxWindo... |
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-27 |
Václav Slavík | removed trailing whitespace |
blob | commitdiff | raw | diff to current |
2007-11-18 |
Robert Roebling | Implement wxGTK internal short-cut for wxDataViewIndexL... |
blob | commitdiff | raw | diff to current |
2007-11-14 |
Robert Roebling | Further wxDC changes |
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-25 |
Paul Cornett | build fixes |
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 | Use a private GtkCellRendererText for rendering text... |
blob | commitdiff | raw | diff to current |
2007-10-22 |
Robert Roebling | Correctly set item in wxDataViewRenderer::Activate() |
blob | commitdiff | raw | diff to current |
2007-10-20 |
Robert Roebling | Added wxDataViewCustomRenderer::RenderText() for render... |
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-16 |
Robert Roebling | Add wxDataViewTreeStore with sample |
blob | commitdiff | raw | diff to current |
2007-10-12 |
Robert Roebling | Implemented HasContainerColumns() for GTK+ |
blob | commitdiff | raw | diff to current |
2007-10-07 |
Václav Slavík | compilation fixes for x86_64; use wxLogDebug instead... |
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-14 |
Robert Roebling | Implement wxDataViewCtrl::GetSortingColumn() and relate... |
blob | commitdiff | raw | diff to current |
2007-09-14 |
Robert Roebling | Implement and test _HEADER_RIGHT_CLICK event for GTK+ |
blob | commitdiff | raw | diff to current |
2007-09-14 |
Robert Roebling | Implement and test wxDataViewCtrl::GetColumnPosition... |
blob | commitdiff | raw | diff to current |
2007-09-14 |
Robert Roebling | API change: a single SELECTION_CHANGED not lots of... |
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-08-31 |
Robert Roebling | Added wxDataViewModel::GetChildren() (removed GetSiblin... |
blob | commitdiff | raw | diff to current |
2007-08-29 |
Robert Roebling | add wxDataViewIconTextRenderer |
blob | commitdiff | raw | diff to current |
2007-08-26 |
Robert Roebling | Move column organizing code to ports, away from common... |
blob | commitdiff | raw | diff to current |
2007-08-25 |
Robert Roebling | added Collapse() and Expand() |
blob | commitdiff | raw | diff to current |
2007-08-25 |
Robert Roebling | implement editing_started and _done events for GTK... |
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 | Added logic, API and docs for wxDataViewModel::HasDefau... |
blob | commitdiff | raw | diff to current |
2007-08-22 |
Robert Roebling | Don't always sort array containing item, just upon... |
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 | Implement selection API and events |
blob | commitdiff | raw | diff to current |
2007-08-19 |
Robert Roebling | Implement ...COLUMN_SORTED event |
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 | Implemented and tested EXPANDED etc events for wxGTK... |
blob | commitdiff | raw | diff to current |
2007-08-19 |
Robert Roebling | change wxDataViewModel::Compare() to including column... |
blob | commitdiff | raw | diff to current |
2007-08-16 |
Robert Roebling | removed Set/GetSortAscending from wxDataViewModel and... |
blob | commitdiff | raw | diff to current |
2007-07-25 |
Robert Roebling | Small correction |
blob | commitdiff | raw | diff to current |
2007-07-25 |
Robert Roebling | ItemDeleted now has (parent, item) |
blob | commitdiff | raw | diff to current |
2007-07-25 |
Robert Roebling | make wxDataViewCtrl in STL mode |
blob | commitdiff | raw | diff to current |
2007-07-24 |
Robert Roebling | Patch from Bo to speed up FindNode() in internal data... |
blob | commitdiff | raw | diff to current |
2007-07-24 |
Robert Roebling | Don't send events when expanding internally, only after... |
blob | commitdiff | raw | diff to current |
2007-07-24 |
Robert Roebling | Send events from port-specific code, not common code... |
blob | commitdiff | raw | diff to current |
2007-07-21 |
Robert Roebling | added wxDataViewIndexListModel and sample |
blob | commitdiff | raw | diff to current |
2007-07-20 |
Robert Roebling | Optimise internal sorting datastructure |
blob | commitdiff | raw | diff to current |
2007-07-20 |
Robert Roebling | Renamed HasChildren() to IsContainer(), added GetParent... |
blob | commitdiff | raw | diff to current |
2007-07-20 |
Robert Roebling | Fix for crash when opening empty node |
blob | commitdiff | raw | diff to current |
2007-07-18 |
Robert Roebling | Completed sorting in wxDataViewCtrl |
blob | commitdiff | raw | diff to current |
2007-07-18 |
Robert Roebling | First work at resort with header click |
blob | commitdiff | raw | diff to current |
2007-07-18 |
Robert Roebling | First actual sorting for wxDataViewCtrl |
blob | commitdiff | raw | diff to current |
2007-07-17 |
Robert Roebling | Some code renaming to avoid confusion. Test editable... |
blob | commitdiff | raw | diff to current |
2007-07-16 |
Robert Roebling | change wxDataViewItem id to void* |
blob | commitdiff | raw | diff to current |
2007-07-15 |
Robert Roebling | Add test for deleting item from wxDataViewCtrl |
blob | commitdiff | raw | diff to current |
2007-07-14 |
Robert Roebling | Made wxDataViewCtrl sample use a real, expandabl data... |
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 | More work on sorting in wxDataViewCtrl |
blob | commitdiff | raw | diff to current |
2007-07-09 |
Robert Roebling | Add GtkSortableIface stubs |
blob | commitdiff | raw | diff to current |
2007-07-05 |
Robert Roebling | wxDataViewCtrl can show tree/list music sample. |
blob | commitdiff | raw | diff to current |
2007-07-05 |
Robert Roebling | Getting closer to working tree/list wxDataViewCtrl. |
blob | commitdiff | raw | diff to current |
2007-07-05 |
Robert Roebling | New API for wxdataViewCtrl (doesn't run yet). |
blob | commitdiff | raw | diff to current |
2007-06-01 |
Vadim Zeitlin | compilation fix: wxColour::GetColor() returns const... |
blob | commitdiff | raw | diff to current |
2007-06-01 |
Vadim Zeitlin | suppress warnings about void* to uint conversion losing... |
blob | commitdiff | raw | diff to current |
2007-05-30 |
Robert Roebling | Experimenting with cell attributes. |
blob | commitdiff | raw | diff to current |
2007-05-30 |
Robert Roebling | Implement for selection code. |
blob | commitdiff | raw | diff to current |
2007-05-28 |
Robert Roebling | Removed wxDataViewViewColumn since it is redundant. |
blob | commitdiff | raw | diff to current |
2007-05-09 |
Robert Roebling | GTK+ cell renderers are not widget, so use a |
blob | commitdiff | raw | diff to current |
2007-04-24 |
Robert Roebling | Use child's listmodelnotifier's destructor (by overlo... |
blob | commitdiff | raw | diff to current |
2007-04-24 |
Robert Roebling | Correct MVC update region in GTK+ native version |
blob | commitdiff | raw | diff to current |
2007-04-24 |
Robert Roebling | Change SetValue( wxVariant &value ) to |
blob | commitdiff | raw | diff to current |
2007-04-23 |
Vadim Zeitlin | remove wxWindow::m_needParent and use GTKNeedsParent... |
blob | commitdiff | raw | diff to current |
next |