Have the new incarnation of wxPGArrayEditorDialog support the old-style 'custom butto...
[wxWidgets.git] / src / propgrid / propgrid.cpp
2010-07-10  Jaakko SalliDo not run focus detection when handling events from...
2010-07-09  Jaakko SalliInclude scopeguard.h for wxON_BLOCK_EXIT_SET()
2010-07-04  Jaakko SalliMake m_inDoPropertyChanged and m_inCommitChangesFromEdi...
2010-07-04  Jaakko Sallim_inDoSelectProperty: make it bool and use wxON_BLOCK_E...
2010-07-04  Jaakko SalliRedundant wxPropertyGrid validation failure message...
2010-07-04  Jaakko SalliTranslate text 'Property Error'
2010-07-04  Jaakko SalliAdded new wxPropertyGrid property validation failure...
2010-07-03  Jaakko SalliEliminated lingering validation failure message on...
2010-07-03  Jaakko SalliwxPropertyGrid validation failure was not (always)...
2010-06-20  Vadim ZeitlinUse wxDELETE() and wxDELETEA() when possible.
2010-06-12  Jaakko SalliFor wxTextCtrl editor, set the bold font before margins...
2010-06-12  Jaakko SalliKeyboard handling was blocked by label editor. Also...
2010-06-12  Jaakko SalliAdded wxPropertyGrid::DedicateKey(), which prevents...
2010-04-24  Jaakko SalliIn wxPropertyGrid::DoPropertyChanged(), call GetEditorC...
2010-03-29  Jaakko SalliFor better support of wxValidators, invoke wxValidator...
2010-03-25  Jaakko SalliFix focus at the end of a property label edit (needed...
2010-03-25  Jaakko SalliIn wxPropertyGrid::HandleCustomEditorEvent(), ignore...
2010-03-22  Jaakko SalliFixed RefreshRect() call in wxPropertyGrid::DrawItems...
2010-03-20  Vadim ZeitlinRemove duplicate variable definition.
2010-03-14  Jaakko SalliFixed label editor position for child properties
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-22  Jaakko SalliProperty removal and deletion done from wxPropertyGrid...
2010-02-16  Jaakko SalliFixed auto-resizing behavior when double-clicking a...
2010-02-02  Jaakko SalliDo not clear property selection when adding new propert...
2010-01-31  Jaakko SalliFixed value column rendering for properties which do...
2010-01-03  Jaakko SalliAdded missing ResetEditorAppearance() call
2009-12-29  Jaakko SalliChanged wxPropertyCategory to use same cell rendering...
2009-12-26  Jaakko SalliReplaced 'InlineHelp' property attribute with 'Hint...
2009-12-22  Jaakko SalliAdded wxPropertyGrid::SetUnspecifiedValueAppearance...
2009-12-20  Jaakko SalliAdded wxPropertyGrid::GetUnspecifiedValueText(). Use...
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 SalliSlightly improved check whether or not to execute wxPro...
2009-12-14  Jaakko SalliMake wxPG_EX_MULTIPLE_SELECTION behave more like a...
2009-12-13  Jaakko SalliAdded wxPropertyGridManager header support; Refactored...
2009-12-12  Jaakko SalliGenerate wxPropertyGrid splitter (column divider) event...
2009-12-03  Jaakko SalliExit wxPropertyGrid::RecalculateVirtualSize() immediate...
2009-12-03  Jaakko SalliHandle the rare case where wxPropertyGrid::HandleCustom...
2009-11-11  Jaakko SalliFix wxPropertyGrid rendering problems when used with...
2009-10-21  Jaakko SalliMove in-cell property expander buttons slightly to...
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-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-14  Jaakko SalliFixed use of map::erase() in ClearActionTriggers()...
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-08  Jaakko SalliUse real id for wxPGCanvas
2009-09-06  Jaakko SalliDo not allow multiple selection when dragging in the...
2009-09-06  Jaakko SalliAdded check to allow multiple selection by dragging...
2009-09-05  Jaakko SalliwxTextEntry::SetMargins(), GetMargins() - implemented...
2009-09-01  Jaakko SalliAdded 'bool editable' argument to wxPropertyGrid::MakeC...
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 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-18  Jaakko SalliMade code that uses wxArrayPGProperty more STL complian...
2009-08-17  Jaakko SalliAdded multiple selection feature to wxPropertyGrid...
2009-08-11  Jaakko SalliDo not generate wxEVT_PG_SELECTED with direct ClearSele...
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-07-20  Vadim ZeitlinPut braces around all calls to wxLogFunctions() inside...
2009-06-22  Jaakko SalliSignificantly improved wxPropertyGrid's top-level paren...
2009-06-12  Vadim Zeitlinreuse wxObjectRefData for various ref-counted classes...
2009-06-12  Jaakko SalliFor needs of wxPython bindings, (re)added a version...
2009-06-10  Jaakko SalliAllow reparenting wxPropertyGrid(Manager) to work;...
2009-05-31  Jaakko SalliAdded wxPGProperty::SetDefaultValue(v), as a shortcut...
2009-05-30  Jaakko SalliForward-ported wxPython-bindings related cleanup from...
2009-04-17  Julian SmartDon't attempt to do measuring when the window hasn...
2009-04-16  Jaakko SalliRemoved unneeded includes
2009-04-06  Vadim Zeitlinreturn better fitting size from DoGetBestSize() for...
2009-03-22  Vadim Zeitlinreplace more __WXDEBUG__ occurrences with wxDEBUG_LEVEL
2009-03-21  Vadim Zeitlinfirst round of debug/release merge: introduce wxDEBUG_L...
2009-03-13  Jaakko SalliAllow disabled properties to be expanded/collapsed...
2009-03-09  Jaakko SalliAllow wxPGMultiButton to work even if primary editor...
2009-03-06  Jaakko SalliProperty value images are no longer shrinked horizontally
2009-03-03  Jaakko SalliRemove unneeded workaround for a ScrolledWindow issue...
2009-02-26  Jaakko SalliNo longer overestimate virtual height given to the...
2009-02-17  Jaakko SalliClear grid selection more consistently prior clear...
2009-02-12  Jaakko SalliFixed old font-related code that caused problems on...
2009-02-07  Vadim Zeitlinrequire semicolon after wxDECLARE/DEFINE_EVENT() (close...
2009-02-07  Jaakko SalliEliminated two unneeded arguments from wxPropertyGrid...
2009-02-07  Jaakko SalliAdded workaround for a bug that causes splitters not...
2009-02-04  Jaakko SalliAdded proper COW to wxPGChoices, moved wxPGChoices...
2009-01-29  Jaakko SalliDo not propagate key events from child controls unless...
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-12  Jaakko SalliAdded wxPGProperty::OnValidationFailure(); needed it...
2009-01-12  Vadim Zeitlinadd more flexible and safer template Connect() overload...
next