2009-09-14 |
Jaakko Salli | Added dummy wxPG_THEME_BORDER style for backwards compa... |
blob | commitdiff | raw |
2009-09-11 |
Jaakko Salli | Fixed constants of the new wxPG_EX styles |
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-10 |
Jaakko Salli | Notify if the grid is being destroyed in an event gener... |
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-21 |
Vadim Zeitlin | No changes, just removed hard tabs and trailing white... |
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-16 |
Jaakko Salli | Fixed bug: wxPGProperty::SetName() crashed if it was... |
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 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-12 |
Jaakko Salli | For needs of wxPython bindings, (re)added a version... |
blob | commitdiff | raw | diff to current |
2009-06-10 |
Jaakko Salli | Allow reparenting wxPropertyGrid(Manager) to work;... |
blob | commitdiff | raw | diff to current |
2009-05-31 |
Jaakko Salli | Added wxPGProperty::SetDefaultValue(v), as a shortcut... |
blob | commitdiff | raw | diff to current |
2009-05-30 |
Jaakko Salli | More forward-ported wxPython-bindings related cleanup... |
blob | commitdiff | raw | diff to current |
2009-05-30 |
Jaakko Salli | Forward-ported wxPython-bindings related cleanup from... |
blob | commitdiff | raw | diff to current |
2009-03-21 |
Vadim Zeitlin | first round of debug/release merge: introduce wxDEBUG_L... |
blob | commitdiff | raw | diff to current |
2009-03-04 |
Jaakko Salli | By default, always refresh editor and redraw properties... |
blob | commitdiff | raw | diff to current |
2009-02-26 |
Jaakko Salli | wxPropertyGrid::IsEditorFocused() is now public |
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-02-07 |
Vadim Zeitlin | require semicolon after wxDECLARE/DEFINE_EVENT() (close... |
blob | commitdiff | raw | diff to current |
2009-02-07 |
Jaakko Salli | Eliminated two unneeded arguments from wxPropertyGrid... |
blob | commitdiff | raw | diff to current |
2009-01-19 |
Vadim Zeitlin | don't use annoying and unneeded in C++ casts of NULL... |
blob | commitdiff | raw | diff to current |
2009-01-12 |
Jaakko Salli | Added wxPGProperty::OnValidationFailure(); needed it... |
blob | commitdiff | raw | diff to current |
2009-01-12 |
Vadim Zeitlin | add more flexible and safer template Connect() overload... |
blob | commitdiff | raw | diff to current |
2009-01-11 |
Jaakko Salli | Fixed bug: SetPropertyValueUnspecified(p) and p->SetVal... |
blob | commitdiff | raw | diff to current |
2009-01-07 |
Jaakko Salli | Added wxPropertyGrid::SetSortFunction(); moved Sort... |
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-22 |
Jaakko Salli | Updated event type declarations to follow what other... |
blob | commitdiff | raw | diff to current |
2008-11-16 |
Paul Cornett | make access for virtuals match base |
blob | commitdiff | raw | diff to current |
2008-11-15 |
Jaakko Salli | Fixed various NULL reference issues. Also cleaned up... |
blob | commitdiff | raw | diff to current |
2008-11-03 |
Jaakko Salli | Moved Get/SetPropertyText/BackgroundColour() member... |
blob | commitdiff | raw | diff to current |
2008-11-02 |
Francesco Montorsi | declare all NameStr[] strings as const char using the... |
blob | commitdiff | raw | diff to current |
2008-10-31 |
Jaakko Salli | Reworked wxPGCell. It is now reference counted, and... |
blob | commitdiff | raw | diff to current |
2008-10-19 |
Jaakko Salli | Changed argument of wxPropertyGrid::OnCustomEditorEvent... |
blob | commitdiff | raw | diff to current |
2008-10-19 |
Jaakko Salli | In wxPropertyGridManager, alphabetic mode is now sorted... |
blob | commitdiff | raw | diff to current |
2008-10-18 |
Jaakko Salli | Simplistic tab support is now default (tab focuses... |
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-14 |
Jaakko Salli | wxPGProperty::AddChild() can now be used to add normal... |
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 '#ifndef DOXYGEN' sections |
blob | commitdiff | raw | diff to current |
2008-10-08 |
Jaakko Salli | Removed dysfunctional wxPGPropery::PrepareValueForDialo... |
blob | commitdiff | raw | diff to current |
2008-10-05 |
Jaakko Salli | Fix RCS-IDs |
blob | commitdiff | raw | diff to current |
2008-10-04 |
Robert Roebling | Removed wxNavigationKey code, new keyboard navigation |
blob | commitdiff | raw | diff to current |
2008-10-03 |
Jaakko Salli | Remove wxPGClipperWindow, use wxBORDER_NONE instead... |
blob | commitdiff | raw | diff to current |
2008-10-02 |
Jaakko Salli | SetButtonShortcut() merged with action system |
blob | commitdiff | raw | diff to current |
2008-10-01 |
Jaakko Salli | Use wxPendingDelete |
blob | commitdiff | raw | diff to current |
2008-09-30 |
Jaakko Salli | Converted various wxArrayPtrVoids to wxVectors |
blob | commitdiff | raw | diff to current |
2008-09-30 |
Jaakko Salli | Try to make SetupChildEventHandling() more foolproof |
blob | commitdiff | raw | diff to current |
2008-09-30 |
Jaakko Salli | Added missing dllimpexp declaration, added missing... |
blob | commitdiff | raw | diff to current |
2008-09-30 |
Robert Roebling | Move body of SetFocusOnCanvas to .cpp file |
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 | Added missing wxPGValidationInfo::SetFailureMessage... |
blob | commitdiff | raw | diff to current |
2008-09-29 |
Jaakko Salli | Removed wxPropertyGridEvent::HasProperty() (use GetProp... |
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 | Fixed wxPGMultiButton (event handling, FinalizePosition... |
blob | commitdiff | raw | diff to current |
2008-09-26 |
Jaakko Salli | Fixed and clarified editor control event handling |
blob | commitdiff | raw | diff to current |
2008-09-21 |
Jaakko Salli | Moved SetPropertyAttributeAll() to wxPropertyGridInterface |
blob | commitdiff | raw | diff to current |
2008-09-17 |
Jaakko Salli | Added separate SetFocusOnCanvas() function so that... |
blob | commitdiff | raw | diff to current |
2008-09-17 |
Jaakko Salli | wxUSE_PROPGRID is now recognized by source and header... |
blob | commitdiff | raw | diff to current |
2008-09-16 |
Jaakko Salli | Eliminated C++ RTTI (typeid etc) use. Eliminated wxPGVa... |
blob | commitdiff | raw | diff to current |
2008-09-13 |
Jaakko Salli | wxPropertyGrid member m_visPropArray removed, now alway... |
blob | commitdiff | raw | diff to current |
2008-09-13 |
Jaakko Salli | Cleaned up wxPropertyGrid::SetCurrentCategory() |
blob | commitdiff | raw | diff to current |
2008-09-12 |
Vadim Zeitlin | added wxPropertyGrid from Jaakko Salli (#9934) |
blob | commitdiff | raw | diff to current |
|