Improve composite flags handling in the property grid wxFlagsProperty.
[wxWidgets.git] / src / propgrid / props.cpp
2013-09-15  Vadim ZeitlinImprove composite flags handling in the property grid...
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2013-04-25  Vadim ZeitlinProvide shorter synonyms for wxEVT_XXX constants.
2012-12-26  Paul Cornettfix consruction of string
2012-06-01  Vadim ZeitlinUse wxCLASSINFO() instead of deprecated CLASSINFO().
2012-06-01  Vadim ZeitlinUse wxDynamicCast() instead of IsKindOf() checks.
2012-01-23  Vadim ZeitlinAdd a property to configure file property dialog kind.
2011-11-27  Vadim ZeitlinMerge similar but not quite identical translated strings.
2011-09-17  Vadim ZeitlinFix format specifiers used for "unsigned long" in wxPG...
2011-01-22  Dimitri SchoolwerthUse wxString's empty() when checking if the string...
2011-01-19  Jaakko SalliIn wxStringProperty::ValueToString(), regenerate compos...
2010-12-20  Jaakko SalliUse locale-specific decimal point in wxNumericPropertyV...
2010-12-13  Jaakko SalliHave wxPropertyGrid::DoubleToString() to also take...
2010-12-11  Jaakko SalliAdded code to remove sign from zero in wxPropertyGrid...
2010-10-15  Jaakko SalliAdded wxNumericPropertyValidator, which is a custom...
2010-09-30  Vadim ZeitlinNo changes whatsoever, just remove trailing whitespace.
2010-08-26  Jaakko SalliChanged wxArrayStringProperty default delimiter to...
2010-08-08  Jaakko SalliMoved wxPGProperty::SetFlag() to protected API since...
2010-07-25  Jaakko SalliRefactored validation of numeric properties (wxIntPrope...
2010-07-13  Jaakko SalliwxArrayStringProperty::m_delimiter default value was...
2010-07-13  Vadim ZeitlinGlobally use "wxWindows licence" consistently.
2010-07-11  Jaakko SalliFix non-PCH builds (closes #12217)
2010-07-11  Jaakko SalliAdded 'Delimiter' attribute for wxArrayStringProperty...
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)