2010-06-20 |
Vadim Zeitlin | Use wxDELETE() and wxDELETEA() when possible. |
blob | commitdiff | raw |
2010-06-10 |
Robert Roebling | Make wxDataViewCtrl::GetColumnPosition() return the... |
blob | commitdiff | raw | diff to current |
2010-06-06 |
Vadim Zeitlin | Fix compilation errors in wxGTK wxDataViewCtrl in ANSI... |
blob | commitdiff | raw | diff to current |
2010-05-21 |
Robert Roebling | Second try to get wxDataViewChoiceByIndex and its name... |
blob | commitdiff | raw | diff to current |
2010-05-21 |
Vadim Zeitlin | Fix cast from pointer to int in wxDataViewCtrl. |
blob | commitdiff | raw | diff to current |
2010-05-20 |
Robert Roebling | Make GetIndexOf() and get_path() work for virtual list... |
blob | commitdiff | raw | diff to current |
2010-05-16 |
Robert Roebling | Allow calling iter_children with parent being NULL... |
blob | commitdiff | raw | diff to current |
2010-02-28 |
Vadim Zeitlin | Fix compilation with GTK+ 2.4. |
blob | commitdiff | raw | diff to current |
2009-11-15 |
Robert Roebling | Maybe fixed assertion when using built-in searching... |
blob | commitdiff | raw | diff to current |
2009-11-13 |
Robert Roebling | Don't use gtk_tree_model_get_path of the item is alread... |
blob | commitdiff | raw | diff to current |
2009-11-11 |
Vadim Zeitlin | Implement text ellipsizing for wxDataViewCustomRenderer... |
blob | commitdiff | raw | diff to current |
2009-11-10 |
Vadim Zeitlin | Add support for custom attributes to wxGTK wxDataViewCu... |
blob | commitdiff | raw | diff to current |
2009-11-10 |
Vadim Zeitlin | Correct text position in wxDataViewCustomRenderer:... |
blob | commitdiff | raw | diff to current |
2009-11-10 |
Vadim Zeitlin | Pass full cell rectangle to WXCallRender(). |
blob | commitdiff | raw | diff to current |
2009-11-10 |
Vadim Zeitlin | Add helper wxRectFromGDKRect() function and use it. |
blob | commitdiff | raw | diff to current |
2009-11-10 |
Vadim Zeitlin | No real changes, just remove some unnecessary casts. |
blob | commitdiff | raw | diff to current |
2009-11-10 |
Vadim Zeitlin | Avoid setting attributes in GTK wxDataViewRenderer... |
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-09 |
Vadim Zeitlin | Fix fatal bug when changing wxDataViewCtrl model in... |
blob | commitdiff | raw | diff to current |
2009-10-24 |
Vadim Zeitlin | No real changes, just make wxDataViewCtrl::Init() priva... |
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-16 |
Vadim Zeitlin | Implement icon text column using native GTK renderers... |
blob | commitdiff | raw | diff to current |
2009-10-12 |
Vadim Zeitlin | Correct bug with items without attributes in wxGTK... |
blob | commitdiff | raw | diff to current |
2009-10-12 |
Vadim Zeitlin | No real changes, just minor cleanup in wxGTK wxDVC. |
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 | Fixed wxDataViewCtrl::Set{Foreground,Background}Colour... |
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-09 |
Vadim Zeitlin | Add information about the log message generation locati... |
blob | commitdiff | raw | diff to current |
2009-06-18 |
Robert Roebling | Further attempts to implement Clear() for the GTK 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 | GTK: In virtual list mode, map first row to 1, not... |
blob | commitdiff | raw | diff to current |
2009-06-03 |
Vadim Zeitlin | work around g++ 4.3 warning about possibly ambiguous... |
blob | commitdiff | raw | diff to current |
2009-03-11 |
Robert Roebling | Commit third algorithm for sorting and preserving old... |
blob | commitdiff | raw | diff to current |
2009-03-10 |
Robert Roebling | Make a single for loop out of two |
blob | commitdiff | raw | diff to current |
2009-03-10 |
Robert Roebling | Use sorting algo using wxQsort that includes the old... |
blob | commitdiff | raw | diff to current |
2009-03-09 |
Robert Roebling | Implement vetoing editing in wxDataViewTextRenderer... |
blob | commitdiff | raw | diff to current |
2009-03-06 |
Francesco Montorsi | comment out wxPrintf/wxLogDebug calls; fix some indenta... |
blob | commitdiff | raw | diff to current |
2009-03-06 |
Robert Roebling | Initialise DC only when needed and deinitilise it prope... |
blob | commitdiff | raw | diff to current |
2009-02-28 |
Vadim Zeitlin | compilation fixes for ANSI mode build (closes #10518) |
blob | commitdiff | raw | diff to current |
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 |
next |