2012-02-20 |
Vadim Zeitlin | Synchronize wxPropertyGridManager documentation with... |
tree | commitdiff |
2012-02-20 |
Vadim Zeitlin | Synchronize wxPropertyGrid documentation with the real... |
tree | commitdiff |
2012-02-15 |
Vadim Zeitlin | Remove non-existent wxPGChoices methods from the docume... |
tree | commitdiff |
2012-01-23 |
Vadim Zeitlin | Add a property to configure file property dialog kind. |
tree | commitdiff |
2011-04-03 |
Dimitri Schoolwerth | No code changes, fixed various typos. |
tree | commitdiff |
2011-03-22 |
Dimitri Schoolwerth | Fixed various typos. |
tree | commitdiff |
2011-03-22 |
Bryan Petty | Extensive documentation typo patch (closes #13063). |
tree | commitdiff |
2011-01-06 |
Steve Lamerton | Add missing code tag before lots of wxEventTypes in... |
tree | commitdiff |
2011-01-02 |
Jaakko Salli | Added 'HasAlpha' attribute for wxColourProperty. Settin... |
tree | commitdiff |
2010-12-22 |
Jaakko Salli | Added wxPG_ACTION_EDIT, which allows specifying custom... |
tree | commitdiff |
2010-12-16 |
Jaakko Salli | Document how the sign is omitted from wxFloatProperty... |
tree | commitdiff |
2010-09-24 |
Jaakko Salli | Have wxPropertyGrid inherit from wxControl and wxScroll... |
tree | commitdiff |
2010-08-26 |
Jaakko Salli | Changed wxArrayStringProperty default delimiter to... |
tree | commitdiff |
2010-08-08 |
Jaakko Salli | Moved wxPGProperty::SetFlag() to protected API since... |
tree | commitdiff |
2010-08-08 |
Jaakko Salli | Added wxPGProperty::Enable() for conveniency. Refactore... |
tree | commitdiff |
2010-07-13 |
Vadim Zeitlin | Globally use "wxWindows licence" consistently. |
tree | commitdiff |
2010-07-11 |
Jaakko Salli | Added 'Delimiter' attribute for wxArrayStringProperty... |
tree | commitdiff |
2010-07-04 |
Jaakko Salli | Changed wxPropertyGrid default property validation... |
tree | commitdiff |
2010-07-04 |
Jaakko Salli | Added new wxPropertyGrid property validation failure... |
tree | commitdiff |
2010-07-03 |
Jaakko Salli | Eliminated lingering validation failure message on... |
tree | commitdiff |
2010-06-13 |
Jaakko Salli | Documented pythonic iterators |
tree | commitdiff |
2010-06-12 |
Jaakko Salli | Added wxPropertyGrid::DedicateKey(), which prevents... |
tree | commitdiff |
2010-06-09 |
Francesco Montorsi | Implement wx-prefixed macros versions of DECLARE/IMPLEM... |
tree | commitdiff |
2010-03-19 |
Francesco Montorsi | Fix various doxygen warnings |
tree | commitdiff |
2010-03-18 |
Jaakko Salli | Clarify documentation for wxPropertyGridEvent::GetPrope... |
tree | commitdiff |
2010-03-17 |
Jaakko Salli | Use explicit wxPGPropertyFlags enum type with wxPGPrope... |
tree | commitdiff |
2010-02-26 |
Jaakko Salli | Must clear property selection in wxPGProperty::SetChoic... |
tree | commitdiff |
2010-02-22 |
Jaakko Salli | Property removal and deletion done from wxPropertyGrid... |
tree | commitdiff |
2010-02-16 |
Jaakko Salli | Fixed auto-resizing behavior when double-clicking a... |
tree | commitdiff |
2010-02-16 |
Jaakko Salli | Added wxPropertyGridInterface::GetColumnProportion() |
tree | commitdiff |
2010-02-16 |
Jaakko Salli | Added missing words in event documentation |
tree | commitdiff |
2010-02-16 |
Jaakko Salli | Document wxEVT_PG_CHANGED |
tree | commitdiff |
2010-02-14 |
Jaakko Salli | Added wxPropertyGridInterface::SetColumnProportion... |
tree | commitdiff |
2010-01-31 |
Jaakko Salli | Added nominal wxPG_PROP_READONLY support for editor... |
tree | commitdiff |
2010-01-07 |
Jaakko Salli | Improved documentation for wxPGProperty::DoSetAttribute() |
tree | commitdiff |
2010-01-07 |
Jaakko Salli | Fixed a deprecation message |
tree | commitdiff |
2009-12-29 |
Jaakko Salli | Changed wxPropertyCategory to use same cell rendering... |
tree | commitdiff |
2009-12-26 |
Jaakko Salli | Replaced 'InlineHelp' property attribute with 'Hint... |
tree | commitdiff |
2009-12-25 |
Jaakko Salli | Added documentation for wxPGEditor::SetControlAppearance() |
tree | commitdiff |
2009-12-22 |
Jaakko Salli | Added wxPropertyGrid::SetUnspecifiedValueAppearance... |
tree | commitdiff |
2009-12-20 |
Jaakko Salli | Added wxPropertyGrid::GetUnspecifiedValueText(). Use... |
tree | commitdiff |
2009-12-13 |
Jaakko Salli | Added wxPropertyGridManager header support; Refactored... |
tree | commitdiff |
2009-12-12 |
Jaakko Salli | Generate wxPropertyGrid splitter (column divider) event... |
tree | commitdiff |
2009-10-15 |
Jaakko Salli | Changed 'bool recursively' to 'int flags' argument... |
tree | commitdiff |
2009-10-15 |
Jaakko Salli | Added wxPGCell::SetFont() and GetFont(); Documented... |
tree | commitdiff |
2009-10-10 |
Jaakko Salli | Removed intermediate wxPanel from wxPropertyGrid. |
tree | commitdiff |
2009-09-27 |
Jaakko Salli | Store property name and value in wxPropertyGridEvent... |
tree | commitdiff |
2009-09-11 |
Julian Smart | wxPropertyGrid: added wxPG_NO_INTERNAL_BORDER, wxPG_EX_... |
tree | commitdiff |
2009-09-01 |
Jaakko Salli | Added 'bool editable' argument to wxPropertyGrid::MakeC... |
tree | commitdiff |
2009-08-29 |
Jaakko Salli | Disabled top-level parent tracking by default (crashes... |
tree | commitdiff |
2009-08-23 |
Jaakko Salli | Added label editing capability into wxPropertyGrid |
tree | commitdiff |
2009-08-17 |
Jaakko Salli | Added multiple selection feature to wxPropertyGrid... |
tree | commitdiff |
2009-08-11 |
Jaakko Salli | Do not generate wxEVT_PG_SELECTED with direct ClearSele... |
tree | commitdiff |
2009-08-09 |
Jaakko Salli | Fixed wxPGProperty ctor documentation |
tree | commitdiff |
2009-07-20 |
Jaakko Salli | Fixed wxPropertyGridInterface::SetPropertyValues()... |
tree | commitdiff |
2009-07-11 |
Jaakko Salli | Added named section 'Property development funcions' |
tree | commitdiff |
2009-07-11 |
Jaakko Salli | Added wxPropertyGrid::WasValueChangedInEvent(), added... |
tree | commitdiff |
2009-06-22 |
Jaakko Salli | Significantly improved wxPropertyGrid's top-level paren... |
tree | commitdiff |
2009-06-10 |
Jaakko Salli | Allow reparenting wxPropertyGrid(Manager) to work;... |
tree | commitdiff |
2009-06-07 |
Jaakko Salli | Implementations of wxPGProperty::ChildChanged() must... |
tree | commitdiff |
2009-05-31 |
Jaakko Salli | Added wxPGProperty::SetDefaultValue(v), as a shortcut... |
tree | commitdiff |
2009-05-30 |
Jaakko Salli | More forward-ported wxPython-bindings related cleanup... |
tree | commitdiff |
2009-04-16 |
Jaakko Salli | wxFlagsProperty now automatically relays wxBOOL_USE_CHE... |
tree | commitdiff |
2009-03-12 |
Jaakko Salli | Reworked the way child properties can be added to a... |
tree | commitdiff |
2009-03-09 |
Jaakko Salli | Allow wxPGMultiButton to work even if primary editor... |
tree | commitdiff |
2009-03-08 |
Jaakko Salli | Added support for 'AutoComplete' attribute, automatical... |
tree | commitdiff |
2009-03-04 |
Jaakko Salli | By default, always refresh editor and redraw properties... |
tree | commitdiff |
2009-02-26 |
Jaakko Salli | wxPropertyGrid::IsEditorFocused() is now public |
tree | commitdiff |
2009-02-18 |
Francesco Montorsi | make distinction between classes which send events... |
tree | commitdiff |
2009-02-17 |
Jaakko Salli | Improved documentation for GetProperty(), GetPropertyBy... |
tree | commitdiff |
2009-02-14 |
Jaakko Salli | Fixed wxPropertyGrid::HitTest() documentation |
tree | commitdiff |
2009-02-13 |
Jaakko Salli | Clarified wxPropertyGrid::HitTest() docs |
tree | commitdiff |
2009-02-04 |
Jaakko Salli | Added proper COW to wxPGChoices, moved wxPGChoices... |
tree | commitdiff |
2009-01-29 |
Jaakko Salli | Fixed wxPropertyGridManager::CreatePropertyGrid(),... |
tree | commitdiff |
2009-01-26 |
Jaakko Salli | Added wxPGChoices::Copy(), tweaked related documentation |
tree | commitdiff |
2009-01-18 |
Francesco Montorsi | remove usage of wxT() macro; it makes example code... |
tree | commitdiff |
2009-01-12 |
Jaakko Salli | Better support for unspecified property value in wxDate... |
tree | commitdiff |
2009-01-12 |
Jaakko Salli | Added wxPGProperty::OnValidationFailure(); needed it... |
tree | commitdiff |
2009-01-10 |
Jaakko Salli | Reverted to old wxPG_AUTO_SORT behavior in which only... |
tree | commitdiff |
2009-01-07 |
Jaakko Salli | Added wxPropertyGrid::SetSortFunction(); moved Sort... |
tree | commitdiff |
2008-12-27 |
Francesco Montorsi | do not document Clone() overloads only for some classes... |
tree | commitdiff |
2008-12-26 |
Jaakko Salli | Have wxPGTextCtrlEditor::UpdateControl() update wxTextC... |
tree | commitdiff |
2008-12-20 |
Jaakko Salli | Fixed various inconsistencies with deleting properties... |
tree | commitdiff |
2008-12-11 |
Jaakko Salli | Added wxPropertyGridInterface::RemoveProperty() |
tree | commitdiff |
2008-12-11 |
Jaakko Salli | SpinCtrl editor's 'value change by mouse motion' featur... |
tree | commitdiff |
2008-11-23 |
Jaakko Salli | Eliminate need to call Connect() in wxPGEditor::CreateC... |
tree | commitdiff |
2008-11-14 |
Vadim Zeitlin | fix parameter name |
tree | commitdiff |
2008-11-06 |
Jaakko Salli | Removed property editor validation failure assertions... |
tree | commitdiff |
2008-11-03 |
Jaakko Salli | Moved Get/SetPropertyText/BackgroundColour() member... |
tree | commitdiff |
2008-10-31 |
Jaakko Salli | Reworked wxPGCell. It is now reference counted, and... |
tree | commitdiff |
2008-10-22 |
Francesco Montorsi | fixed doxygen warnings; also restyled (partially) the... |
tree | commitdiff |
2008-10-19 |
Jaakko Salli | Changed argument of wxPropertyGrid::OnCustomEditorEvent... |
tree | commitdiff |
2008-10-17 |
Jaakko Salli | wxPGProperty::GenerateComposedValue() -> protected... |
tree | commitdiff |
2008-10-16 |
Jaakko Salli | Added virtual wxPGProperty::ValueToString(). In derived... |
tree | commitdiff |
2008-10-15 |
Jaakko Salli | Remove old workarounds to get cut, copy, and paste... |
tree | commitdiff |
2008-10-15 |
Robert Roebling | Add appearance tags |
tree | commitdiff |
2008-10-14 |
Jaakko Salli | wxPGProperty::AddChild() can now be used to add normal... |
tree | commitdiff |
2008-10-12 |
Jaakko Salli | Eliminate (or at least reduce) 64-bit build warnings... |
tree | commitdiff |
2008-10-10 |
Jaakko Salli | GetPendingEditedValue() -> GetUncommittedPropertyValue... |
tree | commitdiff |
2008-10-08 |
Jaakko Salli | Removed dysfunctional wxPGPropery::PrepareValueForDialo... |
tree | commitdiff |
next |