Provide shorter synonyms for wxEVT_XXX constants.
[wxWidgets.git] / src / propgrid / propgrid.cpp
2013-04-25  Vadim ZeitlinProvide shorter synonyms for wxEVT_XXX constants.
2012-12-28  Paul Cornettremove unused variable assignment, closes #14928
2012-09-14  Vadim ZeitlinFix spelling in the comments in wxPropertyGrid code.
2012-07-07  Vadim ZeitlinAvoid unused variable warning in wxPropertyGrid code...
2012-06-01  Vadim ZeitlinUse wxCLASSINFO() instead of deprecated CLASSINFO().
2012-06-01  Vadim ZeitlinUse wxDynamicCast() instead of IsKindOf() checks.
2012-02-05  Vadim ZeitlinNever refresh controls from EVT_PAINT handler in wxProp...
2011-12-15  Vadim ZeitlinEnsure that wxPropertyGrid::m_tlp is initialized early...
2011-09-10  Steve LamertonMerge in from trunk r68684 - r69046
2011-09-05  Robin DunnAvoid infinite recursion on Mac in comboctrl, and fix...
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-13  Jaakko SalliwxEVT_COMMAND_TEXT_UPDATED events from wxComboCtrl...
2011-03-22  Dimitri SchoolwerthFixed various typos.
2011-03-07  Jaakko SalliTo prevent wxPropertyGrid from stealing frocus from...
2011-01-22  Dimitri SchoolwerthUse wxString's empty() when checking if the string...
2010-12-22  Jaakko SalliAdded wxPG_ACTION_EDIT, which allows specifying custom...
2010-11-26  Jaakko SalliFix 100% CPU usage on wxGTK caused by a recent change...
2010-11-22  Jaakko SalliHave wxPropertyGridEditorEventForwarder::ProcessEvent...
2010-10-18  Jaakko SalliCall wxScrollHelper::AdjustScrollbars() to fix scroll...
2010-09-30  Vadim ZeitlinNo changes whatsoever, just remove trailing whitespace.
2010-09-28  Jaakko SalliReset wxPGEditor singleton instance pointers in dtors...
2010-09-24  Jaakko SalliCorrect empty space drawing
2010-09-24  Jaakko SalliRemoved debug log message
2010-09-24  Jaakko SalliHave wxPropertyGrid inherit from wxControl and wxScroll...
2010-09-23  Jaakko SalliStreamline wxPropertyGrid tooltip code
2010-09-20  Jaakko SalliCall SetToolTip() for the property editor control when...
2010-07-13  Vadim ZeitlinGlobally use "wxWindows licence" consistently.
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...
next