don't use deprecated EVT_GRID_CELL_CHANGED synonym
[wxWidgets.git] / samples / grid / griddemo.cpp
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