don't use annoying and unneeded in C++ casts of NULL to "T *" in all other files...
[wxWidgets.git] / src / propgrid / propgridpagestate.cpp
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)