2009-09-14 |
Jaakko Salli | Fixed use of map::erase() in ClearActionTriggers()... |
tree | commitdiff |
2009-09-13 |
Jaakko Salli | Minor code cleanup |
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-09 |
Jaakko Salli | Adapted wxPGComboBox margins setup to changes in wxComb... |
tree | commitdiff |
2009-09-08 |
Jaakko Salli | Fixed a warning generated by GCC 4.4.0 |
tree | commitdiff |
2009-09-08 |
Jaakko Salli | Use real id for wxPGCanvas |
tree | commitdiff |
2009-09-06 |
Jaakko Salli | Do not allow multiple selection when dragging in the... |
tree | commitdiff |
2009-09-06 |
Jaakko Salli | Fixed property iterator crash when iterating through... |
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 | Normalize property label editor margins on wxMSW |
tree | commitdiff |
2009-09-01 |
Jaakko Salli | Only respect property's wxPG_PROP_READONLY flag for... |
tree | commitdiff |
2009-09-01 |
Jaakko Salli | Added 'bool editable' argument to wxPropertyGrid::MakeC... |
tree | commitdiff |
2009-09-01 |
Jaakko Salli | Removed some old code that generated warnings on some... |
tree | commitdiff |
2009-09-01 |
Jaakko Salli | Fixed a severe crash bug |
tree | commitdiff |
2009-08-31 |
Vadim Zeitlin | Correctly determine best wxPropertyGrid width. |
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-19 |
Jaakko Salli | Have DoRemoveFromSelection() take active editor into... |
tree | commitdiff |
2009-08-18 |
Jaakko Salli | Made code that uses wxArrayPGProperty more STL complian... |
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-07-31 |
Jaakko Salli | In wxPropertyGridPageState::DoDelete(), clear grid... |
tree | commitdiff |
2009-07-23 |
Vadim Zeitlin | Globally replace _T() with wxT(). |
tree | commitdiff |
2009-07-20 |
Vadim Zeitlin | Put braces around all calls to wxLogFunctions() inside... |
tree | commitdiff |
2009-07-12 |
Jaakko Salli | Yet another fix for the colour property 'Custom' entry... |
tree | commitdiff |
2009-07-11 |
Jaakko Salli | Added wxPropertyGrid::WasValueChangedInEvent(), added... |
tree | commitdiff |
2009-07-11 |
Jaakko Salli | Fixed 'Custom' entry in the colour property combo boxes |
tree | commitdiff |
2009-07-07 |
Jaakko Salli | Further fixes to colour properties that use wxPG_COLOUR... |
tree | commitdiff |
2009-07-03 |
Jaakko Salli | Colour property with attribute wxPG_COLOUR_ALLOW_CUSTOM... |
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 |
Vadim Zeitlin | reuse wxObjectRefData for various ref-counted classes... |
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-02 |
Vadim Zeitlin | added wxUINTn_MAX constants; document them together... |
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-18 |
Jaakko Salli | Re-added support for property attribute wxPG_BOOL_USE_D... |
tree | commitdiff |
2009-04-18 |
Jaakko Salli | Quick (temporary) fix for some spurious splitter movement |
tree | commitdiff |
2009-04-18 |
Jaakko Salli | Fixed fallback font used in wxFontProperty::OnSetValue() |
tree | commitdiff |
2009-04-18 |
Jaakko Salli | Use wxStdDialogButtonSizer in editor dialogs of wxLongS... |
tree | commitdiff |
2009-04-17 |
Julian Smart | Don't attempt to do measuring when the window hasn... |
tree | commitdiff |
2009-04-16 |
Jaakko Salli | wxFlagsProperty now automatically relays wxBOOL_USE_CHE... |
tree | commitdiff |
2009-04-16 |
Jaakko Salli | Removed unneeded includes |
tree | commitdiff |
2009-04-06 |
Vadim Zeitlin | return better fitting size from DoGetBestSize() for... |
tree | commitdiff |
2009-03-25 |
Vadim Zeitlin | compilation fix after wxDateTime::Parse() changes ... |
tree | commitdiff |
2009-03-22 |
Vadim Zeitlin | replace more __WXDEBUG__ occurrences with wxDEBUG_LEVEL |
tree | commitdiff |
2009-03-21 |
Vadim Zeitlin | first round of debug/release merge: introduce wxDEBUG_L... |
tree | commitdiff |
2009-03-13 |
Jaakko Salli | Allow disabled properties to be expanded/collapsed... |
tree | commitdiff |
2009-03-12 |
Jaakko Salli | Reworked the way child properties can be added to a... |
tree | commitdiff |
2009-03-09 |
Jaakko Salli | Minor wxPGMultiButton refacotring |
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-08 |
Jaakko Salli | Always reduce size of the last (instead of widest)... |
tree | commitdiff |
2009-03-06 |
Jaakko Salli | Property value images are no longer shrinked horizontally |
tree | commitdiff |
2009-03-04 |
Jaakko Salli | By default, always refresh editor and redraw properties... |
tree | commitdiff |
2009-03-03 |
Jaakko Salli | Remove unneeded workaround for a ScrolledWindow issue... |
tree | commitdiff |
2009-03-03 |
Jaakko Salli | Remove wxEnumProperty::ms_prevIndex |
tree | commitdiff |
2009-02-26 |
Jaakko Salli | No longer overestimate virtual height given to the... |
tree | commitdiff |
2009-02-17 |
Jaakko Salli | Test for m_pPropGrid in wxPropertyGridPageState::DoClear() |
tree | commitdiff |
2009-02-17 |
Jaakko Salli | Clear grid selection more consistently prior clear... |
tree | commitdiff |
2009-02-12 |
Jaakko Salli | Fixed old font-related code that caused problems on... |
tree | commitdiff |
2009-02-07 |
Vadim Zeitlin | require semicolon after wxDECLARE/DEFINE_EVENT() (close... |
tree | commitdiff |
2009-02-07 |
Jaakko Salli | Eliminated two unneeded arguments from wxPropertyGrid... |
tree | commitdiff |
2009-02-07 |
Jaakko Salli | Fixed and refactored wxPropertyGridManager decsription... |
tree | commitdiff |
2009-02-07 |
Jaakko Salli | Added workaround for a bug that causes splitters not... |
tree | commitdiff |
2009-02-04 |
Jaakko Salli | Added proper COW to wxPGChoices, moved wxPGChoices... |
tree | commitdiff |
2009-02-01 |
Jaakko Salli | Use wxToolBar::SetToolBitmapSize() to setup tool bitmap... |
tree | commitdiff |
2009-01-31 |
Vadim Zeitlin | don't override the toolbar height with too small value |
tree | commitdiff |
2009-01-31 |
Jaakko Salli | Fixed broken 'hidden categories' mode (aka. alphabetic... |
tree | commitdiff |
2009-01-30 |
Jaakko Salli | Let's make sure embedded wxPropertyGrid does not get... |
tree | commitdiff |
2009-01-29 |
Jaakko Salli | Do not propagate key events from child controls unless... |
tree | commitdiff |
2009-01-29 |
Jaakko Salli | Fixed wxPropertyGridManager::CreatePropertyGrid(),... |
tree | commitdiff |
2009-01-22 |
Jaakko Salli | Add wxPropertyGridEditorEventForwarders into wxPendingD... |
tree | commitdiff |
2009-01-19 |
Vadim Zeitlin | don't use annoying and unneeded in C++ casts of NULL... |
tree | commitdiff |
2009-01-18 |
Jaakko Salli | Fixed bug: splitter was not drawn for nested categories |
tree | commitdiff |
2009-01-17 |
Jaakko Salli | Fix wxEnumProperty unspecified value by taking it into... |
tree | commitdiff |
2009-01-12 |
Jaakko Salli | Better support for unspecified property value in wxDate... |
tree | commitdiff |
2009-01-12 |
Jaakko Salli | Added wxPGProperty::OnValidationFailure(); needed it... |
tree | commitdiff |
2009-01-12 |
Vadim Zeitlin | add more flexible and safer template Connect() overload... |
tree | commitdiff |
2009-01-11 |
Jaakko Salli | Fixed bug: SetPropertyValueUnspecified(p) and p->SetVal... |
tree | commitdiff |
2009-01-10 |
Jaakko Salli | Reverted to old wxPG_AUTO_SORT behavior in which only... |
tree | commitdiff |
2009-01-07 |
Jaakko Salli | Added wxPropertyGrid::SetSortFunction(); moved Sort... |
tree | commitdiff |
2009-01-04 |
Jaakko Salli | Fixes in wxPGProperty::StringToValue(): Prevent it... |
tree | commitdiff |
2009-01-04 |
Jaakko Salli | In wxPGProperty::StringToValue(), variant.SetName(... |
tree | commitdiff |
2009-01-04 |
Jaakko Salli | Significant check box editor refactoring, including... |
tree | commitdiff |
2008-12-29 |
Jaakko Salli | Update editor control font centrally, in wxPropertyGrid... |
tree | commitdiff |
2008-12-26 |
Jaakko Salli | Have wxPGTextCtrlEditor::UpdateControl() update wxTextC... |
tree | commitdiff |
2008-12-23 |
Jaakko Salli | Fixed crash when expanding/collapsing categories too... |
tree | commitdiff |
2008-12-23 |
Jaakko Salli | Fixed a VC6 warning (hopefully) |
tree | commitdiff |
2008-12-20 |
Jaakko Salli | Fully conform to the documented statement according... |
tree | commitdiff |
next |