2008-12-26 |
Jaakko Salli | Have wxPGTextCtrlEditor::UpdateControl() update wxTextC... |
tree | commitdiff |
2008-12-20 |
Jaakko Salli | Fixed various inconsistencies with deleting properties... |
tree | commitdiff |
2008-12-11 |
Jaakko Salli | Added wxPropertyGridInterface::RemoveProperty() |
tree | commitdiff |
2008-12-06 |
Jaakko Salli | Fixed incorrect background colour that wxStaticTexts... |
tree | commitdiff |
2008-11-23 |
Jaakko Salli | Eliminate need to call Connect() in wxPGEditor::CreateC... |
tree | commitdiff |
2008-11-22 |
Jaakko Salli | Updated event type declarations to follow what other... |
tree | commitdiff |
2008-11-19 |
Jaakko Salli | For clarity, moved includes to the top of the file... |
tree | commitdiff |
2008-11-16 |
Paul Cornett | make access for virtuals match base |
tree | commitdiff |
2008-11-16 |
Paul Cornett | check for self assignment in operator= |
tree | commitdiff |
2008-11-15 |
Jaakko Salli | Fixed various NULL reference issues. Also cleaned up... |
tree | commitdiff |
2008-11-15 |
Jaakko Salli | Fixed wxPropertyGridPage::DoSetSplitterPosition() infin... |
tree | commitdiff |
2008-11-14 |
Vadim Zeitlin | do override SetSplitterPosition() in wxPropertyGridPage... |
tree | commitdiff |
2008-11-10 |
Vadim Zeitlin | use base class copy ctor in wxPGCell and wxPGChoiceEntr... |
tree | commitdiff |
2008-11-06 |
Jaakko Salli | Removed property editor validation failure assertions... |
tree | commitdiff |
2008-11-03 |
Jaakko Salli | Moved Get/SetPropertyText/BackgroundColour() member... |
tree | commitdiff |
2008-11-02 |
Francesco Montorsi | declare all NameStr[] strings as const char using the... |
tree | commitdiff |
2008-10-31 |
Jaakko Salli | Reworked wxPGCell. It is now reference counted, and... |
tree | commitdiff |
2008-10-27 |
Jaakko Salli | Added similar assignment operator as well |
tree | commitdiff |
2008-10-27 |
Jaakko Salli | Added wxPropertyGridConstIterator(const wxPropertyGridI... |
tree | commitdiff |
2008-10-27 |
Jaakko Salli | Removed dummy wxFont == operator implementation (IIRC... |
tree | commitdiff |
2008-10-22 |
Jaakko Salli | Merged wxBaseEnumPropertyClass (intermediate property... |
tree | commitdiff |
2008-10-21 |
Jaakko Salli | Removed deprecated functions wxPGChoices::HasValue... |
tree | commitdiff |
2008-10-20 |
Jaakko Salli | User should no longer be able to modify disabled or... |
tree | commitdiff |
2008-10-19 |
Jaakko Salli | Changed argument of wxPropertyGrid::OnCustomEditorEvent... |
tree | commitdiff |
2008-10-19 |
Jaakko Salli | In wxPropertyGridManager, alphabetic mode is now sorted... |
tree | commitdiff |
2008-10-18 |
Jaakko Salli | Simplistic tab support is now default (tab focuses... |
tree | commitdiff |
2008-10-17 |
Jaakko Salli | wxPGProperty::GenerateComposedValue() -> protected... |
tree | commitdiff |
2008-10-16 |
Jaakko Salli | Fixed broken wxMultiChoiceProperty::ValueToString() |
tree | commitdiff |
2008-10-16 |
Jaakko Salli | Added virtual wxPGProperty::ValueToString(). In derived... |
tree | commitdiff |
2008-10-15 |
Jaakko Salli | Removed unneeded wxPG_INHERITED_PROPFLAGS |
tree | commitdiff |
2008-10-15 |
Jaakko Salli | Remove old workarounds to get cut, copy, and paste... |
tree | commitdiff |
2008-10-14 |
Jaakko Salli | wxPGProperty::AddChild() can now be used to add normal... |
tree | commitdiff |
2008-10-14 |
Robert Roebling | Correct positioning of wxTextCtrl in wxPropertyGrid... |
tree | commitdiff |
2008-10-13 |
Robert Roebling | Use native closure buttons under GTK+ |
tree | commitdiff |
2008-10-13 |
Robert Roebling | Correct spelling, now use Indices |
tree | commitdiff |
2008-10-12 |
Robert Roebling | Correct spelling and signature of FixIndexesOfChildren |
tree | commitdiff |
2008-10-12 |
Jaakko Salli | Eliminate (or at least reduce) 64-bit build warnings... |
tree | commitdiff |
2008-10-12 |
Jaakko Salli | Re-added GetSelectProperty() to wxPropertyGridManager |
tree | commitdiff |
2008-10-10 |
Jaakko Salli | GetPendingEditedValue() -> GetUncommittedPropertyValue... |
tree | commitdiff |
2008-10-08 |
Jaakko Salli | Removed '#ifndef DOXYGEN' sections |
tree | commitdiff |
2008-10-08 |
Jaakko Salli | Removed dysfunctional wxPGPropery::PrepareValueForDialo... |
tree | commitdiff |
2008-10-08 |
Jaakko Salli | Removed wxPropertyGridInterface::SetPropertyAttributes() |
tree | commitdiff |
2008-10-07 |
Jaakko Salli | Removed SetPropertiesFlag() (high-level function using... |
tree | commitdiff |
2008-10-07 |
Jaakko Salli | Eliminated last property generation macros from props... |
tree | commitdiff |
2008-10-07 |
Jaakko Salli | Removed wxLongStringProperty derived property creator... |
tree | commitdiff |
2008-10-06 |
Jaakko Salli | Minimize use of editor class macros |
tree | commitdiff |
2008-10-06 |
Jaakko Salli | When registering editor, try wxRTTI class name in addit... |
tree | commitdiff |
2008-10-06 |
Jaakko Salli | Remove use of wxPG_EDITOR macro |
tree | commitdiff |
2008-10-06 |
Jaakko Salli | Removed GetExpandedProperties() (used to act as poor... |
tree | commitdiff |
2008-10-06 |
Jaakko Salli | Removed wxPropertyGridInterface::ClearPropertyValue... |
tree | commitdiff |
2008-10-05 |
Jaakko Salli | Fix RCS-IDs |
tree | commitdiff |
2008-10-04 |
Jaakko Salli | Added Description Box Height to saveable/restoreable... |
tree | commitdiff |
2008-10-04 |
Robert Roebling | Removed wxNavigationKey code, new keyboard navigation |
tree | commitdiff |
2008-10-03 |
Jaakko Salli | Explicitly call wxObject ctor in wxColourPropertyValue... |
tree | commitdiff |
2008-10-03 |
Jaakko Salli | Tweaked wxPGProperty::StringToValue() and IntToValue... |
tree | commitdiff |
2008-10-03 |
Jaakko Salli | Remove wxPGClipperWindow, use wxBORDER_NONE instead... |
tree | commitdiff |
2008-10-02 |
Jaakko Salli | SetButtonShortcut() merged with action system |
tree | commitdiff |
2008-10-02 |
Jaakko Salli | Updated docs, removed SetPropertyModifiedStatus() ... |
tree | commitdiff |
2008-10-02 |
Jaakko Salli | Moved ClearModifiedStatus() to wxPropertyGridInterface |
tree | commitdiff |
2008-10-01 |
Jaakko Salli | Use wxPendingDelete |
tree | commitdiff |
2008-10-01 |
Jaakko Salli | Unfocus text editor when enter is pressed |
tree | commitdiff |
2008-10-01 |
Jaakko Salli | Use m_children as it were std::vector |
tree | commitdiff |
2008-09-30 |
Jaakko Salli | Converted various wxArrayPtrVoids to wxVectors |
tree | commitdiff |
2008-09-30 |
Jaakko Salli | Fixed Connect() use sample case in CreateControls(... |
tree | commitdiff |
2008-09-30 |
Jaakko Salli | Try to make SetupChildEventHandling() more foolproof |
tree | commitdiff |
2008-09-30 |
Jaakko Salli | Added missing dllimpexp declaration, added missing... |
tree | commitdiff |
2008-09-30 |
Robert Roebling | Move body of SetFocusOnCanvas to .cpp file |
tree | commitdiff |
2008-09-29 |
Jaakko Salli | SetPropertyValue(prop, wxChar*) -> (prop, char*) and... |
tree | commitdiff |
2008-09-29 |
Jaakko Salli | Moved wxPropertyGrid::SetPropertyName() to wxPropertyGr... |
tree | commitdiff |
2008-09-29 |
Jaakko Salli | Removed wxPG_EX_LEGACY_VALIDATORS |
tree | commitdiff |
2008-09-29 |
Jaakko Salli | Added missing wxPGValidationInfo::SetFailureMessage... |
tree | commitdiff |
2008-09-29 |
Jaakko Salli | Removed wxPropertyGridEvent::HasProperty() (use GetProp... |
tree | commitdiff |
2008-09-29 |
Jaakko Salli | Make wxPGValidationInfo class instead of struct, re... |
tree | commitdiff |
2008-09-29 |
Jaakko Salli | Doc and comment cleanup, fixes, tweaks |
tree | commitdiff |
2008-09-27 |
Jaakko Salli | Use wxUSE_LONGLONG_NATIVE more |
tree | commitdiff |
2008-09-27 |
Jaakko Salli | wxPropertyGridInterface docs cleanup and fixes, removed... |
tree | commitdiff |
2008-09-27 |
Jaakko Salli | Fixed wxPGMultiButton (event handling, FinalizePosition... |
tree | commitdiff |
2008-09-26 |
Jaakko Salli | Fixed and clarified editor control event handling |
tree | commitdiff |
2008-09-25 |
Jaakko Salli | Removed wxPropertyGridManager::GetChildrentCount()... |
tree | commitdiff |
2008-09-25 |
Jaakko Salli | AddPage(), InsertPage() now return page ptr instead... |
tree | commitdiff |
2008-09-25 |
Jaakko Salli | Reduce ambiguity of selection functions in wxPropertyGr... |
tree | commitdiff |
2008-09-25 |
Jaakko Salli | Removed wxPGProperty:GetArrIndex() in favor of GetIndex... |
tree | commitdiff |
2008-09-25 |
Jaakko Salli | Removed redundant wxPGChoices::Set() |
tree | commitdiff |
2008-09-25 |
Jaakko Salli | Removed redundant wxPGProperty::SetChoices() |
tree | commitdiff |
2008-09-23 |
Jaakko Salli | Document revisioning (including more wx-like formatting... |
tree | commitdiff |
2008-09-23 |
Jaakko Salli | Remove obsolete references to 'target page' concept |
tree | commitdiff |
2008-09-23 |
Jaakko Salli | Remove doc references to 'common value' (which is unfin... |
tree | commitdiff |
2008-09-21 |
Jaakko Salli | Fixed non-precompiled headers compilation |
tree | commitdiff |
2008-09-21 |
Jaakko Salli | 'wx(U)LongLong << variant' type safety improved (now... |
tree | commitdiff |
2008-09-21 |
Jaakko Salli | Remove redundant GetValueRef() from wxVariantData impl... |
tree | commitdiff |
2008-09-21 |
Jaakko Salli | Moved SetPropertyAttributeAll() to wxPropertyGridInterface |
tree | commitdiff |
2008-09-19 |
Jaakko Salli | Removed macros to create enum and flag props with custo... |
tree | commitdiff |
2008-09-19 |
Jaakko Salli | Eliminated WX_PG_DECLARE/IMPLEMENT_DERIVED_PROPERTY_CLASS |
tree | commitdiff |
2008-09-19 |
Jaakko Salli | Eliminated WX_PG_DECLARE_X_METHODS macros |
tree | commitdiff |
2008-09-19 |
Jaakko Salli | Moved wxPGChoices m_choices member from various propert... |
tree | commitdiff |
2008-09-17 |
Jaakko Salli | Removed wxPGProperty class overview docs from actual... |
tree | commitdiff |
2008-09-17 |
Jaakko Salli | Fixed typos |
tree | commitdiff |
2008-09-17 |
Jaakko Salli | Removed unused commented-out define |
tree | commitdiff |
2008-09-17 |
Jaakko Salli | Removed #ifndef DOXYGEN |
tree | commitdiff |
2008-09-17 |
Jaakko Salli | Added separate SetFocusOnCanvas() function so that... |
tree | commitdiff |
next |