don't use annoying and unneeded in C++ casts of NULL to "T *" in all other files...
[wxWidgets.git] / src / propgrid / propgrid.cpp
2009-01-19  Vadim Zeitlindon't use annoying and unneeded in C++ casts of NULL...
2009-01-18  Jaakko SalliFixed bug: splitter was not drawn for nested categories
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-10  Jaakko SalliReverted to old wxPG_AUTO_SORT behavior in which only...
2009-01-07  Jaakko SalliAdded wxPropertyGrid::SetSortFunction(); moved Sort...
2008-12-29  Jaakko SalliUpdate editor control font centrally, in wxPropertyGrid...
2008-12-26  Jaakko SalliHave wxPGTextCtrlEditor::UpdateControl() update wxTextC...
2008-11-23  Jaakko SalliEliminate need to call Connect() in wxPGEditor::CreateC...
2008-11-16  Paul Cornettcleanup: unreachable code, unused variables, indentatio...
2008-11-06  Jaakko SalliRemoved property editor validation failure assertions...
2008-11-03  Jaakko SalliMoved Get/SetPropertyText/BackgroundColour() member...
2008-11-02  Francesco Montorsideclare all NameStr[] strings as const char using the...
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-21  Jaakko SalliRemoved deprecated functions wxPGChoices::HasValue...
2008-10-21  Jaakko SalliAdded workaround for wxGTK tab traversal problem
2008-10-20  Jaakko SalliUser should no longer be able to modify disabled or...
2008-10-19  Jaakko SalliChanged argument of wxPropertyGrid::OnCustomEditorEvent...
2008-10-18  Jaakko SalliConnect wxEVT_KEY_DOWN for both editor controls
2008-10-18  Jaakko SalliDo not skip key events so eagerly
2008-10-18  Jaakko SalliForgot event.Skip()
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 SalliSet focus back to canvas when child editors are being...
2008-10-10  Jaakko SalliGetPendingEditedValue() -> GetUncommittedPropertyValue...
2008-10-08  Jaakko SalliRemoved dysfunctional wxPGPropery::PrepareValueForDialo...
2008-10-06  Jaakko SalliMinimize use of editor class macros
2008-10-06  Jaakko SalliWhen registering editor, try wxRTTI class name in addit...
2008-10-06  Stefan Csomorswitching away from angle brackets includes, deactivati...
2008-10-05  Jaakko SalliFix RCS-IDs
2008-10-04  Robert RoeblingAlso use F4 shortcut for textfield + button combination
2008-10-04  Jaakko SalliFixed use of erase() in wxPGChoices::RemoveAt()
2008-10-04  Robert RoeblingRemoved wxNavigationKey code, new keyboard navigation
2008-10-03  Jaakko SalliMinor additional clipper window related code and commen...
2008-10-03  Jaakko SalliRemove wxPGClipperWindow, use wxBORDER_NONE instead...
2008-10-02  Jaakko SalliSetButtonShortcut() merged with action system
2008-10-01  Jaakko SalliRecognize lack of wxTAB_TRAVERSAL style
2008-10-01  Jaakko SalliUse wxPendingDelete
2008-10-01  Jaakko SalliAdded useful comment
2008-10-01  Jaakko SalliFixed wxPG sourceforge tracker bug #2138858, applied...
2008-10-01  Jaakko SalliUnfocus text editor when enter is pressed
2008-09-30  Jaakko SalliConverted various wxArrayPtrVoids to wxVectors
2008-09-30  Jaakko SalliFix Connect() calls in SetupChildEventHandling()
2008-09-30  Jaakko SalliTry to make SetupChildEventHandling() more foolproof
2008-09-30  Robert RoeblingMake wxPGCanvas accept focus even with child windows
2008-09-30  Robert RoeblingAdd wxPGCanvas RTTI for debugging purpose
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 SalliRegisterAdditionalEditors() to work even if no wxProper...
2008-09-27  Jaakko SalliwxPropertyGrid::RegisterEditorClass() now CHECK_MSG...
2008-09-27  Jaakko SalliFixed wxPGMultiButton (event handling, FinalizePosition...
2008-09-27  Jaakko SalliFixed a warning
2008-09-26  Jaakko SalliFixed and clarified editor control event handling
2008-09-25  Jaakko SalliFixed bug: wxPGProperty::OnEvent() was never called...
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-21  Jaakko SalliMoved SetPropertyAttributeAll() to wxPropertyGridInterface
2008-09-19  Jaakko SalliMoved wxPGChoices m_choices member from various propert...
2008-09-17  Jaakko SalliAdded separate SetFocusOnCanvas() function so that...
2008-09-17  Jaakko SalliTry to improve focus problem situation by using more...
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 SalliFixed bug: Setting property value string did not update...
2008-09-14  Jaakko SalliwxVariant list used to translate between list of proper...
2008-09-14  Jaakko SalliAdapt to 'premature' events being sent from editor...
2008-09-14  Jaakko SalliFixed ambiguity with bitwise operators
2008-09-13  Jaakko SalliwxPropertyGrid::DoPropertyChanged() incorrectly passed...
2008-09-13  Jaakko SalliwxPropertyGrid member m_visPropArray removed, now alway...
2008-09-13  Robert Roeblinginclude <typeinfo> in all files
2008-09-12  Vadim Zeitlinadded wxPropertyGrid from Jaakko Salli (#9934)