2010-05-27 |
Jaakko Salli | In wxComboPopupExtraEventHandler::OnMouseEvent(): Also...
|
commit | commitdiff | tree |
2010-05-27 |
Jaakko Salli | Fixed wxComboCtrl::SetButtonPosition() on Vista/Win7...
|
commit | commitdiff | tree |
2010-05-26 |
Jaakko Salli | ComboControl -> ComboCtrl
|
commit | commitdiff | tree |
2010-05-25 |
Jaakko Salli | Draw wxPropertyGrid drop down items with consistent...
|
commit | commitdiff | tree |
2010-05-24 |
Jaakko Salli | Always call OnSetValue() for a property when values...
|
commit | commitdiff | tree |
2010-05-13 |
Jaakko Salli | Make text drawn by wxGraphicsContext slightly less...
|
commit | commitdiff | tree |
2010-05-13 |
Jaakko Salli | Added wxGraphicsContext::Create(const wxEnhMetaFileDC...
|
commit | commitdiff | tree |
2010-05-10 |
Jaakko Salli | Make text printed by wxGraphicsContext shorter
|
commit | commitdiff | tree |
2010-05-10 |
Jaakko Salli | Use wxGraphicsContext to draw some text and a rectangle...
|
commit | commitdiff | tree |
2010-05-10 |
Jaakko Salli | In wxGDIPlusContext::GetTextExtent(), return more accurate...
|
commit | commitdiff | tree |
2010-05-10 |
Jaakko Salli | Set wxGraphicsContext page scale, which is required...
|
commit | commitdiff | tree |
2010-05-09 |
Jaakko Salli | Supress SetFocus() warning in wxVListBoxComboPopup
|
commit | commitdiff | tree |
2010-05-06 |
Jaakko Salli | Change wxPGProperty::SetChoices() to accept 'const...
|
commit | commitdiff | tree |
2010-05-06 |
Jaakko Salli | Modify float/double wxAny testing to use CPPUNIT_ASSERT_EQUA...
|
commit | commitdiff | tree |
2010-04-30 |
Jaakko Salli | Use scoped ptrs to managed wxAnyValueType instances...
|
commit | commitdiff | tree |
2010-04-27 |
Jaakko Salli | Safeguard against redundant registration of the same...
|
commit | commitdiff | tree |
2010-04-24 |
Jaakko Salli | Allow wxPGProperty::Hide() to be called on unattached...
|
commit | commitdiff | tree |
2010-04-24 |
Jaakko Salli | In wxPropertyGrid::DoPropertyChanged(), call GetEditorContro...
|
commit | commitdiff | tree |
2010-04-22 |
Jaakko Salli | Added parenthesis around macro arguments
|
commit | commitdiff | tree |
2010-04-22 |
Jaakko Salli | Allow wxAny to contain 'const char*' or 'const wchar_t...
|
commit | commitdiff | tree |
2010-04-20 |
Jaakko Salli | Fix VC6 compilation by changing the order of assignment...
|
commit | commitdiff | tree |
2010-04-19 |
Jaakko Salli | or -> || (how did that compile on GCC anyway?)
|
commit | commitdiff | tree |
2010-04-19 |
Jaakko Salli | When deciding whether to convert wxAny to 'long' or...
|
commit | commitdiff | tree |
2010-04-19 |
Jaakko Salli | Improve wxAny<->wxVariant conversion 64-bit integer...
|
commit | commitdiff | tree |
2010-04-18 |
Jaakko Salli | Use const_cast<> to get 'wxAnyValueType*' from 'const...
|
commit | commitdiff | tree |
2010-04-18 |
Jaakko Salli | Fix STL build
|
commit | commitdiff | tree |
2010-04-18 |
Jaakko Salli | Fix wxAny for VC6 by removing 'wxAny& operator=(const...
|
commit | commitdiff | tree |
2010-04-18 |
Jaakko Salli | Correctly use wxANY_AS() instead of wxAny::As<>(),...
|
commit | commitdiff | tree |
2010-04-17 |
Jaakko Salli | Removed two instances of 'template<>' - looks like...
|
commit | commitdiff | tree |
2010-04-17 |
Jaakko Salli | Suppressed some harmless VC6 warnings
|
commit | commitdiff | tree |
2010-04-17 |
Jaakko Salli | Fixed VC6 compilation - wxAny(const wxVariant&) ctor...
|
commit | commitdiff | tree |
2010-04-16 |
Jaakko Salli | Try a blind fix for VC6 compilation issues (wxAny ctor...
|
commit | commitdiff | tree |
2010-04-16 |
Jaakko Salli | Adapted wxPropertyGrid documentation, samples, tests...
|
commit | commitdiff | tree |
2010-04-16 |
Jaakko Salli | wxVariant <-> wxAny conversion functionality. Includes...
|
commit | commitdiff | tree |
2010-04-11 |
Jaakko Salli | Fixed typo in documentation string
|
commit | commitdiff | tree |
2010-04-04 |
Jaakko Salli | Resolve GCC's 'type-punned pointer will break strict...
|
commit | commitdiff | tree |
2010-03-29 |
Jaakko Salli | For better support of wxValidators, invoke wxValidator...
|
commit | commitdiff | tree |
2010-03-25 |
Jaakko Salli | Fix focus at the end of a property label edit (needed...
|
commit | commitdiff | tree |
2010-03-25 |
Jaakko Salli | In wxPropertyGrid::HandleCustomEditorEvent(), ignore...
|
commit | commitdiff | tree |
2010-03-22 |
Jaakko Salli | Fixed RefreshRect() call in wxPropertyGrid::DrawItems...
|
commit | commitdiff | tree |
2010-03-20 |
Jaakko Salli | Make wxPGVFBFlags an unsigned char define instead of...
|
commit | commitdiff | tree |
2010-03-18 |
Jaakko Salli | Clarify documentation for wxPropertyGridEvent::GetProperty()
|
commit | commitdiff | tree |
2010-03-17 |
Jaakko Salli | Use explicit wxPGPropertyFlags enum type with wxPGProperty...
|
commit | commitdiff | tree |
2010-03-14 |
Jaakko Salli | Fixed label editor position for child properties
|
commit | commitdiff | tree |
2010-03-12 |
Jaakko Salli | Fixed property editor re-positioning when additional...
|
commit | commitdiff | tree |
2010-03-04 |
Jaakko Salli | Moved property unattachment code from wxPropertyGridInterfac...
|
commit | commitdiff | tree |
2010-03-01 |
Jaakko Salli | Have to implement wxPGProperty::DeleteChildren() differently...
|
commit | commitdiff | tree |
2010-03-01 |
Jaakko Salli | Have to check for wxPG_SPLITTER_AUTO_CENTER style before...
|
commit | commitdiff | tree |
2010-02-28 |
Jaakko Salli | Sometimes change in varscrollable window's size can...
|
commit | commitdiff | tree |
2010-02-26 |
Jaakko Salli | Must clear property selection in wxPGProperty::SetChoices...
|
commit | commitdiff | tree |
2010-02-25 |
Jaakko Salli | Added work around in wxPropertyGrid for a wxTextCtrl...
|
commit | commitdiff | tree |
2010-02-25 |
Jaakko Salli | Fixed property Hide command
|
commit | commitdiff | tree |
2010-02-23 |
Jaakko Salli | Set up default property grid unspecified value colour
|
commit | commitdiff | tree |
2010-02-23 |
Jaakko Salli | When drawing wxPropertyGrid check box editor, be consistent...
|
commit | commitdiff | tree |
2010-02-22 |
Jaakko Salli | Rename property pending for deletion so it won't be...
|
commit | commitdiff | tree |
2010-02-22 |
Jaakko Salli | Property removal and deletion done from wxPropertyGrid...
|
commit | commitdiff | tree |
2010-02-16 |
Jaakko Salli | Fixed auto-resizing behavior when double-clicking a...
|
commit | commitdiff | tree |
2010-02-16 |
Jaakko Salli | Added wxPropertyGridInterface::GetColumnProportion()
|
commit | commitdiff | tree |
2010-02-16 |
Jaakko Salli | Added missing words in event documentation
|
commit | commitdiff | tree |
2010-02-16 |
Jaakko Salli | Document wxEVT_PG_CHANGED
|
commit | commitdiff | tree |
2010-02-14 |
Jaakko Salli | Added note about removed member function wxPropertyGrid...
|
commit | commitdiff | tree |
2010-02-14 |
Jaakko Salli | Added wxPropertyGridInterface::SetColumnProportion...
|
commit | commitdiff | tree |
2010-02-10 |
Jaakko Salli | Removed most of the propgrid '#ifndef SWIG' pre-compiler...
|
commit | commitdiff | tree |
2010-02-02 |
Jaakko Salli | Do not clear property selection when adding new properties...
|
commit | commitdiff | tree |
2010-01-31 |
Jaakko Salli | Added nominal wxPG_PROP_READONLY support for editor...
|
commit | commitdiff | tree |
2010-01-31 |
Jaakko Salli | Added command to set wxPG_PROP_READONLY in the propgrid...
|
commit | commitdiff | tree |
2010-01-31 |
Jaakko Salli | Fixed value column rendering for properties which do...
|
commit | commitdiff | tree |
2010-01-26 |
Jaakko Salli | wxPGProperty::GetHintText() function body was missing...
|
commit | commitdiff | tree |
2010-01-26 |
Jaakko Salli | Fixed wxPGGlobalVars export declaration
|
commit | commitdiff | tree |
2010-01-15 |
Jaakko Salli | When checking whether the parent has wxTAB_TRAVERSAL...
|
commit | commitdiff | tree |
2010-01-13 |
Jaakko Salli | Fixed bug: wxPGEditor::SetControlAppearance() was calling...
|
commit | commitdiff | tree |
2010-01-07 |
Jaakko Salli | Improved documentation for wxPGProperty::DoSetAttribute()
|
commit | commitdiff | tree |
2010-01-07 |
Jaakko Salli | Fixed deprecation message (brings include file in line...
|
commit | commitdiff | tree |
2010-01-07 |
Jaakko Salli | Do not use deprecated property attribute wxPG_ATTR_INLINE_HE...
|
commit | commitdiff | tree |
2010-01-07 |
Jaakko Salli | Fixed a deprecation message
|
commit | commitdiff | tree |
2010-01-05 |
Jaakko Salli | Call virtual ctrl->GetDefaultAttributes() instead of...
|
commit | commitdiff | tree |
2010-01-04 |
Jaakko Salli | Allow wxPropertyGridInterface::EnableProperty() to...
|
commit | commitdiff | tree |
2010-01-03 |
Jaakko Salli | Added missing ResetEditorAppearance() call
|
commit | commitdiff | tree |
2010-01-03 |
Jaakko Salli | In wxPGEditor::SetControlAppearance() use GetClassDefaultAtt...
|
commit | commitdiff | tree |
2009-12-30 |
Jaakko Salli | wxOwnerDrawComboCtrl -> wxComboCtrl
|
commit | commitdiff | tree |
2009-12-30 |
Jaakko Salli | Updated entries regarding wxPropertyGridManager
|
commit | commitdiff | tree |
2009-12-29 |
Jaakko Salli | Changed wxPropertyCategory to use same cell rendering...
|
commit | commitdiff | tree |
2009-12-26 |
Jaakko Salli | Reduced unnecessary wxT usage
|
commit | commitdiff | tree |
2009-12-26 |
Jaakko Salli | Replaced 'InlineHelp' property attribute with 'Hint...
|
commit | commitdiff | tree |
2009-12-26 |
Jaakko Salli | Added wxComboCtrl::SetHint(), GetHint()
|
commit | commitdiff | tree |
2009-12-25 |
Jaakko Salli | Refactored a very confusing condition in wxPGComboBox...
|
commit | commitdiff | tree |
2009-12-25 |
Jaakko Salli | Added wxComboCtrlBase::SetFore/BackgroundColour()
|
commit | commitdiff | tree |
2009-12-25 |
Jaakko Salli | Added documentation for wxPGEditor::SetControlAppearance()
|
commit | commitdiff | tree |
2009-12-22 |
Jaakko Salli | Added wxPropertyGrid::SetUnspecifiedValueAppearance...
|
commit | commitdiff | tree |
2009-12-21 |
Jaakko Salli | Added wxMSW wxChoice::GetClassDefaultAttributes(),...
|
commit | commitdiff | tree |
2009-12-20 |
Jaakko Salli | Added wxPropertyGrid::GetUnspecifiedValueText(). Use...
|
commit | commitdiff | tree |
2009-12-20 |
Jaakko Salli | Added some missing SetupTextCtrlValue() calls
|
commit | commitdiff | tree |
2009-12-19 |
Jaakko Salli | Suppress 'unused argument' warnings
|
commit | commitdiff | tree |
2009-12-19 |
Jaakko Salli | Added wxWindowMSW::MSWGetThemeColour(); initially use...
|
commit | commitdiff | tree |
2009-12-19 |
Jaakko Salli | Properly notify active editor control when it receives...
|
commit | commitdiff | tree |
2009-12-19 |
Jaakko Salli | In wxPropertyGrid::HandleCustomEditorEvent(), also...
|
commit | commitdiff | tree |
2009-12-18 |
Jaakko Salli | Have wxComboCtrl honour any custom foreground and background...
|
commit | commitdiff | tree |
2009-12-17 |
Jaakko Salli | Allow wxPropertyGrid::RecalculateVirtualSize() execute...
|
commit | commitdiff | tree |
2009-12-16 |
Jaakko Salli | Fixed display of 'InlineHelp' attribute
|
commit | commitdiff | tree |
2009-12-16 |
Jaakko Salli | Slightly improved check whether or not to execute wxProperty...
|
commit | commitdiff | tree |
next |