Remove obsolete VisualAge-related files.
[wxWidgets.git] / src / propgrid / propgridiface.cpp
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2011-01-22  Dimitri SchoolwerthUse wxString's empty() when checking if the string...
2010-08-08  Jaakko SalliAdded wxPGProperty::Enable() for conveniency. Refactore...
2010-07-13  Vadim ZeitlinGlobally use "wxWindows licence" consistently.
2010-04-16  Václav SlavíkRemove wxUSE_WCHAR_T checks.
2010-03-04  Jaakko SalliMoved property unattachment code from wxPropertyGridInt...
2010-02-14  Jaakko SalliAdded wxPropertyGridInterface::SetColumnProportion...
2010-02-02  Jaakko SalliDo not clear property selection when adding new propert...
2010-01-04  Jaakko SalliAllow wxPropertyGridInterface::EnableProperty() to...
2009-11-29  Jaakko SalliFixed regression: forgot to set wxPropertyGridPageState...
2009-10-15  Jaakko SalliChanged 'bool recursively' to 'int flags' argument...
2009-09-01  Jaakko SalliFixed a severe crash bug
2009-08-23  Jaakko SalliAdded label editing capability into wxPropertyGrid
2009-08-21  Vadim ZeitlinNo changes, just removed hard tabs and trailing white...
2009-08-17  Jaakko SalliAdded multiple selection feature to wxPropertyGrid...
2009-08-11  Jaakko SalliDo not generate wxEVT_PG_SELECTED with direct ClearSele...
2009-06-15  Jaakko SalliAdded support for wxLongLong and wxULongLong in wxVaria...
2009-03-04  Jaakko SalliBy default, always refresh editor and redraw properties...
2009-01-11  Jaakko SalliFixed bug: SetPropertyValueUnspecified(p) and p->SetVal...
2009-01-10  Jaakko SalliReverted to old wxPG_AUTO_SORT behavior in which only...
2009-01-07  Jaakko SalliAdded wxPropertyGrid::SetSortFunction(); moved Sort...
2008-12-26  Jaakko SalliHave wxPGTextCtrlEditor::UpdateControl() update wxTextC...
2008-12-11  Jaakko SalliAdded wxPropertyGridInterface::RemoveProperty()
2008-11-18  Jaakko SalliAllow wxPropertyGridInterface::ClearSelection() to...
2008-11-16  Paul Cornettcleanup: unreachable code, unused variables, indentatio...
2008-11-06  Jaakko SalliRemoved property editor validation failure assertions...
2008-11-03  Jaakko SalliMoved Get/SetPropertyText/BackgroundColour() member...
2008-10-31  Jaakko SalliReworked wxPGCell. It is now reference counted, and...
2008-10-07  Jaakko SalliRemoved SetPropertiesFlag() (high-level function using...
2008-10-06  Stefan Csomorswitching away from angle brackets includes, deactivati...
2008-10-05  Jaakko SalliFix RCS-IDs
2008-10-05  Jaakko SalliGetEditableState() with DescBoxState flag could assert
2008-10-04  Jaakko SalliAdded Description Box Height to saveable/restoreable...
2008-10-02  Jaakko SalliMoved ClearModifiedStatus() to wxPropertyGridInterface
2008-09-27  Jaakko SalliwxPropertyGridInterface docs cleanup and fixes, removed...
2008-09-25  Jaakko SalliRemoved wxPGProperty:GetArrIndex() in favor of GetIndex...
2008-09-21  Jaakko SalliRevised #ifndef WX_PRECOMP headers, added missing ...
2008-09-21  Jaakko Salli'wx(U)LongLong << variant' type safety improved (now...
2008-09-21  Jaakko SalliRemoved #include <typeinfo> (since C++ RTTI is no longe...
2008-09-21  Jaakko SalliMoved SetPropertyAttributeAll() to wxPropertyGridInterface
2008-09-19  Jaakko SalliMoved wxPGChoices m_choices member from various propert...
2008-09-17  Jaakko SalliwxUSE_PROPGRID is now recognized by source and header...
2008-09-16  Jaakko SalliEliminated C++ RTTI (typeid etc) use. Eliminated wxPGVa...
2008-09-14  Jaakko SalliHave support for both char* and wchar_t* in wxPGPropArg...
2008-09-13  Robert Roeblinginclude <typeinfo> in all files
2008-09-12  Vadim Zeitlinadded wxPropertyGrid from Jaakko Salli (#9934)