]> git.saurik.com Git - wxWidgets.git/history - src/generic/grid.cpp
prevent unhandled key events from propagating up parent chain
[wxWidgets.git] / src / generic / grid.cpp
2011-12-23  Paul Cornettfix tests for WXWIN_COMPATIBILITY_2_8, closes #13800
2011-10-27  Vadim ZeitlinAdd _PTR WX_DECLARE_HASH_SET variants to fix warnings...
2011-09-10  Steve LamertonMerge in from trunk r68684 - r69046
2011-08-16  Stefan Csomoradapting to new ctrl constant handling on OSX
2011-07-25  Steve LamertonMerge in from trunk r67662 to r64801
2011-07-19  Vadim ZeitlinFix deleting columns in wxGridStringTable with custom...
2011-04-03  Dimitri SchoolwerthNo code changes, fixed various typos.
2011-03-22  Dimitri SchoolwerthFixed various typos.
2011-01-27  Stefan Csomorclang fixes, fixes #12332
2011-01-04  Stefan Csomormerging back XTI branch part 2
2010-11-13  Vadim ZeitlinFix resizing of wxGrid columns when they were reordered.
2010-11-02  Vadim ZeitlinDon't scroll the grid too much to bring selection in...
2010-10-22  Vadim ZeitlinNo real changes, just use const_cast<> instead of C...
2010-08-30  Vadim ZeitlinAdd wxGrid::RefreshAttr() method to force attribute...
2010-08-10  Vadim ZeitlinFix line indices translation in wxGrid::DoEndDragResize...
2010-07-13  Vadim ZeitlinSend right and double click events in wxGrid when using...
2010-07-12  Vadim ZeitlinRemove scroll units duplication in wxGrid to fix settin...
2010-07-12  Vadim ZeitlinMake Home and End keys work as expected in wxGrid.
2010-07-11  Vadim ZeitlinDon't use uninitialized variables in wxGrid::AutoSize().
2010-06-20  Vadim ZeitlinUse wxDELETE() and wxDELETEA() when possible.
2010-06-03  Francesco Montorsino real change: just rename "near" into "onNearPart...
2010-06-03  Vadim ZeitlinDrop the column being dragged at the correct position...
2010-05-22  Vadim ZeitlinRestore selection on click in row/column selection...
2010-05-21  Vadim ZeitlinErase the column label background in wxGrid to avoid...
2010-03-05  Vadim ZeitlinDon't stop dragging in the grid when the mouse leaves...
2009-12-27  Vadim ZeitlinAccount for cells spanning multiple grid cells better...
2009-12-27  Vadim ZeitlinReturn the kind of cells span from wxGrid::GetCellSize().
2009-12-02  Paul Cornettmake array data fully const
2009-11-27  Vadim ZeitlinAllow changing horizontal alignment of numeric cells...
2009-09-24  Vadim ZeitlinFix wxGrid compilation with MSVC7.
2009-09-23  Vadim ZeitlinExtract default grid header renderers from wxGridCellAt...
2009-09-14  Vadim ZeitlinAdded support for corner, row and column headers render...
2009-08-02  Vadim ZeitlinCheck indices validity better in wxGridStringTable.
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-06-12  Vadim Zeitlinfix memory leak in SetColFormat() if the column already...
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-12  Jouk Jansendeclaration of sendevent should be equal in grid.cpp...
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-04-09  Vadim Zeitlinfix row/column deselection in row-or-column selection...
2009-03-22  Vadim Zeitlinmade definition of wxUSE_LOG_DEBUG dependent on wxDEBUG...
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-25  Vadim Zeitlindon't call Refresh(empty-rect) unnecessarily
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-22  Vadim Zeitlinuse CanSetValueAs() instead of CanGetValueAs() in wxGri...
2008-12-17  Vadim Zeitlinmade wxHeaderCtrl::GetColumn() const to get rid of...
2008-12-16  Vadim Zeitlinadded wxRearrange{List,Ctrl,Dialog} and use it in wxHea...
2008-12-16  Vadim Zeitlinadded wxGrid::SetColumnsOrder() too
2008-12-15  Vadim Zeitlinhandle actions of the columns popup menu in wxHeaderCtr...
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 Zeitlinadded wxHeaderCtrl::ResetColumnsOrder() function; use...
2008-12-14  Vadim Zeitlinadd support for hiding columns when using native header...
2008-12-14  Vadim Zeitlinno changes, just replaced SF bug number in a comment...
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-12  Vadim Zeitlinreally fix STL compilation
2008-12-11  Vadim Zeitlindon't duplicate the column reordering in generic wxHead...
2008-12-11  Vadim Zeitlinforward SetColPos() to the header window
2008-12-11  Vadim Zeitlinin STL build wxVector elements need to be assignable...
2008-12-11  Vadim Zeitlinadded wxGrid::UseNativeColHeader() (column reordering...
2008-12-08  Francesco Montorsienable wheel-scrolling under wxGTK by allowing GTK...
2008-12-02  Francesco Montorsifix typo making wxGrid crash upon usage of PgDown:...
2008-12-01  Vadim Zeitlindon't make wxGridTableBase::IsEmptyCell() pure virtual...
2008-11-08  Vadim Zeitlinrelease the mouse in wxGrid dtor to avoid asserts when...
2008-11-02  Francesco Montorsideclare all NameStr[] strings as const char using the...
2008-10-20  Vadim Zeitlinfix more Borland release build warnings about unused...
2008-10-04  Vadim Zeitlinadded the possibility to draw grid lines across the...
2008-09-22  Vadim Zeitlindon't crash if the grid is being deleted while a cell...
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 Zeitlinuse wxSwap()
2008-09-15  Vadim Zeitlinimplement CreateGrid() in terms of SetTable() instead...
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 Zeitlinremove automatic selection of the current row/column...
2008-09-15  Vadim Zeitlinselect current column when Ctrl-Space is pressed; the...
2008-09-15  Vadim Zeitlinimprove display of hints during column move (#9884)
2008-09-15  Vadim Zeitlindon't steal focus back to wxGrid when it hides an edito...
2008-09-15  Vadim Zeitlinfix drawing of the column move hint when the grid is...
2008-09-15  Vadim Zeitlinfix repaining of highlight for merged cells (#9718)
2008-09-14  Vadim Zeitlinwe don't need to round up the best/fitting grid size...
2008-09-14  Vadim Zeitlinneed to AdjustScrollbars() after changing the virtual...
2008-09-14  Vadim Zeitlinmove the grid-specific workaround for scrollbar hystere...
2008-09-14  Vadim Zeitlindon't use SetScrollbars() as this forces the grid virtu...
2008-07-15  Vadim Zeitlinfix changing size of merged cells (#9736)
2008-07-09  Stefan NeisApplied fix for wxGrid::ClearAttrCache (#9712).
2008-07-06  Stefan NeisMake AutoSizing in wxGrid's SetCol/RowSize work and...
2008-07-03  Vadim Zeitlindon't ignore changes of empty string to 0 or vice versa...
2008-06-29  Vadim Zeitlindon't call SetInsertionPointToEnd() on read-only combob...
next