Update OpenVMS makefile
[wxWidgets.git] / src / propgrid /
2010-03-20  Vadim ZeitlinRemove duplicate variable definition.
2010-03-17  Jaakko SalliUse explicit wxPGPropertyFlags enum type with wxPGPrope...
2010-03-14  Jaakko SalliFixed label editor position for child properties
2010-03-12  Jaakko SalliFixed property editor re-positioning when additional...
2010-03-04  Jaakko SalliMoved property unattachment code from wxPropertyGridInt...
2010-03-01  Jaakko SalliHave to implement wxPGProperty::DeleteChildren() differ...
2010-02-26  Jaakko SalliMust clear property selection in wxPGProperty::SetChoic...
2010-02-25  Jaakko SalliAdded work around in wxPropertyGrid for a wxTextCtrl...
2010-02-23  Jaakko SalliSet up default property grid unspecified value colour
2010-02-23  Jaakko SalliWhen drawing wxPropertyGrid check box editor, be consis...
2010-02-22  Jaakko SalliRename property pending for deletion so it won't be...
2010-02-22  Jaakko SalliProperty removal and deletion done from wxPropertyGrid...
2010-02-16  Jaakko SalliFixed auto-resizing behavior when double-clicking a...
2010-02-14  Jaakko SalliAdded wxPropertyGridInterface::SetColumnProportion...
2010-02-02  Jaakko SalliDo not clear property selection when adding new propert...
2010-01-31  Jaakko SalliAdded nominal wxPG_PROP_READONLY support for editor...
2010-01-31  Jaakko SalliFixed value column rendering for properties which do...
2010-01-13  Jaakko SalliFixed bug: wxPGEditor::SetControlAppearance() was calli...
2010-01-05  Jaakko SalliCall virtual ctrl->GetDefaultAttributes() instead of...
2010-01-04  Jaakko SalliAllow wxPropertyGridInterface::EnableProperty() to...
2010-01-03  Jaakko SalliAdded missing ResetEditorAppearance() call
2010-01-03  Jaakko SalliIn wxPGEditor::SetControlAppearance() use GetClassDefau...
2009-12-29  Jaakko SalliChanged wxPropertyCategory to use same cell rendering...
2009-12-26  Jaakko SalliReplaced 'InlineHelp' property attribute with 'Hint...
2009-12-25  Jaakko SalliRefactored a very confusing condition in wxPGComboBox...
2009-12-22  Jaakko SalliAdded wxPropertyGrid::SetUnspecifiedValueAppearance...
2009-12-20  Jaakko SalliAdded wxPropertyGrid::GetUnspecifiedValueText(). Use...
2009-12-20  Jaakko SalliAdded some missing SetupTextCtrlValue() calls
2009-12-19  Jaakko SalliProperly notify active editor control when it receives...
2009-12-19  Jaakko SalliIn wxPropertyGrid::HandleCustomEditorEvent(), also...
2009-12-17  Jaakko SalliAllow wxPropertyGrid::RecalculateVirtualSize() execute...
2009-12-16  Jaakko SalliFixed display of 'InlineHelp' attribute
2009-12-16  Jaakko SalliSlightly improved check whether or not to execute wxPro...
2009-12-14  Jaakko SalliMake wxPG_EX_MULTIPLE_SELECTION behave more like a...
2009-12-14  Jaakko SalliDetermine better whether the property editor needs...
2009-12-14  Jaakko SalliSet correct m_state in wxPGCheckBoxEditor::SetValueToUn...
2009-12-14  Jaakko SalliFixed unspecified property value rendering for various...
2009-12-13  Jaakko SalliAdded wxPropertyGridManager header support; Refactored...
2009-12-12  Jaakko SalliOn Windows, force read-only property editor wxTextCtrl...
2009-12-12  Jaakko SalliGenerate wxPropertyGrid splitter (column divider) event...
2009-12-11  Jaakko SalliFixed incorrect use of RemoveAt() in wxPropertyGridPage...
2009-12-03  Jaakko SalliExit wxPropertyGrid::RecalculateVirtualSize() immediate...
2009-12-03  Jaakko SalliHandle the rare case where wxPropertyGrid::HandleCustom...
2009-12-02  Paul Cornettmake array data fully const
2009-11-29  Jaakko SalliFixed regression: forgot to set wxPropertyGridPageState...
2009-11-11  Jaakko SalliFix wxPropertyGrid rendering problems when used with...
2009-11-05  Vadim ZeitlinCompilation fix after r62562.
2009-11-05  Vadim ZeitlinChange wxLongLongFmtSpec to be a non-wide string.
2009-10-28  Jaakko SalliFixed backslash escaping in wxArrayStringProperty:...
2009-10-21  Jaakko SalliMove in-cell property expander buttons slightly to...
2009-10-15  Jaakko SalliChanged 'bool recursively' to 'int flags' argument...
2009-10-15  Jaakko SalliFixed regression: wxPropertyGrid caption selection...
2009-10-15  Jaakko SalliAdded wxPGCell::SetFont() and GetFont(); Documented...
2009-10-14  Jaakko SalliFixed bug: wxPropertyGrid::Thaw() should no longer...
2009-10-14  Vadim ZeitlinFix harmless unused variable warning in wxPropertyGrid...
2009-10-11  Jaakko SalliHave page-specific splitter setup flags in order to...
2009-10-11  Jaakko SalliCode cleanup and clarification
2009-10-11  Jaakko SalliFixed post-expand/collapse rendering
2009-10-11  Jaakko SalliFixed wxPropertyGrid empty space rendering
2009-10-10  Jaakko SalliRemoved intermediate wxPanel from wxPropertyGrid.
2009-10-09  Julian SmartRevert a workaround for Windows native border side...
2009-10-08  Jaakko SalliFixed regression: in wxPropertyGrid::PerformValidation...
2009-10-01  Jaakko SalliFixed bug: wxEditEnumProperty's initial string value...
2009-09-28  Paul Cornettlinking fix for wxUSE_VALIDATORS==0
2009-09-28  Jaakko SalliDo not use wxS in array of const wxChar*
2009-09-28  Jaakko SalliwxUSE_THREAD -> wxUSE_THREADS
2009-09-27  Jaakko SalliDo not process editor control events when propgrid...
2009-09-27  Jaakko SalliStore property name and value in wxPropertyGridEvent...
2009-09-27  Jaakko SalliwxFontProperty: Added support for wxFONTFAMILY_TELETYPE...
2009-09-23  Paul Cornettbuild fixes for wxUSE_VALIDATORS==0
2009-09-22  Jouk JansenInclude compile support for propgrid & ribbon on OpenVMS
2009-09-14  Jaakko SalliFixed use of map::erase() in ClearActionTriggers()...
2009-09-13  Jaakko SalliMinor code cleanup
2009-09-11  Julian SmartwxPropertyGrid: added wxPG_NO_INTERNAL_BORDER, wxPG_EX_...
2009-09-10  Jaakko SalliNotify if the grid is being destroyed in an event gener...
2009-09-09  Jaakko SalliAdapted wxPGComboBox margins setup to changes in wxComb...
2009-09-08  Jaakko SalliFixed a warning generated by GCC 4.4.0
2009-09-08  Jaakko SalliUse real id for wxPGCanvas
2009-09-06  Jaakko SalliDo not allow multiple selection when dragging in the...
2009-09-06  Jaakko SalliFixed property iterator crash when iterating through...
2009-09-06  Jaakko SalliAdded check to allow multiple selection by dragging...
2009-09-05  Jaakko SalliwxTextEntry::SetMargins(), GetMargins() - implemented...
2009-09-01  Jaakko SalliNormalize property label editor margins on wxMSW
2009-09-01  Jaakko SalliOnly respect property's wxPG_PROP_READONLY flag for...
2009-09-01  Jaakko SalliAdded 'bool editable' argument to wxPropertyGrid::MakeC...
2009-09-01  Jaakko SalliRemoved some old code that generated warnings on some...
2009-09-01  Jaakko SalliFixed a severe crash bug
2009-08-31  Vadim ZeitlinCorrectly determine best wxPropertyGrid width.
2009-08-29  Jaakko SalliDisabled top-level parent tracking by default (crashes...
2009-08-23  Jaakko SalliMade wxPropertyGridHitTestResult a real class (works...
2009-08-23  Jaakko SalliRemoved obsolete conditional compile option wxPG_CREATE...
2009-08-23  Jaakko SalliAdded label editing capability into wxPropertyGrid
2009-08-21  Vadim ZeitlinNo changes, just removed hard tabs and trailing white...
2009-08-19  Jaakko SalliHave DoRemoveFromSelection() take active editor into...
2009-08-18  Jaakko SalliMade code that uses wxArrayPGProperty more STL complian...
2009-08-17  Jaakko SalliAdded multiple selection feature to wxPropertyGrid...
2009-08-16  Jaakko SalliFixed bug: wxPGProperty::SetName() crashed if it was...
2009-08-11  Jaakko SalliDo not generate wxEVT_PG_SELECTED with direct ClearSele...
2009-07-31  Jaakko SalliIn wxPropertyGridPageState::DoDelete(), clear grid...
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
next