Allow to customize wxGrid column auto-sizing.
[wxWidgets.git] / interface / wx / grid.h
2013-04-05  Vadim ZeitlinAllow to customize wxGrid column auto-sizing.
2013-02-12  Robin DunnFix missing or incorrect wxGrid interface items for...
2013-01-20  Vadim ZeitlinFix the list markers in wxGridCellEditor::EndEdit(...
2013-01-12  Vadim ZeitlinAllow hiding/showing already hidden/shown wxGrid rows...
2012-12-22  Robin DunnInterface fixes for wxGrid classes
2012-10-13  Vadim ZeitlinMake TAB behaviour in wxGrid more configurable.
2012-10-08  Vadim ZeitlinDocument wxGrid methods dealing with cell overflow.
2012-09-15  Vadim ZeitlinPreserve size of wxGrid rows/columns when hiding and...
2012-05-27  Vadim ZeitlinAdd wxGrid::Render() for drawing the grid to any wxDC.
2012-03-11  Vadim ZeitlinDocument wxGridCellCoords class.
2012-02-22  Vadim ZeitlinFix spelling in the documentation.
2011-12-25  Vadim ZeitlinAdded a warning about multi-cells in wxGrid::DeleteRows...
2011-12-02  Vadim ZeitlinLink to wxGridCellFloatFormat when it's mentioned in...
2011-11-28  Vadim ZeitlinAdd support for custom numeric formats to wxGrid.
2011-04-03  Dimitri SchoolwerthNo code changes, fixed various typos.
2010-12-31  Vadim ZeitlinDocument how to get the previous selection in wxEVT_GRI...
2010-08-30  Vadim ZeitlinAdd wxGrid::RefreshAttr() method to force attribute...
2010-07-24  Vadim ZeitlinDocument wxGridSelectRowsOrColumns selection mode.
2010-07-13  Vadim ZeitlinGlobally use "wxWindows licence" consistently.
2010-07-13  Vadim ZeitlinSend right and double click events in wxGrid when using...
2010-05-11  Francesco Montorsiminor fixes to reduce number of Doxygen warnings
2010-04-22  Vadim ZeitlinAdd documentation for several grid cell renderer/editor...
2009-12-27  Vadim ZeitlinReturn the kind of cells span from wxGrid::GetCellSize().
2009-12-20  Francesco Montorsifix miscellaneous Doxygen 1.6.1 warnings
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-09-14  Vadim ZeitlinDocument wxGridCellAttrProvider.
2009-08-02  Vadim ZeitlinMention that wxEVT_GRID_SELECT_CELL is generated by...
2009-04-29  Vadim Zeitlingenerate wxEVT_GRID_{COL,ROW}_SIZE events when the...
2009-04-27  Vadim Zeitlinadded missing @ref after last change
2009-04-26  Vadim Zeitlinadd a possibility to disable individual grid rows/colum...
2009-03-06  Vadim Zeitlinpass ApplyEdit() arguments to EndEdit() too for better...
2009-02-27  Francesco Montorsifix doxygen warnings
2009-02-25  Vadim Zeitlinadded wxGrid::{Set,Get}{Row,Col}Sizes() methods allowin...
2009-02-01  Francesco Montorsifix a couple of typos
2009-01-10  Francesco Montorsiother ifacecheck fixes
2009-01-10  Francesco Montorsifix the definition of many static functions marked...
2009-01-10  Vadim Zeitlinfix GetGridColLabelWindow() name
2009-01-08  Francesco Montorsieven more fixes detected using ifacecheck
2009-01-08  Francesco Montorsiautomated ifacecheck fixes
2008-12-28  Francesco Montorsifix miscellaneous doxygen warnings; IMPORTANT: never...
2008-12-23  Bryan PettyAdded grid event classes to the events group in docs.
2008-12-22  Vadim Zeitlinsplit wxEVT_GRID_CELL_CHANGE into wxEVT_GRID_CELL_CHANG...
2008-12-16  Vadim Zeitlinadded wxGrid::SetColumnsOrder() too
2008-12-15  Vadim Zeitlinadded helper Is{Col,Row}Shown()
2008-12-15  Vadim Zeitlinrenamed GetColHeader() to GetGridColHeader() for consis...
2008-12-14  Vadim Zeitlinadd support for hiding columns when using native header...
2008-12-14  Vadim Zeitlinadd support for sorting to grid columns
2008-12-13  Vadim Zeitlinexplain EVT_GRID/EVT_GRID_CMD difference and don't...
2008-12-13  Vadim Zeitlinsupport column reordering using drag and drop when...
2008-12-11  Vadim Zeitlinadded wxGrid::UseNativeColHeader() (column reordering...
2008-11-30  Vadim Zeitlindon't make wxGridTableBase::IsEmptyCell() pure virtual...
2008-11-24  Bryan PettyReviewed, and re-organized members of wxGrid, which...
2008-11-24  Bryan PettyReviewed the rest of grid.h except for the wxGrid class...
2008-11-23  Bryan PettyFinished review of the first 1,000 lines of grid.h...
2008-11-14  Vadim Zeitlinmore Doxygen warning fixes
2008-11-13  Francesco Montorsifurther ifacecheck fixes (now only 3.3% of documented...
2008-11-09  Francesco Montorsiifacecheck manual fixes
2008-10-30  Francesco Montorsifixed missing semicolons, as reported by check_syntax.sh
2008-10-29  Francesco Montorsimoved to appropriate 'protected' sections all functions...
2008-10-29  Francesco Montorsiautomated ifacecheck fixes
2008-10-27  Francesco Montorsiautomated ifacecheck fixes
2008-10-13  Francesco Montorsiautomated changes: many (pure) virtual specifiers added
2008-10-13  Francesco Montorsivirtual/static attributes automated fixes by ifacecheck
2008-10-04  Vadim Zeitlinadded the possibility to draw grid lines across the...
2008-10-04  Robert RoeblingMoved list of subclasses away from 'classes overview...
2008-09-27  Francesco MontorsiHUGE commit of ifacecheck-automated fixes to virtualnes...
2008-09-20  Vadim Zeitlinadd const synonyms for wxGridTableBase::GetNumberRows...
2008-09-19  Vadim Zeitlin- Main change is the addition of wxGridSelectRowsOrColu...
2008-09-16  Vadim Zeitlinmore grid folding: got rid of duplicate version of...
2008-09-16  Vadim Zeitlindocument wxGridTableBase
2008-09-15  Vadim Zeitlinreviewed, updated and corrected wxGrid docs
2008-09-14  Vadim Zeitlinsome wxGrid docs cleanup, it's still a huge mess though
2008-09-12  Vadim Zeitlinadd grid category and mark all grid-related classes...
2008-07-16  Vadim Zeitlinemphasize the fact that GetSelectedCols/Rows() is not...
2008-06-27  Bryan PettyCommit 3 of 3 for Doxygen path fixes, this one finally...
2008-06-27  Bryan PettyMoved all interface headers into a 'wx' subdirectory...