]> git.saurik.com Git - wxWidgets.git/history - include/wx/propgrid/property.h
Fixed various inconsistencies with deleting properties, added wxPGProperty::DeleteChi...
[wxWidgets.git] / include / wx / propgrid / property.h
2008-12-20  Jaakko SalliFixed various inconsistencies with deleting properties...
2008-11-16  Paul Cornettcheck for self assignment in operator=
2008-11-10  Vadim Zeitlinuse base class copy ctor in wxPGCell and wxPGChoiceEntr...
2008-10-31  Jaakko SalliReworked wxPGCell. It is now reference counted, and...
2008-10-21  Jaakko SalliRemoved deprecated functions wxPGChoices::HasValue...
2008-10-20  Jaakko SalliUser should no longer be able to modify disabled or...
2008-10-17  Jaakko SalliwxPGProperty::GenerateComposedValue() -> protected...
2008-10-16  Jaakko SalliAdded virtual wxPGProperty::ValueToString(). In derived...
2008-10-15  Jaakko SalliRemoved unneeded wxPG_INHERITED_PROPFLAGS
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-12  Jaakko SalliEliminate (or at least reduce) 64-bit build warnings...
2008-10-08  Jaakko SalliRemoved dysfunctional wxPGPropery::PrepareValueForDialo...
2008-10-05  Jaakko SalliFix RCS-IDs
2008-10-03  Jaakko SalliTweaked wxPGProperty::StringToValue() and IntToValue...
2008-10-01  Jaakko SalliUse m_children as it were std::vector
2008-09-30  Jaakko SalliConverted various wxArrayPtrVoids to wxVectors
2008-09-25  Jaakko SalliRemoved wxPGProperty:GetArrIndex() in favor of GetIndex...
2008-09-25  Jaakko SalliRemoved redundant wxPGChoices::Set()
2008-09-25  Jaakko SalliRemoved redundant wxPGProperty::SetChoices()
2008-09-23  Jaakko SalliDocument revisioning (including more wx-like formatting...
2008-09-23  Jaakko SalliRemove doc references to 'common value' (which is unfin...
2008-09-19  Jaakko SalliMoved wxPGChoices m_choices member from various propert...
2008-09-17  Jaakko SalliRemoved wxPGProperty class overview docs from actual...
2008-09-17  Jaakko SalliFixed typos
2008-09-17  Jaakko SalliRemoved unused commented-out define
2008-09-17  Jaakko SalliRemoved #ifndef DOXYGEN
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 Zeitlincheck the item index inside Item() itself instead of...
2008-09-12  Vadim Zeitlinadded wxPropertyGrid from Jaakko Salli (#9934)