]> git.saurik.com Git - wxWidgets.git/history - include/wx/generic/grid.h
Provide shorter synonyms for wxEVT_XXX constants.
[wxWidgets.git] / include / wx / generic / grid.h
2013-04-05  Vadim ZeitlinAllow to customize wxGrid column auto-sizing.
2012-12-22  Robin DunnInterface fixes for wxGrid classes
2012-10-17  Vadim ZeitlinFix wxGrid editors background painting.
2012-10-13  Vadim ZeitlinMake TAB behaviour in wxGrid more configurable.
2012-09-15  Vadim ZeitlinPreserve size of wxGrid rows/columns when hiding and...
2012-06-01  Vadim ZeitlinNo changes, just refactor wxGrid::Render() to simplify it.
2012-05-27  Vadim ZeitlinAdd wxGrid::Render() for drawing the grid to any wxDC.
2012-05-27  Vadim ZeitlinAdd wxGrid::DrawRangeGridLines().
2012-05-27  Vadim ZeitlinNo changes, just refactor wxGrid::DrawAllGridLines().
2012-03-19  Vadim ZeitlinExplicitly cast size_t to int to suppress MSVC warnings.
2012-03-06  Stefan Csomoradapting grid-cell dragging according to discussion...
2011-12-23  Paul Cornettfix tests for WXWIN_COMPATIBILITY_2_8, closes #13800
2011-07-25  Steve LamertonMerge in from trunk r67662 to r64801
2011-05-03  Dimitri SchoolwerthReplaced Ok() occurrences with IsOk() throughout trunk.
2010-08-30  Vadim ZeitlinAdd wxGrid::RefreshAttr() method to force attribute...
2010-07-12  Vadim ZeitlinRemove scroll units duplication in wxGrid to fix settin...
2010-06-09  Francesco MontorsiImplement wx-prefixed macros versions of DECLARE_EVENT_...
2009-12-27  Vadim ZeitlinReturn the kind of cells span from wxGrid::GetCellSize().
2009-11-27  Vadim ZeitlinAllow changing horizontal alignment of numeric cells...
2009-11-27  Vadim ZeitlinAdd symbolic constant wxALIGN_INVALID and use it instea...
2009-09-23  Vadim ZeitlinExtract default grid header renderers from wxGridCellAt...
2009-09-15  Vadim ZeitlinReally fix VC6 compilation after r61919.
2009-09-14  Vadim ZeitlinAdd virtual dtor to header renderer classes to avoid...
2009-09-14  Vadim ZeitlinFix VC6 compilation after r61919.
2009-09-14  Vadim ZeitlinAdded support for corner, row and column headers render...
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-06-12  Robert RoeblingUse wxRefCounter instead of wxObjecrDataRef
2009-06-12  Vadim Zeitlinreuse wxObjectRefData for various ref-counted classes...
2009-05-22  Vadim Zeitlinno real changes, just remove unneeded empty dtor
2009-05-22  Vadim Zeitlinreturn the correct number of columns from wxGridStringT...
2009-05-01  Vadim Zeitlinrename wxGrid::SendSizeEvent() to SendGridSizeEvent...
2009-04-29  Vadim Zeitlingenerate wxEVT_GRID_{COL,ROW}_SIZE events when the...
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-25  Vadim Zeitlinadded wxGrid::{Set,Get}{Row,Col}Sizes() methods allowin...
2009-02-24  Kevin OllivierFix for deprecated constructor issues, setting a functi...
2009-02-08  Vadim Zeitlinadd wx-prefixed and semicolon-requiring versions of...
2009-02-07  Vadim Zeitlinrequire semicolon after wxDECLARE/DEFINE_EVENT() (close...
2009-01-12  Vadim Zeitlinadd more flexible and safer template Connect() overload...
2009-01-11  Francesco Montorsisplit wxGrid implementation in grideditors.cpp (for...
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 Zeitlinrefresh the grid after resetting the columns positions...
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 Zeitlinsupport column reordering using drag and drop when...
2008-12-12  Vadim Zeitlinfix compuation of dirty cells when the columns are...
2008-12-11  Vadim Zeitlinadded wxGrid::UseNativeColHeader() (column reordering...
2008-11-30  Vadim Zeitlindon't make wxGridTableBase::IsEmptyCell() pure virtual...
2008-11-02  Francesco Montorsideclare all NameStr[] strings as const char using the...
2008-11-02  Vadim Zeitlinreplace wx_{const,static,reinterpret}_cast with their...
2008-10-08  Stefan NeisWorkaround for bug in gcc-3.1 through gcc-3.3 in handli...
2008-10-04  Vadim Zeitlinadded the possibility to draw grid lines across the...
2008-09-20  Vadim Zeitlinadd const synonyms for wxGridTableBase::GetNumberRows...
2008-09-20  Vadim Zeitlinuse a single wxKeyboardEvent parameter instead of 4...
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 Zeitlinstart of the great grid folding: introduce wxGridOperat...
2008-09-15  Vadim Zeitlinmore cleanup (removed some TODOs/FIXMEs); use native...
2008-09-15  Vadim Zeitlinremove the now unused GetScroll[XY]
2008-09-15  Vadim Zeitlintake old (wx 2.2? older?) wxGrid compatibility function...
2008-09-14  Vadim Zeitlinmove the grid-specific workaround for scrollbar hystere...
2008-09-14  Vadim Zeitlinno changes, just removed the unnecessary wxGrid:: quali...
2008-09-12  Vadim Zeitlinfix the event type in EVT_GRID_[CMD_]COL_MOVE declarati...
2008-02-27  Vadim Zeitlinoverride SetDropTarget() in wxGrid to associate it...
2008-02-26  Vadim Zeitlincheck whether the grid is fully created in Refresh...
2008-01-27  Vadim Zeitlindon't use DECLARE_EVENT_TYPE() to avoid confusing peopl...
2008-01-21  Václav SlavíkwxGrid focus handling fixes:
2007-12-22  Robert RoeblingAdd HideCol/RowLabels
2007-12-20  Robert RoeblingPlaying with wxgrid, adding optionnally native columns...
2007-09-09  Vadim Zeitlindeclare wxEVT_GRID_COL_MOVE event (which was defined...
2007-07-09  Václav Slavíkadded WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIM...
2007-06-01  Vadim Zeitlinextract setting max length in wxGridCellTextEditor...
2007-03-20  Vadim Zeitlinremoved extraneous comma at the end of wxGridDirection...
2007-03-15  Vadim Zeitlinadded support for wxGRID_AUTOSIZE in wxGrid::SetRow...
2007-03-15  Vadim Zeitlinadded wxGridUpdateLocker helper class wrapping Begin...
2007-03-04  Vadim Zeitlinhandle mouse capture lost event in grid windows and...
2007-02-05  Vadim Zeitlinmade (many) more wxGrid methods const
2006-10-28  Vadim Zeitlinallow customizing the string values returned by wxGridC...
2006-10-15  Robert Roebling I don't think anylonger that DrawHeaderButton() should
2006-10-03  Robin DunnGive the grid events a Clone method
2006-10-03  Paul Cornettheader cleanup
2006-10-02  Paul Cornettput grid string in generic/grid.cpp, not common/datacmn.cpp
2006-09-19  Robert Roebling Give wxGrid its own string name for easier debugging.
2006-07-24  Vadim Zeitlinallow customization of individual grid lines appearance...
2006-06-01  Vadim Zeitlinadded possibility to reorder columns by dragging them...
2006-04-09  Robin DunnUse CmdDown in mouse events instead of ControlDown...
2006-02-12  Michael WetherellWarning fixes for VC5 (Igor Korot)
2005-09-25  Michael WetherellFixes for include guards, patch 1256967 Paul Cornett
2005-09-24  Vadim Zeitlinadded missing consts and pass objects by const referenc...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-06-01  Robin DunnMerge the cell size attribute the same way that other...
2005-04-13  Vadim Zeitlinmade wxGridCellAttr dtor protected instead of private
2005-03-19  Robin DunnFixed bug #1163384. Moved the code that handles activa...
2005-03-09  Włodzimierz SkibaMissing casts to event handling functions.
2005-02-14  Vadim Zeitlindefine wxFooHandler() macros for all wxFooEvents to...
2005-02-09  Vadim Zeitlinredraw the grid when it's enabled/disabled
2005-02-06  Vadim Zeitlinremoved trailing semicolons after DECLARE_DYNAMIC_CLASS...
next