no real changes, just minor refactoring and cleanup
[wxWidgets.git] / src / propgrid /
2009-01-22  Jaakko SalliAdd wxPropertyGridEditorEventForwarders into wxPendingD...
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-17  Jaakko SalliFix wxEnumProperty unspecified value by taking it into...
2009-01-12  Jaakko SalliBetter support for unspecified property value in wxDate...
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...
2009-01-04  Jaakko SalliFixes in wxPGProperty::StringToValue(): Prevent it...
2009-01-04  Jaakko SalliIn wxPGProperty::StringToValue(), variant.SetName(...
2009-01-04  Jaakko SalliSignificant check box editor refactoring, including...
2008-12-29  Jaakko SalliUpdate editor control font centrally, in wxPropertyGrid...
2008-12-26  Jaakko SalliHave wxPGTextCtrlEditor::UpdateControl() update wxTextC...
2008-12-23  Jaakko SalliFixed crash when expanding/collapsing categories too...
2008-12-23  Jaakko SalliFixed a VC6 warning (hopefully)
2008-12-20  Jaakko SalliFully conform to the documented statement according...
2008-12-20  Jaakko SalliFixed various inconsistencies with deleting properties...
2008-12-11  Jaakko SalliAdded wxPropertyGridInterface::RemoveProperty()
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-06  Jaakko SalliFixed incorrect background colour that wxStaticTexts...
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 SalliRender cell background in renderer only if rendering...
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-18  Jaakko SalliAllow wxPropertyGridInterface::ClearSelection() to...
2008-11-16  Paul Cornettcleanup: unreachable code, unused variables, indentatio...
2008-11-15  Jaakko SalliFixed various NULL reference issues. Also cleaned up...
2008-11-15  Jaakko SalliFixed wxPropertyGridPage::DoSetSplitterPosition() infin...
2008-11-14  Vadim Zeitlindo override SetSplitterPosition() in wxPropertyGridPage...
2008-11-14  Vadim Zeitlinremove unused static wxColourFromPGLong function
2008-11-14  Vadim Zeitlinremove useless comparison of unsigned value with 0
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 SalliIn composed string values, entry for last children...
2008-11-01  Jaakko SalliIt was not possible to set value of unspecified child...
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-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-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-20  Vadim Zeitlin2006 version of Borland compiler still doesn't grok...
2008-10-19  Jaakko SalliChanged argument of wxPropertyGrid::OnCustomEditorEvent...
2008-10-19  Jaakko SalliIn wxPropertyGridManager, alphabetic mode is now sorted...
2008-10-19  Jaakko SalliFixed wxSystemColourProperty::ValueToString(). It now...
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-17  Jaakko SalliwxPGProperty::GenerateComposedValue() -> protected...
2008-10-16  Jaakko SalliFixed broken wxMultiChoiceProperty::ValueToString()
2008-10-16  Jaakko SalliAdded virtual wxPGProperty::ValueToString(). In derived...
2008-10-15  Jaakko SalliRemove old workarounds to get cut, copy, and paste...
2008-10-15  Robert RoeblingMention why fudgefactor for wxODBC position under wxMac...
2008-10-14  Robert RoeblingAdd a fudge factor to the size of wxODBC in wxProperty...
2008-10-14  Jaakko SalliwxPGProperty::AddChild() can now be used to add normal...
2008-10-14  Robert RoeblingCorrect positioning of wxTextCtrl in wxPropertyGrid...
2008-10-13  Robert RoeblingCorrect spelling, now use Indices
2008-10-12  Robert RoeblingCorrect spelling and signature of FixIndexesOfChildren
2008-10-12  Jaakko SalliEliminate (or at least reduce) 64-bit build warnings...
2008-10-12  Jaakko SalliAlso update description text when wxPG_DESCRIPTION...
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-07  Jaakko SalliRemoved SetPropertiesFlag() (high-level function using...
2008-10-07  Jaakko SalliEliminated last property generation macros from props...
2008-10-07  Jaakko SalliRemoved wxLongStringProperty derived property creator...
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  Jaakko SalliRemove use of wxPG_EDITOR macro
2008-10-06  Stefan Csomorswitching away from angle brackets includes, deactivati...
2008-10-05  Jaakko SalliFix RCS-IDs
2008-10-05  Jaakko SalliFix RCS-ID
2008-10-05  Jaakko SalliBetter use of Connect()
2008-10-05  Jaakko SalliHave GetDescBoxHeight() return value consistent with...
2008-10-05  Jaakko SalliCall RecreateControls() if relevant window style flag...
2008-10-05  Jaakko SalliGetEditableState() with DescBoxState flag could assert
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  Jaakko SalliAdded Description Box Height to saveable/restoreable...
2008-10-04  Robert RoeblingRemoved wxNavigationKey code, new keyboard navigation
2008-10-03  Jaakko SalliFixed bug: wxPG_EX_AUTO_UNSPECIFIED_VALUES was basicall...
2008-10-03  Jaakko SalliIncrease properties' tolerance for wxNullVariant as...
2008-10-03  Jaakko SalliMust still delete m_cells items by explicit type (since...
2008-10-03  Jaakko SalliMinor additional clipper window related code and commen...
2008-10-03  Jaakko SalliRemove wxPGClipperWindow, use wxBORDER_NONE instead...
2008-10-03  Jaakko SalliFurther fix m_children use with wxUSE_STL=1
2008-10-02  Jaakko SalliSetButtonShortcut() merged with action system
2008-10-02  Jaakko SalliMoved ClearModifiedStatus() to wxPropertyGridInterface
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
next