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-05-24 |
Jaakko Salli | Always call OnSetValue() for a property when values... |
blob | commitdiff | raw | diff to current |
2010-05-06 |
Jaakko Salli | Change wxPGProperty::SetChoices() to accept 'const... |
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-17 |
Jaakko Salli | Use explicit wxPGPropertyFlags enum type with wxPGPrope... |
blob | commitdiff | raw | diff to current |
2010-03-01 |
Jaakko Salli | Have to implement wxPGProperty::DeleteChildren() differ... |
blob | commitdiff | raw | diff to current |
2010-02-26 |
Jaakko Salli | Must clear property selection in wxPGProperty::SetChoic... |
blob | commitdiff | raw | diff to current |
2009-12-29 |
Jaakko Salli | Changed wxPropertyCategory to use same cell rendering... |
blob | commitdiff | raw | diff to current |
2009-12-26 |
Jaakko Salli | Replaced 'InlineHelp' property attribute with 'Hint... |
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-16 |
Jaakko Salli | Fixed display of 'InlineHelp' attribute |
blob | commitdiff | raw | diff to current |
2009-12-14 |
Jaakko Salli | Determine better whether the property editor needs... |
blob | commitdiff | raw | diff to current |
2009-12-14 |
Jaakko Salli | Fixed unspecified property value rendering for various... |
blob | commitdiff | raw | diff to current |
2009-12-02 |
Paul Cornett | make array data fully const |
blob | commitdiff | raw | diff to current |
2009-10-15 |
Jaakko Salli | Changed 'bool recursively' to 'int flags' argument... |
blob | commitdiff | raw | diff to current |
2009-10-15 |
Jaakko Salli | Fixed regression: wxPropertyGrid caption selection... |
blob | commitdiff | raw | diff to current |
2009-10-15 |
Jaakko Salli | Added wxPGCell::SetFont() and GetFont(); Documented... |
blob | commitdiff | raw | diff to current |
2009-09-13 |
Jaakko Salli | Minor code cleanup |
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-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-16 |
Jaakko Salli | Fixed bug: wxPGProperty::SetName() crashed if it was... |
blob | commitdiff | raw | diff to current |
2009-07-20 |
Vadim Zeitlin | Put braces around all calls to wxLogFunctions() inside... |
blob | commitdiff | raw | diff to current |
2009-06-15 |
Jaakko Salli | Added support for wxLongLong and wxULongLong in wxVaria... |
blob | commitdiff | raw | diff to current |
2009-06-12 |
Vadim Zeitlin | reuse wxObjectRefData for various ref-counted classes... |
blob | commitdiff | raw | diff to current |
2009-06-07 |
Jaakko Salli | Implementations of wxPGProperty::ChildChanged() must... |
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-02 |
Jaakko Salli | Fixed bug: wxPropertyGridInterface::SetPropertyReadOnly... |
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-12 |
Jaakko Salli | Reworked the way child properties can be added to a... |
blob | commitdiff | raw | diff to current |
2009-03-06 |
Jaakko Salli | Property value images are no longer shrinked horizontally |
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-04 |
Jaakko Salli | Added proper COW to wxPGChoices, moved wxPGChoices... |
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-12 |
Jaakko Salli | Added wxPGProperty::OnValidationFailure(); needed it... |
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-04 |
Jaakko Salli | Fixes in wxPGProperty::StringToValue(): Prevent it... |
blob | commitdiff | raw | diff to current |
2009-01-04 |
Jaakko Salli | In wxPGProperty::StringToValue(), variant.SetName(... |
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-26 |
Jaakko Salli | Have wxPGTextCtrlEditor::UpdateControl() update wxTextC... |
blob | commitdiff | raw | diff to current |
2008-12-20 |
Jaakko Salli | Fixed various inconsistencies with deleting properties... |
blob | commitdiff | raw | diff to current |
2008-11-23 |
Jaakko Salli | Render cell background in renderer only if rendering... |
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-01 |
Jaakko Salli | In composed string values, entry for last children... |
blob | commitdiff | raw | diff to current |
2008-11-01 |
Jaakko Salli | It was not possible to set value of unspecified child... |
blob | commitdiff | raw | diff to current |
2008-11-01 |
Jaakko Salli | Fix various warnings that only appear for release builds |
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-17 |
Jaakko Salli | wxPGProperty::GenerateComposedValue() -> protected... |
blob | commitdiff | raw | diff to current |
2008-10-16 |
Jaakko Salli | Added virtual wxPGProperty::ValueToString(). In derived... |
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-08 |
Jaakko Salli | Removed dysfunctional wxPGPropery::PrepareValueForDialo... |
blob | commitdiff | raw | diff to current |
2008-10-07 |
Jaakko Salli | Removed wxLongStringProperty derived property creator... |
blob | commitdiff | raw | diff to current |
2008-10-06 |
Jaakko Salli | Remove use of wxPG_EDITOR macro |
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-03 |
Jaakko Salli | Fixed bug: wxPG_EX_AUTO_UNSPECIFIED_VALUES was basicall... |
blob | commitdiff | raw | diff to current |
2008-10-03 |
Jaakko Salli | Must still delete m_cells items by explicit type (since... |
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-25 |
Jaakko Salli | Removed wxPGProperty:GetArrIndex() in favor of GetIndex... |
blob | commitdiff | raw | diff to current |
2008-09-25 |
Jaakko Salli | Fixed bug: Settings property attribute to wxNullVariant... |
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-19 |
Jaakko Salli | Moved wxPGChoices m_choices member from various propert... |
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 | Do not incorrectly interprete StringToValue() returning... |
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 | Have support for both char* and wchar_t* in wxPGPropArg... |
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-12 |
Vadim Zeitlin | must include typeinfo before using typeid() |
blob | commitdiff | raw | diff to current |
2008-09-12 |
Vadim Zeitlin | added wxPropertyGrid from Jaakko Salli (#9934) |
blob | commitdiff | raw | diff to current |
|