2005-06-01 |
Robin Dunn | Merge the cell size attribute the same way that other... |
blob | commitdiff | raw |
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 |
2000-03-03 |
Stefan Neis | Added extended selection support. |
blob | commitdiff | raw | diff to current |
2000-03-02 |
Stefan Neis | Added class to handle selection inside wxGrid |
blob | commitdiff | raw | diff to current |
2000-03-01 |
Vadim Zeitlin | 1. warning in gtk/menu.cpp fixed |
blob | commitdiff | raw | diff to current |
2000-02-29 |
Vadim Zeitlin | setting parameters for wxGridCellFloatRenderer seems... |
blob | commitdiff | raw | diff to current |
2000-02-29 |
Vadim Zeitlin | 1. more corrections for ref counted editors/renderers... |
blob | commitdiff | raw | diff to current |
2000-02-29 |
Vadim Zeitlin | wxGridCellRenderer/Editor made ref counted |
blob | commitdiff | raw | diff to current |
2000-02-29 |
Vadim Zeitlin | 1. added range checks in wxGridStringTable |
blob | commitdiff | raw | diff to current |
2000-02-29 |
Michael Bedward | AutoSizeColumns and AutoSizeRows changed to pass FALSE... |
blob | commitdiff | raw | diff to current |
2000-02-29 |
Michael Bedward | Added wxWANTS_CHARS style to all windows so that the... |
blob | commitdiff | raw | diff to current |
2000-02-28 |
Vadim Zeitlin | wxGridCellAttr::Clone() added to allow the demo of... |
blob | commitdiff | raw | diff to current |
2000-02-28 |
Vadim Zeitlin | grid autosize fixes/changes |
blob | commitdiff | raw | diff to current |
2000-02-26 |
Vadim Zeitlin | wxGrid::AutoSize() added |
blob | commitdiff | raw | diff to current |
2000-02-23 |
Vadim Zeitlin | removed saveValue param in EndEdit() |
blob | commitdiff | raw | diff to current |
2000-02-23 |
Michael Bedward | Added wxGrid::DrawGridSpace function to suppress junk... |
blob | commitdiff | raw | diff to current |
2000-02-23 |
Robin Dunn | Some mouse events need to be handled even when outside... |
blob | commitdiff | raw | diff to current |
2000-02-23 |
Robin Dunn | delay getting the default editor and renderer (by data... |
blob | commitdiff | raw | diff to current |
2000-02-22 |
Vadim Zeitlin | added combobox editor |
blob | commitdiff | raw | diff to current |
2000-02-22 |
Vadim Zeitlin | column autosizing added |
blob | commitdiff | raw | diff to current |
2000-02-22 |
Vadim Zeitlin | added renderers/editors for long/float, not fully teste... |
blob | commitdiff | raw | diff to current |
2000-02-22 |
Vadim Zeitlin | don't draw cell highlight over the cell editor (improve... |
blob | commitdiff | raw | diff to current |
2000-02-22 |
Vadim Zeitlin | removed some default value for wxGrid compatibility... |
blob | commitdiff | raw | diff to current |
2000-02-22 |
Michael Bedward | Added functions to enable/disable drag-resizing of... |
blob | commitdiff | raw | diff to current |
2000-02-21 |
Robin Dunn | forgot to uncomment a few things |
blob | commitdiff | raw | diff to current |
2000-02-21 |
Robin Dunn | Added ability for tables, grids, editors and renderers... |
blob | commitdiff | raw | diff to current |
2000-02-21 |
Vadim Zeitlin | added SetColMinimalWidth() |
blob | commitdiff | raw | diff to current |
2000-02-21 |
Vadim Zeitlin | virtualized m_row/col height/widths arrays |
blob | commitdiff | raw | diff to current |
2000-02-21 |
Vadim Zeitlin | 1. removed 3d border, but |
blob | commitdiff | raw | diff to current |
next |