]> git.saurik.com Git - wxWidgets.git/history - include/wx/gtk/dataview.h
Handle WebKitWebView create-web-view.
[wxWidgets.git] / include / wx / gtk / dataview.h
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2012-01-17  Václav SlavíkReplace wxDataViewCtrl::StartEditor() with EditItem().
2012-01-17  Václav SlavíkAdd wxDataViewCtrl::GetCurrentColumn().
2011-09-21  Vadim ZeitlinRemove wxHeaderColumn::SetAsSortKey() and only use...
2011-09-10  Steve LamertonMerge in from trunk r68684 - r69046
2011-08-22  Vadim ZeitlinHarmonize wxDataViewCtrl::GetSelection() behaviour...
2011-07-25  Steve LamertonMerge in from trunk r67662 to r64801
2011-06-11  Vadim ZeitlinImplement wxDataViewCtrl::SetRowHeight() for wxGTK.
2011-05-31  Robin DunnVirtualize StartEditor and add implementations for...
2011-04-26  Vadim ZeitlinFix assert when destroying wxDataViewCtrl being edited...
2011-04-26  Vadim ZeitlinNo changes, just get rid of wxDataViewColumn::GetConstG...
2011-04-03  Dimitri SchoolwerthNo code changes, fixed various typos.
2010-09-17  Robert RoeblingPostpone EnsureVisible() to idle as this sometimes...
2010-09-12  Robert RoeblingMoved more code from wxDataViewCtrl to wxDataViewCtrlIn...
2010-08-10  Vadim ZeitlinAdd wxDataViewCtrl::{Set,Get}CurrentItem().
2010-08-08  Vadim ZeitlinAdd name argument to wxDataViewCtrl ctor for consistency.
2010-08-08  Vadim ZeitlinAdd wxDataViewCtrl::GTKPathToItem() function and use it.
2009-11-10  Vadim ZeitlinBig wxDataViewCtrl renderer classes refactoring.
2009-10-24  Vadim ZeitlinNo real changes, just make wxDataViewCtrl::Init() priva...
2009-10-16  Vadim ZeitlinAdd ellipsization support to wxDataViewCtrl.
2009-10-16  Vadim ZeitlinImplement icon text column using native GTK renderers...
2009-10-12  Vadim ZeitlinCorrect bug with items without attributes in wxGTK...
2009-10-12  Vadim ZeitlinRemove wxDataViewTextRendererAttr by merging it with...
2009-09-26  Vadim ZeitlinFixed wxDataViewCtrl::Set{Foreground,Background}Colour...
2009-03-06  Robert RoeblingMake all instances of HasEditorCtrl() const, not just...
2009-02-08  Vadim Zeitlinadd wx-prefixed and semicolon-requiring versions of...
2009-01-20  Paul Cornettbuild fixes and cleanup
2009-01-19  Robert RoeblingNew eventb based Drag interface for wxDataViewCtrl
2008-12-16  Robert RoeblingAdded wxDataViewCtrl::IsExpanded(item)
2008-12-07  Vadim ZeitlinwxDataViewColumn doesn't need to have wxRTTI
2008-12-07  Vadim Zeitlinremoved accidentally left in in r57161 pure virtual...
2008-12-07  Vadim Zeitlin- Rewrite wxHeaderCtrl to be virtual-like: even if...
2008-12-07  Vadim Zeitlinno changes, just remove trailing whitespace
2008-12-03  Vadim Zeitlinextract (and expand and clean up and document) the...
2008-11-10  Robert RoeblingAdded wxChoice renderer to wxDataViewCtrl
2008-08-29  Paul Cornettreplace m_insertCallback with a virtual function, contr...
2008-05-21  Robert RoeblingAdded InsertColumn( pos, col ), some reformating
2008-04-12  Robert RoeblingCorrected/added support for column headers with icon...
2008-04-08  Robert RoeblingBy default, align renderers as column header under...
2008-04-05  Robert RoeblingSupport renderer::LeftClick() in generic code, removed...
2007-12-26  Robert RoeblingPatch from Hartwig and me for implementing reorderable...
2007-12-20  Paul Cornettmake access for virtuals match base
2007-12-17  Robert RoeblingAdded wxDataViewListIndexModel::Reset(), clarified...
2007-11-30  Robert RoeblingDC reorganization
2007-11-15  Robert Roeblingremove warnings
2007-11-08  Robert RoeblingAdd wxDataViewTextRendererAttr, blind noop under wxMac
2007-10-22  Robert RoeblingUse a private GtkCellRendererText for rendering text...
2007-10-20  Robert RoeblingAdded wxDataViewCustomRenderer::RenderText() for render...
2007-10-18  Robert RoeblingAdded PrependColumn methods and short cuts. Added test...
2007-10-10  Václav Slavíkcompilation fixed for wxDataViewCtrl: almost no class...
2007-09-14  Robert RoeblingImplement and test wxDataViewCtrl::GetColumnPosition...
2007-09-13  Robert RoeblingAdd wxDataViewCtrl::GetColumnPosition() stubs
2007-09-13  Robert RoeblingAdd wxDataViewCtrl::GetSortingColumn() stubs
2007-08-29  Robert Roeblingadd wxDataViewIconTextRenderer
2007-08-26  Robert RoeblingMove column organizing code to ports, away from common...
2007-08-25  Robert Roeblingadded Collapse() and Expand()
2007-08-24  Robert RoeblingCorrect signature of HitTest()
2007-08-24  Robert RoeblingMinor API changes
2007-08-20  Robert RoeblingPatch from Bo, adapt generic code to new API, add GetIt...
2007-08-19  Robert RoeblingChange EnsureVisble() to including column parameter...
2007-08-19  Robert RoeblingMade wxGTK wxDataViewCtrl compile again
2007-07-17  Robert RoeblingSome code renaming to avoid confusion. Test editable...
2007-07-14  Robert RoeblingMade wxDataViewCtrl sample use a real, expandabl data...
2007-07-12  Robert RoeblingBo's patch for generic code, more sorting code, WIP
2007-07-09  Václav Slavíkadded WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIM...
2007-07-05  Robert RoeblingNew API for wxdataViewCtrl (doesn't run yet).
2007-05-30  Robert Roebling Implement for selection code.
2007-05-09  Robert Roebling GTK+ cell renderers are not widget, so use a
2007-04-17  Robert Roebling Implemented the same simple API for creating customized
2007-02-23  Robert Roebling [ 1665996 ] Fixes/extensions to wxDataViewCtrl
2007-02-17  Robert Roebling Most of FM's wxDataViewCtrl patch.
2006-11-01  Robert Roebling Make wxDataViewCtrl compile and work in ANSI mode.
2006-10-06  Robert Roebling Implemended column header mouse clicks.
2006-10-05  Robert Roebling Added sort order and alignement for column headers.
2006-10-05  Robert Roebling Add support for bitmaps in headers.
2006-10-03  Robert Roebling More selection work in GTK+ version.
2006-10-03  Robert Roebling Renamed wxDataViewCell to wxDataViewRenderer since the
2006-10-03  Robert Roebling Added selection API.
2006-10-03  Robert Roebling Replaces size_t with unsigned int in wxDataViewCtrl...
2006-10-01  Robert Roebling Removed some irritating flags.
2006-09-26  Robert Roebling Added wxDataViewBitmapCell
2006-09-05  Vadim Zeitlinmark all dtors which are virtual because base class...
2006-04-18  Robert Roebling Added some column width contrl code.
2006-02-28  Robert Roebling Moved code around preparing the sorted model.
2006-02-27  Robert Roebling MVC works now.
2006-02-26  Robert Roebling Some restructuring, beginning of wxDataViewDateCell.
2006-02-26  Robert Roebling Makes custom cell activatable.
2006-02-25  Robert Roebling Add scrollbars, fix crash, leak less memory.
2006-02-25  Robert Roebling Added wxDataViewProgressCell with native code
2006-02-24  Robert Roebling Added wxDataViewCustomCell.
2006-02-24  Robert Roebling added wxDataViewToggleCell
2006-02-23  Robert Roebling wxDataViewCtrl now with editable text and multiple
2006-02-23  Robert Roebling Route data from wxDataViewModel in a wxVariant
2006-02-23  Robert Roebling added wxDataViewCell
2006-02-22  Robert Roebling Added wxDataViewColumn
2006-02-21  Robert Roebling Add notifier class.
2006-02-21  Robert Roebling Compilation fixes.
2006-02-21  Robert Roebling wxDataViewCtrl WIP.