2010-10-10 |
Jaakko Salli | When wxPGProperty is un-attached from wxPropertyGrid... |
blob | commitdiff | raw |
2010-08-08 |
Jaakko Salli | Added wxPGProperty::Enable() for conveniency. Refactore... |
blob | commitdiff | raw | diff to current |
2010-07-13 |
Vadim Zeitlin | Globally use "wxWindows licence" consistently. |
blob | commitdiff | raw | diff to current |
2010-06-12 |
Jaakko Salli | Added wxPropertyGrid::DedicateKey(), which prevents... |
blob | commitdiff | raw | diff to current |
2010-04-24 |
Jaakko Salli | Allow wxPGProperty::Hide() to be called on unattached... |
blob | commitdiff | raw | diff to current |
2010-03-04 |
Jaakko Salli | Moved property unattachment code from wxPropertyGridInt... |
blob | commitdiff | raw | diff to current |
2010-02-22 |
Jaakko Salli | Rename property pending for deletion so it won't be... |
blob | commitdiff | raw | diff to current |
2010-02-22 |
Jaakko Salli | Property removal and deletion done from wxPropertyGrid... |
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-14 |
Jaakko Salli | Added wxPropertyGridInterface::SetColumnProportion... |
blob | commitdiff | raw | diff to current |
2010-02-02 |
Jaakko Salli | Do not clear property selection when adding new propert... |
blob | commitdiff | raw | diff to current |
2009-12-13 |
Jaakko Salli | Added wxPropertyGridManager header support; Refactored... |
blob | commitdiff | raw | diff to current |
2009-12-11 |
Jaakko Salli | Fixed incorrect use of RemoveAt() in wxPropertyGridPage... |
blob | commitdiff | raw | diff to current |
2009-11-11 |
Jaakko Salli | Fix wxPropertyGrid rendering problems when used with... |
blob | commitdiff | raw | diff to current |
2009-10-11 |
Jaakko Salli | Have page-specific splitter setup flags in order to... |
blob | commitdiff | raw | diff to current |
2009-09-06 |
Jaakko Salli | Fixed property iterator crash when iterating through... |
blob | commitdiff | raw | diff to current |
2009-09-06 |
Jaakko Salli | Added check to allow multiple selection by dragging... |
blob | commitdiff | raw | diff to current |
2009-08-31 |
Vadim Zeitlin | Correctly determine best wxPropertyGrid width. |
blob | commitdiff | raw | diff to current |
2009-08-23 |
Jaakko Salli | Made wxPropertyGridHitTestResult a real class (works... |
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-19 |
Jaakko Salli | Have DoRemoveFromSelection() take active editor into... |
blob | commitdiff | raw | diff to current |
2009-08-18 |
Jaakko Salli | Made code that uses wxArrayPGProperty more STL complian... |
blob | commitdiff | raw | diff to current |
2009-08-17 |
Jaakko Salli | Added multiple selection feature to wxPropertyGrid... |
blob | commitdiff | raw | diff to current |
2009-07-31 |
Jaakko Salli | In wxPropertyGridPageState::DoDelete(), clear grid... |
blob | commitdiff | raw | diff to current |
2009-04-18 |
Jaakko Salli | Quick (temporary) fix for some spurious splitter movement |
blob | commitdiff | raw | diff to current |
2009-03-22 |
Vadim Zeitlin | replace more __WXDEBUG__ occurrences with wxDEBUG_LEVEL |
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-12 |
Jaakko Salli | Reworked the way child properties can be added to a... |
blob | commitdiff | raw | diff to current |
2009-03-08 |
Jaakko Salli | Always reduce size of the last (instead of widest)... |
blob | commitdiff | raw | diff to current |
2009-02-17 |
Jaakko Salli | Test for m_pPropGrid in wxPropertyGridPageState::DoClear() |
blob | commitdiff | raw | diff to current |
2009-02-17 |
Jaakko Salli | Clear grid selection more consistently prior clear... |
blob | commitdiff | raw | diff to current |
2009-02-12 |
Jaakko Salli | Fixed old font-related code that caused problems on... |
blob | commitdiff | raw | diff to current |
2009-01-31 |
Jaakko Salli | Fixed broken 'hidden categories' mode (aka. alphabetic... |
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-11 |
Jaakko Salli | Fixed bug: SetPropertyValueUnspecified(p) and p->SetVal... |
blob | commitdiff | raw | diff to current |
2009-01-10 |
Jaakko Salli | Reverted to old wxPG_AUTO_SORT behavior in which only... |
blob | commitdiff | raw | diff to current |
2009-01-07 |
Jaakko Salli | Added wxPropertyGrid::SetSortFunction(); moved Sort... |
blob | commitdiff | raw | diff to current |
2008-12-29 |
Jaakko Salli | Update editor control font centrally, in wxPropertyGrid... |
blob | commitdiff | raw | diff to current |
2008-12-20 |
Jaakko Salli | Fully conform to the documented statement according... |
blob | commitdiff | raw | diff to current |
2008-12-20 |
Jaakko Salli | Fixed various inconsistencies with deleting properties... |
blob | commitdiff | raw | diff to current |
2008-12-11 |
Jaakko Salli | Added wxPropertyGridInterface::RemoveProperty() |
blob | commitdiff | raw | diff to current |
2008-11-16 |
Paul Cornett | cleanup: unreachable code, unused variables, indentatio... |
blob | commitdiff | raw | diff to current |
2008-11-06 |
Jaakko Salli | Removed property editor validation failure assertions... |
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-20 |
Jaakko Salli | User should no longer be able to modify disabled or... |
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-13 |
Robert Roebling | Correct spelling, now use Indices |
blob | commitdiff | raw | diff to current |
2008-10-12 |
Robert Roebling | Correct spelling and signature of FixIndexesOfChildren |
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-01 |
Jaakko Salli | Use m_children as it were std::vector |
blob | commitdiff | raw | diff to current |
2008-09-30 |
Jaakko Salli | Converted various wxArrayPtrVoids to wxVectors |
blob | commitdiff | raw | diff to current |
2008-09-29 |
Jaakko Salli | Moved wxPropertyGrid::SetPropertyName() to wxPropertyGr... |
blob | commitdiff | raw | diff to current |
2008-09-21 |
Jaakko Salli | Fixed non-precompiled headers compilation |
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-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 | wxVariant list used to translate between list of proper... |
blob | commitdiff | raw | diff to current |
2008-09-14 |
Vadim Zeitlin | must include typeinfo before using typeid() |
blob | commitdiff | raw | diff to current |
2008-09-12 |
Vadim Zeitlin | PCH-less compilation fix |
blob | commitdiff | raw | diff to current |
2008-09-12 |
Vadim Zeitlin | added wxPropertyGrid from Jaakko Salli (#9934) |
blob | commitdiff | raw | diff to current |
|