2009-06-12 |
Vadim Zeitlin | fix memory leak in SetColFormat() if the column already... |
blob | commitdiff | raw |
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 |
2008-09-15 |
Vadim Zeitlin | fix drawing of the column move hint when the grid is... |
blob | commitdiff | raw | diff to current |
2008-09-15 |
Vadim Zeitlin | fix repaining of highlight for merged cells (#9718) |
blob | commitdiff | raw | diff to current |
2008-09-14 |
Vadim Zeitlin | we don't need to round up the best/fitting grid size... |
blob | commitdiff | raw | diff to current |
2008-09-14 |
Vadim Zeitlin | need to AdjustScrollbars() after changing the virtual... |
blob | commitdiff | raw | diff to current |
2008-09-14 |
Vadim Zeitlin | move the grid-specific workaround for scrollbar hystere... |
blob | commitdiff | raw | diff to current |
2008-09-14 |
Vadim Zeitlin | don't use SetScrollbars() as this forces the grid virtu... |
blob | commitdiff | raw | diff to current |
2008-07-15 |
Vadim Zeitlin | fix changing size of merged cells (#9736) |
blob | commitdiff | raw | diff to current |
2008-07-09 |
Stefan Neis | Applied fix for wxGrid::ClearAttrCache (#9712). |
blob | commitdiff | raw | diff to current |
2008-07-06 |
Stefan Neis | Make AutoSizing in wxGrid's SetCol/RowSize work and... |
blob | commitdiff | raw | diff to current |
2008-07-03 |
Vadim Zeitlin | don't ignore changes of empty string to 0 or vice versa... |
blob | commitdiff | raw | diff to current |
2008-06-29 |
Vadim Zeitlin | don't call SetInsertionPointToEnd() on read-only combob... |
blob | commitdiff | raw | diff to current |
2008-06-28 |
Vadim Zeitlin | don't ignore changes of empty string to 0 or vice versa... |
blob | commitdiff | raw | diff to current |
2008-06-28 |
Vadim Zeitlin | deprecate wxTE_AUTO_SCROLL as it's always on in the... |
blob | commitdiff | raw | diff to current |
2008-06-28 |
Stefan Neis | Restricted column/row resizing in cell window to left... |
blob | commitdiff | raw | diff to current |
2008-06-18 |
Stefan Neis | Cleaned up/Fixed wxGrid{Cell,RowOrCol}AttrData::SetAttr... |
blob | commitdiff | raw | diff to current |
2008-06-15 |
Stefan Neis | Fixed problems with reassigning the already assigned... |
blob | commitdiff | raw | diff to current |
2008-06-15 |
Stefan Neis | Added missing screen update on deselection in wxGrid... |
blob | commitdiff | raw | diff to current |
2008-06-15 |
Stefan Neis | Applied ticket #1230 (patch to SetColFormatCustom)... |
blob | commitdiff | raw | diff to current |
2008-06-13 |
Vadim Zeitlin | fix reference counting problems with wxGridCellWithAttr... |
blob | commitdiff | raw | diff to current |
2008-06-12 |
Vadim Zeitlin | fix crash which happened if you called SetAttr(NULL... |
blob | commitdiff | raw | diff to current |
2008-06-12 |
Vadim Zeitlin | optimize wxGrid::BlockToDeviceRect() to avoid iterating... |
blob | commitdiff | raw | diff to current |
2008-06-09 |
Vadim Zeitlin | don't use deprecate SetClippingRegion(wxRegion) |
blob | commitdiff | raw | diff to current |
2008-06-07 |
Vadim Zeitlin | don't refresh the current cell in SetCellHighlightROPen... |
blob | commitdiff | raw | diff to current |
2008-03-17 |
Paul Cornett | fix a huge number of build errors |
blob | commitdiff | raw | diff to current |
2008-03-15 |
Vadim Zeitlin | use wxTE_PROCESS_{ENTER,TAB} with the wxGridCellChoiceE... |
blob | commitdiff | raw | diff to current |
2008-02-27 |
Vadim Zeitlin | override SetDropTarget() in wxGrid to associate it... |
blob | commitdiff | raw | diff to current |
2008-02-26 |
Vadim Zeitlin | check whether the grid is fully created in Refresh... |
blob | commitdiff | raw | diff to current |
2008-02-03 |
Vadim Zeitlin | another correction to indices used in StringToLines() |
blob | commitdiff | raw | diff to current |
2008-02-03 |
Vadim Zeitlin | correct indices used in StringToLines() (modified patch... |
blob | commitdiff | raw | diff to current |
2008-02-03 |
Vadim Zeitlin | don't use negative sizes for row/column labels subwindo... |
blob | commitdiff | raw | diff to current |
2008-01-21 |
Václav Slavík | call Create from wxGrid non-default ctor instead to... |
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-20 |
Robert Roebling | Playing with wxgrid, adding optionnally native columns... |
blob | commitdiff | raw | diff to current |
2007-11-24 |
Václav Slavík | ensure that wxGrid::AutoSizeColumn/Row() never sets... |
blob | commitdiff | raw | diff to current |
2007-11-20 |
Stefan Csomor | mac cleanup |
blob | commitdiff | raw | diff to current |
2007-11-17 |
Robert Roebling | Use renderer to draw checkmark |
blob | commitdiff | raw | diff to current |
2007-11-17 |
Robert Roebling | Use wxBORDER_NONE for wxGridCellTextEditor on all platf... |
blob | commitdiff | raw | diff to current |
2007-11-16 |
Vadim Zeitlin | don't capture the mouse when just moving it in the... |
blob | commitdiff | raw | diff to current |
2007-11-09 |
Vadim Zeitlin | don't call SetInsertionPointEnd() on a read-only combob... |
blob | commitdiff | raw | diff to current |
2007-10-21 |
Vadim Zeitlin | don't store NULL attribute in wxGridRowOrColAttrData... |
blob | commitdiff | raw | diff to current |
2007-07-11 |
Julian Smart | Avoid a crash due to OnSize being called before initial... |
blob | commitdiff | raw | diff to current |
2007-06-01 |
Vadim Zeitlin | extract setting max length in wxGridCellTextEditor... |
blob | commitdiff | raw | diff to current |
2007-05-22 |
Vadim Zeitlin | pass wxStrings directly to wxFAIL_MSG, there is no... |
blob | commitdiff | raw | diff to current |
2007-05-05 |
Robert Roebling | Compilo. |
blob | commitdiff | raw | diff to current |
2007-04-26 |
Robin Dunn | ensure there is a current cell before using it to try... |
blob | commitdiff | raw | diff to current |
next |