2010-12-20 |
Jaakko Salli | Added OwnerDrawnComboBoxTestCase (currently only has...
|
commit | commitdiff | tree |
2010-12-20 |
Jaakko Salli | Added wxComboPopup::FindItem() to help in deciding...
|
commit | commitdiff | tree |
2010-12-20 |
Jaakko Salli | Have wxUniv wxComboBox inherit from wxItemContainer...
|
commit | commitdiff | tree |
2010-12-20 |
Jaakko Salli | Added dummy-wxTextEntry implementation section for...
|
commit | commitdiff | tree |
2010-12-17 |
Jaakko Salli | Make wxOwnerDrawnComboBox sorting identical to the...
|
commit | commitdiff | tree |
2010-12-17 |
Jaakko Salli | Add wxComboBox-compatible Popup() and Dismiss() functions...
|
commit | commitdiff | tree |
2010-12-17 |
Jaakko Salli | Add enough default arguments to one wxOwnerDrawnComboBox...
|
commit | commitdiff | tree |
2010-12-17 |
Jaakko Salli | Mostly change the wxOwnerDrawnComboBox text value using...
|
commit | commitdiff | tree |
2010-12-17 |
Jaakko Salli | Make the wxComboCtrl's wxTextEntry interface more complete...
|
commit | commitdiff | tree |
2010-12-16 |
Jaakko Salli | Removed a return statement from void function
|
commit | commitdiff | tree |
2010-12-16 |
Jaakko Salli | Resolve ambiguity with wxOwnerDrawnComboBox::Clear...
|
commit | commitdiff | tree |
2010-12-16 |
Jaakko Salli | In wxBitmapComboBox dtor, call DoClear() instead of...
|
commit | commitdiff | tree |
2010-12-16 |
Jaakko Salli | Override wxTextEntry::GetSelection(long *from, long...
|
commit | commitdiff | tree |
2010-12-16 |
Jaakko Salli | Instead of having wxComboCtrl mimic wxTextEntry interface...
|
commit | commitdiff | tree |
2010-12-16 |
Jaakko Salli | Document how the sign is omitted from wxFloatProperty...
|
commit | commitdiff | tree |
2010-12-13 |
Jaakko Salli | Have wxPropertyGrid::DoubleToString() to also take...
|
commit | commitdiff | tree |
2010-12-11 |
Jaakko Salli | Added code to remove sign from zero in wxPropertyGrid...
|
commit | commitdiff | tree |
2010-11-26 |
Jaakko Salli | Fix 100% CPU usage on wxGTK caused by a recent change...
|
commit | commitdiff | tree |
2010-11-22 |
Jaakko Salli | Have wxPropertyGridEditorEventForwarder::ProcessEvent...
|
commit | commitdiff | tree |
2010-11-20 |
Jaakko Salli | Reworked wxSystemColourProperty::StringToValue() to...
|
commit | commitdiff | tree |
2010-10-18 |
Jaakko Salli | Call wxScrollHelper::AdjustScrollbars() to fix scroll...
|
commit | commitdiff | tree |
2010-10-15 |
Jaakko Salli | Fix non-PCH builds
|
commit | commitdiff | tree |
2010-10-15 |
Jaakko Salli | Added the missing DLL export declaration for wxNumericProper...
|
commit | commitdiff | tree |
2010-10-15 |
Jaakko Salli | Added wxNumericPropertyValidator, which is a custom...
|
commit | commitdiff | tree |
2010-10-10 |
Jaakko Salli | When wxPGProperty is un-attached from wxPropertyGrid...
|
commit | commitdiff | tree |
2010-10-10 |
Jaakko Salli | Also reset DatePicker property editor's global pointer...
|
commit | commitdiff | tree |
2010-10-03 |
Jaakko Salli | In wxBitmapComboBox::RecreateControl(), always get...
|
commit | commitdiff | tree |
2010-09-28 |
Jaakko Salli | Reset wxPGEditor singleton instance pointers in dtors...
|
commit | commitdiff | tree |
2010-09-24 |
Jaakko Salli | Correct empty space drawing
|
commit | commitdiff | tree |
2010-09-24 |
Jaakko Salli | Removed debug log message
|
commit | commitdiff | tree |
2010-09-24 |
Jaakko Salli | Fixed PCH-less build
|
commit | commitdiff | tree |
2010-09-24 |
Jaakko Salli | Have wxPropertyGrid inherit from wxControl and wxScrollHelpe...
|
commit | commitdiff | tree |
2010-09-23 |
Jaakko Salli | Streamline wxPropertyGrid tooltip code
|
commit | commitdiff | tree |
2010-09-23 |
Jaakko Salli | When setting empty string as a tooltip, call gtk_widget_set_...
|
commit | commitdiff | tree |
2010-09-20 |
Jaakko Salli | Call SetToolTip() for the property editor control when...
|
commit | commitdiff | tree |
2010-08-26 |
Jaakko Salli | Changed wxArrayStringProperty default delimiter to...
|
commit | commitdiff | tree |
2010-08-26 |
Jaakko Salli | Added missing wx/defs.h includes in propgrid headers
|
commit | commitdiff | tree |
2010-08-13 |
Jaakko Salli | Allow wxVariant::Convert(wxUniChar* value) to convert...
|
commit | commitdiff | tree |
2010-08-08 |
Jaakko Salli | Moved wxPGProperty::SetFlag() to protected API since...
|
commit | commitdiff | tree |
2010-08-08 |
Jaakko Salli | Removed spurious semicolon that prevented compilation
|
commit | commitdiff | tree |
2010-08-08 |
Jaakko Salli | Added wxPGProperty::Enable() for conveniency. Refactored...
|
commit | commitdiff | tree |
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 |
next |