]> git.saurik.com Git - wxWidgets.git/history - src/propgrid/manager.cpp
Allow reparenting wxPropertyGrid(Manager) to work; Show error and suggest calling...
[wxWidgets.git] / src / propgrid / manager.cpp
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)