Add wxDEPRECATED_MSG() and use it in a couple of places.
[wxWidgets.git] / include / wx / propgrid /
2013-08-29  Vadim ZeitlinInitialize wxImageFileProperty correctly when file...
2013-08-06  Vadim ZeitlinAdd wxPropertyGridPageState::GetColumnFullWidth().
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2013-05-01  Vadim ZeitlinRemove the apparently unneeded wxPGPropArgCls default...
2013-04-25  Vadim ZeitlinProvide shorter synonyms for wxEVT_XXX constants.
2012-03-19  Vadim ZeitlinExplicitly cast size_t to int to suppress MSVC warnings.
2012-03-18  Julian SmartAdded wxPropertyGridManager::SetPageSplitterLeft
2012-02-15  Vadim ZeitlinAdd forward declarations to fix wx/propgrid/editors...
2012-02-05  Vadim ZeitlinNever refresh controls from EVT_PAINT handler in wxProp...
2012-01-23  Vadim ZeitlinAdd a property to configure file property dialog kind.
2011-12-29  Stefan NeisDo not put semicolons after the definition of an inline...
2011-07-25  Steve LamertonMerge in from trunk r67662 to r64801
2011-05-20  Jaakko SalliAllow wxPGProperty::IsChildSelected() to work recursively
2011-05-09  Jaakko SalliFixed a bug: Disabling a property didn't work properly...
2011-04-15  Jaakko SalliRemoved wxPG_DOUBLE_BUFFER constant. Now all wxPG rende...
2011-04-03  Dimitri SchoolwerthNo code changes, fixed various typos.
2011-03-22  Dimitri SchoolwerthFixed various typos.
2011-03-20  Dimitri SchoolwerthNo changes, synchronised source names that appear comme...
2011-03-07  Jaakko SalliTo prevent wxPropertyGrid from stealing frocus from...
2011-01-22  Dimitri SchoolwerthUse wxString's empty() when checking if the string...
2011-01-02  Jaakko SalliAdded 'HasAlpha' attribute for wxColourProperty. Settin...
2010-12-27  Jaakko SalliNo longer use semi-static IDs for wxPropertyGrid embedd...
2010-12-22  Jaakko SalliBring AddActionTrigger() doc string up to date with...
2010-12-22  Jaakko SalliAdded wxPG_ACTION_EDIT, which allows specifying custom...
2010-12-13  Jaakko SalliHave wxPropertyGrid::DoubleToString() to also take...
2010-11-22  Jaakko SalliHave wxPropertyGridEditorEventForwarder::ProcessEvent...
2010-11-07  Vadim ZeitlinFix build with Borland C++ compiler.
2010-10-15  Jaakko SalliFix non-PCH builds
2010-10-15  Jaakko SalliAdded the missing DLL export declaration for wxNumericP...
2010-10-15  Jaakko SalliAdded wxNumericPropertyValidator, which is a custom...
2010-10-10  Jaakko SalliWhen wxPGProperty is un-attached from wxPropertyGrid...
2010-09-30  Vadim ZeitlinNo changes whatsoever, just remove trailing whitespace.
2010-09-24  Jaakko SalliFixed PCH-less build
2010-09-24  Jaakko SalliHave wxPropertyGrid inherit from wxControl and wxScroll...
2010-09-23  Jaakko SalliStreamline wxPropertyGrid tooltip code
2010-08-26  Jaakko SalliAdded missing wx/defs.h includes in propgrid headers
2010-08-08  Jaakko SalliMoved wxPGProperty::SetFlag() to protected API since...
2010-08-08  Jaakko SalliAdded wxPGProperty::Enable() for conveniency. Refactore...
2010-07-25  Jaakko SalliRefactored validation of numeric properties (wxIntPrope...
2010-07-13  Vadim ZeitlinGlobally use "wxWindows licence" consistently.
2010-07-11  Jaakko SalliFix non-PCH builds (closes #12217)
2010-07-11  Jaakko SalliAdded 'Delimiter' attribute for wxArrayStringProperty...
2010-07-11  Jaakko SalliHave the new incarnation of wxPGArrayEditorDialog suppo...
2010-07-10  Jaakko SalliwxArrayEditorDialog now uses wxEditableListBox. It...
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 SalliChanged wxPropertyGrid default property validation...
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-12  Jaakko SalliAdded wxPropertyGrid::DedicateKey(), which prevents...
2010-06-09  Francesco MontorsiImplement wx-prefixed macros versions of DECLARE_EVENT_...
2010-05-06  Jaakko SalliChange wxPGProperty::SetChoices() to accept 'const...
2010-04-24  Jaakko SalliAllow wxPGProperty::Hide() to be called on unattached...
2010-04-16  Jaakko SalliAdapted wxPropertyGrid documentation, samples, tests...
2010-04-16  Václav SlavíkRemove wxUSE_WCHAR_T checks.
2010-03-29  Jaakko SalliFor better support of wxValidators, invoke wxValidator...
2010-03-22  Jaakko SalliFixed RefreshRect() call in wxPropertyGrid::DrawItems...
2010-03-20  Jaakko SalliMake wxPGVFBFlags an unsigned char define instead of...
2010-03-17  Jaakko SalliUse explicit wxPGPropertyFlags enum type with wxPGPrope...
2010-02-26  Jaakko SalliMust clear property selection in wxPGProperty::SetChoic...
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-16  Jaakko SalliAdded wxPropertyGridInterface::GetColumnProportion()
2010-02-14  Jaakko SalliAdded wxPropertyGridInterface::SetColumnProportion...
2010-02-10  Jaakko SalliRemoved most of the propgrid '#ifndef SWIG' pre-compile...
2010-01-31  Jaakko SalliAdded nominal wxPG_PROP_READONLY support for editor...
2010-01-26  Jaakko SalliwxPGProperty::GetHintText() function body was missing...
2010-01-26  Jaakko SalliFixed wxPGGlobalVars export declaration
2010-01-07  Jaakko SalliImproved documentation for wxPGProperty::DoSetAttribute()
2010-01-07  Jaakko SalliFixed deprecation message (brings include file in line...
2010-01-04  Stefan Csomorfixing include type
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-14  Jaakko SalliAlways refresh the editor when setting property value...
2009-12-13  Jaakko SalliAdded wxPropertyGridManager header support; Refactored...
2009-12-12  Jaakko SalliGenerate wxPropertyGrid splitter (column divider) event...
2009-12-02  Paul Cornettmake array data fully const
2009-10-17  Jaakko SalliExposed wxPGCell to SWIG
2009-10-15  Jaakko SalliChanged 'bool recursively' to 'int flags' argument...
2009-10-15  Jaakko SalliAdded wxPGCell::SetFont() and GetFont(); Documented...
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 wxPropertyGrid empty space rendering
2009-10-10  Jaakko SalliRemoved intermediate wxPanel from wxPropertyGrid.
2009-09-28  Jaakko SalliwxUSE_THREAD -> wxUSE_THREADS
2009-09-27  Jaakko SalliStore property name and value in wxPropertyGridEvent...
2009-09-14  Jaakko SalliAdded dummy wxPG_THEME_BORDER style for backwards compa...
2009-09-11  Jaakko SalliFixed constants of the new wxPG_EX styles
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-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-09-01  Jaakko SalliFixed a severe crash bug
2009-08-29  Jaakko SalliDisabled top-level parent tracking by default (crashes...
2009-08-23  Jaakko SalliMade wxPropertyGridHitTestResult a real class (works...
next