don't use annoying and unneeded in C++ casts of NULL to "T *" in all other files...
[wxWidgets.git] / src / propgrid / editors.cpp
2009-01-19  Vadim Zeitlindon't use annoying and unneeded in C++ casts of NULL...
2009-01-04  Jaakko SalliSignificant check box editor refactoring, including...
2008-12-29  Jaakko SalliUpdate editor control font centrally, in wxPropertyGrid...
2008-12-26  Jaakko SalliHave wxPGTextCtrlEditor::UpdateControl() update wxTextC...
2008-12-23  Jaakko SalliFixed crash when expanding/collapsing categories too...
2008-11-23  Jaakko SalliRender cell background in renderer only if rendering...
2008-11-23  Jaakko SalliEliminate need to call Connect() in wxPGEditor::CreateC...
2008-11-15  Jaakko SalliFixed various NULL reference issues. Also cleaned up...
2008-10-31  Jaakko SalliReworked wxPGCell. It is now reference counted, and...
2008-10-19  Jaakko SalliChanged argument of wxPropertyGrid::OnCustomEditorEvent...
2008-10-16  Jaakko SalliAdded virtual wxPGProperty::ValueToString(). In derived...
2008-10-15  Robert RoeblingMention why fudgefactor for wxODBC position under wxMac...
2008-10-14  Robert RoeblingAdd a fudge factor to the size of wxODBC in wxProperty...
2008-10-14  Robert RoeblingCorrect positioning of wxTextCtrl in wxPropertyGrid...
2008-10-12  Jaakko SalliEliminate (or at least reduce) 64-bit build warnings...
2008-10-06  Jaakko SalliMinimize use of editor class macros
2008-10-06  Jaakko SalliWhen registering editor, try wxRTTI class name in addit...
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-04  Robert RoeblingRemoved wxNavigationKey code, new keyboard navigation
2008-10-03  Jaakko SalliRemove wxPGClipperWindow, use wxBORDER_NONE instead...
2008-09-30  Robert RoeblingwxGTK's wxTextCtrl's borders can be removed
2008-09-27  Jaakko SalliFixed wxPGMultiButton (event handling, FinalizePosition...
2008-09-26  Jaakko SalliFixed and clarified editor control event handling
2008-09-21  Jaakko SalliRevised #ifndef WX_PRECOMP headers, added missing ...
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 SalliTry to display '...' text on editor buttons more consis...
2008-09-13  Robert RoeblingFix crash
2008-09-12  Vadim Zeitlinadded wxPropertyGrid from Jaakko Salli (#9934)