Provide shorter synonyms for wxEVT_XXX constants.
[wxWidgets.git] / include / wx / propgrid / props.h
2013-04-25  Vadim ZeitlinProvide shorter synonyms for wxEVT_XXX constants.
2012-03-19  Vadim ZeitlinExplicitly cast size_t to int to suppress MSVC warnings.
2011-03-22  Dimitri SchoolwerthFixed various typos.
2011-01-22  Dimitri SchoolwerthUse wxString's empty() when checking if the string...
2010-10-15  Jaakko SalliFix non-PCH builds
2010-10-15  Jaakko SalliAdded the missing DLL export declaration for wxNumericP...
2010-10-15  Jaakko SalliAdded wxNumericPropertyValidator, which is a custom...
2010-08-26  Jaakko SalliAdded missing wx/defs.h includes in propgrid headers
2010-07-25  Jaakko SalliRefactored validation of numeric properties (wxIntPrope...
2010-07-13  Vadim ZeitlinGlobally use "wxWindows licence" consistently.
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-02-10  Jaakko SalliRemoved most of the propgrid '#ifndef SWIG' pre-compile...
2009-12-02  Paul Cornettmake array data fully const
2009-06-07  Jaakko SalliImplementations of wxPGProperty::ChildChanged() must...
2009-05-30  Jaakko SalliForward-ported wxPython-bindings related cleanup from...
2009-04-16  Jaakko SalliwxFlagsProperty now automatically relays wxBOOL_USE_CHE...
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-12  Jaakko SalliAdded wxPGProperty::OnValidationFailure(); needed it...
2008-11-19  Jaakko SalliFor clarity, moved includes to the top of the file...
2008-11-16  Paul Cornettmake access for virtuals match base
2008-10-22  Jaakko SalliMerged wxBaseEnumPropertyClass (intermediate property...
2008-10-16  Jaakko SalliAdded virtual wxPGProperty::ValueToString(). In derived...
2008-10-07  Jaakko SalliEliminated last property generation macros from props...
2008-10-07  Jaakko SalliRemoved wxLongStringProperty derived property creator...
2008-10-06  Jaakko SalliRemove use of wxPG_EDITOR macro
2008-10-05  Jaakko SalliFix RCS-IDs
2008-09-30  Jaakko SalliConverted various wxArrayPtrVoids to wxVectors
2008-09-21  Jaakko SalliFixed non-precompiled headers compilation
2008-09-19  Jaakko SalliRemoved macros to create enum and flag props with custo...
2008-09-19  Jaakko SalliEliminated WX_PG_DECLARE/IMPLEMENT_DERIVED_PROPERTY_CLASS
2008-09-19  Jaakko SalliEliminated WX_PG_DECLARE_X_METHODS macros
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-12  Vadim Zeitlinadded wxPropertyGrid from Jaakko Salli (#9934)