2010-09-24 |
Jaakko Salli | Fixed PCH-less build |
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-08-26 |
Jaakko Salli | Added missing wx/defs.h includes in propgrid headers |
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 |
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 | wxArrayEditorDialog now uses wxEditableListBox. It... |
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 | Changed wxPropertyGrid default property validation... |
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-06-12 |
Jaakko Salli | Added wxPropertyGrid::DedicateKey(), which prevents... |
tree | commitdiff |
2010-06-09 |
Francesco Montorsi | Implement wx-prefixed macros versions of DECLARE_EVENT_... |
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-16 |
Jaakko Salli | Adapted wxPropertyGrid documentation, samples, tests... |
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-22 |
Jaakko Salli | Fixed RefreshRect() call in wxPropertyGrid::DrawItems... |
tree | commitdiff |
2010-03-20 |
Jaakko Salli | Make wxPGVFBFlags an unsigned char define instead of... |
tree | commitdiff |
2010-03-17 |
Jaakko Salli | Use explicit wxPGPropertyFlags enum type with wxPGPrope... |
tree | commitdiff |
2010-02-26 |
Jaakko Salli | Must clear property selection in wxPGProperty::SetChoic... |
tree | commitdiff |
2010-02-22 |
Jaakko Salli | Property removal and deletion done from wxPropertyGrid... |
tree | commitdiff |
2010-02-16 |
Jaakko Salli | Fixed auto-resizing behavior when double-clicking a... |
tree | commitdiff |
2010-02-16 |
Jaakko Salli | Added wxPropertyGridInterface::GetColumnProportion() |
tree | commitdiff |
2010-02-14 |
Jaakko Salli | Added wxPropertyGridInterface::SetColumnProportion... |
tree | commitdiff |
2010-02-10 |
Jaakko Salli | Removed most of the propgrid '#ifndef SWIG' pre-compile... |
tree | commitdiff |
2010-01-31 |
Jaakko Salli | Added nominal wxPG_PROP_READONLY support for editor... |
tree | commitdiff |
2010-01-26 |
Jaakko Salli | wxPGProperty::GetHintText() function body was missing... |
tree | commitdiff |
2010-01-26 |
Jaakko Salli | Fixed wxPGGlobalVars export declaration |
tree | commitdiff |
2010-01-07 |
Jaakko Salli | Improved documentation for wxPGProperty::DoSetAttribute() |
tree | commitdiff |
2010-01-07 |
Jaakko Salli | Fixed deprecation message (brings include file in line... |
tree | commitdiff |
2010-01-04 |
Stefan Csomor | fixing include type |
tree | commitdiff |
2009-12-29 |
Jaakko Salli | Changed wxPropertyCategory to use same cell rendering... |
tree | commitdiff |
2009-12-26 |
Jaakko Salli | Replaced 'InlineHelp' property attribute with 'Hint... |
tree | commitdiff |
2009-12-22 |
Jaakko Salli | Added wxPropertyGrid::SetUnspecifiedValueAppearance... |
tree | commitdiff |
2009-12-20 |
Jaakko Salli | Added wxPropertyGrid::GetUnspecifiedValueText(). Use... |
tree | commitdiff |
2009-12-14 |
Jaakko Salli | Always refresh the editor when setting property value... |
tree | commitdiff |
2009-12-13 |
Jaakko Salli | Added wxPropertyGridManager header support; Refactored... |
tree | commitdiff |
2009-12-12 |
Jaakko Salli | Generate wxPropertyGrid splitter (column divider) event... |
tree | commitdiff |
2009-12-02 |
Paul Cornett | make array data fully const |
tree | commitdiff |
2009-10-17 |
Jaakko Salli | Exposed wxPGCell to SWIG |
tree | commitdiff |
2009-10-15 |
Jaakko Salli | Changed 'bool recursively' to 'int flags' argument... |
tree | commitdiff |
2009-10-15 |
Jaakko Salli | Added wxPGCell::SetFont() and GetFont(); Documented... |
tree | commitdiff |
2009-10-11 |
Jaakko Salli | Have page-specific splitter setup flags in order to... |
tree | commitdiff |
2009-10-11 |
Jaakko Salli | Code cleanup and clarification |
tree | commitdiff |
2009-10-11 |
Jaakko Salli | Fixed wxPropertyGrid empty space rendering |
tree | commitdiff |
2009-10-10 |
Jaakko Salli | Removed intermediate wxPanel from wxPropertyGrid. |
tree | commitdiff |
2009-09-28 |
Jaakko Salli | wxUSE_THREAD -> wxUSE_THREADS |
tree | commitdiff |
2009-09-27 |
Jaakko Salli | Store property name and value in wxPropertyGridEvent... |
tree | commitdiff |
2009-09-14 |
Jaakko Salli | Added dummy wxPG_THEME_BORDER style for backwards compa... |
tree | commitdiff |
2009-09-11 |
Jaakko Salli | Fixed constants of the new wxPG_EX styles |
tree | commitdiff |
2009-09-11 |
Julian Smart | wxPropertyGrid: added wxPG_NO_INTERNAL_BORDER, wxPG_EX_... |
tree | commitdiff |
2009-09-10 |
Jaakko Salli | Notify if the grid is being destroyed in an event gener... |
tree | commitdiff |
2009-09-06 |
Jaakko Salli | Added check to allow multiple selection by dragging... |
tree | commitdiff |
2009-09-05 |
Jaakko Salli | wxTextEntry::SetMargins(), GetMargins() - implemented... |
tree | commitdiff |
2009-09-01 |
Jaakko Salli | Added 'bool editable' argument to wxPropertyGrid::MakeC... |
tree | commitdiff |
2009-09-01 |
Jaakko Salli | Fixed a severe crash bug |
tree | commitdiff |
2009-08-29 |
Jaakko Salli | Disabled top-level parent tracking by default (crashes... |
tree | commitdiff |
2009-08-23 |
Jaakko Salli | Made wxPropertyGridHitTestResult a real class (works... |
tree | commitdiff |
2009-08-23 |
Jaakko Salli | Removed obsolete conditional compile option wxPG_CREATE... |
tree | commitdiff |
2009-08-23 |
Jaakko Salli | Added label editing capability into wxPropertyGrid |
tree | commitdiff |
2009-08-21 |
Vadim Zeitlin | No changes, just removed hard tabs and trailing white... |
tree | commitdiff |
2009-08-18 |
Jaakko Salli | Made code that uses wxArrayPGProperty more STL complian... |
tree | commitdiff |
2009-08-18 |
Vadim Zeitlin | Don't define wxArrayPGProperty as std::vector in STL... |
tree | commitdiff |
2009-08-17 |
Jaakko Salli | Added multiple selection feature to wxPropertyGrid... |
tree | commitdiff |
2009-08-16 |
Jaakko Salli | Fixed bug: wxPGProperty::SetName() crashed if it was... |
tree | commitdiff |
2009-08-11 |
Jaakko Salli | Do not generate wxEVT_PG_SELECTED with direct ClearSele... |
tree | commitdiff |
2009-08-09 |
Jaakko Salli | Fixed wxPGProperty ctor documentation |
tree | commitdiff |
2009-07-20 |
Jaakko Salli | Fixed wxPropertyGridInterface::SetPropertyValues()... |
tree | commitdiff |
2009-07-11 |
Jaakko Salli | Added wxPropertyGrid::WasValueChangedInEvent(), added... |
tree | commitdiff |
2009-06-22 |
Jaakko Salli | Significantly improved wxPropertyGrid's top-level paren... |
tree | commitdiff |
2009-06-15 |
Jaakko Salli | Added support for wxLongLong and wxULongLong in wxVaria... |
tree | commitdiff |
2009-06-12 |
Jaakko Salli | wxPGCellRenderer ctor doesn't really need refCount... |
tree | commitdiff |
2009-06-12 |
Vadim Zeitlin | reuse wxObjectRefData for various ref-counted classes... |
tree | commitdiff |
2009-06-12 |
Jaakko Salli | Added missing virtual dtor for wxPGMultiButton |
tree | commitdiff |
2009-06-12 |
Jaakko Salli | For needs of wxPython bindings, (re)added a version... |
tree | commitdiff |
2009-06-10 |
Jaakko Salli | Allow reparenting wxPropertyGrid(Manager) to work;... |
tree | commitdiff |
2009-06-07 |
Jaakko Salli | Implementations of wxPGProperty::ChildChanged() must... |
tree | commitdiff |
2009-06-06 |
Jaakko Salli | Added wxPGProperty::Set/GetValuePlain() for direct... |
tree | commitdiff |
2009-06-06 |
Jaakko Salli | Added better asserts, helps with debugging strange... |
tree | commitdiff |
2009-06-02 |
Jaakko Salli | Make this header SWIG-safe |
tree | commitdiff |
2009-05-31 |
Jaakko Salli | Added wxPGProperty::SetDefaultValue(v), as a shortcut... |
tree | commitdiff |
2009-05-30 |
Jaakko Salli | More forward-ported wxPython-bindings related cleanup... |
tree | commitdiff |
2009-05-30 |
Jaakko Salli | Forward-ported wxPython-bindings related cleanup from... |
tree | commitdiff |
2009-05-02 |
Jaakko Salli | Fixed bug: wxPropertyGridInterface::SetPropertyReadOnly... |
tree | commitdiff |
2009-04-16 |
Jaakko Salli | wxFlagsProperty now automatically relays wxBOOL_USE_CHE... |
tree | commitdiff |
2009-03-21 |
Vadim Zeitlin | first round of debug/release merge: introduce wxDEBUG_L... |
tree | commitdiff |
2009-03-12 |
Jaakko Salli | Reworked the way child properties can be added to a... |
tree | commitdiff |
2009-03-09 |
Jaakko Salli | Allow wxPGMultiButton to work even if primary editor... |
tree | commitdiff |
2009-03-08 |
Jaakko Salli | Added support for 'AutoComplete' attribute, automatical... |
tree | commitdiff |
2009-03-06 |
Jaakko Salli | Property value images are no longer shrinked horizontally |
tree | commitdiff |
next |