Fix crash when auto-sizing a wxDataViewCtrl column.
[wxWidgets.git] / samples / dataview /
2013-09-11  Vadim ZeitlinChange version to 3.0.0.
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2013-07-13  Vadim ZeitlinRebake all the samples and others makefiles too.
2013-07-06  Vadim ZeitlinOnly link with libwxscintilla if using Scintilla is...
2013-07-06  Vadim ZeitlinAlways add libwxscintilla in monolithic mode.
2013-07-06  Vadim ZeitlinRebake the rest of the files after TOOLKIT change in...
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...
2013-01-21  Vadim ZeitlinDon't include wxUniversal configurations in MSVC projec...
2012-07-10  Vadim ZeitlinIncrease version to 2.9.5.
2012-04-29  Vadim ZeitlinAdded wxDataViewEvent::SetDragFlags() and GetDropEffect...
2012-03-04  Vadim ZeitlinUse wxHAS_IMAGES_IN_RESOURCES instead of explicit platf...
2012-02-28  Vadim ZeitlinUse /bin/echo for creation of Mac OS X PkgInfo files.
2012-02-12  Vadim ZeitlinDon't use deprecated wxDataViewCtrl::StartEditor()...
2012-02-07  Vadim ZeitlinAvoid CRT deprecation warnings for MSVC build using...
2012-02-07  Vadim ZeitlinRebake all project files to reflect MSVC deprecation...
2012-01-17  Václav SlavíkAdd wxDataViewCtrl::GetCurrentColumn().
2012-01-15  Vadim ZeitlinRemove wxMGL port.
2011-12-25  Vadim ZeitlinAlways link with expat in monolithic build.
2011-12-18  Vadim ZeitlinUpdate version to 2.9.4 in version.bkl too and rebake...
2011-10-19  Václav SlavíkCleanup of wxDataViewCtrl cell activation code.
2011-09-11  Steve LamertonRebake trunk after wxWebView merge and add missing...
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-02-03  Vadim ZeitlinRebake everything using bakefile 0.2.9.
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-09-13  Robert RoeblingFurther work on wxDataViewListModel::Reset()
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...
2010-04-09  Václav SlavíkRegenerated makefiles after removing USE_GDIPLUS.
2010-01-09  Kevin OllivierRebake.
2010-01-04  Kevin OllivierRebake from clean wx tree.
2009-12-08  Vadim ZeitlinUse X64 machine type for MSVC linker instead of old...
2009-11-18  Kevin OllivierRebake after last commit.
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-31  Kevin OllivierBakefile 0.2.8 rebake.
2009-10-24  Vadim ZeitlinMake wxDataViewModel::GetAttr() and GetAttrByRow()...
2009-10-24  Vadim ZeitlinUse virtual items in wxDVC sample under Mac too.
2009-10-23  Vadim ZeitlinRebaked using post-0.2.7 svn version of bakefile.
2009-10-22  Vadim ZeitlinRebake everything using bakefile 0.2.7.
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 ZeitlinImplement attributes support in generic wxDataViewIconT...
2009-10-12  Vadim ZeitlinFix display of items without attributes in Cocoa wxDVC.
2009-10-12  Vadim ZeitlinMake the colours in the demo a bit more logical.
2009-10-12  Vadim ZeitlinRemove wxDataViewTextRendererAttr by merging it with...
2009-10-08  Kevin OllivierMake sure all Bakefile formats that use CRLF line feeds...
2009-10-06  Jouk Jansenadding dataview sample to OpenVMS make cascade
2009-09-26  Vadim ZeitlinDon't hard code white background colour in generic...
2009-09-12  Vadim ZeitlinRebake all the samples, demos and tests makefiles.
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-05-12  Vadim Zeitlindon't update stc.h when not building the library, it...
2009-04-26  Kevin OllivierRebake after latest changes.
2009-04-24  Chris Elliottupdate bakefile to 0.2.6
2009-04-07  Robert RoeblingAdd test for wxDataViewColumn::GetWidth
2009-03-15  Kevin OllivierRebake after last change.
2009-03-13  Kevin OllivierRebake after Mac bundle change.
2009-03-10  Robert RoeblingChange Compare() method to being const
2009-03-09  Robert RoeblingImplement vetoing editing in wxDataViewTextRenderer...
2009-03-06  Francesco Montorsifix typo (part of r59384)
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-06  Robert RoeblingAdd new line at the end of the file
2009-03-05  Vadim Zeitlin2nd (blind) fix for VC6 build
2009-03-05  Vadim Zeitlinset svn properties correctly for the new files (please...
2009-03-05  Vadim Zeitlin(blind) fix for VC6 build
2009-03-04  Francesco Montorsibuild fix
2009-03-04  Francesco Montorsiall code revisited.
2009-03-04  Francesco Montorsireorganize the sample splitting it in two source files...
2009-03-02  Kevin OllivierLand the rest of the changes made by a rebake after...
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
next