2011-07-25 |
Steve Lamerton | Merge in from trunk r67662 to r64801 |
blob | commitdiff | raw |
2011-07-21 |
Vadim Zeitlin | Fix double deletion bug in wxGTK wxDVC dnd code. |
blob | commitdiff | raw |
2011-07-21 |
Vadim Zeitlin | Fix the alignment used by custom wxDVC renderers in... |
blob | commitdiff | raw | diff to current |
2011-07-04 |
Vadim Zeitlin | Fix crash in wxDataViewProgressRenderer in non-Unicode... |
blob | commitdiff | raw | diff to current |
2011-06-11 |
Vadim Zeitlin | Implement wxDataViewCtrl::SetRowHeight() for wxGTK. |
blob | commitdiff | raw | diff to current |
2011-05-31 |
Robin Dunn | Virtualize StartEditor and add implementations for... |
blob | commitdiff | raw | diff to current |
2011-05-03 |
Dimitri Schoolwerth | Replaced Ok() occurrences with IsOk() throughout trunk. |
blob | commitdiff | raw | diff to current |
2011-04-26 |
Vadim Zeitlin | Fix assert when destroying wxDataViewCtrl being edited... |
blob | commitdiff | raw | diff to current |
2011-04-26 |
Vadim Zeitlin | No changes, just get rid of wxDataViewColumn::GetConstG... |
blob | commitdiff | raw | diff to current |
2011-04-03 |
Dimitri Schoolwerth | No code changes, fixed various typos. |
blob | commitdiff | raw | diff to current |
2011-03-28 |
Paul Cornett | avoid deprecated functions and direct struct access |
blob | commitdiff | raw | diff to current |
2011-03-26 |
Václav Slavík | Use accessor functions instead of deprecated GTK+ macros. |
blob | commitdiff | raw | diff to current |
2011-03-03 |
Paul Cornett | fix Activate signature after r67099 |
blob | commitdiff | raw | diff to current |
2011-01-25 |
Robin Dunn | Save the mode in SetMode |
blob | commitdiff | raw | diff to current |
2010-12-21 |
Robert Roebling | model column and index of column in the dataview can... |
blob | commitdiff | raw | diff to current |
2010-12-20 |
Robert Roebling | Correction to: Support diabling items in GTK+, see... |
blob | commitdiff | raw | diff to current |
2010-12-19 |
Robert Roebling | Support diabling items in GTK+, see #12686: Allow disab... |
blob | commitdiff | raw | diff to current |
2010-10-30 |
Václav Slavík | Add optional columns autosizing to wxDataViewCtrl. |
blob | commitdiff | raw | diff to current |
2010-10-23 |
Robert Roebling | Implement wxDataViewCtrl::HitTest() under GTK+, second... |
blob | commitdiff | raw | diff to current |
2010-10-23 |
Robert Roebling | Also set mouse position in ITEM_BEGIN_DRAG event in... |
blob | commitdiff | raw | diff to current |
2010-09-30 |
Vadim Zeitlin | No changes whatsoever, just remove trailing whitespace. |
blob | commitdiff | raw | diff to current |
2010-09-17 |
Robert Roebling | Postpone EnsureVisible() to idle as this sometimes... |
blob | commitdiff | raw | diff to current |
2010-09-13 |
Robert Roebling | Further work on wxDataViewListModel::Reset() |
blob | commitdiff | raw | diff to current |
2010-09-12 |
Robert Roebling | Moved more code from wxDataViewCtrl to wxDataViewCtrlIn... |
blob | commitdiff | raw | diff to current |
2010-08-20 |
Robert Roebling | Properly implement Cleared() by calling row_deleted... |
blob | commitdiff | raw | diff to current |
2010-08-10 |
Vadim Zeitlin | Add wxDataViewCtrl::{Set,Get}CurrentItem(). |
blob | commitdiff | raw | diff to current |
2010-08-08 |
Vadim Zeitlin | Add name argument to wxDataViewCtrl ctor for consistency. |
blob | commitdiff | raw | diff to current |
2010-08-08 |
Vadim Zeitlin | Don't export wxDataViewCtrlInternal unnecessarily. |
blob | commitdiff | raw | diff to current |
2010-08-08 |
Vadim Zeitlin | Use helper class instead of manually calling gtk_tree_p... |
blob | commitdiff | raw | diff to current |
2010-08-08 |
Vadim Zeitlin | Add wxDataViewCtrl::GTKPathToItem() function and use it. |
blob | commitdiff | raw | diff to current |
2010-07-29 |
Václav Slavík | Fix wxDataViewCtrl to omit expander space for all kinds... |
blob | commitdiff | raw | diff to current |
2010-06-20 |
Vadim Zeitlin | Use wxDELETE() and wxDELETEA() when possible. |
blob | commitdiff | raw | diff to current |
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 |
next |