projects
/
wxWidgets.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Add a simple test for keyboard events generation.
[wxWidgets.git]
/
src
/
propgrid
/
2010-08-26
Jaakko Salli
Changed wxArrayStringProperty default delimiter to...
tree
|
commitdiff
2010-08-08
Jaakko Salli
Moved wxPGProperty::SetFlag() to protected API since...
tree
|
commitdiff
2010-08-08
Jaakko Salli
Added wxPGProperty::Enable() for conveniency. Refactore...
tree
|
commitdiff
2010-07-25
Jaakko Salli
Refactored validation of numeric properties (wxIntPrope...
tree
|
commitdiff
2010-07-13
Jaakko Salli
wxArrayStringProperty::m_delimiter default value was...
tree
|
commitdiff
2010-07-13
Vadim Zeitlin
Globally use "wxWindows licence" consistently.
tree
|
commitdiff
2010-07-11
Jaakko Salli
Fix non-PCH builds (closes #12217)
tree
|
commitdiff
2010-07-11
Jaakko Salli
Added 'Delimiter' attribute for wxArrayStringProperty...
tree
|
commitdiff
2010-07-11
Jaakko Salli
Have the new incarnation of wxPGArrayEditorDialog suppo...
tree
|
commitdiff
2010-07-10
Jaakko Salli
Do not run focus detection when handling events from...
tree
|
commitdiff
2010-07-10
Jaakko Salli
wxArrayEditorDialog now uses wxEditableListBox. It...
tree
|
commitdiff
2010-07-09
Jaakko Salli
Include scopeguard.h for wxON_BLOCK_EXIT_SET()
tree
|
commitdiff
2010-07-04
Jaakko Salli
Make m_inDoPropertyChanged and m_inCommitChangesFromEdi...
tree
|
commitdiff
2010-07-04
Jaakko Salli
m_inDoSelectProperty: make it bool and use wxON_BLOCK_E...
tree
|
commitdiff
2010-07-04
Jaakko Salli
Redundant wxPropertyGrid validation failure message...
tree
|
commitdiff
2010-07-04
Jaakko Salli
Translate text 'Property Error'
tree
|
commitdiff
2010-07-04
Jaakko Salli
Added new wxPropertyGrid property validation failure...
tree
|
commitdiff
2010-07-03
Jaakko Salli
Eliminated lingering validation failure message on...
tree
|
commitdiff
2010-07-03
Jaakko Salli
wxPropertyGrid validation failure was not (always)...
tree
|
commitdiff
2010-07-02
Jaakko Salli
Fixed and improved wxIntProperty's min/max validation...
tree
|
commitdiff
2010-06-20
Vadim Zeitlin
Use wxDELETE() and wxDELETEA() when possible.
tree
|
commitdiff
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
next