Provide shorter synonyms for wxEVT_XXX constants.
[wxWidgets.git] / src / propgrid / manager.cpp
2013-04-25  Vadim ZeitlinProvide shorter synonyms for wxEVT_XXX constants.
2013-01-20  Vadim ZeitlinPut "#if wxUSE_TOOLBAR" around a variable only used...
2012-10-19  Vadim ZeitlinUpdate header control when wxPropertyGridManager is...
2012-09-14  Vadim ZeitlinFix spelling in the comments in wxPropertyGrid code.
2012-06-01  Vadim ZeitlinUse wxCLASSINFO() instead of deprecated CLASSINFO().
2012-03-18  Julian SmartAdded wxPropertyGridManager::SetPageSplitterLeft
2012-03-07  Julian SmartWhen SetSplitterLeft measures all pages, it should...
2011-01-22  Dimitri SchoolwerthUse wxString's empty() when checking if the string...
2010-12-27  Jaakko SalliNo longer use semi-static IDs for wxPropertyGrid embedd...
2010-07-13  Vadim ZeitlinGlobally use "wxWindows licence" consistently.
2010-06-20  Vadim ZeitlinUse wxDELETE() and wxDELETEA() when possible.
2009-12-13  Jaakko SalliAdded wxPropertyGridManager header support; Refactored...
2009-12-02  Paul Cornettmake array data fully const
2009-10-11  Jaakko SalliHave page-specific splitter setup flags in order to...
2009-09-11  Julian SmartwxPropertyGrid: added wxPG_NO_INTERNAL_BORDER, wxPG_EX_...
2009-08-21  Vadim ZeitlinNo changes, just removed hard tabs and trailing white...
2009-08-17  Jaakko SalliAdded multiple selection feature to wxPropertyGrid...
2009-06-10  Jaakko SalliAllow reparenting wxPropertyGrid(Manager) to work;...
2009-02-17  Jaakko SalliClear grid selection more consistently prior clear...
2009-02-12  Jaakko SalliFixed old font-related code that caused problems on...
2009-02-07  Jaakko SalliFixed and refactored wxPropertyGridManager decsription...
2009-02-01  Jaakko SalliUse wxToolBar::SetToolBitmapSize() to setup tool bitmap...
2009-01-31  Vadim Zeitlindon't override the toolbar height with too small value
2009-01-30  Jaakko SalliLet's make sure embedded wxPropertyGrid does not get...
2009-01-29  Jaakko SalliFixed wxPropertyGridManager::CreatePropertyGrid(),...
2009-01-19  Vadim Zeitlindon't use annoying and unneeded in C++ casts of NULL...
2008-12-06  Jaakko SalliFixed incorrect background colour that wxStaticTexts...
2008-11-16  Paul Cornettcleanup: unreachable code, unused variables, indentatio...
2008-11-15  Jaakko SalliFixed wxPropertyGridPage::DoSetSplitterPosition() infin...
2008-11-14  Vadim Zeitlindo override SetSplitterPosition() in wxPropertyGridPage...
2008-11-02  Francesco Montorsideclare all NameStr[] strings as const char using the...
2008-10-19  Jaakko SalliIn wxPropertyGridManager, alphabetic mode is now sorted...
2008-10-12  Jaakko SalliAlso update description text when wxPG_DESCRIPTION...
2008-10-06  Stefan Csomorswitching away from angle brackets includes, deactivati...
2008-10-05  Jaakko SalliFix RCS-IDs
2008-10-05  Jaakko SalliHave GetDescBoxHeight() return value consistent with...
2008-10-05  Jaakko SalliCall RecreateControls() if relevant window style flag...
2008-10-04  Jaakko SalliAdded Description Box Height to saveable/restoreable...
2008-09-30  Jaakko SalliConverted various wxArrayPtrVoids to wxVectors
2008-09-25  Jaakko SalliRemoved wxPropertyGridManager::GetChildrentCount()...
2008-09-25  Jaakko SalliAddPage(), InsertPage() now return page ptr instead...
2008-09-21  Jaakko SalliRevised #ifndef WX_PRECOMP headers, added missing ...
2008-09-21  Jaakko SalliMoved SetPropertyAttributeAll() to wxPropertyGridInterface
2008-09-17  Jaakko SalliwxUSE_PROPGRID is now recognized by source and header...
2008-09-12  Vadim Zeitlinadded wxPropertyGrid from Jaakko Salli (#9934)