2012-05-27 |
Vadim Zeitlin | Add wxGrid::Render() for drawing the grid to any wxDC. |
blob | commitdiff | raw |
2012-03-11 |
Vadim Zeitlin | Document wxGridCellCoords class. |
blob | commitdiff | raw | diff to current |
2012-02-22 |
Vadim Zeitlin | Fix spelling in the documentation. |
blob | commitdiff | raw | diff to current |
2011-12-25 |
Vadim Zeitlin | Added a warning about multi-cells in wxGrid::DeleteRows... |
blob | commitdiff | raw | diff to current |
2011-12-02 |
Vadim Zeitlin | Link to wxGridCellFloatFormat when it's mentioned in... |
blob | commitdiff | raw | diff to current |
2011-11-28 |
Vadim Zeitlin | Add support for custom numeric formats to wxGrid. |
blob | commitdiff | raw | diff to current |
2011-04-03 |
Dimitri Schoolwerth | No code changes, fixed various typos. |
blob | commitdiff | raw | diff to current |
2010-12-31 |
Vadim Zeitlin | Document how to get the previous selection in wxEVT_GRI... |
blob | commitdiff | raw | diff to current |
2010-08-30 |
Vadim Zeitlin | Add wxGrid::RefreshAttr() method to force attribute... |
blob | commitdiff | raw | diff to current |
2010-07-24 |
Vadim Zeitlin | Document wxGridSelectRowsOrColumns selection mode. |
blob | commitdiff | raw | diff to current |
2010-07-13 |
Vadim Zeitlin | Globally use "wxWindows licence" consistently. |
blob | commitdiff | raw | diff to current |
2010-07-13 |
Vadim Zeitlin | Send right and double click events in wxGrid when using... |
blob | commitdiff | raw | diff to current |
2010-05-11 |
Francesco Montorsi | minor fixes to reduce number of Doxygen warnings |
blob | commitdiff | raw | diff to current |
2010-04-22 |
Vadim Zeitlin | Add documentation for several grid cell renderer/editor... |
blob | commitdiff | raw | diff to current |
2009-12-27 |
Vadim Zeitlin | Return the kind of cells span from wxGrid::GetCellSize(). |
blob | commitdiff | raw | diff to current |
2009-12-20 |
Francesco Montorsi | fix miscellaneous Doxygen 1.6.1 warnings |
blob | commitdiff | raw | diff to current |
2009-11-27 |
Vadim Zeitlin | Allow changing horizontal alignment of numeric cells... |
blob | commitdiff | raw | diff to current |
2009-09-14 |
Vadim Zeitlin | Added support for corner, row and column headers render... |
blob | commitdiff | raw | diff to current |
2009-09-14 |
Vadim Zeitlin | Document wxGridCellAttrProvider. |
blob | commitdiff | raw | diff to current |
2009-08-02 |
Vadim Zeitlin | Mention that wxEVT_GRID_SELECT_CELL is generated by... |
blob | commitdiff | raw | diff to current |
2009-04-29 |
Vadim Zeitlin | generate wxEVT_GRID_{COL,ROW}_SIZE events when the... |
blob | commitdiff | raw | diff to current |
2009-04-27 |
Vadim Zeitlin | added missing @ref after last change |
blob | commitdiff | raw | diff to current |
2009-04-26 |
Vadim Zeitlin | add a possibility to disable individual grid rows/colum... |
blob | commitdiff | raw | diff to current |
2009-03-06 |
Vadim Zeitlin | pass ApplyEdit() arguments to EndEdit() too for better... |
blob | commitdiff | raw | diff to current |
2009-02-27 |
Francesco Montorsi | fix doxygen warnings |
blob | commitdiff | raw | diff to current |
2009-02-25 |
Vadim Zeitlin | added wxGrid::{Set,Get}{Row,Col}Sizes() methods allowin... |
blob | commitdiff | raw | diff to current |
2009-02-01 |
Francesco Montorsi | fix a couple of typos |
blob | commitdiff | raw | diff to current |
2009-01-10 |
Francesco Montorsi | other ifacecheck fixes |
blob | commitdiff | raw | diff to current |
2009-01-10 |
Francesco Montorsi | fix the definition of many static functions marked... |
blob | commitdiff | raw | diff to current |
2009-01-10 |
Vadim Zeitlin | fix GetGridColLabelWindow() name |
blob | commitdiff | raw | diff to current |
2009-01-08 |
Francesco Montorsi | even more fixes detected using ifacecheck |
blob | commitdiff | raw | diff to current |
2009-01-08 |
Francesco Montorsi | automated ifacecheck fixes |
blob | commitdiff | raw | diff to current |
2008-12-28 |
Francesco Montorsi | fix miscellaneous doxygen warnings; IMPORTANT: never... |
blob | commitdiff | raw | diff to current |
2008-12-23 |
Bryan Petty | Added grid event classes to the events group in docs. |
blob | commitdiff | raw | diff to current |
2008-12-22 |
Vadim Zeitlin | split wxEVT_GRID_CELL_CHANGE into wxEVT_GRID_CELL_CHANG... |
blob | commitdiff | raw | diff to current |
2008-12-16 |
Vadim Zeitlin | added wxGrid::SetColumnsOrder() too |
blob | commitdiff | raw | diff to current |
2008-12-15 |
Vadim Zeitlin | added helper Is{Col,Row}Shown() |
blob | commitdiff | raw | diff to current |
2008-12-15 |
Vadim Zeitlin | renamed GetColHeader() to GetGridColHeader() for consis... |
blob | commitdiff | raw | diff to current |
2008-12-14 |
Vadim Zeitlin | add support for hiding columns when using native header... |
blob | commitdiff | raw | diff to current |
2008-12-14 |
Vadim Zeitlin | add support for sorting to grid columns |
blob | commitdiff | raw | diff to current |
2008-12-13 |
Vadim Zeitlin | explain EVT_GRID/EVT_GRID_CMD difference and don't... |
blob | commitdiff | raw | diff to current |
2008-12-13 |
Vadim Zeitlin | support column reordering using drag and drop when... |
blob | commitdiff | raw | diff to current |
2008-12-11 |
Vadim Zeitlin | added wxGrid::UseNativeColHeader() (column reordering... |
blob | commitdiff | raw | diff to current |
2008-11-30 |
Vadim Zeitlin | don't make wxGridTableBase::IsEmptyCell() pure virtual... |
blob | commitdiff | raw | diff to current |
2008-11-24 |
Bryan Petty | Reviewed, and re-organized members of wxGrid, which... |
blob | commitdiff | raw | diff to current |
2008-11-24 |
Bryan Petty | Reviewed the rest of grid.h except for the wxGrid class... |
blob | commitdiff | raw | diff to current |
2008-11-23 |
Bryan Petty | Finished review of the first 1,000 lines of grid.h... |
blob | commitdiff | raw | diff to current |
2008-11-14 |
Vadim Zeitlin | more Doxygen warning fixes |
blob | commitdiff | raw | diff to current |
2008-11-13 |
Francesco Montorsi | further ifacecheck fixes (now only 3.3% of documented... |
blob | commitdiff | raw | diff to current |
2008-11-09 |
Francesco Montorsi | ifacecheck manual fixes |
blob | commitdiff | raw | diff to current |
2008-10-30 |
Francesco Montorsi | fixed missing semicolons, as reported by check_syntax.sh |
blob | commitdiff | raw | diff to current |
2008-10-29 |
Francesco Montorsi | moved to appropriate 'protected' sections all functions... |
blob | commitdiff | raw | diff to current |
2008-10-29 |
Francesco Montorsi | automated ifacecheck fixes |
blob | commitdiff | raw | diff to current |
2008-10-27 |
Francesco Montorsi | automated ifacecheck fixes |
blob | commitdiff | raw | diff to current |
2008-10-13 |
Francesco Montorsi | automated changes: many (pure) virtual specifiers added |
blob | commitdiff | raw | diff to current |
2008-10-13 |
Francesco Montorsi | virtual/static attributes automated fixes by ifacecheck |
blob | commitdiff | raw | diff to current |
2008-10-04 |
Vadim Zeitlin | added the possibility to draw grid lines across the... |
blob | commitdiff | raw | diff to current |
2008-10-04 |
Robert Roebling | Moved list of subclasses away from 'classes overview... |
blob | commitdiff | raw | diff to current |
2008-09-27 |
Francesco Montorsi | HUGE commit of ifacecheck-automated fixes to virtualnes... |
blob | commitdiff | raw | diff to current |
2008-09-20 |
Vadim Zeitlin | add const synonyms for wxGridTableBase::GetNumberRows... |
blob | commitdiff | raw | diff to current |
2008-09-19 |
Vadim Zeitlin | - Main change is the addition of wxGridSelectRowsOrColu... |
blob | commitdiff | raw | diff to current |
2008-09-16 |
Vadim Zeitlin | more grid folding: got rid of duplicate version of... |
blob | commitdiff | raw | diff to current |
2008-09-16 |
Vadim Zeitlin | document wxGridTableBase |
blob | commitdiff | raw | diff to current |
2008-09-15 |
Vadim Zeitlin | reviewed, updated and corrected wxGrid docs |
blob | commitdiff | raw | diff to current |
2008-09-14 |
Vadim Zeitlin | some wxGrid docs cleanup, it's still a huge mess though |
blob | commitdiff | raw | diff to current |
2008-09-12 |
Vadim Zeitlin | add grid category and mark all grid-related classes... |
blob | commitdiff | raw | diff to current |
2008-07-16 |
Vadim Zeitlin | emphasize the fact that GetSelectedCols/Rows() is not... |
blob | commitdiff | raw | diff to current |
2008-06-27 |
Bryan Petty | Commit 3 of 3 for Doxygen path fixes, this one finally... |
blob | commitdiff | raw | diff to current |
2008-06-27 |
Bryan Petty | Moved all interface headers into a 'wx' subdirectory... |
blob | commitdiff | raw | diff to current |
|