don't use annoying and unneeded in C++ casts of NULL to "T *" in all other files...
[wxWidgets.git] / include / wx / propgrid / propgrid.h
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-12  Vadim Zeitlinadd more flexible and safer template Connect() overload...
2009-01-11  Jaakko SalliFixed bug: SetPropertyValueUnspecified(p) and p->SetVal...
2009-01-07  Jaakko SalliAdded wxPropertyGrid::SetSortFunction(); moved Sort...
2008-12-26  Jaakko SalliHave wxPGTextCtrlEditor::UpdateControl() update wxTextC...
2008-11-23  Jaakko SalliEliminate need to call Connect() in wxPGEditor::CreateC...
2008-11-22  Jaakko SalliUpdated event type declarations to follow what other...
2008-11-16  Paul Cornettmake access for virtuals match base
2008-11-15  Jaakko SalliFixed various NULL reference issues. Also cleaned up...
2008-11-03  Jaakko SalliMoved Get/SetPropertyText/BackgroundColour() member...
2008-11-02  Francesco Montorsideclare all NameStr[] strings as const char using the...
2008-10-31  Jaakko SalliReworked wxPGCell. It is now reference counted, and...
2008-10-19  Jaakko SalliChanged argument of wxPropertyGrid::OnCustomEditorEvent...
2008-10-19  Jaakko SalliIn wxPropertyGridManager, alphabetic mode is now sorted...
2008-10-18  Jaakko SalliSimplistic tab support is now default (tab focuses...
2008-10-15  Jaakko SalliRemove old workarounds to get cut, copy, and paste...
2008-10-14  Jaakko SalliwxPGProperty::AddChild() can now be used to add normal...
2008-10-12  Jaakko SalliEliminate (or at least reduce) 64-bit build warnings...
2008-10-10  Jaakko SalliGetPendingEditedValue() -> GetUncommittedPropertyValue...
2008-10-08  Jaakko SalliRemoved '#ifndef DOXYGEN' sections
2008-10-08  Jaakko SalliRemoved dysfunctional wxPGPropery::PrepareValueForDialo...
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-10-02  Jaakko SalliSetButtonShortcut() merged with action system
2008-10-01  Jaakko SalliUse wxPendingDelete
2008-09-30  Jaakko SalliConverted various wxArrayPtrVoids to wxVectors
2008-09-30  Jaakko SalliTry to make SetupChildEventHandling() more foolproof
2008-09-30  Jaakko SalliAdded missing dllimpexp declaration, added missing...
2008-09-30  Robert RoeblingMove body of SetFocusOnCanvas to .cpp file
2008-09-29  Jaakko SalliMoved wxPropertyGrid::SetPropertyName() to wxPropertyGr...
2008-09-29  Jaakko SalliRemoved wxPG_EX_LEGACY_VALIDATORS
2008-09-29  Jaakko SalliAdded missing wxPGValidationInfo::SetFailureMessage...
2008-09-29  Jaakko SalliRemoved wxPropertyGridEvent::HasProperty() (use GetProp...
2008-09-29  Jaakko SalliMake wxPGValidationInfo class instead of struct, re...
2008-09-29  Jaakko SalliDoc and comment cleanup, fixes, tweaks
2008-09-27  Jaakko SalliFixed wxPGMultiButton (event handling, FinalizePosition...
2008-09-26  Jaakko SalliFixed and clarified editor control event handling
2008-09-21  Jaakko SalliMoved SetPropertyAttributeAll() to wxPropertyGridInterface
2008-09-17  Jaakko SalliAdded separate SetFocusOnCanvas() function so that...
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-13  Jaakko SalliwxPropertyGrid member m_visPropArray removed, now alway...
2008-09-13  Jaakko SalliCleaned up wxPropertyGrid::SetCurrentCategory()
2008-09-12  Vadim Zeitlinadded wxPropertyGrid from Jaakko Salli (#9934)