remove unneeded wxFindSuitableParent()
[wxWidgets.git] / src / propgrid /
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...
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...
next