2010-07-25 |
Jaakko Salli | Refactored validation of numeric properties (wxIntProperty...
|
commit | commitdiff | tree |
2010-07-25 |
Jaakko Salli | Added wxVariant::Convert() implementations for wx(U...
|
commit | commitdiff | tree |
2010-07-25 |
Jaakko Salli | Set 'Min' attribute for the sample wxFloatProperty
|
commit | commitdiff | tree |
2010-07-25 |
Jaakko Salli | Use default wxPropertyGrid validation failure behavior...
|
commit | commitdiff | tree |
2010-07-25 |
Jaakko Salli | Make SetFont() public (fixes #9641)
|
commit | commitdiff | tree |
2010-07-13 |
Jaakko Salli | wxArrayStringProperty::m_delimiter default value was...
|
commit | commitdiff | tree |
2010-07-11 |
Jaakko Salli | Fix non-PCH builds (closes #12217)
|
commit | commitdiff | tree |
2010-07-11 |
Jaakko Salli | Added 'Delimiter' attribute for wxArrayStringProperty...
|
commit | commitdiff | tree |
2010-07-11 |
Jaakko Salli | Have the new incarnation of wxPGArrayEditorDialog support...
|
commit | commitdiff | tree |
2010-07-10 |
Jaakko Salli | Do not run focus detection when handling events from...
|
commit | commitdiff | tree |
2010-07-10 |
Jaakko Salli | wxArrayEditorDialog now uses wxEditableListBox. It...
|
commit | commitdiff | tree |
2010-07-09 |
Jaakko Salli | Include scopeguard.h for wxON_BLOCK_EXIT_SET()
|
commit | commitdiff | tree |
2010-07-04 |
Jaakko Salli | Make m_inDoPropertyChanged and m_inCommitChangesFromEditor...
|
commit | commitdiff | tree |
2010-07-04 |
Jaakko Salli | Mention why wxPG_EX_UNFOCUS_ON_ENTER was removed
|
commit | commitdiff | tree |
2010-07-04 |
Jaakko Salli | m_inDoSelectProperty: make it bool and use wxON_BLOCK_EXIT_S...
|
commit | commitdiff | tree |
2010-07-04 |
Jaakko Salli | Redundant wxPropertyGrid validation failure message...
|
commit | commitdiff | tree |
2010-07-04 |
Jaakko Salli | Changed wxPropertyGrid default property validation...
|
commit | commitdiff | tree |
2010-07-04 |
Jaakko Salli | Translate text 'Property Error'
|
commit | commitdiff | tree |
2010-07-04 |
Jaakko Salli | Added new wxPropertyGrid property validation failure...
|
commit | commitdiff | tree |
2010-07-03 |
Jaakko Salli | Eliminated lingering validation failure message on...
|
commit | commitdiff | tree |
2010-07-03 |
Jaakko Salli | wxPropertyGrid validation failure was not (always)...
|
commit | commitdiff | tree |
2010-07-02 |
Jaakko Salli | Fixed and improved wxIntProperty's min/max validation...
|
commit | commitdiff | tree |
2010-06-20 |
Jaakko Salli | VC6 Fix: Use wxANY_AS() instead of wxAny::As<>()
|
commit | commitdiff | tree |
2010-06-19 |
Jaakko Salli | Added (sanity) checks for the inplace allocation
|
commit | commitdiff | tree |
2010-06-18 |
Jaakko Salli | Made wxAny::IsNull() doc string a bit clearer
|
commit | commitdiff | tree |
2010-06-18 |
Jaakko Salli | Added wxAny::HasSameType()
|
commit | commitdiff | tree |
2010-06-18 |
Jaakko Salli | Use placement new when storing value in wxAnyValueBuffer...
|
commit | commitdiff | tree |
2010-06-15 |
Jaakko Salli | Fix compilation when wxAny was disabled (fixes #12148)
|
commit | commitdiff | tree |
2010-06-14 |
Jaakko Salli | Added wxIsPod<>. Use it in wxAny instead of wxIsMovable<>.
|
commit | commitdiff | tree |
2010-06-13 |
Jaakko Salli | Use wxComboCtrl::SetTextCtrlStyle() in the combo sample
|
commit | commitdiff | tree |
2010-06-13 |
Jaakko Salli | Added wxComboCtrl::SetTextCtrlStyle()
|
commit | commitdiff | tree |
2010-06-13 |
Jaakko Salli | Documented pythonic iterators
|
commit | commitdiff | tree |
2010-06-12 |
Jaakko Salli | For wxTextCtrl editor, set the bold font before margins...
|
commit | commitdiff | tree |
2010-06-12 |
Jaakko Salli | Keyboard handling was blocked by label editor. Also...
|
commit | commitdiff | tree |
2010-06-12 |
Jaakko Salli | Added wxPropertyGrid::DedicateKey(), which prevents...
|
commit | commitdiff | tree |
2010-06-09 |
Jaakko Salli | wxAny CheckType() member functions are now const
|
commit | commitdiff | tree |
2010-06-09 |
Jaakko Salli | wxAny CheckType() member functions should be const
|
commit | commitdiff | tree |
2010-06-06 |
Jaakko Salli | To make it clear in the sample that a custom animation...
|
commit | commitdiff | tree |
2010-06-06 |
Jaakko Salli | In wxComboCtrlBase::DoShowPopup(), if the popup window...
|
commit | commitdiff | tree |
2010-06-06 |
Jaakko Salli | Use ShowWithEffect() in the sample wxComboCtrlWithCustomPopu...
|
commit | commitdiff | tree |
2010-06-03 |
Jaakko Salli | Greatly reduce rare animation garbage in wxOwnerDrawnComboBo...
|
commit | commitdiff | tree |
2010-06-01 |
Jaakko Salli | Interpret arrow keys correctly in wxMSW wxComboCtrl...
|
commit | commitdiff | tree |
2010-06-01 |
Jaakko Salli | In wxComboPopupEvtHandler::OnMouseEvent(), when need...
|
commit | commitdiff | tree |
2010-06-01 |
Jaakko Salli | For clarity: wxComboPopupExtraEventHandler -> wxComboPopupEv...
|
commit | commitdiff | tree |
2010-06-01 |
Jaakko Salli | Refactored wxComboPopupExtraEventHandler::OnMouseEvent...
|
commit | commitdiff | tree |
2010-05-29 |
Jaakko Salli | Fixed assert when editing wxFontProperty with unspecified...
|
commit | commitdiff | tree |
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 |
next |