Remove all lines containing cvs/svn "$Id$" keyword.
[wxWidgets.git] / include / wx / propgrid / propgriddefs.h
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2012-02-05  Vadim ZeitlinNever refresh controls from EVT_PAINT handler in wxProp...
2011-04-15  Jaakko SalliRemoved wxPG_DOUBLE_BUFFER constant. Now all wxPG rende...
2011-03-22  Dimitri SchoolwerthFixed various typos.
2010-09-23  Jaakko SalliStreamline wxPropertyGrid tooltip code
2010-08-26  Jaakko SalliAdded missing wx/defs.h includes in propgrid headers
2010-07-13  Vadim ZeitlinGlobally use "wxWindows licence" consistently.
2010-06-12  Jaakko SalliAdded wxPropertyGrid::DedicateKey(), which prevents...
2010-04-16  Jaakko SalliAdapted wxPropertyGrid documentation, samples, tests...
2010-02-10  Jaakko SalliRemoved most of the propgrid '#ifndef SWIG' pre-compile...
2009-09-05  Jaakko SalliwxTextEntry::SetMargins(), GetMargins() - implemented...
2009-08-23  Jaakko SalliRemoved obsolete conditional compile option wxPG_CREATE...
2009-08-18  Vadim ZeitlinDon't define wxArrayPGProperty as std::vector in STL...
2009-06-15  Jaakko SalliAdded support for wxLongLong and wxULongLong in wxVaria...
2009-06-06  Jaakko SalliAdded better asserts, helps with debugging strange...
2009-03-06  Jaakko SalliProperty value images are no longer shrinked horizontally
2009-01-10  Jaakko SalliReverted to old wxPG_AUTO_SORT behavior in which only...
2009-01-07  Jaakko SalliAdded wxPropertyGrid::SetSortFunction(); moved Sort...
2008-11-15  Jaakko SalliFixed various NULL reference issues. Also cleaned up...
2008-11-06  Jaakko SalliRemoved property editor validation failure assertions...
2008-10-20  Jaakko SalliUser should no longer be able to modify disabled or...
2008-10-16  Jaakko SalliAdded virtual wxPGProperty::ValueToString(). In derived...
2008-10-14  Robert RoeblingCorrect positioning of wxTextCtrl in wxPropertyGrid...
2008-10-13  Robert RoeblingUse native closure buttons under GTK+
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-29  Jaakko SalliMake wxPGValidationInfo class instead of struct, re...
2008-09-21  Jaakko Salli'wx(U)LongLong << variant' type safety improved (now...
2008-09-21  Jaakko SalliRemove redundant GetValueRef() from wxVariantData impl...
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 SalliFixed bug: Setting property value string did not update...
2008-09-14  Jaakko SalliRemoved dllimpexp declaration from std::vector typedef
2008-09-12  Vadim Zeitlinadded wxPropertyGrid from Jaakko Salli (#9934)