The rounded corners look really dumb at this size.
[wxWidgets.git] / src / gtk / dataview.cpp
2009-09-26  Vadim ZeitlinFixed wxDataViewCtrl::Set{Foreground,Background}Colour...
2009-08-21  Vadim ZeitlinNo changes, just removed hard tabs and trailing white...
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-07-09  Vadim ZeitlinAdd information about the log message generation locati...
2009-06-18  Robert RoeblingFurther attempts to implement Clear() for the GTK control
2009-06-16  Robert RoeblingMany more corrections and clarifications to virtual...
2009-06-11  Robert RoeblingGTK: In virtual list mode, map first row to 1, not...
2009-06-03  Vadim Zeitlinwork around g++ 4.3 warning about possibly ambiguous...
2009-03-11  Robert RoeblingCommit third algorithm for sorting and preserving old...
2009-03-10  Robert RoeblingMake a single for loop out of two
2009-03-10  Robert RoeblingUse sorting algo using wxQsort that includes the old...
2009-03-09  Robert RoeblingImplement vetoing editing in wxDataViewTextRenderer...
2009-03-06  Francesco Montorsicomment out wxPrintf/wxLogDebug calls; fix some indenta...
2009-03-06  Robert RoeblingInitialise DC only when needed and deinitilise it prope...
2009-02-28  Vadim Zeitlincompilation fixes for ANSI mode build (closes #10518)
2009-02-13  Robert RoeblingMore GTK prefixing for internal methods
2009-01-23  Robert RoeblingDon't always show the vertical scrollbar
2009-01-21  Robert RoeblingReinitialise wxDataViewCustomRenderer's DC every time
2009-01-21  Robert Roeblingiter = NULL in iter_n_children() means root
2009-01-21  Robert RoeblingCopy and paste error
2009-01-20  Paul Cornettbuild fixes and cleanup
2009-01-20  Robert RoeblingAdd event based Drop API
2009-01-20  Robert RoeblingSimplified event based Drag API for wxDataViewCtrl
2009-01-19  Robert RoeblingNew eventb based Drag interface for wxDataViewCtrl
2009-01-19  Vadim Zeitlindon't use annoying and unneeded in C++ casts of NULL...
2008-12-23  Robert RoeblingAdd wxDataViewCtrl::ExpandAncestors() and call it from...
2008-12-20  Robert RoeblingCall Expand on an item's parent chain in EnsureVisible
2008-12-17  Robert RoeblingCorrect wxDataViewCtrl::IsExpanded and add test for it
2008-12-16  Robert RoeblingAdded wxDataViewCtrl::IsExpanded(item)
2008-12-11  Vadim Zeitlinextract setters from wxHeaderColumnBase into a separate...
2008-12-07  Vadim Zeitlinrestore sorting functionality broken by r57161
2008-12-07  Vadim Zeitlincompilation fix after r57161
2008-12-07  Vadim Zeitlin- Rewrite wxHeaderCtrl to be virtual-like: even if...
2008-12-07  Vadim Zeitlinno changes, just remove trailing whitespace
2008-11-10  Robert RoeblingAdded wxChoice renderer to wxDataViewCtrl
2008-11-02  Vadim Zeitlinreplace wx_{const,static,reinterpret}_cast with their...
2008-10-16  Václav Slavíkreverted broken changes from r56345 and r56349
2008-10-15  Václav Slavíkdon't use deprecated gtk_object_sink(), replace it...
2008-10-08  Robert RoeblingForgot to set GtkIter stamp in Select() and friends
2008-08-29  Paul Cornettreplace m_insertCallback with a virtual function, contr...
2008-08-26  Paul CornettHold a reference on m_widget for the life of the associ...
2008-06-14  Vadim Zeitlinfix ANSI mode build
2008-05-27  Robert RoeblingUse wxList::DeleteContents() to delete columns
2008-05-21  Robert RoeblingAdded InsertColumn( pos, col ), some reformating
2008-05-16  Robert RoeblingOption for variable line heights (MSW and GTK+ sofar)
2008-04-12  Robert RoeblingFix crash when deleting node
2008-04-12  Robert RoeblingCorrected/added support for column headers with icon...
2008-04-11  Robert RoeblingAdd test for context menu, fixed mem leak, fixed focus...
2008-04-08  Robert RoeblingBy default, align renderers as column header under...
2008-04-07  Robert RoeblingSplit wxDataViewVirtualModel fork wxDataViewIndexModel...
2008-04-06  Robin Dunnuse the same constant the other ports use instead of...
2008-04-05  Robert RoeblingAlways interpret a column width of -1 as 80 until somth...
2008-04-05  Robert RoeblingSupport renderer::LeftClick() in generic code, removed...
2008-03-28  Vadim Zeitlinfix gcc warning about assigning -1 to a guint
2008-03-25  Vadim Zeitlinseveral g++ 4 warning fixes
2008-02-14  Vadim ZeitlinI got too tired of seeing these unused parameters warni...
2008-01-14  Robert RoeblingPartial impl of auto resizing columns
2008-01-10  Paul Cornettdon't use the same parameter name twice, HP compiler...
2007-12-30  Paul Cornettnon-pch build fix
2007-12-30  Robert Roeblinginitial drag interface for wxDataViewCtrl
2007-12-29  Robert RoeblingwxDataViewCtrl DnD stubs, some reformating
2007-12-26  Robert RoeblingPatch from Hartwig and me for implementing reorderable...
2007-12-19  Vadim Zeitlinfix for ANSI mode build (patch 1853001)
2007-12-17  Robert RoeblingAdded wxDataViewListIndexModel::Reset(), clarified...
2007-12-16  Robert RoeblingImplemented (for GTK+) and tested dataview_context_menu...
2007-12-03  Robert RoeblingAdd support for wxDC_ROW_LINES for GTK+ and OS X
2007-12-01  Robert Roeblingcompilation fix and fewer warnings
2007-11-30  Robert RoeblingDC reorganization
2007-11-29  Václav Slavík1. added wxEvtHandler::SafelyProcessEvent() and wxWindo...
2007-11-27  Robert RoeblingPatch from Bo to show missing lines again
2007-11-27  Václav Slavíkremoved trailing whitespace
2007-11-18  Robert RoeblingImplement wxGTK internal short-cut for wxDataViewIndexL...
2007-11-14  Robert RoeblingFurther wxDC changes
2007-11-08  Robert RoeblingAdd wxDataViewTextRendererAttr, blind noop under wxMac
2007-10-25  Paul Cornettbuild fixes
2007-10-23  Paul Cornettremove extraneous semicolons
2007-10-22  Robert RoeblingUse a private GtkCellRendererText for rendering text...
2007-10-22  Robert RoeblingCorrectly set item in wxDataViewRenderer::Activate()
2007-10-20  Robert RoeblingAdded wxDataViewCustomRenderer::RenderText() for render...
2007-10-18  Robert RoeblingAdded PrependColumn methods and short cuts. Added test...
2007-10-16  Robert RoeblingAdd wxDataViewTreeStore with sample
2007-10-12  Robert RoeblingImplemented HasContainerColumns() for GTK+
2007-10-07  Václav Slavíkcompilation fixes for x86_64; use wxLogDebug instead...
2007-10-02  Robert RoeblingDocument _ITEM_VALUE_CHANGED and implmement it equally...
2007-09-14  Robert RoeblingImplement wxDataViewCtrl::GetSortingColumn() and relate...
2007-09-14  Robert RoeblingImplement and test _HEADER_RIGHT_CLICK event for GTK+
2007-09-14  Robert RoeblingImplement and test wxDataViewCtrl::GetColumnPosition...
2007-09-14  Robert RoeblingAPI change: a single SELECTION_CHANGED not lots of...
2007-09-13  Robert RoeblingAdd wxDataViewCtrl::GetColumnPosition() stubs
2007-09-13  Robert RoeblingAdd wxDataViewCtrl::GetSortingColumn() stubs
2007-08-31  Robert RoeblingAdded wxDataViewModel::GetChildren() (removed GetSiblin...
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-25  Robert Roeblingimplement editing_started and _done events for GTK...
2007-08-25  Robert RoeblingSet/GetExpanderColumn() should use wxDataViewColumn...
2007-08-24  Robert RoeblingCorrect signature of HitTest()
2007-08-24  Robert RoeblingMinor API changes
2007-08-22  Robert RoeblingAdded logic, API and docs for wxDataViewModel::HasDefau...
2007-08-22  Robert RoeblingDon't always sort array containing item, just upon...
next