]> git.saurik.com Git - wxWidgets.git/history - src/generic/grideditors.cpp
Ensure that combobox editor used by wxGrid is tall enough.
[wxWidgets.git] / src / generic / grideditors.cpp
2012-02-25  Vadim ZeitlinEnsure that combobox editor used by wxGrid is tall...
2011-12-07  Vadim ZeitlinWork around impossibility to use wxCombobox in wxGrid...
2011-11-28  Vadim ZeitlinAdd support for custom numeric formats to wxGrid.
2011-07-25  Steve LamertonMerge in from trunk r67662 to r64801
2011-05-03  Dimitri SchoolwerthReplaced Ok() occurrences with IsOk() throughout trunk.
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...