Remove obsolete VisualAge-related files.
[wxWidgets.git] / samples / propgrid /
2009-01-17  Vadim Zeitlinremove MSVC solution files from svn
2009-01-15  Vadim Zeitlinlink with wininet.lib under Windows to avoid linking...
2009-01-12  Jaakko SalliBetter support for unspecified property value in wxDate...
2009-01-10  Jaakko SalliAdded #include for wx/propgrid/advprops.h
2009-01-10  Jaakko SalliUpdate propgrid minimal sample: Added wxEVT_PG_CHANGING...
2009-01-07  Jaakko SalliUpdated 'Car' test to match a recent change in the...
2009-01-07  Jaakko SalliAdded wxPropertyGrid::SetSortFunction(); moved Sort...
2009-01-04  Jaakko SalliAdded bool property to the nested car sample (for testi...
2009-01-04  Jaakko SalliAdded extra RefreshEditor() call for better testing
2008-12-11  Jaakko SalliAdded wxPropertyGridInterface::RemoveProperty()
2008-12-11  Jaakko SalliSpinCtrl editor's 'value change by mouse motion' featur...
2008-12-02  Jaakko SalliImplement ability to rapidly change spin value of SpinC...
2008-10-31  Jaakko SalliReworked wxPGCell. It is now reference counted, and...
2008-10-27  Vadim Zeitlinrebaked using bakefile 0.2.5
2008-10-18  Jaakko SalliRemoved unused data
2008-10-18  Jaakko SalliSimplistic tab support is now default (tab focuses...
2008-10-16  Jaakko SalliAdd maximum width for sample's frame
2008-10-16  Jaakko SalliUpdate 'intro' comment in propgrid sample
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-10  Jaakko SalliGetPendingEditedValue() -> GetUncommittedPropertyValue...
2008-10-08  Jaakko SalliRemoved dysfunctional wxPGPropery::PrepareValueForDialo...
2008-10-08  Vadim Zeitlinadd VC9 project files (closes #9960)
2008-10-08  Vadim Zeitlinrebaked makefiles with 0.2.4
2008-10-07  Jaakko SalliEliminated last property generation macros from props...
2008-10-07  Jaakko SalliRemoved wxLongStringProperty derived property creator...
2008-10-06  Jaakko SalliWhen registering editor, try wxRTTI class name in addit...
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-29  Jaakko SalliRemoved wxPG_EX_LEGACY_VALIDATORS
2008-09-29  Jaakko SalliRegisterAdditionalEditors() to work even if no wxProper...
2008-09-27  Jaakko SalliRegister multibutton editor class in frame ctor instead...
2008-09-27  Jaakko SalliUse wxPropertyGridEventHandler in commented-out sample...
2008-09-27  Jaakko SalliwxPropertyGridInterface docs cleanup and fixes, removed...
2008-09-27  Jaakko SalliFixed wxPGMultiButton (event handling, FinalizePosition...
2008-09-25  Jaakko SalliRemoved wxPropertyGridManager::GetChildrentCount()...
2008-09-25  Jaakko SalliReduce ambiguity of selection functions in wxPropertyGr...
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-21  Jaakko SalliA lot of documentation revision. Updated doctest code...
2008-09-19  Jaakko SalliRemoved macros to create enum and flag props with custo...
2008-09-19  Jaakko SalliEliminated WX_PG_DECLARE_X_METHODS macros
2008-09-19  Jaakko SalliMoved wxPGChoices m_choices member from various propert...
2008-09-17  Jaakko SalliRemoved some old testing code. Added more appropriate...
2008-09-17  Jaakko SalliwxUSE_PROPGRID is now recognized by source and header...
2008-09-16  Jaakko SalliRemoved some test code left in a long time ago
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 SalliRemoved remnant use of wxCHECK_VERSION
2008-09-14  Jaakko SalliwxVariant list used to translate between list of proper...
2008-09-12  Vadim Zeitlinadded wxPropertyGrid from Jaakko Salli (#9934)