2012-06-15 |
Vadim Zeitlin | No real changes, just use wxSize::Get{Width,Height... |
blob | commitdiff | raw |
2012-06-01 |
Vadim Zeitlin | No changes, just refactor wxGrid::Render() to simplify it. |
blob | commitdiff | raw | diff to current |
2012-05-27 |
Vadim Zeitlin | Add wxGrid::Render() for drawing the grid to any wxDC. |
blob | commitdiff | raw | diff to current |
2012-05-27 |
Vadim Zeitlin | Add wxGrid::DrawRangeGridLines(). |
blob | commitdiff | raw | diff to current |
2012-05-27 |
Vadim Zeitlin | No changes, just refactor wxGrid::DrawAllGridLines(). |
blob | commitdiff | raw | diff to current |
2012-03-24 |
Vadim Zeitlin | Allow hiding rows in wxGrid with HideRow(). |
blob | commitdiff | raw | diff to current |
2012-03-21 |
Robin Dunn | Avoid assert when deleting columns if there is more... |
blob | commitdiff | raw | diff to current |
2012-03-06 |
Stefan Csomor | catching veto AND handled events |
blob | commitdiff | raw | diff to current |
2012-03-06 |
Stefan Csomor | adapting grid-cell dragging according to discussion... |
blob | commitdiff | raw | diff to current |
2012-02-19 |
Stefan Neis | Spelling fixed for comments and a wxASSERT_MSG. Fixes... |
blob | commitdiff | raw | diff to current |
2012-02-10 |
Vadim Zeitlin | Fix wxHash{Set,Map} compilation with g++ 4.7 in C+... |
blob | commitdiff | raw | diff to current |
2011-12-23 |
Paul Cornett | fix tests for WXWIN_COMPATIBILITY_2_8, closes #13800 |
blob | commitdiff | raw | diff to current |
2011-10-27 |
Vadim Zeitlin | Add _PTR WX_DECLARE_HASH_SET variants to fix warnings... |
blob | commitdiff | raw | diff to current |
2011-09-10 |
Steve Lamerton | Merge in from trunk r68684 - r69046 |
blob | commitdiff | raw | diff to current |
2011-08-16 |
Stefan Csomor | adapting to new ctrl constant handling on OSX |
blob | commitdiff | raw | diff to current |
2011-07-25 |
Steve Lamerton | Merge in from trunk r67662 to r64801 |
blob | commitdiff | raw | diff to current |
2011-07-19 |
Vadim Zeitlin | Fix deleting columns in wxGridStringTable with custom... |
blob | commitdiff | raw | diff to current |
2011-04-03 |
Dimitri Schoolwerth | No code changes, fixed various typos. |
blob | commitdiff | raw | diff to current |
2011-03-22 |
Dimitri Schoolwerth | Fixed various typos. |
blob | commitdiff | raw | diff to current |
2011-01-27 |
Stefan Csomor | clang fixes, fixes #12332 |
blob | commitdiff | raw | diff to current |
2011-01-04 |
Stefan Csomor | merging back XTI branch part 2 |
blob | commitdiff | raw | diff to current |
2010-11-13 |
Vadim Zeitlin | Fix resizing of wxGrid columns when they were reordered. |
blob | commitdiff | raw | diff to current |
2010-11-02 |
Vadim Zeitlin | Don't scroll the grid too much to bring selection in... |
blob | commitdiff | raw | diff to current |
2010-10-22 |
Vadim Zeitlin | No real changes, just use const_cast<> instead of C... |
blob | commitdiff | raw | diff to current |
2010-08-30 |
Vadim Zeitlin | Add wxGrid::RefreshAttr() method to force attribute... |
blob | commitdiff | raw | diff to current |
2010-08-10 |
Vadim Zeitlin | Fix line indices translation in wxGrid::DoEndDragResize... |
blob | commitdiff | raw | diff to current |
2010-07-13 |
Vadim Zeitlin | Send right and double click events in wxGrid when using... |
blob | commitdiff | raw | diff to current |
2010-07-12 |
Vadim Zeitlin | Remove scroll units duplication in wxGrid to fix settin... |
blob | commitdiff | raw | diff to current |
2010-07-12 |
Vadim Zeitlin | Make Home and End keys work as expected in wxGrid. |
blob | commitdiff | raw | diff to current |
2010-07-11 |
Vadim Zeitlin | Don't use uninitialized variables in wxGrid::AutoSize(). |
blob | commitdiff | raw | diff to current |
2010-06-20 |
Vadim Zeitlin | Use wxDELETE() and wxDELETEA() when possible. |
blob | commitdiff | raw | diff to current |
2010-06-03 |
Francesco Montorsi | no real change: just rename "near" into "onNearPart... |
blob | commitdiff | raw | diff to current |
2010-06-03 |
Vadim Zeitlin | Drop the column being dragged at the correct position... |
blob | commitdiff | raw | diff to current |
2010-05-22 |
Vadim Zeitlin | Restore selection on click in row/column selection... |
blob | commitdiff | raw | diff to current |
2010-05-21 |
Vadim Zeitlin | Erase the column label background in wxGrid to avoid... |
blob | commitdiff | raw | diff to current |
2010-03-05 |
Vadim Zeitlin | Don't stop dragging in the grid when the mouse leaves... |
blob | commitdiff | raw | diff to current |
2009-12-27 |
Vadim Zeitlin | Account for cells spanning multiple grid cells better... |
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-12-02 |
Paul Cornett | make array data fully const |
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-09-24 |
Vadim Zeitlin | Fix wxGrid compilation with MSVC7. |
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-14 |
Vadim Zeitlin | Added support for corner, row and column headers render... |
blob | commitdiff | raw | diff to current |
2009-08-02 |
Vadim Zeitlin | Check indices validity better in wxGridStringTable. |
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 |
Vadim Zeitlin | fix memory leak in SetColFormat() if the column already... |
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-12 |
Jouk Jansen | declaration of sendevent should be equal in grid.cpp... |
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-04-09 |
Vadim Zeitlin | fix row/column deselection in row-or-column selection... |
blob | commitdiff | raw | diff to current |
2009-03-22 |
Vadim Zeitlin | made definition of wxUSE_LOG_DEBUG dependent on wxDEBUG... |
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-25 |
Vadim Zeitlin | don't call Refresh(empty-rect) unnecessarily |
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-22 |
Vadim Zeitlin | use CanSetValueAs() instead of CanGetValueAs() in wxGri... |
blob | commitdiff | raw | diff to current |
2008-12-17 |
Vadim Zeitlin | made wxHeaderCtrl::GetColumn() const to get rid of... |
blob | commitdiff | raw | diff to current |
2008-12-16 |
Vadim Zeitlin | added wxRearrange{List,Ctrl,Dialog} and use it in wxHea... |
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 | handle actions of the columns popup menu in wxHeaderCtr... |
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 | added wxHeaderCtrl::ResetColumnsOrder() function; use... |
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 | no changes, just replaced SF bug number in a comment... |
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-12 |
Vadim Zeitlin | really fix STL compilation |
blob | commitdiff | raw | diff to current |
2008-12-11 |
Vadim Zeitlin | don't duplicate the column reordering in generic wxHead... |
blob | commitdiff | raw | diff to current |
2008-12-11 |
Vadim Zeitlin | forward SetColPos() to the header window |
blob | commitdiff | raw | diff to current |
2008-12-11 |
Vadim Zeitlin | in STL build wxVector elements need to be assignable... |
blob | commitdiff | raw | diff to current |
2008-12-11 |
Vadim Zeitlin | added wxGrid::UseNativeColHeader() (column reordering... |
blob | commitdiff | raw | diff to current |
2008-12-08 |
Francesco Montorsi | enable wheel-scrolling under wxGTK by allowing GTK... |
blob | commitdiff | raw | diff to current |
2008-12-02 |
Francesco Montorsi | fix typo making wxGrid crash upon usage of PgDown:... |
blob | commitdiff | raw | diff to current |
2008-12-01 |
Vadim Zeitlin | don't make wxGridTableBase::IsEmptyCell() pure virtual... |
blob | commitdiff | raw | diff to current |
2008-11-08 |
Vadim Zeitlin | release the mouse in wxGrid dtor to avoid asserts when... |
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-10-20 |
Vadim Zeitlin | fix more Borland release build warnings about unused... |
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-22 |
Vadim Zeitlin | don't crash if the grid is being deleted while a cell... |
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 | use wxSwap() |
blob | commitdiff | raw | diff to current |
2008-09-15 |
Vadim Zeitlin | implement CreateGrid() in terms of SetTable() instead... |
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 | remove automatic selection of the current row/column... |
blob | commitdiff | raw | diff to current |
2008-09-15 |
Vadim Zeitlin | select current column when Ctrl-Space is pressed; the... |
blob | commitdiff | raw | diff to current |
2008-09-15 |
Vadim Zeitlin | improve display of hints during column move (#9884) |
blob | commitdiff | raw | diff to current |
2008-09-15 |
Vadim Zeitlin | don't steal focus back to wxGrid when it hides an edito... |
blob | commitdiff | raw | diff to current |
next |