2008-02-27 |
Vadim Zeitlin | override SetDropTarget() in wxGrid to associate it... |
blob | commitdiff | raw |
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 |
2003-08-09 |
Václav Slavík | added support for gcc precompiled headers |
blob | commitdiff | raw | diff to current |
2003-08-05 |
Václav Slavík | compilation fixes for win32 dll+multilib |
blob | commitdiff | raw | diff to current |
2003-08-02 |
Václav Slavík | created wxAdvanced library |
blob | commitdiff | raw | diff to current |
2003-07-22 |
Vadim Zeitlin | undisable many warnings for VC++ in defs.h and fixed... |
blob | commitdiff | raw | diff to current |
2003-07-19 |
Mattia Barbon | Fix wx[Sorted]ArrayString::Index when wxUSE_STL=1... |
blob | commitdiff | raw | diff to current |
2003-07-03 |
Mattia Barbon | Moved some methods/classes inside COMPATIBILITY_2_4. |
blob | commitdiff | raw | diff to current |
2003-05-18 |
Roger Gammans | * Apply patch #735595. Add miminumAcceptable{Height... |
blob | commitdiff | raw | diff to current |
2003-05-07 |
Robin Dunn | fixed compile errors |
blob | commitdiff | raw | diff to current |
2003-05-07 |
Robin Dunn | Also merge the m_overflow attribute |
blob | commitdiff | raw | diff to current |
2003-03-24 |
Julian Smart | Removed old grid code |
blob | commitdiff | raw | diff to current |
2003-02-18 |
Julian Smart | Applied patch [ 608866 ] wxGrid: vertical column label... |
blob | commitdiff | raw | diff to current |
2003-01-02 |
Vadim Zeitlin | use DECLARE_NO_COPY_CLASS() where applicable (patch... |
blob | commitdiff | raw | diff to current |
2002-12-16 |
Julian Smart | Fixed missing checkbox alignment |
blob | commitdiff | raw | diff to current |
2002-12-09 |
Julian Smart | Applied patches by Scott Pleiter: |
blob | commitdiff | raw | diff to current |
2002-12-04 |
Vadim Zeitlin | merged 2.4 branch into the trunk |
blob | commitdiff | raw | diff to current |
2002-09-14 |
David Webster | TRUE not true; FALSE not false |
blob | commitdiff | raw | diff to current |
2002-09-07 |
Stefan Neis | Changed second parameter of Refresh to "const wxRect*". |
blob | commitdiff | raw | diff to current |
2002-09-07 |
Stefan Neis | Commited John Labenski's patch giving access to the... |
blob | commitdiff | raw | diff to current |
2002-09-01 |
Stefan Neis | Added some const qualifiers. |
blob | commitdiff | raw | diff to current |
2002-08-31 |
Stefan Neis | Make use of new array functions. |
blob | commitdiff | raw | diff to current |
2002-08-31 |
Gilles Depeyrot | disable use of #pragma interface under Mac OS X |
blob | commitdiff | raw | diff to current |
2002-08-24 |
Robin Dunn | Fixed wxGridCellFloatEditor::Clone |
blob | commitdiff | raw | diff to current |
2002-04-26 |
Vadim Zeitlin | added a few virtual keywords for consistency (no real... |
blob | commitdiff | raw | diff to current |
2002-04-18 |
Robin Dunn | Some secondary grid classes now derive from wxClientDat... |
blob | commitdiff | raw | diff to current |
2002-02-21 |
Vadim Zeitlin | applied a fix for the patch 446325 |
blob | commitdiff | raw | diff to current |
2001-12-30 |
Vadim Zeitlin | fixed uninitialized wxGridCellAttr::m_defGridAttr ... |
blob | commitdiff | raw | diff to current |
2001-11-02 |
Vadim Zeitlin | support for vetoing grid cell editing (patch 469049) |
blob | commitdiff | raw | diff to current |
2001-07-03 |
Vadim Zeitlin | tons of fixes for wxGTK/Univ - seems to work, more... |
blob | commitdiff | raw | diff to current |
2001-06-28 |
Gilles Depeyrot | removed useless ; to allow smart preprocessing under... |
blob | commitdiff | raw | diff to current |
2001-05-31 |
Robin Dunn | Added EVT_GRID_EDITOR_CREATED and wxGridEditorCreatedEv... |
blob | commitdiff | raw | diff to current |
2001-05-29 |
David Webster | New grid control OS/2 compile issue |
blob | commitdiff | raw | diff to current |
2001-05-27 |
Vadim Zeitlin | applied tons of wxGrid patches |
blob | commitdiff | raw | diff to current |
2001-05-16 |
Vadim Zeitlin | applied patch 415912 (fixing problems with wxGrid attrs) |
blob | commitdiff | raw | diff to current |
2001-05-09 |
Robin Dunn | Added accessors for the sub-windows in the wxGrid. |
blob | commitdiff | raw | diff to current |
2001-01-31 |
Vadim Zeitlin | 1. made compilation with WXWIN_COMPATIBILITY_EVENT_TYPE... |
blob | commitdiff | raw | diff to current |
2001-01-26 |
Robert Roebling | Updated ten thousand macros for new event type code. |
blob | commitdiff | raw | diff to current |
2001-01-25 |
Robert Roebling | New event types for use in external libs (and from |
blob | commitdiff | raw | diff to current |
2001-01-02 |
Vadim Zeitlin | patch adding DeselectXXX() functions from Roland Scholz... |
blob | commitdiff | raw | diff to current |
2000-08-04 |
Michael Bedward | Removed redundant m_left etc. variables |
blob | commitdiff | raw | diff to current |
2000-07-28 |
Michael Bedward | Renamed existing wxGrid::SelectBlock to HighlightBlock. |
blob | commitdiff | raw | diff to current |
2000-07-27 |
Michael Bedward | Changed wxGridCellAttr::HasAlignment to treat values... |
blob | commitdiff | raw | diff to current |
2000-07-27 |
Michael Bedward | Changed cell and label alignment functions to use wxALI... |
blob | commitdiff | raw | diff to current |
2000-07-21 |
Michael Bedward | Added ForceRefresh() to request immediate repainting... |
blob | commitdiff | raw | diff to current |
2000-07-15 |
Bryan Petty | merged 2.2 branch |
blob | commitdiff | raw | diff to current |
2000-03-13 |
Stefan Neis | More compilation fixes. |
blob | commitdiff | raw | diff to current |
2000-03-11 |
Stefan Neis | Added many WXUNUSED, untabified once again. |
blob | commitdiff | raw | diff to current |
2000-03-10 |
Stefan Neis | Changed wxGridCellCoords from long to int (get rid... |
blob | commitdiff | raw | diff to current |
2000-03-09 |
Stefan Neis | Changed Shift+Arrow handling |
blob | commitdiff | raw | diff to current |
2000-03-07 |
Michael Bedward | Removed redundant m_displayed member var from wxGrid |
blob | commitdiff | raw | diff to current |
2000-03-04 |
Stefan Neis | Improved handling of selection/deselection events. |
blob | commitdiff | raw | diff to current |
2000-03-04 |
Stefan Neis | Bugfixes; added selection modes demo to griddemo |
blob | commitdiff | raw | diff to current |
2000-03-04 |
Stefan Neis | Added SetSelectionMode |
blob | commitdiff | raw | diff to current |
next |