2010-08-30 |
Vadim Zeitlin | Add wxGrid::RefreshAttr() method to force attribute... |
blob | commitdiff | raw |
2010-07-12 |
Vadim Zeitlin | Remove scroll units duplication in wxGrid to fix settin... |
blob | commitdiff | raw | diff to current |
2010-06-09 |
Francesco Montorsi | Implement wx-prefixed macros versions of DECLARE_EVENT_... |
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-11-27 |
Vadim Zeitlin | Allow changing horizontal alignment of numeric cells... |
blob | commitdiff | raw | diff to current |
2009-11-27 |
Vadim Zeitlin | Add symbolic constant wxALIGN_INVALID and use it instea... |
blob | commitdiff | raw | diff to current |
2009-09-23 |
Vadim Zeitlin | Extract default grid header renderers from wxGridCellAt... |
blob | commitdiff | raw | diff to current |
2009-09-15 |
Vadim Zeitlin | Really fix VC6 compilation after r61919. |
blob | commitdiff | raw | diff to current |
2009-09-14 |
Vadim Zeitlin | Add virtual dtor to header renderer classes to avoid... |
blob | commitdiff | raw | diff to current |
2009-09-14 |
Vadim Zeitlin | Fix VC6 compilation after r61919. |
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-07-23 |
Vadim Zeitlin | Globally replace _T() with wxT(). |
blob | commitdiff | raw | diff to current |
2009-06-12 |
Robert Roebling | Use wxRefCounter instead of wxObjecrDataRef |
blob | commitdiff | raw | diff to current |
2009-06-12 |
Vadim Zeitlin | reuse wxObjectRefData for various ref-counted classes... |
blob | commitdiff | raw | diff to current |
2009-05-22 |
Vadim Zeitlin | no real changes, just remove unneeded empty dtor |
blob | commitdiff | raw | diff to current |
2009-05-22 |
Vadim Zeitlin | return the correct number of columns from wxGridStringT... |
blob | commitdiff | raw | diff to current |
2009-05-01 |
Vadim Zeitlin | rename wxGrid::SendSizeEvent() to SendGridSizeEvent... |
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-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-25 |
Vadim Zeitlin | added wxGrid::{Set,Get}{Row,Col}Sizes() methods allowin... |
blob | commitdiff | raw | diff to current |
2009-02-24 |
Kevin Ollivier | Fix for deprecated constructor issues, setting a functi... |
blob | commitdiff | raw | diff to current |
2009-02-08 |
Vadim Zeitlin | add wx-prefixed and semicolon-requiring versions of... |
blob | commitdiff | raw | diff to current |
2009-02-07 |
Vadim Zeitlin | require semicolon after wxDECLARE/DEFINE_EVENT() (close... |
blob | commitdiff | raw | diff to current |
2009-01-12 |
Vadim Zeitlin | add more flexible and safer template Connect() overload... |
blob | commitdiff | raw | diff to current |
2009-01-11 |
Francesco Montorsi | split wxGrid implementation in grideditors.cpp (for... |
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 | refresh the grid after resetting the columns positions... |
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 | support column reordering using drag and drop when... |
blob | commitdiff | raw | diff to current |
2008-12-12 |
Vadim Zeitlin | fix compuation of dirty cells when the columns are... |
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-02 |
Francesco Montorsi | declare all NameStr[] strings as const char using the... |
blob | commitdiff | raw | diff to current |
2008-11-02 |
Vadim Zeitlin | replace wx_{const,static,reinterpret}_cast with their... |
blob | commitdiff | raw | diff to current |
2008-10-08 |
Stefan Neis | Workaround for bug in gcc-3.1 through gcc-3.3 in handli... |
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-09-20 |
Vadim Zeitlin | add const synonyms for wxGridTableBase::GetNumberRows... |
blob | commitdiff | raw | diff to current |
2008-09-20 |
Vadim Zeitlin | use a single wxKeyboardEvent parameter instead of 4... |
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 | start of the great grid folding: introduce wxGridOperat... |
blob | commitdiff | raw | diff to current |
2008-09-15 |
Vadim Zeitlin | more cleanup (removed some TODOs/FIXMEs); use native... |
blob | commitdiff | raw | diff to current |
2008-09-15 |
Vadim Zeitlin | remove the now unused GetScroll[XY] |
blob | commitdiff | raw | diff to current |
2008-09-15 |
Vadim Zeitlin | take old (wx 2.2? older?) wxGrid compatibility function... |
blob | commitdiff | raw | diff to current |
2008-09-14 |
Vadim Zeitlin | move the grid-specific workaround for scrollbar hystere... |
blob | commitdiff | raw | diff to current |
2008-09-14 |
Vadim Zeitlin | no changes, just removed the unnecessary wxGrid:: quali... |
blob | commitdiff | raw | diff to current |
2008-09-12 |
Vadim Zeitlin | fix the event type in EVT_GRID_[CMD_]COL_MOVE declarati... |
blob | commitdiff | raw | diff to current |
2008-02-27 |
Vadim Zeitlin | override SetDropTarget() in wxGrid to associate it... |
blob | commitdiff | raw | diff to current |
2008-02-26 |
Vadim Zeitlin | check whether the grid is fully created in Refresh... |
blob | commitdiff | raw | diff to current |
2008-01-27 |
Vadim Zeitlin | don't use DECLARE_EVENT_TYPE() to avoid confusing peopl... |
blob | commitdiff | raw | diff to current |
2008-01-21 |
Václav Slavík | wxGrid focus handling fixes: |
blob | commitdiff | raw | diff to current |
2007-12-22 |
Robert Roebling | Add HideCol/RowLabels |
blob | commitdiff | raw | diff to current |
2007-12-20 |
Robert Roebling | Playing with wxgrid, adding optionnally native columns... |
blob | commitdiff | raw | diff to current |
2007-09-09 |
Vadim Zeitlin | declare wxEVT_GRID_COL_MOVE event (which was defined... |
blob | commitdiff | raw | diff to current |
2007-07-09 |
Václav Slavík | added WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIM... |
blob | commitdiff | raw | diff to current |
2007-06-01 |
Vadim Zeitlin | extract setting max length in wxGridCellTextEditor... |
blob | commitdiff | raw | diff to current |
2007-03-20 |
Vadim Zeitlin | removed extraneous comma at the end of wxGridDirection... |
blob | commitdiff | raw | diff to current |
2007-03-15 |
Vadim Zeitlin | added support for wxGRID_AUTOSIZE in wxGrid::SetRow... |
blob | commitdiff | raw | diff to current |
2007-03-15 |
Vadim Zeitlin | added wxGridUpdateLocker helper class wrapping Begin... |
blob | commitdiff | raw | diff to current |
2007-03-04 |
Vadim Zeitlin | handle mouse capture lost event in grid windows and... |
blob | commitdiff | raw | diff to current |
2007-02-05 |
Vadim Zeitlin | made (many) more wxGrid methods const |
blob | commitdiff | raw | diff to current |
2006-10-28 |
Vadim Zeitlin | allow customizing the string values returned by wxGridC... |
blob | commitdiff | raw | diff to current |
2006-10-15 |
Robert Roebling | I don't think anylonger that DrawHeaderButton() should |
blob | commitdiff | raw | diff to current |
2006-10-03 |
Robin Dunn | Give the grid events a Clone method |
blob | commitdiff | raw | diff to current |
2006-10-03 |
Paul Cornett | header cleanup |
blob | commitdiff | raw | diff to current |
2006-10-02 |
Paul Cornett | put grid string in generic/grid.cpp, not common/datacmn.cpp |
blob | commitdiff | raw | diff to current |
2006-09-19 |
Robert Roebling | Give wxGrid its own string name for easier debugging. |
blob | commitdiff | raw | diff to current |
2006-07-24 |
Vadim Zeitlin | allow customization of individual grid lines appearance... |
blob | commitdiff | raw | diff to current |
2006-06-01 |
Vadim Zeitlin | added possibility to reorder columns by dragging them... |
blob | commitdiff | raw | diff to current |
2006-04-09 |
Robin Dunn | Use CmdDown in mouse events instead of ControlDown... |
blob | commitdiff | raw | diff to current |
2006-02-12 |
Michael Wetherell | Warning fixes for VC5 (Igor Korot) |
blob | commitdiff | raw | diff to current |
2005-09-25 |
Michael Wetherell | Fixes for include guards, patch 1256967 Paul Cornett |
blob | commitdiff | raw | diff to current |
2005-09-24 |
Vadim Zeitlin | added missing consts and pass objects by const referenc... |
blob | commitdiff | raw | diff to current |
2005-09-23 |
Mart Raudsepp | Nuke #pragma implementation/interface's |
blob | commitdiff | raw | diff to current |
2005-06-01 |
Robin Dunn | Merge the cell size attribute the same way that other... |
blob | commitdiff | raw | diff to current |
2005-04-13 |
Vadim Zeitlin | made wxGridCellAttr dtor protected instead of private |
blob | commitdiff | raw | diff to current |
2005-03-19 |
Robin Dunn | Fixed bug #1163384. Moved the code that handles activa... |
blob | commitdiff | raw | diff to current |
2005-03-09 |
Włodzimierz Skiba | Missing casts to event handling functions. |
blob | commitdiff | raw | diff to current |
2005-02-14 |
Vadim Zeitlin | define wxFooHandler() macros for all wxFooEvents to... |
blob | commitdiff | raw | diff to current |
2005-02-09 |
Vadim Zeitlin | redraw the grid when it's enabled/disabled |
blob | commitdiff | raw | diff to current |
2005-02-06 |
Vadim Zeitlin | removed trailing semicolons after DECLARE_DYNAMIC_CLASS... |
blob | commitdiff | raw | diff to current |
2005-01-12 |
Julian Smart | Made some functions virtual |
blob | commitdiff | raw | diff to current |
2004-11-23 |
Włodzimierz Skiba | Fixes for wxUSE_SPIN... == 0. |
blob | commitdiff | raw | diff to current |
2004-10-14 |
Julian Smart | Added SetScrollLinesX, SetScrollLinesY so apps can... |
blob | commitdiff | raw | diff to current |
2004-09-03 |
Robin Dunn | Since it is documented, changed GetOrCreateCellAttr... |
blob | commitdiff | raw | diff to current |
2004-08-25 |
Robin Dunn | Patch from Jed Burgess that optionally allows the grid... |
blob | commitdiff | raw | diff to current |
2004-07-20 |
Włodzimierz Skiba | wxDefaultSize.* and wxDefaultPosition.* to wxDefaultCoord. |
blob | commitdiff | raw | diff to current |
2004-06-17 |
Włodzimierz Skiba | Code cleaning: wxID_ANY, wxDefaultSize, wxDefaultPositi... |
blob | commitdiff | raw | diff to current |
2004-06-13 |
Julian Smart | Added event table macros to wxGrid that take window... |
blob | commitdiff | raw | diff to current |
2004-05-23 |
Julian Smart | Use old licence name |
blob | commitdiff | raw | diff to current |
2004-05-23 |
Julian Smart | Name and version changes |
blob | commitdiff | raw | diff to current |
2004-05-10 |
Robin Dunn | Avoid duplicated definition errors for wxLongToLongHash... |
blob | commitdiff | raw | diff to current |
2004-02-10 |
Vadim Zeitlin | use static_cast<> in event table macros for type safety... |
blob | commitdiff | raw | diff to current |
2003-09-11 |
Mattia Barbon | Added, documented and used wxGridCellChoiceEditor |
blob | commitdiff | raw | diff to current |
2003-08-21 |
Stefan Csomor | added support for allocation-creation method |
blob | commitdiff | raw | diff to current |
next |