]> git.saurik.com Git - wxWidgets.git/history - src/generic/grideditors.cpp
Add wxIntegerValidator and wxFloatingPointValidator classes.
[wxWidgets.git] / src / generic / grideditors.cpp
2011-01-19  Vadim ZeitlinAdd wxIntegerValidator and wxFloatingPointValidator...
2010-11-13  Vadim ZeitlinDon't put cursor at the end of wxGridCellEnumEditor...
2010-10-03  Vadim ZeitlinFix wchar_t with int comparisons for Apple gcc.
2010-10-03  Vadim ZeitlinFix use of DELETE and BACKSPACE when starting editing...
2010-10-03  Vadim ZeitlinFix non-ASCII key handling in wxGrid editors.
2010-06-20  Vadim ZeitlinUse wxTE_RICH2 for in-place wxGrid text editor control.
2010-01-18  Vadim ZeitlinAdd wxIsascii() function and use it instead of isascii...
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-04-26  Vadim Zeitlinset correct EOL style for files added in r58024
2009-03-06  Vadim Zeitlinpass ApplyEdit() arguments to EndEdit() too for better...
2009-02-17  Vadim Zeitlindon't skip the event in wxGridCellEditorEvtHandler...
2009-01-11  Francesco Montorsisplit wxGrid implementation in grideditors.cpp (for...