]> git.saurik.com Git - wxWidgets.git/history - src/generic/grid.cpp
pass ApplyEdit() arguments to EndEdit() too for better backwards compatibility (close...
[wxWidgets.git] / src / generic / grid.cpp
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...
2008-06-28  Vadim Zeitlindon't ignore changes of empty string to 0 or vice versa...
2008-06-28  Vadim Zeitlindeprecate wxTE_AUTO_SCROLL as it's always on in the...
2008-06-28  Stefan NeisRestricted column/row resizing in cell window to left...
2008-06-18  Stefan NeisCleaned up/Fixed wxGrid{Cell,RowOrCol}AttrData::SetAttr...
2008-06-15  Stefan NeisFixed problems with reassigning the already assigned...
2008-06-15  Stefan NeisAdded missing screen update on deselection in wxGrid...
2008-06-15  Stefan NeisApplied ticket #1230 (patch to SetColFormatCustom)...
2008-06-13  Vadim Zeitlinfix reference counting problems with wxGridCellWithAttr...
2008-06-12  Vadim Zeitlinfix crash which happened if you called SetAttr(NULL...
2008-06-12  Vadim Zeitlinoptimize wxGrid::BlockToDeviceRect() to avoid iterating...
2008-06-09  Vadim Zeitlindon't use deprecate SetClippingRegion(wxRegion)
2008-06-07  Vadim Zeitlindon't refresh the current cell in SetCellHighlightROPen...
2008-03-17  Paul Cornettfix a huge number of build errors
2008-03-15  Vadim Zeitlinuse wxTE_PROCESS_{ENTER,TAB} with the wxGridCellChoiceE...
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-02-03  Vadim Zeitlinanother correction to indices used in StringToLines()
2008-02-03  Vadim Zeitlincorrect indices used in StringToLines() (modified patch...
2008-02-03  Vadim Zeitlindon't use negative sizes for row/column labels subwindo...
2008-01-21  Václav Slavíkcall Create from wxGrid non-default ctor instead to...
2008-01-21  Václav SlavíkwxGrid focus handling fixes:
2007-12-20  Robert RoeblingPlaying with wxgrid, adding optionnally native columns...
2007-11-24  Václav Slavíkensure that wxGrid::AutoSizeColumn/Row() never sets...
2007-11-20  Stefan Csomormac cleanup
2007-11-17  Robert RoeblingUse renderer to draw checkmark
2007-11-17  Robert RoeblingUse wxBORDER_NONE for wxGridCellTextEditor on all platf...
2007-11-16  Vadim Zeitlindon't capture the mouse when just moving it in the...
2007-11-09  Vadim Zeitlindon't call SetInsertionPointEnd() on a read-only combob...
2007-10-21  Vadim Zeitlindon't store NULL attribute in wxGridRowOrColAttrData...
2007-07-11  Julian SmartAvoid a crash due to OnSize being called before initial...
2007-06-01  Vadim Zeitlinextract setting max length in wxGridCellTextEditor...
2007-05-22  Vadim Zeitlinpass wxStrings directly to wxFAIL_MSG, there is no...
2007-05-05  Robert Roebling Compilo.
2007-04-26  Robin Dunnensure there is a current cell before using it to try...
2007-04-11  Vadim Zeitlindon't use obsolete functions (mostly copystring() and...
2007-04-03  Václav SlavíkBCC5.5 compilation fix
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-17  Vadim Zeitlindo adjust scrollbars in our EVT_SIZE handler now that...
2007-02-16  Vadim Zeitlindon't delete inexistent column indices in DeleteCols()
2007-02-06  Robin DunnDon't capture the mouse until after the possible wxEVT_...
2007-02-05  Vadim Zeitlinmade (many) more wxGrid methods const
2007-01-21  Stefan NeisImprove resetting table via SetTable (extended version...
next