2008-10-15 |
Jaakko Salli | Remove old workarounds to get cut, copy, and paste... |
blob | commitdiff | raw |
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 | Set focus back to canvas when child editors are being... |
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 | Minimize use of editor class macros |
blob | commitdiff | raw | diff to current |
2008-10-06 |
Jaakko Salli | When registering editor, try wxRTTI class name in addit... |
blob | commitdiff | raw | diff to current |
2008-10-06 |
Stefan Csomor | switching away from angle brackets includes, deactivati... |
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 | Also use F4 shortcut for textfield + button combination |
blob | commitdiff | raw | diff to current |
2008-10-04 |
Jaakko Salli | Fixed use of erase() in wxPGChoices::RemoveAt() |
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 | Minor additional clipper window related code and commen... |
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 | Recognize lack of wxTAB_TRAVERSAL style |
blob | commitdiff | raw | diff to current |
2008-10-01 |
Jaakko Salli | Use wxPendingDelete |
blob | commitdiff | raw | diff to current |
2008-10-01 |
Jaakko Salli | Added useful comment |
blob | commitdiff | raw | diff to current |
2008-10-01 |
Jaakko Salli | Fixed wxPG sourceforge tracker bug #2138858, applied... |
blob | commitdiff | raw | diff to current |
2008-10-01 |
Jaakko Salli | Unfocus text editor when enter is pressed |
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 | Fix Connect() calls in SetupChildEventHandling() |
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 |
Robert Roebling | Make wxPGCanvas accept focus even with child windows |
blob | commitdiff | raw | diff to current |
2008-09-30 |
Robert Roebling | Add wxPGCanvas RTTI for debugging purpose |
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 | RegisterAdditionalEditors() to work even if no wxProper... |
blob | commitdiff | raw | diff to current |
2008-09-27 |
Jaakko Salli | wxPropertyGrid::RegisterEditorClass() now CHECK_MSG... |
blob | commitdiff | raw | diff to current |
2008-09-27 |
Jaakko Salli | Fixed wxPGMultiButton (event handling, FinalizePosition... |
blob | commitdiff | raw | diff to current |
2008-09-27 |
Jaakko Salli | Fixed a warning |
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-25 |
Jaakko Salli | Fixed bug: wxPGProperty::OnEvent() was never called... |
blob | commitdiff | raw | diff to current |
2008-09-21 |
Jaakko Salli | Revised #ifndef WX_PRECOMP headers, added missing ... |
blob | commitdiff | raw | diff to current |
2008-09-21 |
Jaakko Salli | Removed #include <typeinfo> (since C++ RTTI is no longe... |
blob | commitdiff | raw | diff to current |
2008-09-21 |
Jaakko Salli | Moved SetPropertyAttributeAll() to wxPropertyGridInterface |
blob | commitdiff | raw | diff to current |
2008-09-19 |
Jaakko Salli | Moved wxPGChoices m_choices member from various propert... |
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 | Try to improve focus problem situation by using more... |
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-14 |
Jaakko Salli | Fixed bug: Setting property value string did not update... |
blob | commitdiff | raw | diff to current |
2008-09-14 |
Jaakko Salli | wxVariant list used to translate between list of proper... |
blob | commitdiff | raw | diff to current |
2008-09-14 |
Jaakko Salli | Adapt to 'premature' events being sent from editor... |
blob | commitdiff | raw | diff to current |
2008-09-14 |
Jaakko Salli | Fixed ambiguity with bitwise operators |
blob | commitdiff | raw | diff to current |
2008-09-13 |
Jaakko Salli | wxPropertyGrid::DoPropertyChanged() incorrectly passed... |
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 |
Robert Roebling | include <typeinfo> in all files |
blob | commitdiff | raw | diff to current |
2008-09-12 |
Vadim Zeitlin | added wxPropertyGrid from Jaakko Salli (#9934) |
blob | commitdiff | raw | diff to current |
|