2009-11-11 |
Jaakko Salli | Fix wxPropertyGrid rendering problems when used with... |
blob | commitdiff | raw |
2009-10-21 |
Jaakko Salli | Move in-cell property expander buttons slightly to... |
blob | commitdiff | raw | diff to current |
2009-10-14 |
Jaakko Salli | Fixed bug: wxPropertyGrid::Thaw() should no longer... |
blob | commitdiff | raw | diff to current |
2009-10-14 |
Vadim Zeitlin | Fix harmless unused variable warning in wxPropertyGrid... |
blob | commitdiff | raw | diff to current |
2009-10-11 |
Jaakko Salli | Have page-specific splitter setup flags in order to... |
blob | commitdiff | raw | diff to current |
2009-10-11 |
Jaakko Salli | Code cleanup and clarification |
blob | commitdiff | raw | diff to current |
2009-10-11 |
Jaakko Salli | Fixed post-expand/collapse rendering |
blob | commitdiff | raw | diff to current |
2009-10-11 |
Jaakko Salli | Fixed wxPropertyGrid empty space rendering |
blob | commitdiff | raw | diff to current |
2009-10-10 |
Jaakko Salli | Removed intermediate wxPanel from wxPropertyGrid. |
blob | commitdiff | raw | diff to current |
2009-10-09 |
Julian Smart | Revert a workaround for Windows native border side... |
blob | commitdiff | raw | diff to current |
2009-10-08 |
Jaakko Salli | Fixed regression: in wxPropertyGrid::PerformValidation... |
blob | commitdiff | raw | diff to current |
2009-09-28 |
Jaakko Salli | wxUSE_THREAD -> wxUSE_THREADS |
blob | commitdiff | raw | diff to current |
2009-09-27 |
Jaakko Salli | Do not process editor control events when propgrid... |
blob | commitdiff | raw | diff to current |
2009-09-27 |
Jaakko Salli | Store property name and value in wxPropertyGridEvent... |
blob | commitdiff | raw | diff to current |
2009-09-14 |
Jaakko Salli | Fixed use of map::erase() in ClearActionTriggers()... |
blob | commitdiff | raw | diff to current |
2009-09-11 |
Julian Smart | wxPropertyGrid: added wxPG_NO_INTERNAL_BORDER, wxPG_EX_... |
blob | commitdiff | raw | diff to current |
2009-09-10 |
Jaakko Salli | Notify if the grid is being destroyed in an event gener... |
blob | commitdiff | raw | diff to current |
2009-09-08 |
Jaakko Salli | Use real id for wxPGCanvas |
blob | commitdiff | raw | diff to current |
2009-09-06 |
Jaakko Salli | Do not allow multiple selection when dragging in the... |
blob | commitdiff | raw | diff to current |
2009-09-06 |
Jaakko Salli | Added check to allow multiple selection by dragging... |
blob | commitdiff | raw | diff to current |
2009-09-05 |
Jaakko Salli | wxTextEntry::SetMargins(), GetMargins() - implemented... |
blob | commitdiff | raw | diff to current |
2009-09-01 |
Jaakko Salli | Added 'bool editable' argument to wxPropertyGrid::MakeC... |
blob | commitdiff | raw | diff to current |
2009-08-31 |
Vadim Zeitlin | Correctly determine best wxPropertyGrid width. |
blob | commitdiff | raw | diff to current |
2009-08-29 |
Jaakko Salli | Disabled top-level parent tracking by default (crashes... |
blob | commitdiff | raw | diff to current |
2009-08-23 |
Jaakko Salli | Removed obsolete conditional compile option wxPG_CREATE... |
blob | commitdiff | raw | diff to current |
2009-08-23 |
Jaakko Salli | Added label editing capability into wxPropertyGrid |
blob | commitdiff | raw | diff to current |
2009-08-21 |
Vadim Zeitlin | No changes, just removed hard tabs and trailing white... |
blob | commitdiff | raw | diff to current |
2009-08-18 |
Jaakko Salli | Made code that uses wxArrayPGProperty more STL complian... |
blob | commitdiff | raw | diff to current |
2009-08-17 |
Jaakko Salli | Added multiple selection feature to wxPropertyGrid... |
blob | commitdiff | raw | diff to current |
2009-08-11 |
Jaakko Salli | Do not generate wxEVT_PG_SELECTED with direct ClearSele... |
blob | commitdiff | raw | diff to current |
2009-07-23 |
Vadim Zeitlin | Globally replace _T() with wxT(). |
blob | commitdiff | raw | diff to current |
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 |
next |