Remove obsolete VisualAge-related files.
[wxWidgets.git] / samples / grid / griddemo.cpp
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2013-06-16  Vadim ZeitlinImprove wxGrid cell wrapping in wxGridCellAutoWrapStrin...
2013-04-05  Vadim ZeitlinAllow to customize wxGrid column auto-sizing.
2013-01-12  Vadim ZeitlinAllow hiding/showing already hidden/shown wxGrid rows...
2013-01-03  Vadim ZeitlinRe-lay out the grid sample window after auto-sizing...
2012-10-17  Vadim ZeitlinFix wxGrid editors background painting.
2012-10-13  Vadim ZeitlinMake TAB behaviour in wxGrid more configurable.
2012-08-03  Vadim ZeitlinRemove unnecessary statement from the grid sample.
2012-06-30  Vadim ZeitlinVC6 compilation fix for the grid sample.
2012-05-27  Vadim ZeitlinAdd wxGrid::Render() for drawing the grid to any wxDC.
2012-03-04  Vadim ZeitlinUse wxHAS_IMAGES_IN_RESOURCES instead of explicit platf...
2011-11-28  Vadim ZeitlinAdd support for custom numeric formats to wxGrid.
2011-07-25  Steve LamertonMerge in from trunk r67662 to r64801
2011-05-03  Dimitri SchoolwerthReplaced Ok() occurrences with IsOk() throughout trunk.
2011-04-03  Dimitri SchoolwerthNo code changes, fixed various typos.
2010-07-24  Vadim ZeitlinRemove selection showing code from the grid sample.
2010-07-13  Vadim ZeitlinGlobally use "wxWindows licence" consistently.
2009-11-27  Vadim ZeitlinAllow changing horizontal alignment of numeric cells...
2009-09-14  Vadim ZeitlinAdded support for corner, row and column headers render...
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-05-04  Vadim Zeitlindon't use deprecated EVT_GRID_CELL_CHANGED synonym
2009-04-29  Vadim Zeitlinshow the new size of the grid row/col which was resized...
2009-04-26  Vadim Zeitlinadd a possibility to disable individual grid rows/colum...
2009-03-01  Francesco Montorsiforce use of generic about dialog as to test unfocused...
2009-02-08  Vadim Zeitlinadd wx-prefixed and semicolon-requiring versions of...
2009-02-08  Francesco Montorsialways call SetIcon() on the main frame of the sample...
2009-01-11  Francesco Montorsifix for PCH-less builds
2008-12-22  Vadim Zeitlinsplit wxEVT_GRID_CELL_CHANGE into wxEVT_GRID_CELL_CHANG...
2008-12-15  Vadim Zeitlinhandle actions of the columns popup menu in wxHeaderCtr...
2008-12-15  Vadim Zeitlinadded a helper function to show the popup menu allowing...
2008-12-14  Vadim Zeitlinadded a button to reset the column order and the displa...
2008-12-14  Vadim Zeitlinadd support for hiding columns when using native header...
2008-12-14  Vadim Zeitlinremoved testing code leftovers
2008-12-14  Vadim Zeitlinadd support for sorting to grid columns
2008-12-13  Vadim Zeitlinsupport column reordering using drag and drop when...
2008-12-10  Francesco Montorsiuse wxAboutBox() to make it evident a wxGrid refreshing...
2008-12-01  Vadim Zeitlindemonstrate column reordering -- currently it demonstra...
2008-11-30  Vadim Zeitlinremoved small and tabular grid tests which didn't seem...
2008-09-19  Vadim Zeitlin- Main change is the addition of wxGridSelectRowsOrColu...
2008-09-15  Vadim Zeitlinadd SetUseNativeColLabels() test
2008-07-13  Vadim Zeitlinuse wxString::Format() instead of hardcoding floating...
2008-07-06  Vadim Zeitlinadd a numeric column test
2008-06-13  Vadim Zeitlinfix reference counting problems with wxGridCellWithAttr...
2008-03-15  Vadim Zeitlinremove/replace redundant SetAutoLayout() and Fit()...
2007-12-20  Robert RoeblingPlaying with wxgrid, adding optionnally native columns...
2007-10-10  Chris Elliottfixes as per thread.gmane.org/gmane.comp.lib.wxwidgets...
2007-08-15  Vadim Zeitlindon't set incorrect initial value of '0' for the bool...
2007-06-27  Vadim Zeitlinadded wxLog::DisableTimestamp() to be used as a synonym...
2007-03-15  Vadim Zeitlinadded support for wxGRID_AUTOSIZE in wxGrid::SetRow...
2007-03-15  Vadim Zeitlinadded wxGridUpdateLocker helper class wrapping Begin...
2006-12-04  Vadim Zeitlinremoved explicit initial size for BugsGridFrame, it...
2006-12-04  Vadim Zeitlinremoved unneeded SetMargins(0, 0) call (this is the...
2006-11-02  Vadim Zeitlinslightly better fix for missing c_str() in OnCellValueC...
2006-11-02  Julian SmartEliminate POD warning/error
2006-10-28  Vadim Zeitlindon't use unneeded logBuf member variable; show the...
2006-06-01  Vadim Zeitlinadded possibility to reorder columns by dragging them...
2006-01-07  Vadim Zeitlinadded a test command to show the current selection
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-07-22  Włodzimierz Skiba[1231183] 'cleanup: mismatched indentation' and other...
2005-06-16  Julian SmartName correction
2005-06-02  Julian SmartUse standard ids
2005-06-02  Vadim Zeitlinfixed asserts when clicking on bugs table priority...
2005-03-30  Julian SmartApplied patch [ 1171542 ] access static class members...
2004-10-06  Włodzimierz SkibaWarning fixes found under hardest mode of OpenWatcom...
2004-08-25  Robin DunnPatch from Jed Burgess that optionally allows the grid...
2004-07-20  Włodzimierz SkibawxUSE_LOG fixes.
2004-07-01  Václav Slavíkdon't force excessively large minsize, it makes the...
2004-06-12  Dimitri Schoolwerthremoved SetAutoLayout(true) calls when a corresponding...
2004-05-25  Włodzimierz Skiba-1->wxID_ANY, TRUE->true and FALSE->false replacements.
2004-05-25  Julian SmartMore name changes
2003-09-09  Mattia Barbon Various warning and Unicode fixes from ABX.
2003-07-28  David ElliottDon't use pragma interface/implemenation for __APPLE__
2003-03-24  Julian SmartRemoved old grid code