2009-02-28 |
Vadim Zeitlin | compilation fixes for ANSI mode build (closes #10518) |
blob | commitdiff | raw |
2009-02-13 |
Robert Roebling | More GTK prefixing for internal methods |
blob | commitdiff | raw | diff to current |
2009-01-23 |
Robert Roebling | Don't always show the vertical scrollbar |
blob | commitdiff | raw | diff to current |
2009-01-21 |
Robert Roebling | Reinitialise wxDataViewCustomRenderer's DC every time |
blob | commitdiff | raw | diff to current |
2009-01-21 |
Robert Roebling | iter = NULL in iter_n_children() means root |
blob | commitdiff | raw | diff to current |
2009-01-21 |
Robert Roebling | Copy and paste error |
blob | commitdiff | raw | diff to current |
2009-01-20 |
Paul Cornett | build fixes and cleanup |
blob | commitdiff | raw | diff to current |
2009-01-20 |
Robert Roebling | Add event based Drop API |
blob | commitdiff | raw | diff to current |
2009-01-20 |
Robert Roebling | Simplified event based Drag API for wxDataViewCtrl |
blob | commitdiff | raw | diff to current |
2009-01-19 |
Robert Roebling | New eventb based Drag interface for wxDataViewCtrl |
blob | commitdiff | raw | diff to current |
2009-01-19 |
Vadim Zeitlin | don't use annoying and unneeded in C++ casts of NULL... |
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-17 |
Robert Roebling | Correct wxDataViewCtrl::IsExpanded and add test for it |
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-07 |
Vadim Zeitlin | restore sorting functionality broken by r57161 |
blob | commitdiff | raw | diff to current |
2008-12-07 |
Vadim Zeitlin | compilation fix after r57161 |
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-07 |
Vadim Zeitlin | no changes, just remove trailing whitespace |
blob | commitdiff | raw | diff to current |
2008-11-10 |
Robert Roebling | Added wxChoice renderer to wxDataViewCtrl |
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-16 |
Václav Slavík | reverted broken changes from r56345 and r56349 |
blob | commitdiff | raw | diff to current |
2008-10-15 |
Václav Slavík | don't use deprecated gtk_object_sink(), replace it... |
blob | commitdiff | raw | diff to current |
2008-10-08 |
Robert Roebling | Forgot to set GtkIter stamp in Select() and friends |
blob | commitdiff | raw | diff to current |
2008-08-29 |
Paul Cornett | replace m_insertCallback with a virtual function, contr... |
blob | commitdiff | raw | diff to current |
2008-08-26 |
Paul Cornett | Hold a reference on m_widget for the life of the associ... |
blob | commitdiff | raw | diff to current |
2008-06-14 |
Vadim Zeitlin | fix ANSI mode build |
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-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 |
next |