Provide shorter synonyms for wxEVT_XXX constants.
[wxWidgets.git] / src / propgrid / editors.cpp
2013-04-25  Vadim ZeitlinProvide shorter synonyms for wxEVT_XXX constants.
2012-10-04  Paul Cornettsilence warnings about shadowed variables with GCC...
2012-09-27  Vadim ZeitlinUse SelectAll() instead of SetSelection(-1, -1).
2012-06-01  Vadim ZeitlinUse wxDynamicCast() instead of IsKindOf() checks.
2012-06-01  Vadim ZeitlinRemove unneeded dynamic cast in wxPropertyGrid.
2012-03-01  Julian SmartImproved the appearance of the property grid checkbox...
2011-07-25  Steve LamertonMerge in from trunk r67662 to r64801
2011-05-03  Dimitri SchoolwerthReplaced Ok() occurrences with IsOk() throughout trunk.
2011-03-22  Dimitri SchoolwerthFixed various typos.
2011-03-16  Stefan Csomorreplace usage of objective-c keyword 'id'
2011-01-22  Dimitri SchoolwerthUse wxString's empty() when checking if the string...
2010-09-30  Vadim ZeitlinNo changes whatsoever, just remove trailing whitespace.
2010-09-28  Jaakko SalliReset wxPGEditor singleton instance pointers in dtors...
2010-07-13  Vadim ZeitlinGlobally use "wxWindows licence" consistently.
2010-06-20  Vadim ZeitlinUse wxDELETE() and wxDELETEA() when possible.
2010-06-12  Jaakko SalliFor wxTextCtrl editor, set the bold font before margins...
2010-05-25  Jaakko SalliDraw wxPropertyGrid drop down items with consistent...
2010-03-12  Jaakko SalliFixed property editor re-positioning when additional...
2010-02-23  Jaakko SalliWhen drawing wxPropertyGrid check box editor, be consis...
2010-01-31  Jaakko SalliAdded nominal wxPG_PROP_READONLY support for editor...
2010-01-13  Jaakko SalliFixed bug: wxPGEditor::SetControlAppearance() was calli...
2010-01-05  Jaakko SalliCall virtual ctrl->GetDefaultAttributes() instead of...
2010-01-03  Jaakko SalliIn wxPGEditor::SetControlAppearance() use GetClassDefau...
2009-12-26  Jaakko SalliReplaced 'InlineHelp' property attribute with 'Hint...
2009-12-25  Jaakko SalliRefactored a very confusing condition in wxPGComboBox...
2009-12-22  Jaakko SalliAdded wxPropertyGrid::SetUnspecifiedValueAppearance...
2009-12-20  Jaakko SalliAdded wxPropertyGrid::GetUnspecifiedValueText(). Use...
2009-12-20  Jaakko SalliAdded some missing SetupTextCtrlValue() calls
2009-12-14  Jaakko SalliSet correct m_state in wxPGCheckBoxEditor::SetValueToUn...
2009-12-12  Jaakko SalliOn Windows, force read-only property editor wxTextCtrl...
2009-10-15  Jaakko SalliAdded wxPGCell::SetFont() and GetFont(); Documented...
2009-10-10  Jaakko SalliRemoved intermediate wxPanel from wxPropertyGrid.
2009-09-09  Jaakko SalliAdapted wxPGComboBox margins setup to changes in wxComb...
2009-09-05  Jaakko SalliwxTextEntry::SetMargins(), GetMargins() - implemented...
2009-09-01  Jaakko SalliNormalize property label editor margins on wxMSW
2009-09-01  Jaakko SalliOnly respect property's wxPG_PROP_READONLY flag for...
2009-09-01  Jaakko SalliRemoved some old code that generated warnings on some...
2009-08-23  Jaakko SalliAdded label editing capability into wxPropertyGrid
2009-08-21  Vadim ZeitlinNo changes, just removed hard tabs and trailing white...
2009-08-17  Jaakko SalliAdded multiple selection feature to wxPropertyGrid...
2009-04-18  Jaakko SalliRe-added support for property attribute wxPG_BOOL_USE_D...
2009-03-09  Jaakko SalliMinor wxPGMultiButton refacotring
2009-03-08  Jaakko SalliAdded support for 'AutoComplete' attribute, automatical...
2009-02-12  Jaakko SalliFixed old font-related code that caused problems on...
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)