2010-06-12 |
Jaakko Salli | For wxTextCtrl editor, set the bold font before margins... |
tree | commitdiff |
2010-06-12 |
Jaakko Salli | Keyboard handling was blocked by label editor. Also... |
tree | commitdiff |
2010-06-12 |
Jaakko Salli | Added wxPropertyGrid::DedicateKey(), which prevents... |
tree | commitdiff |
2010-05-29 |
Jaakko Salli | Fixed assert when editing wxFontProperty with unspecifi... |
tree | commitdiff |
2010-05-25 |
Jaakko Salli | Draw wxPropertyGrid drop down items with consistent... |
tree | commitdiff |
2010-05-24 |
Jaakko Salli | Always call OnSetValue() for a property when values... |
tree | commitdiff |
2010-05-06 |
Jaakko Salli | Change wxPGProperty::SetChoices() to accept 'const... |
tree | commitdiff |
2010-04-24 |
Jaakko Salli | Allow wxPGProperty::Hide() to be called on unattached... |
tree | commitdiff |
2010-04-24 |
Jaakko Salli | In wxPropertyGrid::DoPropertyChanged(), call GetEditorC... |
tree | commitdiff |
2010-04-16 |
Václav Slavík | Remove wxUSE_WCHAR_T checks. |
tree | commitdiff |
2010-03-29 |
Jaakko Salli | For better support of wxValidators, invoke wxValidator... |
tree | commitdiff |
2010-03-25 |
Jaakko Salli | Fix focus at the end of a property label edit (needed... |
tree | commitdiff |
2010-03-25 |
Jaakko Salli | In wxPropertyGrid::HandleCustomEditorEvent(), ignore... |
tree | commitdiff |
2010-03-22 |
Jaakko Salli | Fixed RefreshRect() call in wxPropertyGrid::DrawItems... |
tree | commitdiff |
2010-03-20 |
Vadim Zeitlin | Remove duplicate variable definition. |
tree | commitdiff |
2010-03-17 |
Jaakko Salli | Use explicit wxPGPropertyFlags enum type with wxPGPrope... |
tree | commitdiff |
2010-03-14 |
Jaakko Salli | Fixed label editor position for child properties |
tree | commitdiff |
2010-03-12 |
Jaakko Salli | Fixed property editor re-positioning when additional... |
tree | commitdiff |
2010-03-04 |
Jaakko Salli | Moved property unattachment code from wxPropertyGridInt... |
tree | commitdiff |
2010-03-01 |
Jaakko Salli | Have to implement wxPGProperty::DeleteChildren() differ... |
tree | commitdiff |
2010-02-26 |
Jaakko Salli | Must clear property selection in wxPGProperty::SetChoic... |
tree | commitdiff |
2010-02-25 |
Jaakko Salli | Added work around in wxPropertyGrid for a wxTextCtrl... |
tree | commitdiff |
2010-02-23 |
Jaakko Salli | Set up default property grid unspecified value colour |
tree | commitdiff |
2010-02-23 |
Jaakko Salli | When drawing wxPropertyGrid check box editor, be consis... |
tree | commitdiff |
2010-02-22 |
Jaakko Salli | Rename property pending for deletion so it won't be... |
tree | commitdiff |
2010-02-22 |
Jaakko Salli | Property removal and deletion done from wxPropertyGrid... |
tree | commitdiff |
2010-02-16 |
Jaakko Salli | Fixed auto-resizing behavior when double-clicking a... |
tree | commitdiff |
2010-02-14 |
Jaakko Salli | Added wxPropertyGridInterface::SetColumnProportion... |
tree | commitdiff |
2010-02-02 |
Jaakko Salli | Do not clear property selection when adding new propert... |
tree | commitdiff |
2010-01-31 |
Jaakko Salli | Added nominal wxPG_PROP_READONLY support for editor... |
tree | commitdiff |
2010-01-31 |
Jaakko Salli | Fixed value column rendering for properties which do... |
tree | commitdiff |
2010-01-13 |
Jaakko Salli | Fixed bug: wxPGEditor::SetControlAppearance() was calli... |
tree | commitdiff |
2010-01-05 |
Jaakko Salli | Call virtual ctrl->GetDefaultAttributes() instead of... |
tree | commitdiff |
2010-01-04 |
Jaakko Salli | Allow wxPropertyGridInterface::EnableProperty() to... |
tree | commitdiff |
2010-01-03 |
Jaakko Salli | Added missing ResetEditorAppearance() call |
tree | commitdiff |
2010-01-03 |
Jaakko Salli | In wxPGEditor::SetControlAppearance() use GetClassDefau... |
tree | commitdiff |
2009-12-29 |
Jaakko Salli | Changed wxPropertyCategory to use same cell rendering... |
tree | commitdiff |
2009-12-26 |
Jaakko Salli | Replaced 'InlineHelp' property attribute with 'Hint... |
tree | commitdiff |
2009-12-25 |
Jaakko Salli | Refactored a very confusing condition in wxPGComboBox... |
tree | commitdiff |
2009-12-22 |
Jaakko Salli | Added wxPropertyGrid::SetUnspecifiedValueAppearance... |
tree | commitdiff |
2009-12-20 |
Jaakko Salli | Added wxPropertyGrid::GetUnspecifiedValueText(). Use... |
tree | commitdiff |
2009-12-20 |
Jaakko Salli | Added some missing SetupTextCtrlValue() calls |
tree | commitdiff |
2009-12-19 |
Jaakko Salli | Properly notify active editor control when it receives... |
tree | commitdiff |
2009-12-19 |
Jaakko Salli | In wxPropertyGrid::HandleCustomEditorEvent(), also... |
tree | commitdiff |
2009-12-17 |
Jaakko Salli | Allow wxPropertyGrid::RecalculateVirtualSize() execute... |
tree | commitdiff |
2009-12-16 |
Jaakko Salli | Fixed display of 'InlineHelp' attribute |
tree | commitdiff |
2009-12-16 |
Jaakko Salli | Slightly improved check whether or not to execute wxPro... |
tree | commitdiff |
2009-12-14 |
Jaakko Salli | Make wxPG_EX_MULTIPLE_SELECTION behave more like a... |
tree | commitdiff |
2009-12-14 |
Jaakko Salli | Determine better whether the property editor needs... |
tree | commitdiff |
2009-12-14 |
Jaakko Salli | Set correct m_state in wxPGCheckBoxEditor::SetValueToUn... |
tree | commitdiff |
2009-12-14 |
Jaakko Salli | Fixed unspecified property value rendering for various... |
tree | commitdiff |
2009-12-13 |
Jaakko Salli | Added wxPropertyGridManager header support; Refactored... |
tree | commitdiff |
2009-12-12 |
Jaakko Salli | On Windows, force read-only property editor wxTextCtrl... |
tree | commitdiff |
2009-12-12 |
Jaakko Salli | Generate wxPropertyGrid splitter (column divider) event... |
tree | commitdiff |
2009-12-11 |
Jaakko Salli | Fixed incorrect use of RemoveAt() in wxPropertyGridPage... |
tree | commitdiff |
2009-12-03 |
Jaakko Salli | Exit wxPropertyGrid::RecalculateVirtualSize() immediate... |
tree | commitdiff |
2009-12-03 |
Jaakko Salli | Handle the rare case where wxPropertyGrid::HandleCustom... |
tree | commitdiff |
2009-12-02 |
Paul Cornett | make array data fully const |
tree | commitdiff |
2009-11-29 |
Jaakko Salli | Fixed regression: forgot to set wxPropertyGridPageState... |
tree | commitdiff |
2009-11-11 |
Jaakko Salli | Fix wxPropertyGrid rendering problems when used with... |
tree | commitdiff |
2009-11-05 |
Vadim Zeitlin | Compilation fix after r62562. |
tree | commitdiff |
2009-11-05 |
Vadim Zeitlin | Change wxLongLongFmtSpec to be a non-wide string. |
tree | commitdiff |
2009-10-28 |
Jaakko Salli | Fixed backslash escaping in wxArrayStringProperty:... |
tree | commitdiff |
2009-10-21 |
Jaakko Salli | Move in-cell property expander buttons slightly to... |
tree | commitdiff |
2009-10-15 |
Jaakko Salli | Changed 'bool recursively' to 'int flags' argument... |
tree | commitdiff |
2009-10-15 |
Jaakko Salli | Fixed regression: wxPropertyGrid caption selection... |
tree | commitdiff |
2009-10-15 |
Jaakko Salli | Added wxPGCell::SetFont() and GetFont(); Documented... |
tree | commitdiff |
2009-10-14 |
Jaakko Salli | Fixed bug: wxPropertyGrid::Thaw() should no longer... |
tree | commitdiff |
2009-10-14 |
Vadim Zeitlin | Fix harmless unused variable warning in wxPropertyGrid... |
tree | commitdiff |
2009-10-11 |
Jaakko Salli | Have page-specific splitter setup flags in order to... |
tree | commitdiff |
2009-10-11 |
Jaakko Salli | Code cleanup and clarification |
tree | commitdiff |
2009-10-11 |
Jaakko Salli | Fixed post-expand/collapse rendering |
tree | commitdiff |
2009-10-11 |
Jaakko Salli | Fixed wxPropertyGrid empty space rendering |
tree | commitdiff |
2009-10-10 |
Jaakko Salli | Removed intermediate wxPanel from wxPropertyGrid. |
tree | commitdiff |
2009-10-09 |
Julian Smart | Revert a workaround for Windows native border side... |
tree | commitdiff |
2009-10-08 |
Jaakko Salli | Fixed regression: in wxPropertyGrid::PerformValidation... |
tree | commitdiff |
2009-10-01 |
Jaakko Salli | Fixed bug: wxEditEnumProperty's initial string value... |
tree | commitdiff |
2009-09-28 |
Paul Cornett | linking fix for wxUSE_VALIDATORS==0 |
tree | commitdiff |
2009-09-28 |
Jaakko Salli | Do not use wxS in array of const wxChar* |
tree | commitdiff |
2009-09-28 |
Jaakko Salli | wxUSE_THREAD -> wxUSE_THREADS |
tree | commitdiff |
2009-09-27 |
Jaakko Salli | Do not process editor control events when propgrid... |
tree | commitdiff |
2009-09-27 |
Jaakko Salli | Store property name and value in wxPropertyGridEvent... |
tree | commitdiff |
2009-09-27 |
Jaakko Salli | wxFontProperty: Added support for wxFONTFAMILY_TELETYPE... |
tree | commitdiff |
2009-09-23 |
Paul Cornett | build fixes for wxUSE_VALIDATORS==0 |
tree | commitdiff |
2009-09-22 |
Jouk Jansen | Include compile support for propgrid & ribbon on OpenVMS |
tree | commitdiff |
2009-09-14 |
Jaakko Salli | Fixed use of map::erase() in ClearActionTriggers()... |
tree | commitdiff |
2009-09-13 |
Jaakko Salli | Minor code cleanup |
tree | commitdiff |
2009-09-11 |
Julian Smart | wxPropertyGrid: added wxPG_NO_INTERNAL_BORDER, wxPG_EX_... |
tree | commitdiff |
2009-09-10 |
Jaakko Salli | Notify if the grid is being destroyed in an event gener... |
tree | commitdiff |
2009-09-09 |
Jaakko Salli | Adapted wxPGComboBox margins setup to changes in wxComb... |
tree | commitdiff |
2009-09-08 |
Jaakko Salli | Fixed a warning generated by GCC 4.4.0 |
tree | commitdiff |
2009-09-08 |
Jaakko Salli | Use real id for wxPGCanvas |
tree | commitdiff |
2009-09-06 |
Jaakko Salli | Do not allow multiple selection when dragging in the... |
tree | commitdiff |
2009-09-06 |
Jaakko Salli | Fixed property iterator crash when iterating through... |
tree | commitdiff |
2009-09-06 |
Jaakko Salli | Added check to allow multiple selection by dragging... |
tree | commitdiff |
2009-09-05 |
Jaakko Salli | wxTextEntry::SetMargins(), GetMargins() - implemented... |
tree | commitdiff |
2009-09-01 |
Jaakko Salli | Normalize property label editor margins on wxMSW |
tree | commitdiff |
2009-09-01 |
Jaakko Salli | Only respect property's wxPG_PROP_READONLY flag for... |
tree | commitdiff |
2009-09-01 |
Jaakko Salli | Added 'bool editable' argument to wxPropertyGrid::MakeC... |
tree | commitdiff |
2009-09-01 |
Jaakko Salli | Removed some old code that generated warnings on some... |
tree | commitdiff |
next |