2009-07-23 |
Vadim Zeitlin | Globally replace _T() with wxT(). |
blob | commitdiff | raw |
2009-07-20 |
Vadim Zeitlin | Put braces around all calls to wxLogFunctions() inside... |
blob | commitdiff | raw | diff to current |
2009-06-22 |
Jaakko Salli | Significantly improved wxPropertyGrid's top-level paren... |
blob | commitdiff | raw | diff to current |
2009-06-12 |
Vadim Zeitlin | reuse wxObjectRefData for various ref-counted classes... |
blob | commitdiff | raw | diff to current |
2009-06-12 |
Jaakko Salli | For needs of wxPython bindings, (re)added a version... |
blob | commitdiff | raw | diff to current |
2009-06-10 |
Jaakko Salli | Allow reparenting wxPropertyGrid(Manager) to work;... |
blob | commitdiff | raw | diff to current |
2009-05-31 |
Jaakko Salli | Added wxPGProperty::SetDefaultValue(v), as a shortcut... |
blob | commitdiff | raw | diff to current |
2009-05-30 |
Jaakko Salli | Forward-ported wxPython-bindings related cleanup from... |
blob | commitdiff | raw | diff to current |
2009-04-17 |
Julian Smart | Don't attempt to do measuring when the window hasn... |
blob | commitdiff | raw | diff to current |
2009-04-16 |
Jaakko Salli | Removed unneeded includes |
blob | commitdiff | raw | diff to current |
2009-04-06 |
Vadim Zeitlin | return better fitting size from DoGetBestSize() for... |
blob | commitdiff | raw | diff to current |
2009-03-22 |
Vadim Zeitlin | replace more __WXDEBUG__ occurrences with wxDEBUG_LEVEL |
blob | commitdiff | raw | diff to current |
2009-03-21 |
Vadim Zeitlin | first round of debug/release merge: introduce wxDEBUG_L... |
blob | commitdiff | raw | diff to current |
2009-03-13 |
Jaakko Salli | Allow disabled properties to be expanded/collapsed... |
blob | commitdiff | raw | diff to current |
2009-03-09 |
Jaakko Salli | Allow wxPGMultiButton to work even if primary editor... |
blob | commitdiff | raw | diff to current |
2009-03-06 |
Jaakko Salli | Property value images are no longer shrinked horizontally |
blob | commitdiff | raw | diff to current |
2009-03-03 |
Jaakko Salli | Remove unneeded workaround for a ScrolledWindow issue... |
blob | commitdiff | raw | diff to current |
2009-02-26 |
Jaakko Salli | No longer overestimate virtual height given to the... |
blob | commitdiff | raw | diff to current |
2009-02-17 |
Jaakko Salli | Clear grid selection more consistently prior clear... |
blob | commitdiff | raw | diff to current |
2009-02-12 |
Jaakko Salli | Fixed old font-related code that caused problems on... |
blob | commitdiff | raw | diff to current |
2009-02-07 |
Vadim Zeitlin | require semicolon after wxDECLARE/DEFINE_EVENT() (close... |
blob | commitdiff | raw | diff to current |
2009-02-07 |
Jaakko Salli | Eliminated two unneeded arguments from wxPropertyGrid... |
blob | commitdiff | raw | diff to current |
2009-02-07 |
Jaakko Salli | Added workaround for a bug that causes splitters not... |
blob | commitdiff | raw | diff to current |
2009-02-04 |
Jaakko Salli | Added proper COW to wxPGChoices, moved wxPGChoices... |
blob | commitdiff | raw | diff to current |
2009-01-29 |
Jaakko Salli | Do not propagate key events from child controls unless... |
blob | commitdiff | raw | diff to current |
2009-01-22 |
Jaakko Salli | Add wxPropertyGridEditorEventForwarders into wxPendingD... |
blob | commitdiff | raw | diff to current |
2009-01-19 |
Vadim Zeitlin | don't use annoying and unneeded in C++ casts of NULL... |
blob | commitdiff | raw | diff to current |
2009-01-18 |
Jaakko Salli | Fixed bug: splitter was not drawn for nested categories |
blob | commitdiff | raw | diff to current |
2009-01-12 |
Jaakko Salli | Added wxPGProperty::OnValidationFailure(); needed it... |
blob | commitdiff | raw | diff to current |
2009-01-12 |
Vadim Zeitlin | add more flexible and safer template Connect() overload... |
blob | commitdiff | raw | diff to current |
2009-01-11 |
Jaakko Salli | Fixed bug: SetPropertyValueUnspecified(p) and p->SetVal... |
blob | commitdiff | raw | diff to current |
2009-01-10 |
Jaakko Salli | Reverted to old wxPG_AUTO_SORT behavior in which only... |
blob | commitdiff | raw | diff to current |
2009-01-07 |
Jaakko Salli | Added wxPropertyGrid::SetSortFunction(); moved Sort... |
blob | commitdiff | raw | diff to current |
2008-12-29 |
Jaakko Salli | Update editor control font centrally, in wxPropertyGrid... |
blob | commitdiff | raw | diff to current |
2008-12-26 |
Jaakko Salli | Have wxPGTextCtrlEditor::UpdateControl() update wxTextC... |
blob | commitdiff | raw | diff to current |
2008-11-23 |
Jaakko Salli | Eliminate need to call Connect() in wxPGEditor::CreateC... |
blob | commitdiff | raw | diff to current |
2008-11-16 |
Paul Cornett | cleanup: unreachable code, unused variables, indentatio... |
blob | commitdiff | raw | diff to current |
2008-11-06 |
Jaakko Salli | Removed property editor validation failure assertions... |
blob | commitdiff | raw | diff to current |
2008-11-03 |
Jaakko Salli | Moved Get/SetPropertyText/BackgroundColour() member... |
blob | commitdiff | raw | diff to current |
2008-11-02 |
Francesco Montorsi | declare all NameStr[] strings as const char using the... |
blob | commitdiff | raw | diff to current |
2008-11-01 |
Jaakko Salli | Fix various warnings that only appear for release builds |
blob | commitdiff | raw | diff to current |
2008-10-31 |
Jaakko Salli | Reworked wxPGCell. It is now reference counted, and... |
blob | commitdiff | raw | diff to current |
2008-10-21 |
Jaakko Salli | Removed deprecated functions wxPGChoices::HasValue... |
blob | commitdiff | raw | diff to current |
2008-10-21 |
Jaakko Salli | Added workaround for wxGTK tab traversal problem |
blob | commitdiff | raw | diff to current |
2008-10-20 |
Jaakko Salli | User should no longer be able to modify disabled or... |
blob | commitdiff | raw | diff to current |
2008-10-19 |
Jaakko Salli | Changed argument of wxPropertyGrid::OnCustomEditorEvent... |
blob | commitdiff | raw | diff to current |
2008-10-18 |
Jaakko Salli | Connect wxEVT_KEY_DOWN for both editor controls |
blob | commitdiff | raw | diff to current |
2008-10-18 |
Jaakko Salli | Do not skip key events so eagerly |
blob | commitdiff | raw | diff to current |
2008-10-18 |
Jaakko Salli | Forgot event.Skip() |
blob | commitdiff | raw | diff to current |
2008-10-18 |
Jaakko Salli | Simplistic tab support is now default (tab focuses... |
blob | commitdiff | raw | diff to current |
2008-10-15 |
Jaakko Salli | Remove old workarounds to get cut, copy, and paste... |
blob | commitdiff | raw | diff to current |
2008-10-14 |
Jaakko Salli | wxPGProperty::AddChild() can now be used to add normal... |
blob | commitdiff | raw | diff to current |
2008-10-12 |
Jaakko Salli | Set focus back to canvas when child editors are being... |
blob | commitdiff | raw | diff to current |
2008-10-10 |
Jaakko Salli | GetPendingEditedValue() -> GetUncommittedPropertyValue... |
blob | commitdiff | raw | diff to current |
2008-10-08 |
Jaakko Salli | Removed dysfunctional wxPGPropery::PrepareValueForDialo... |
blob | commitdiff | raw | diff to current |
2008-10-06 |
Jaakko Salli | Minimize use of editor class macros |
blob | commitdiff | raw | diff to current |
2008-10-06 |
Jaakko Salli | When registering editor, try wxRTTI class name in addit... |
blob | commitdiff | raw | diff to current |
2008-10-06 |
Stefan Csomor | switching away from angle brackets includes, deactivati... |
blob | commitdiff | raw | diff to current |
2008-10-05 |
Jaakko Salli | Fix RCS-IDs |
blob | commitdiff | raw | diff to current |
2008-10-04 |
Robert Roebling | Also use F4 shortcut for textfield + button combination |
blob | commitdiff | raw | diff to current |
2008-10-04 |
Jaakko Salli | Fixed use of erase() in wxPGChoices::RemoveAt() |
blob | commitdiff | raw | diff to current |
2008-10-04 |
Robert Roebling | Removed wxNavigationKey code, new keyboard navigation |
blob | commitdiff | raw | diff to current |
2008-10-03 |
Jaakko Salli | Minor additional clipper window related code and commen... |
blob | commitdiff | raw | diff to current |
2008-10-03 |
Jaakko Salli | Remove wxPGClipperWindow, use wxBORDER_NONE instead... |
blob | commitdiff | raw | diff to current |
2008-10-02 |
Jaakko Salli | SetButtonShortcut() merged with action system |
blob | commitdiff | raw | diff to current |
2008-10-01 |
Jaakko Salli | Recognize lack of wxTAB_TRAVERSAL style |
blob | commitdiff | raw | diff to current |
2008-10-01 |
Jaakko Salli | Use wxPendingDelete |
blob | commitdiff | raw | diff to current |
2008-10-01 |
Jaakko Salli | Added useful comment |
blob | commitdiff | raw | diff to current |
2008-10-01 |
Jaakko Salli | Fixed wxPG sourceforge tracker bug #2138858, applied... |
blob | commitdiff | raw | diff to current |
2008-10-01 |
Jaakko Salli | Unfocus text editor when enter is pressed |
blob | commitdiff | raw | diff to current |
2008-09-30 |
Jaakko Salli | Converted various wxArrayPtrVoids to wxVectors |
blob | commitdiff | raw | diff to current |
2008-09-30 |
Jaakko Salli | Fix Connect() calls in SetupChildEventHandling() |
blob | commitdiff | raw | diff to current |
2008-09-30 |
Jaakko Salli | Try to make SetupChildEventHandling() more foolproof |
blob | commitdiff | raw | diff to current |
2008-09-30 |
Robert Roebling | Make wxPGCanvas accept focus even with child windows |
blob | commitdiff | raw | diff to current |
2008-09-30 |
Robert Roebling | Add wxPGCanvas RTTI for debugging purpose |
blob | commitdiff | raw | diff to current |
2008-09-30 |
Robert Roebling | Move body of SetFocusOnCanvas to .cpp file |
blob | commitdiff | raw | diff to current |
2008-09-29 |
Jaakko Salli | Moved wxPropertyGrid::SetPropertyName() to wxPropertyGr... |
blob | commitdiff | raw | diff to current |
2008-09-29 |
Jaakko Salli | Removed wxPG_EX_LEGACY_VALIDATORS |
blob | commitdiff | raw | diff to current |
2008-09-29 |
Jaakko Salli | RegisterAdditionalEditors() to work even if no wxProper... |
blob | commitdiff | raw | diff to current |
2008-09-27 |
Jaakko Salli | wxPropertyGrid::RegisterEditorClass() now CHECK_MSG... |
blob | commitdiff | raw | diff to current |
2008-09-27 |
Jaakko Salli | Fixed wxPGMultiButton (event handling, FinalizePosition... |
blob | commitdiff | raw | diff to current |
2008-09-27 |
Jaakko Salli | Fixed a warning |
blob | commitdiff | raw | diff to current |
2008-09-26 |
Jaakko Salli | Fixed and clarified editor control event handling |
blob | commitdiff | raw | diff to current |
2008-09-25 |
Jaakko Salli | Fixed bug: wxPGProperty::OnEvent() was never called... |
blob | commitdiff | raw | diff to current |
2008-09-21 |
Jaakko Salli | Revised #ifndef WX_PRECOMP headers, added missing ... |
blob | commitdiff | raw | diff to current |
2008-09-21 |
Jaakko Salli | Removed #include <typeinfo> (since C++ RTTI is no longe... |
blob | commitdiff | raw | diff to current |
2008-09-21 |
Jaakko Salli | Moved SetPropertyAttributeAll() to wxPropertyGridInterface |
blob | commitdiff | raw | diff to current |
2008-09-19 |
Jaakko Salli | Moved wxPGChoices m_choices member from various propert... |
blob | commitdiff | raw | diff to current |
2008-09-17 |
Jaakko Salli | Added separate SetFocusOnCanvas() function so that... |
blob | commitdiff | raw | diff to current |
2008-09-17 |
Jaakko Salli | Try to improve focus problem situation by using more... |
blob | commitdiff | raw | diff to current |
2008-09-17 |
Jaakko Salli | wxUSE_PROPGRID is now recognized by source and header... |
blob | commitdiff | raw | diff to current |
2008-09-16 |
Jaakko Salli | Eliminated C++ RTTI (typeid etc) use. Eliminated wxPGVa... |
blob | commitdiff | raw | diff to current |
2008-09-14 |
Jaakko Salli | Fixed bug: Setting property value string did not update... |
blob | commitdiff | raw | diff to current |
2008-09-14 |
Jaakko Salli | wxVariant list used to translate between list of proper... |
blob | commitdiff | raw | diff to current |
2008-09-14 |
Jaakko Salli | Adapt to 'premature' events being sent from editor... |
blob | commitdiff | raw | diff to current |
2008-09-14 |
Jaakko Salli | Fixed ambiguity with bitwise operators |
blob | commitdiff | raw | diff to current |
2008-09-13 |
Jaakko Salli | wxPropertyGrid::DoPropertyChanged() incorrectly passed... |
blob | commitdiff | raw | diff to current |
2008-09-13 |
Jaakko Salli | wxPropertyGrid member m_visPropArray removed, now alway... |
blob | commitdiff | raw | diff to current |
2008-09-13 |
Robert Roebling | include <typeinfo> in all files |
blob | commitdiff | raw | diff to current |
2008-09-12 |
Vadim Zeitlin | added wxPropertyGrid from Jaakko Salli (#9934) |
blob | commitdiff | raw | diff to current |
|