rebake
[wxWidgets.git] / samples / grid / griddemo.cpp
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