Have the new incarnation of wxPGArrayEditorDialog support the old-style 'custom butto...
[wxWidgets.git] / src / propgrid / props.cpp
2010-07-11  Jaakko SalliHave the new incarnation of wxPGArrayEditorDialog suppo...
2010-07-10  Jaakko SalliwxArrayEditorDialog now uses wxEditableListBox. It...
2010-07-02  Jaakko SalliFixed and improved wxIntProperty's min/max validation...
2009-12-02  Paul Cornettmake array data fully const
2009-11-05  Vadim ZeitlinCompilation fix after r62562.
2009-11-05  Vadim ZeitlinChange wxLongLongFmtSpec to be a non-wide string.
2009-10-28  Jaakko SalliFixed backslash escaping in wxArrayStringProperty:...
2009-10-01  Jaakko SalliFixed bug: wxEditEnumProperty's initial string value...
2009-09-28  Paul Cornettlinking fix for wxUSE_VALIDATORS==0
2009-09-23  Paul Cornettbuild fixes for wxUSE_VALIDATORS==0
2009-09-08  Jaakko SalliFixed a warning generated by GCC 4.4.0
2009-08-21  Vadim ZeitlinNo changes, just removed hard tabs and trailing white...
2009-06-15  Jaakko SalliAdded support for wxLongLong and wxULongLong in wxVaria...
2009-06-07  Jaakko SalliImplementations of wxPGProperty::ChildChanged() must...
2009-06-02  Vadim Zeitlinadded wxUINTn_MAX constants; document them together...
2009-04-18  Jaakko SalliUse wxStdDialogButtonSizer in editor dialogs of wxLongS...
2009-04-16  Jaakko SalliwxFlagsProperty now automatically relays wxBOOL_USE_CHE...
2009-03-12  Jaakko SalliReworked the way child properties can be added to a...
2009-03-03  Jaakko SalliRemove wxEnumProperty::ms_prevIndex
2009-01-19  Vadim Zeitlindon't use annoying and unneeded in C++ casts of NULL...
2009-01-17  Jaakko SalliFix wxEnumProperty unspecified value by taking it into...
2009-01-12  Jaakko SalliAdded wxPGProperty::OnValidationFailure(); needed it...
2008-11-16  Paul Cornettcleanup: unreachable code, unused variables, indentatio...
2008-11-01  Jaakko SalliFix various warnings that only appear for release builds
2008-10-22  Jaakko SalliMerged wxBaseEnumPropertyClass (intermediate property...
2008-10-21  Jaakko SalliRemoved deprecated functions wxPGChoices::HasValue...
2008-10-20  Vadim Zeitlin2006 version of Borland compiler still doesn't grok...
2008-10-17  Jaakko SalliwxPGProperty::GenerateComposedValue() -> protected...
2008-10-16  Jaakko SalliAdded virtual wxPGProperty::ValueToString(). In derived...
2008-10-14  Jaakko SalliwxPGProperty::AddChild() can now be used to add normal...
2008-10-10  Jaakko SalliGetPendingEditedValue() -> GetUncommittedPropertyValue...
2008-10-08  Jaakko SalliRemoved dysfunctional wxPGPropery::PrepareValueForDialo...
2008-10-07  Jaakko SalliRemoved wxLongStringProperty derived property creator...
2008-10-06  Jaakko SalliRemove use of wxPG_EDITOR macro
2008-10-06  Stefan Csomorswitching away from angle brackets includes, deactivati...
2008-10-05  Jaakko SalliFix RCS-IDs
2008-10-03  Jaakko SalliIncrease properties' tolerance for wxNullVariant as...
2008-10-03  Jaakko SalliFurther fix m_children use with wxUSE_STL=1
2008-09-29  Jaakko SalliMake wxPGValidationInfo class instead of struct, re...
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 SalliRemoved #include <typeinfo> (since C++ RTTI is no longe...
2008-09-19  Jaakko SalliEliminated WX_PG_DECLARE/IMPLEMENT_DERIVED_PROPERTY_CLASS
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 SalliwxVariant list used to translate between list of proper...
2008-09-13  Jaakko SalliNeeded to convert string variable's type from wxChar...
2008-09-13  Robert Roeblinginclude <typeinfo> in all files
2008-09-12  Vadim Zeitlinadded wxPropertyGrid from Jaakko Salli (#9934)