2012-10-04 |
Paul Cornett | silence warnings about shadowed variables with GCC... |
tree | commitdiff |
2012-09-27 |
Vadim Zeitlin | Use SelectAll() instead of SetSelection(-1, -1). |
tree | commitdiff |
2012-09-14 |
Vadim Zeitlin | Fix spelling in the comments in wxPropertyGrid code. |
tree | commitdiff |
2012-07-07 |
Vadim Zeitlin | Avoid unused variable warning in wxPropertyGrid code... |
tree | commitdiff |
2012-06-01 |
Vadim Zeitlin | Use wxCLASSINFO() instead of deprecated CLASSINFO(). |
tree | commitdiff |
2012-06-01 |
Vadim Zeitlin | Use wxDynamicCast() instead of IsKindOf() checks. |
tree | commitdiff |
2012-06-01 |
Vadim Zeitlin | Remove unneeded dynamic cast in wxPropertyGrid. |
tree | commitdiff |
2012-03-18 |
Julian Smart | Added wxPropertyGridManager::SetPageSplitterLeft |
tree | commitdiff |
2012-03-07 |
Julian Smart | When SetSplitterLeft measures all pages, it should... |
tree | commitdiff |
2012-03-01 |
Julian Smart | Improved the appearance of the property grid checkbox... |
tree | commitdiff |
2012-02-05 |
Vadim Zeitlin | Never refresh controls from EVT_PAINT handler in wxProp... |
tree | commitdiff |
2012-01-23 |
Vadim Zeitlin | Add a property to configure file property dialog kind. |
tree | commitdiff |
2011-12-15 |
Vadim Zeitlin | Ensure that wxPropertyGrid::m_tlp is initialized early... |
tree | commitdiff |
2011-11-27 |
Vadim Zeitlin | Merge similar but not quite identical translated strings. |
tree | commitdiff |
2011-09-17 |
Vadim Zeitlin | Fix format specifiers used for "unsigned long" in wxPG... |
tree | commitdiff |
2011-09-10 |
Steve Lamerton | Merge in from trunk r68684 - r69046 |
tree | commitdiff |
2011-09-05 |
Robin Dunn | Avoid infinite recursion on Mac in comboctrl, and fix... |
tree | commitdiff |
2011-07-25 |
Steve Lamerton | Merge in from trunk r67662 to r64801 |
tree | commitdiff |
2011-07-04 |
Vadim Zeitlin | Fix warnings about implicit double to int conversions... |
tree | commitdiff |
2011-05-20 |
Jaakko Salli | Allow wxPGProperty::IsChildSelected() to work recursively |
tree | commitdiff |
2011-05-09 |
Jaakko Salli | Fixed a bug: Disabling a property didn't work properly... |
tree | commitdiff |
2011-05-03 |
Dimitri Schoolwerth | Replaced Ok() occurrences with IsOk() throughout trunk. |
tree | commitdiff |
2011-04-30 |
Dimitri Schoolwerth | No code changes, fixed some typos. |
tree | commitdiff |
2011-04-15 |
Jaakko Salli | Removed wxPG_DOUBLE_BUFFER constant. Now all wxPG rende... |
tree | commitdiff |
2011-04-13 |
Jaakko Salli | wxEVT_COMMAND_TEXT_UPDATED events from wxComboCtrl... |
tree | commitdiff |
2011-03-22 |
Dimitri Schoolwerth | Fixed various typos. |
tree | commitdiff |
2011-03-16 |
Stefan Csomor | replace usage of objective-c keyword 'id' |
tree | commitdiff |
2011-03-07 |
Jaakko Salli | To prevent wxPropertyGrid from stealing frocus from... |
tree | commitdiff |
2011-02-27 |
Jaakko Salli | Include image.h and check for wxUSE_IMAGE |
tree | commitdiff |
2011-02-25 |
Jaakko Salli | In wxPGProperty::SetValueImage(), use wxImage::Rescale... |
tree | commitdiff |
2011-01-27 |
Stefan Csomor | supporting clang 2.0 under xcode, see #12332 |
tree | commitdiff |
2011-01-22 |
Dimitri Schoolwerth | Use wxString's empty() when checking if the string... |
tree | commitdiff |
2011-01-19 |
Jaakko Salli | In wxStringProperty::ValueToString(), regenerate compos... |
tree | commitdiff |
2011-01-02 |
Jaakko Salli | Added 'HasAlpha' attribute for wxColourProperty. Settin... |
tree | commitdiff |
2010-12-27 |
Jaakko Salli | No longer use semi-static IDs for wxPropertyGrid embedd... |
tree | commitdiff |
2010-12-22 |
Jaakko Salli | Added wxPG_ACTION_EDIT, which allows specifying custom... |
tree | commitdiff |
2010-12-20 |
Jaakko Salli | Use locale-specific decimal point in wxNumericPropertyV... |
tree | commitdiff |
2010-12-15 |
Jouk Jansen | Include compilation of tests for OpenVMS (part1) |
tree | commitdiff |
2010-12-13 |
Jaakko Salli | Have wxPropertyGrid::DoubleToString() to also take... |
tree | commitdiff |
2010-12-11 |
Jaakko Salli | Added code to remove sign from zero in wxPropertyGrid... |
tree | commitdiff |
2010-11-26 |
Jaakko Salli | Fix 100% CPU usage on wxGTK caused by a recent change... |
tree | commitdiff |
2010-11-22 |
Jaakko Salli | Have wxPropertyGridEditorEventForwarder::ProcessEvent... |
tree | commitdiff |
2010-11-20 |
Jaakko Salli | Reworked wxSystemColourProperty::StringToValue() to... |
tree | commitdiff |
2010-10-18 |
Jaakko Salli | Call wxScrollHelper::AdjustScrollbars() to fix scroll... |
tree | commitdiff |
2010-10-15 |
Jaakko Salli | Added wxNumericPropertyValidator, which is a custom... |
tree | commitdiff |
2010-10-10 |
Jaakko Salli | When wxPGProperty is un-attached from wxPropertyGrid... |
tree | commitdiff |
2010-10-10 |
Jaakko Salli | Also reset DatePicker property editor's global pointer... |
tree | commitdiff |
2010-09-30 |
Vadim Zeitlin | No changes whatsoever, just remove trailing whitespace. |
tree | commitdiff |
2010-09-28 |
Jaakko Salli | Reset wxPGEditor singleton instance pointers in dtors... |
tree | commitdiff |
2010-09-24 |
Jaakko Salli | Correct empty space drawing |
tree | commitdiff |
2010-09-24 |
Jaakko Salli | Removed debug log message |
tree | commitdiff |
2010-09-24 |
Jaakko Salli | Have wxPropertyGrid inherit from wxControl and wxScroll... |
tree | commitdiff |
2010-09-23 |
Jaakko Salli | Streamline wxPropertyGrid tooltip code |
tree | commitdiff |
2010-09-20 |
Jaakko Salli | Call SetToolTip() for the property editor control when... |
tree | commitdiff |
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 |
next |