Applied #10892: Remove wxDocManager instance check
[wxWidgets.git] / src / propgrid /
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().
2009-07-20  Vadim ZeitlinPut braces around all calls to wxLogFunctions() inside...
2009-07-12  Jaakko SalliYet another fix for the colour property 'Custom' entry...
2009-07-11  Jaakko SalliAdded wxPropertyGrid::WasValueChangedInEvent(), added...
2009-07-11  Jaakko SalliFixed 'Custom' entry in the colour property combo boxes
2009-07-07  Jaakko SalliFurther fixes to colour properties that use wxPG_COLOUR...
2009-07-03  Jaakko SalliColour property with attribute wxPG_COLOUR_ALLOW_CUSTOM...
2009-06-22  Jaakko SalliSignificantly improved wxPropertyGrid's top-level paren...
2009-06-15  Jaakko SalliAdded support for wxLongLong and wxULongLong in wxVaria...
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-06-07  Jaakko SalliImplementations of wxPGProperty::ChildChanged() must...
2009-06-02  Vadim Zeitlinadded wxUINTn_MAX constants; document them together...
2009-05-31  Jaakko SalliAdded wxPGProperty::SetDefaultValue(v), as a shortcut...
2009-05-30  Jaakko SalliMore forward-ported wxPython-bindings related cleanup...
2009-05-30  Jaakko SalliForward-ported wxPython-bindings related cleanup from...
2009-05-02  Jaakko SalliFixed bug: wxPropertyGridInterface::SetPropertyReadOnly...
2009-04-18  Jaakko SalliRe-added support for property attribute wxPG_BOOL_USE_D...
2009-04-18  Jaakko SalliQuick (temporary) fix for some spurious splitter movement
2009-04-18  Jaakko SalliFixed fallback font used in wxFontProperty::OnSetValue()
2009-04-18  Jaakko SalliUse wxStdDialogButtonSizer in editor dialogs of wxLongS...
2009-04-17  Julian SmartDon't attempt to do measuring when the window hasn...
2009-04-16  Jaakko SalliwxFlagsProperty now automatically relays wxBOOL_USE_CHE...
2009-04-16  Jaakko SalliRemoved unneeded includes
2009-04-06  Vadim Zeitlinreturn better fitting size from DoGetBestSize() for...
2009-03-25  Vadim Zeitlincompilation fix after wxDateTime::Parse() changes ...
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-12  Jaakko SalliReworked the way child properties can be added to a...
2009-03-09  Jaakko SalliMinor wxPGMultiButton refacotring
2009-03-09  Jaakko SalliAllow wxPGMultiButton to work even if primary editor...
2009-03-08  Jaakko SalliAdded support for 'AutoComplete' attribute, automatical...
2009-03-08  Jaakko SalliAlways reduce size of the last (instead of widest)...
2009-03-06  Jaakko SalliProperty value images are no longer shrinked horizontally
2009-03-04  Jaakko SalliBy default, always refresh editor and redraw properties...
2009-03-03  Jaakko SalliRemove unneeded workaround for a ScrolledWindow issue...
2009-03-03  Jaakko SalliRemove wxEnumProperty::ms_prevIndex
2009-02-26  Jaakko SalliNo longer overestimate virtual height given to the...
2009-02-17  Jaakko SalliTest for m_pPropGrid in wxPropertyGridPageState::DoClear()
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 SalliFixed and refactored wxPropertyGridManager decsription...
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-02-01  Jaakko SalliUse wxToolBar::SetToolBitmapSize() to setup tool bitmap...
2009-01-31  Vadim Zeitlindon't override the toolbar height with too small value
2009-01-31  Jaakko SalliFixed broken 'hidden categories' mode (aka. alphabetic...
2009-01-30  Jaakko SalliLet's make sure embedded wxPropertyGrid does not get...
2009-01-29  Jaakko SalliDo not propagate key events from child controls unless...
2009-01-29  Jaakko SalliFixed wxPropertyGridManager::CreatePropertyGrid(),...
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...
next