Remove obsolete VisualAge-related files.
[wxWidgets.git] / src / propgrid / propgridpagestate.cpp
2013-08-06  Vadim ZeitlinAdd wxPropertyGridPageState::GetColumnFullWidth().
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2011-03-22  Dimitri SchoolwerthFixed various typos.
2011-01-22  Dimitri SchoolwerthUse wxString's empty() when checking if the string...
2010-10-10  Jaakko SalliWhen wxPGProperty is un-attached from wxPropertyGrid...
2010-08-08  Jaakko SalliAdded wxPGProperty::Enable() for conveniency. Refactore...
2010-07-13  Vadim ZeitlinGlobally use "wxWindows licence" consistently.
2010-06-12  Jaakko SalliAdded wxPropertyGrid::DedicateKey(), which prevents...
2010-04-24  Jaakko SalliAllow wxPGProperty::Hide() to be called on unattached...
2010-03-04  Jaakko SalliMoved property unattachment code from wxPropertyGridInt...
2010-02-22  Jaakko SalliRename property pending for deletion so it won't be...
2010-02-22  Jaakko SalliProperty removal and deletion done from wxPropertyGrid...
2010-02-16  Jaakko SalliFixed auto-resizing behavior when double-clicking a...
2010-02-14  Jaakko SalliAdded wxPropertyGridInterface::SetColumnProportion...
2010-02-02  Jaakko SalliDo not clear property selection when adding new propert...
2009-12-13  Jaakko SalliAdded wxPropertyGridManager header support; Refactored...
2009-12-11  Jaakko SalliFixed incorrect use of RemoveAt() in wxPropertyGridPage...
2009-11-11  Jaakko SalliFix wxPropertyGrid rendering problems when used with...
2009-10-11  Jaakko SalliHave page-specific splitter setup flags in order to...
2009-09-06  Jaakko SalliFixed property iterator crash when iterating through...
2009-09-06  Jaakko SalliAdded check to allow multiple selection by dragging...
2009-08-31  Vadim ZeitlinCorrectly determine best wxPropertyGrid width.
2009-08-23  Jaakko SalliMade wxPropertyGridHitTestResult a real class (works...
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-19  Jaakko SalliHave DoRemoveFromSelection() take active editor into...
2009-08-18  Jaakko SalliMade code that uses wxArrayPGProperty more STL complian...
2009-08-17  Jaakko SalliAdded multiple selection feature to wxPropertyGrid...
2009-07-31  Jaakko SalliIn wxPropertyGridPageState::DoDelete(), clear grid...
2009-04-18  Jaakko SalliQuick (temporary) fix for some spurious splitter movement
2009-03-22  Vadim Zeitlinreplace more __WXDEBUG__ occurrences with wxDEBUG_LEVEL
2009-03-21  Vadim Zeitlinfirst round of debug/release merge: introduce wxDEBUG_L...
2009-03-12  Jaakko SalliReworked the way child properties can be added to a...
2009-03-08  Jaakko SalliAlways reduce size of the last (instead of widest)...
2009-02-17  Jaakko SalliTest for m_pPropGrid in wxPropertyGridPageState::DoClear()
2009-02-17  Jaakko SalliClear grid selection more consistently prior clear...
2009-02-12  Jaakko SalliFixed old font-related code that caused problems on...
2009-01-31  Jaakko SalliFixed broken 'hidden categories' mode (aka. alphabetic...
2009-01-19  Vadim Zeitlindon't use annoying and unneeded in C++ casts of NULL...
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-29  Jaakko SalliUpdate editor control font centrally, in wxPropertyGrid...
2008-12-20  Jaakko SalliFully conform to the documented statement according...
2008-12-20  Jaakko SalliFixed various inconsistencies with deleting properties...
2008-12-11  Jaakko SalliAdded wxPropertyGridInterface::RemoveProperty()
2008-11-16  Paul Cornettcleanup: unreachable code, unused variables, indentatio...
2008-11-06  Jaakko SalliRemoved property editor validation failure assertions...
2008-10-31  Jaakko SalliReworked wxPGCell. It is now reference counted, and...
2008-10-20  Jaakko SalliUser should no longer be able to modify disabled or...
2008-10-14  Jaakko SalliwxPGProperty::AddChild() can now be used to add normal...
2008-10-13  Robert RoeblingCorrect spelling, now use Indices
2008-10-12  Robert RoeblingCorrect spelling and signature of FixIndexesOfChildren
2008-10-06  Stefan Csomorswitching away from angle brackets includes, deactivati...
2008-10-05  Jaakko SalliFix RCS-IDs
2008-10-01  Jaakko SalliUse m_children as it were std::vector
2008-09-30  Jaakko SalliConverted various wxArrayPtrVoids to wxVectors
2008-09-29  Jaakko SalliMoved wxPropertyGrid::SetPropertyName() to wxPropertyGr...
2008-09-21  Jaakko SalliFixed non-precompiled headers compilation
2008-09-21  Jaakko SalliRevised #ifndef WX_PRECOMP headers, added missing ...
2008-09-21  Jaakko SalliRemoved #include <typeinfo> (since C++ RTTI is no longe...
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 SalliwxVariant list used to translate between list of proper...
2008-09-14  Vadim Zeitlinmust include typeinfo before using typeid()
2008-09-12  Vadim ZeitlinPCH-less compilation fix
2008-09-12  Vadim Zeitlinadded wxPropertyGrid from Jaakko Salli (#9934)