2011-03-22 |
Dimitri Schoolwerth | Fixed various typos. |
blob | commitdiff | raw |
2011-01-06 |
Steve Lamerton | Add missing code tag before lots of wxEventTypes in... |
blob | commitdiff | raw | diff to current |
2010-12-22 |
Jaakko Salli | Added wxPG_ACTION_EDIT, which allows specifying custom... |
blob | commitdiff | raw | diff to current |
2010-09-24 |
Jaakko Salli | Have wxPropertyGrid inherit from wxControl and wxScroll... |
blob | commitdiff | raw | diff to current |
2010-07-13 |
Vadim Zeitlin | Globally use "wxWindows licence" consistently. |
blob | commitdiff | raw | diff to current |
2010-07-04 |
Jaakko Salli | Changed wxPropertyGrid default property validation... |
blob | commitdiff | raw | diff to current |
2010-07-04 |
Jaakko Salli | Added new wxPropertyGrid property validation failure... |
blob | commitdiff | raw | diff to current |
2010-07-03 |
Jaakko Salli | Eliminated lingering validation failure message on... |
blob | commitdiff | raw | diff to current |
2010-06-12 |
Jaakko Salli | Added wxPropertyGrid::DedicateKey(), which prevents... |
blob | commitdiff | raw | diff to current |
2010-03-19 |
Francesco Montorsi | Fix various doxygen warnings |
blob | commitdiff | raw | diff to current |
2010-03-18 |
Jaakko Salli | Clarify documentation for wxPropertyGridEvent::GetPrope... |
blob | commitdiff | raw | diff to current |
2010-02-16 |
Jaakko Salli | Fixed auto-resizing behavior when double-clicking a... |
blob | commitdiff | raw | diff to current |
2010-02-16 |
Jaakko Salli | Added missing words in event documentation |
blob | commitdiff | raw | diff to current |
2010-02-16 |
Jaakko Salli | Document wxEVT_PG_CHANGED |
blob | commitdiff | raw | diff to current |
2009-12-22 |
Jaakko Salli | Added wxPropertyGrid::SetUnspecifiedValueAppearance... |
blob | commitdiff | raw | diff to current |
2009-12-20 |
Jaakko Salli | Added wxPropertyGrid::GetUnspecifiedValueText(). Use... |
blob | commitdiff | raw | diff to current |
2009-12-13 |
Jaakko Salli | Added wxPropertyGridManager header support; Refactored... |
blob | commitdiff | raw | diff to current |
2009-12-12 |
Jaakko Salli | Generate wxPropertyGrid splitter (column divider) event... |
blob | commitdiff | raw | diff to current |
2009-10-10 |
Jaakko Salli | Removed intermediate wxPanel from wxPropertyGrid. |
blob | commitdiff | raw | diff to current |
2009-09-27 |
Jaakko Salli | Store property name and value in wxPropertyGridEvent... |
blob | commitdiff | raw | diff to current |
2009-09-11 |
Julian Smart | wxPropertyGrid: added wxPG_NO_INTERNAL_BORDER, wxPG_EX_... |
blob | commitdiff | raw | diff to current |
2009-09-01 |
Jaakko Salli | Added 'bool editable' argument to wxPropertyGrid::MakeC... |
blob | commitdiff | raw | diff to current |
2009-08-29 |
Jaakko Salli | Disabled top-level parent tracking by default (crashes... |
blob | commitdiff | raw | diff to current |
2009-08-23 |
Jaakko Salli | Added label editing capability into wxPropertyGrid |
blob | commitdiff | raw | diff to current |
2009-08-17 |
Jaakko Salli | Added multiple selection feature to wxPropertyGrid... |
blob | commitdiff | raw | diff to current |
2009-08-11 |
Jaakko Salli | Do not generate wxEVT_PG_SELECTED with direct ClearSele... |
blob | commitdiff | raw | diff to current |
2009-07-11 |
Jaakko Salli | Added named section 'Property development funcions' |
blob | commitdiff | raw | diff to current |
2009-07-11 |
Jaakko Salli | Added wxPropertyGrid::WasValueChangedInEvent(), added... |
blob | commitdiff | raw | diff to current |
2009-06-22 |
Jaakko Salli | Significantly improved wxPropertyGrid's top-level paren... |
blob | commitdiff | raw | diff to current |
2009-06-10 |
Jaakko Salli | Allow reparenting wxPropertyGrid(Manager) to work;... |
blob | commitdiff | raw | diff to current |
2009-02-26 |
Jaakko Salli | wxPropertyGrid::IsEditorFocused() is now public |
blob | commitdiff | raw | diff to current |
2009-02-18 |
Francesco Montorsi | make distinction between classes which send events... |
blob | commitdiff | raw | diff to current |
2009-02-14 |
Jaakko Salli | Fixed wxPropertyGrid::HitTest() documentation |
blob | commitdiff | raw | diff to current |
2009-02-13 |
Jaakko Salli | Clarified wxPropertyGrid::HitTest() docs |
blob | commitdiff | raw | diff to current |
2009-01-07 |
Jaakko Salli | Added wxPropertyGrid::SetSortFunction(); moved Sort... |
blob | commitdiff | raw | diff to current |
2008-12-27 |
Francesco Montorsi | do not document Clone() overloads only for some classes... |
blob | commitdiff | raw | diff to current |
2008-12-26 |
Jaakko Salli | Have wxPGTextCtrlEditor::UpdateControl() update wxTextC... |
blob | commitdiff | raw | diff to current |
2008-11-23 |
Jaakko Salli | Eliminate need to call Connect() in wxPGEditor::CreateC... |
blob | commitdiff | raw | diff to current |
2008-11-06 |
Jaakko Salli | Removed property editor validation failure assertions... |
blob | commitdiff | raw | diff to current |
2008-11-03 |
Jaakko Salli | Moved Get/SetPropertyText/BackgroundColour() member... |
blob | commitdiff | raw | diff to current |
2008-10-22 |
Francesco Montorsi | fixed doxygen warnings; also restyled (partially) the... |
blob | commitdiff | raw | diff to current |
2008-10-19 |
Jaakko Salli | Changed argument of wxPropertyGrid::OnCustomEditorEvent... |
blob | commitdiff | raw | diff to current |
2008-10-15 |
Jaakko Salli | Remove old workarounds to get cut, copy, and paste... |
blob | commitdiff | raw | diff to current |
2008-10-15 |
Robert Roebling | Add appearance tags |
blob | commitdiff | raw | diff to current |
2008-10-12 |
Jaakko Salli | Eliminate (or at least reduce) 64-bit build warnings... |
blob | commitdiff | raw | diff to current |
2008-10-10 |
Jaakko Salli | GetPendingEditedValue() -> GetUncommittedPropertyValue... |
blob | commitdiff | raw | diff to current |
2008-10-08 |
Jaakko Salli | Removed dysfunctional wxPGPropery::PrepareValueForDialo... |
blob | commitdiff | raw | diff to current |
2008-10-06 |
Jaakko Salli | Fix RCS-IDs |
blob | commitdiff | raw | diff to current |
2008-09-29 |
Jaakko Salli | Moved wxPropertyGrid::SetPropertyName() to wxPropertyGr... |
blob | commitdiff | raw | diff to current |
2008-09-29 |
Jaakko Salli | Removed wxPG_EX_LEGACY_VALIDATORS |
blob | commitdiff | raw | diff to current |
2008-09-29 |
Jaakko Salli | Make wxPGValidationInfo class instead of struct, re... |
blob | commitdiff | raw | diff to current |
2008-09-29 |
Jaakko Salli | Doc and comment cleanup, fixes, tweaks |
blob | commitdiff | raw | diff to current |
2008-09-27 |
Jaakko Salli | wxPropertyGridInterface docs cleanup and fixes, removed... |
blob | commitdiff | raw | diff to current |
2008-09-21 |
Jaakko Salli | Moved SetPropertyAttributeAll() to wxPropertyGridInterface |
blob | commitdiff | raw | diff to current |
2008-09-21 |
Jaakko Salli | A lot of documentation revision. Updated doctest code... |
blob | commitdiff | raw | diff to current |
2008-09-12 |
Vadim Zeitlin | added wxPropertyGrid from Jaakko Salli (#9934) |
blob | commitdiff | raw | diff to current |
|