The rounded corners look really dumb at this size.
[wxWidgets.git] / src / propgrid / property.cpp
2013-08-06  Vadim ZeitlinFix wxPropertyGrid::GetPropertyRect when the last item...
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2012-10-04  Paul Cornettsilence warnings about shadowed variables with GCC...
2012-09-14  Vadim ZeitlinFix spelling in the comments in wxPropertyGrid code.
2012-06-01  Vadim ZeitlinUse wxCLASSINFO() instead of deprecated CLASSINFO().
2011-07-25  Steve LamertonMerge in from trunk r67662 to r64801
2011-07-04  Vadim ZeitlinFix warnings about implicit double to int conversions...
2011-05-20  Jaakko SalliAllow wxPGProperty::IsChildSelected() to work recursively
2011-05-09  Jaakko SalliFixed a bug: Disabling a property didn't work properly...
2011-05-03  Dimitri SchoolwerthReplaced Ok() occurrences with IsOk() throughout trunk.
2011-04-30  Dimitri SchoolwerthNo code changes, fixed some typos.
2011-02-27  Jaakko SalliInclude image.h and check for wxUSE_IMAGE
2011-02-25  Jaakko SalliIn wxPGProperty::SetValueImage(), use wxImage::Rescale...
2011-01-27  Stefan Csomorsupporting clang 2.0 under xcode, see #12332
2011-01-22  Dimitri SchoolwerthUse wxString's empty() when checking if the string...
2010-10-10  Jaakko SalliWhen wxPGProperty is un-attached from wxPropertyGrid...
2010-08-08  Jaakko SalliAdded wxPGProperty::Enable() for conveniency. Refactore...
2010-07-13  Vadim ZeitlinGlobally use "wxWindows licence" consistently.
2010-06-12  Jaakko SalliAdded wxPropertyGrid::DedicateKey(), which prevents...
2010-05-24  Jaakko SalliAlways call OnSetValue() for a property when values...
2010-05-06  Jaakko SalliChange wxPGProperty::SetChoices() to accept 'const...
2010-04-24  Jaakko SalliAllow wxPGProperty::Hide() to be called on unattached...
2010-03-17  Jaakko SalliUse explicit wxPGPropertyFlags enum type with wxPGPrope...
2010-03-01  Jaakko SalliHave to implement wxPGProperty::DeleteChildren() differ...
2010-02-26  Jaakko SalliMust clear property selection in wxPGProperty::SetChoic...
2009-12-29  Jaakko SalliChanged wxPropertyCategory to use same cell rendering...
2009-12-26  Jaakko SalliReplaced 'InlineHelp' property attribute with 'Hint...
2009-12-22  Jaakko SalliAdded wxPropertyGrid::SetUnspecifiedValueAppearance...
2009-12-20  Jaakko SalliAdded wxPropertyGrid::GetUnspecifiedValueText(). Use...
2009-12-16  Jaakko SalliFixed display of 'InlineHelp' attribute
2009-12-14  Jaakko SalliDetermine better whether the property editor needs...
2009-12-14  Jaakko SalliFixed unspecified property value rendering for various...
2009-12-02  Paul Cornettmake array data fully const
2009-10-15  Jaakko SalliChanged 'bool recursively' to 'int flags' argument...
2009-10-15  Jaakko SalliFixed regression: wxPropertyGrid caption selection...
2009-10-15  Jaakko SalliAdded wxPGCell::SetFont() and GetFont(); Documented...
2009-09-13  Jaakko SalliMinor code cleanup
2009-09-11  Julian SmartwxPropertyGrid: added wxPG_NO_INTERNAL_BORDER, wxPG_EX_...
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-16  Jaakko SalliFixed bug: wxPGProperty::SetName() crashed if it was...
2009-07-20  Vadim ZeitlinPut braces around all calls to wxLogFunctions() inside...
2009-06-15  Jaakko SalliAdded support for wxLongLong and wxULongLong in wxVaria...
2009-06-12  Vadim Zeitlinreuse wxObjectRefData for various ref-counted classes...
2009-06-07  Jaakko SalliImplementations of wxPGProperty::ChildChanged() must...
2009-05-31  Jaakko SalliAdded wxPGProperty::SetDefaultValue(v), as a shortcut...
2009-05-30  Jaakko SalliMore forward-ported wxPython-bindings related cleanup...
2009-05-02  Jaakko SalliFixed bug: wxPropertyGridInterface::SetPropertyReadOnly...
2009-03-22  Vadim Zeitlinreplace more __WXDEBUG__ occurrences with wxDEBUG_LEVEL
2009-03-12  Jaakko SalliReworked the way child properties can be added to a...
2009-03-06  Jaakko SalliProperty value images are no longer shrinked horizontally
2009-03-04  Jaakko SalliBy default, always refresh editor and redraw properties...
2009-02-04  Jaakko SalliAdded proper COW to wxPGChoices, moved wxPGChoices...
2009-01-31  Jaakko SalliFixed broken 'hidden categories' mode (aka. alphabetic...
2009-01-19  Vadim Zeitlindon't use annoying and unneeded in C++ casts of NULL...
2009-01-12  Jaakko SalliAdded wxPGProperty::OnValidationFailure(); needed it...
2009-01-11  Jaakko SalliFixed bug: SetPropertyValueUnspecified(p) and p->SetVal...
2009-01-04  Jaakko SalliFixes in wxPGProperty::StringToValue(): Prevent it...
2009-01-04  Jaakko SalliIn wxPGProperty::StringToValue(), variant.SetName(...
2008-12-29  Jaakko SalliUpdate editor control font centrally, in wxPropertyGrid...
2008-12-26  Jaakko SalliHave wxPGTextCtrlEditor::UpdateControl() update wxTextC...
2008-12-20  Jaakko SalliFixed various inconsistencies with deleting properties...
2008-11-23  Jaakko SalliRender cell background in renderer only if rendering...
2008-11-16  Paul Cornettcleanup: unreachable code, unused variables, indentatio...
2008-11-01  Jaakko SalliIn composed string values, entry for last children...
2008-11-01  Jaakko SalliIt was not possible to set value of unspecified child...
2008-11-01  Jaakko SalliFix various warnings that only appear for release builds
2008-10-31  Jaakko SalliReworked wxPGCell. It is now reference counted, and...
2008-10-20  Jaakko SalliUser should no longer be able to modify disabled or...
2008-10-17  Jaakko SalliwxPGProperty::GenerateComposedValue() -> protected...
2008-10-16  Jaakko SalliAdded virtual wxPGProperty::ValueToString(). In derived...
2008-10-14  Jaakko SalliwxPGProperty::AddChild() can now be used to add normal...
2008-10-13  Robert RoeblingCorrect spelling, now use Indices
2008-10-12  Robert RoeblingCorrect spelling and signature of FixIndexesOfChildren
2008-10-08  Jaakko SalliRemoved dysfunctional wxPGPropery::PrepareValueForDialo...
2008-10-07  Jaakko SalliRemoved wxLongStringProperty derived property creator...
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-03  Jaakko SalliFixed bug: wxPG_EX_AUTO_UNSPECIFIED_VALUES was basicall...
2008-10-03  Jaakko SalliMust still delete m_cells items by explicit type (since...
2008-10-01  Jaakko SalliUse m_children as it were std::vector
2008-09-30  Jaakko SalliConverted various wxArrayPtrVoids to wxVectors
2008-09-25  Jaakko SalliRemoved wxPGProperty:GetArrIndex() in favor of GetIndex...
2008-09-25  Jaakko SalliFixed bug: Settings property attribute to wxNullVariant...
2008-09-21  Jaakko SalliRevised #ifndef WX_PRECOMP headers, added missing ...
2008-09-21  Jaakko SalliRemoved #include <typeinfo> (since C++ RTTI is no longe...
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 SalliDo not incorrectly interprete StringToValue() returning...
2008-09-16  Jaakko SalliEliminated C++ RTTI (typeid etc) use. Eliminated wxPGVa...
2008-09-14  Jaakko SalliHave support for both char* and wchar_t* in wxPGPropArg...
2008-09-14  Jaakko SalliFixed bug: Setting property value string did not update...
2008-09-14  Jaakko SalliwxVariant list used to translate between list of proper...
2008-09-12  Vadim Zeitlinmust include typeinfo before using typeid()
2008-09-12  Vadim Zeitlinadded wxPropertyGrid from Jaakko Salli (#9934)