A couple of fixes to Brazilian Portuguese translations from Felipe.
[wxWidgets.git] / samples / dataview / dataview.cpp
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2013-04-25  Vadim ZeitlinFix wxEVT_DATAVIEW_COLUMN_HEADER_RIGHT_CLICK event...
2013-04-25  Vadim ZeitlinProvide shorter synonyms for wxEVT_XXX constants.
2013-04-17  Vadim ZeitlinRemove "ED" suffix from EVT_DATAVIEW_COLUMN_HEADER_RIGH...
2012-04-29  Vadim ZeitlinAdded wxDataViewEvent::SetDragFlags() and GetDropEffect...
2012-03-04  Vadim ZeitlinUse wxHAS_IMAGES_IN_RESOURCES instead of explicit platf...
2012-02-12  Vadim ZeitlinDon't use deprecated wxDataViewCtrl::StartEditor()...
2012-01-17  Václav SlavíkAdd wxDataViewCtrl::GetCurrentColumn().
2011-10-19  Václav SlavíkCleanup of wxDataViewCtrl cell activation code.
2011-09-10  Steve LamertonMerge in from trunk r68684 - r69046
2011-08-21  Vadim ZeitlinAdd wxWithImages helper mix-in with {Set,Get,Assign...
2011-07-25  Steve LamertonMerge in from trunk r67662 to r64801
2011-07-04  Vadim ZeitlinAdd wxUSE_UNICODE guard around wxDF_UNICODETEXT in...
2011-05-31  Robin DunnVirtualize StartEditor and add implementations for...
2011-03-01  Václav SlavíkPass wxRect/wxPoint arguments to wxDataViewCustomRender...
2011-01-02  Vadim ZeitlinRemove calls to wxApp::SetTopWindow() from the samples...
2010-12-19  Vadim ZeitlinAdd the possibility to disable invisible wxDataViewCtrl...
2010-11-03  Vadim ZeitlinRemove unused mouse event handler from dataview sample.
2010-11-03  Vadim ZeitlinRemove unnecessary tests for m_log from dataview sample.
2010-10-30  Václav SlavíkAdd optional columns autosizing to wxDataViewCtrl.
2010-09-30  Vadim ZeitlinNo changes whatsoever, just remove trailing whitespace.
2010-08-10  Vadim ZeitlinAdd wxDataViewCtrl::{Set,Get}CurrentItem().
2010-08-08  Vadim ZeitlinFix dataview sample compilation with wxUSE_DRAG_AND_DRO...
2010-07-26  Vadim ZeitlinNo changes, just use traditional English name for Mozar...
2010-07-14  Vadim ZeitlinGenerate key events in generic wxDataViewCtrl implement...
2010-07-14  Vadim ZeitlinNo changes, just use better names in wxDataViewCtrl...
2010-07-13  Vadim ZeitlinGlobally use "wxWindows licence" consistently.
2010-07-04  Robert RoeblingFix assert in dataview sample, fixes #12194: wxDataView...
2010-06-10  Robert RoeblingMake wxDataViewCtrl::GetColumnPosition() return the...
2009-11-15  Robert RoeblingDon't use Ctrl-F as it hides a bug
2009-11-13  Robert RoeblingImplement and document wxDataViewTreeCtrl::IsContainer...
2009-11-13  Robert RoeblingMinor formating
2009-11-13  Robert RoeblingAdd tests to wxDataViewTreeCtrl
2009-11-10  Vadim ZeitlinAdd support for wxDV_NO_HEADER to OS X/Cocoa wxDataView...
2009-11-10  Vadim ZeitlinAdd custom renderer column to the list model example...
2009-11-10  Vadim ZeitlinUse symbolic constants for list model columns in datavi...
2009-10-16  Vadim ZeitlinImplement icon text column using native GTK renderers...
2009-10-12  Vadim ZeitlinRemove wxDataViewTextRendererAttr by merging it with...
2009-09-26  Vadim ZeitlinDon't hard code white background colour in generic...
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-07-20  Vadim ZeitlinPut braces around all calls to wxLogFunctions() inside...
2009-06-01  Robert RoeblingCloses #10495: wxDataViewCtrl needs a way to start...
2009-04-07  Robert RoeblingAdd test for wxDataViewColumn::GetWidth
2009-03-09  Robert RoeblingImplement vetoing editing in wxDataViewTextRenderer...
2009-03-06  Francesco Montorsiremove wxT() and _() macros to make the sample more...
2009-03-06  Robert Roeblingadded test for wxDataViewCtrl::Expand() and ::Collapse()
2009-03-04  Francesco Montorsiall code revisited.
2009-03-04  Francesco Montorsireorganize the sample splitting it in two source files...
2009-01-21  Robert RoeblingUse wxDF_UNICODETEXT to make wxMSW crash
2009-01-20  Paul Cornettbuild fixes and cleanup
2009-01-20  Robert RoeblingTypo
2009-01-20  Robert RoeblingMinor error
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  Robert RoeblingRename XxxxCol() -> XxxxColumn() and resolve inheritanc...
2009-01-16  Robert RoeblingAdded wxDataViewListCtrl, use it in the sample
2009-01-16  Robert RoeblingChange GetValue() and SetValue() to GetValueByRow(...
2009-01-14  Francesco Montorsidon't crash if an item has a NULL ID
2008-12-17  Robert RoeblingCorrect wxDataViewCtrl::IsExpanded and add test for it
2008-12-09  Vadim Zeitlinmake first column non-draggable to test support for...
2008-12-08  Vadim Zeitlinskip the header click event to allow sorting (done...
2008-12-08  Vadim Zeitlintest non-resizeable and resizeable but with min size...
2008-11-10  Robert RoeblingAdded wxChoice renderer to wxDataViewCtrl
2008-10-21  Robert RoeblingRemove wxLog hack and put all controls in a panel to...
2008-10-16  Robert RoeblingWrite directly to log target wxTextCtrl to avoid crash
2008-10-16  Robert RoeblingwxMac actually crashes in any logging
2008-10-16  Robert RoeblingwxMac crashes in wxLog() statements with string.GetData()
2008-10-15  Robert RoeblingFor some reason, wxMac now requires explicit sizes...
2008-10-08  Robert RoeblingAdded test for Select()
2008-08-05  Vadim Zeitlinfix wxMenu leak (reopened #9089)
2008-05-21  Robert RoeblingMake height of red square depend on value in the model
2008-05-21  Robert RoeblingAdd test for progress renderer
2008-05-20  Robert Roeblingreplaces unsigned int with wxUIntPtr
2008-05-16  Robert RoeblingOption for variable line heights (MSW and GTK+ sofar)
2008-04-14  Robert RoeblingSupport bitmaps and text and header columns using wxIma...
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  Robert RoeblingTest header and renderer aligment separately, II
2008-04-06  Robert RoeblingTest header and renderer aligment separately
2008-04-05  Robert RoeblingAlso right-align second column
2008-04-05  Robert RoeblingAdded test for right alignment of 1st column
2008-04-05  Robert RoeblingAdded test for left/centre/right alignment
2008-04-05  Robert RoeblingSupport renderer::LeftClick() in generic code, removed...
2008-01-14  Robert RoeblingPartial impl of auto resizing columns
2008-01-07  Robert RoeblingCorrect wxObjectDataPtr<> assignment from *T to not...
2007-12-30  Robert Roeblinginitial drag interface for wxDataViewCtrl
2007-12-26  Robert RoeblingPatch from Hartwig and me for implementing reorderable...
2007-12-18  Robert RoeblingMSW needs size for wxImageList
2007-12-18  Robert RoeblingCorrect background colourin wxDataViewCtrl, Use IsOk...
2007-12-17  Robert RoeblingAdded wxDataViewListIndexModel::Reset(), clarified...
2007-12-17  Robert RoeblingAdded wxDataViewListIndexModel::RowsDeleted() and vario...
2007-12-16  Robert RoeblingImplemented (for GTK+) and tested dataview_context_menu...
2007-12-01  Robert RoeblingForgot to actually use image list
2007-12-01  Robert RoeblingAdded wxDataViewTreeCtrl
2007-11-17  Robert RoeblingUpdate to wxDataViewCtrl from Hartwig
2007-11-08  Robert RoeblingAdd wxDataViewTextRendererAttr, blind noop under wxMac
2007-10-23  Vadim Zeitlinfixed another unused parameter warning
next