Document domain parameter of wxTranslations::GetTranslatedString().
[wxWidgets.git] / samples / propgrid / tests.cpp
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2011-07-25  Steve LamertonMerge in from trunk r67662 to r64801
2011-06-30  Vadim ZeitlinFix warning about hiding a virtual function in propgrid...
2011-04-03  Dimitri SchoolwerthNo code changes, fixed various typos.
2011-03-22  Dimitri SchoolwerthFixed various typos.
2011-01-02  Jaakko SalliAdded 'HasAlpha' attribute for wxColourProperty. Settin...
2010-12-27  Jaakko SalliTest wxPropertyGrid::DoubleToString()
2010-11-20  Jaakko SalliReworked wxSystemColourProperty::StringToValue() to...
2010-10-10  Jaakko SalliWhen wxPGProperty is un-attached from wxPropertyGrid...
2010-09-30  Vadim ZeitlinNo changes whatsoever, just remove trailing whitespace.
2010-08-08  Jaakko SalliMoved wxPGProperty::SetFlag() to protected API since...
2010-07-13  Vadim ZeitlinGlobally use "wxWindows licence" consistently.
2010-04-18  Jaakko SalliCorrectly use wxANY_AS() instead of wxAny::As<>(),...
2010-04-16  Jaakko SalliAdapted wxPropertyGrid documentation, samples, tests...
2009-10-13  Jaakko SalliRemoved wxTE_READONLY style from multi-line wxTextCtrls...
2009-09-01  Jaakko SalliAdded 'bool editable' argument to wxPropertyGrid::MakeC...
2009-08-29  Jaakko SalliDisabled top-level parent tracking by default (crashes...
2009-08-17  Jaakko SalliAdded multiple selection feature to wxPropertyGrid...
2009-06-15  Jaakko SalliAdded support for wxLongLong and wxULongLong in wxVaria...
2009-06-07  Vadim Zeitlinwork around apparent VC6 bug resulting in warnings...
2009-02-17  Jaakko SalliClear grid selection more consistently prior clear...
2009-01-07  Jaakko SalliUpdated 'Car' test to match a recent change in the...
2009-01-07  Jaakko SalliAdded wxPropertyGrid::SetSortFunction(); moved Sort...
2008-12-11  Jaakko SalliAdded wxPropertyGridInterface::RemoveProperty()
2008-10-18  Jaakko SalliRemoved unused data
2008-10-07  Jaakko SalliEliminated last property generation macros from props...
2008-10-07  Jaakko SalliRemoved wxLongStringProperty derived property creator...
2008-10-06  Jaakko SalliRemoved GetExpandedProperties() (used to act as poor...
2008-10-06  Jaakko SalliRemoved wxPropertyGridInterface::ClearPropertyValue...
2008-10-05  Jaakko SalliFix RCS-IDs
2008-10-05  Jaakko SalliUse wxPGEditor_X instead of wxPGEditor(X), as in new...
2008-09-27  Jaakko SalliwxPropertyGridInterface docs cleanup and fixes, removed...
2008-09-25  Jaakko SalliFixed bug: Settings property attribute to wxNullVariant...
2008-09-21  Jaakko Salli'wx(U)LongLong << variant' type safety improved (now...
2008-09-19  Jaakko SalliRemoved macros to create enum and flag props with custo...
2008-09-19  Jaakko SalliMoved wxPGChoices m_choices member from various propert...
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 SalliRemoved remnant use of wxCHECK_VERSION
2008-09-12  Vadim Zeitlinadded wxPropertyGrid from Jaakko Salli (#9934)