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 |
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 |
next |