don't use annoying and unneeded in C++ casts of NULL to "T *" in all other files...
[wxWidgets.git] / src / propgrid / advprops.cpp
2009-01-19  Vadim Zeitlindon't use annoying and unneeded in C++ casts of NULL...
2009-01-12  Jaakko SalliBetter support for unspecified property value in wxDate...
2008-12-23  Jaakko SalliFixed a VC6 warning (hopefully)
2008-12-11  Jaakko SalliSpinCtrl editor's 'value change by mouse motion' featur...
2008-12-08  Jaakko SalliBetter EVT_MOTION handling in wxPGSpinButton
2008-12-02  Jaakko SalliImplement ability to rapidly change spin value of SpinC...
2008-11-24  Jaakko SalliDatePickerCtrl editor could crash if property had unspe...
2008-11-23  Jaakko SalliEliminate need to call Connect() in wxPGEditor::CreateC...
2008-11-19  Jaakko SalliWhen calling DrawIconEx(), do not use DI_COMPAT or...
2008-11-16  Paul Cornettcleanup: unreachable code, unused variables, indentatio...
2008-11-14  Vadim Zeitlinremove unused static wxColourFromPGLong function
2008-11-14  Vadim Zeitlinremove useless comparison of unsigned value with 0
2008-11-01  Jaakko SalliFix various warnings that only appear for release builds
2008-10-27  Jaakko SalliRemoved dummy wxFont == operator implementation (IIRC...
2008-10-22  Jaakko SalliMerged wxBaseEnumPropertyClass (intermediate property...
2008-10-21  Jaakko SalliRemoved deprecated functions wxPGChoices::HasValue...
2008-10-19  Jaakko SalliChanged argument of wxPropertyGrid::OnCustomEditorEvent...
2008-10-19  Jaakko SalliFixed wxSystemColourProperty::ValueToString(). It now...
2008-10-16  Jaakko SalliFixed broken wxMultiChoiceProperty::ValueToString()
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-07  Jaakko SalliEliminated last property generation macros from props...
2008-10-06  Jaakko SalliMinimize use of editor class macros
2008-10-06  Stefan Csomorswitching away from angle brackets includes, deactivati...
2008-10-05  Jaakko SalliFix RCS-ID
2008-10-05  Jaakko SalliBetter use of Connect()
2008-09-29  Jaakko SalliRegisterAdditionalEditors() to work even if no wxProper...
2008-09-25  Jaakko SalliSlightly better wxStockCursor usage
2008-09-25  Jaakko SalliFix wxCursor() ctor compilation by casting argument...
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 SalliEliminated WX_PG_DECLARE/IMPLEMENT_DERIVED_PROPERTY_CLASS
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 SalliEliminated C++ RTTI (typeid etc) use. Eliminated wxPGVa...
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)