summaryrefslogtreecommitdiff
path: root/gtk2_ardour/floating_text_entry.cc
AgeCommit message (Collapse)Author
2015-10-05NOOP, remove trailing tabs/whitespace.Robin Gareus
2015-10-04globally remove all trailing whitespace from ardour code base.Paul Davis
Paul Davis was responsible for introducing almost all of this.
2014-11-25fix indentation nightmare from 9559cf3947Paul Davis
2014-11-25fix case of included header filePaul Davis
2014-11-25[Summary] Fixing behavior of the FloatingTextEntryVKamyshniy
2014-11-05permit initial contents of a FloatingTextEntryPaul Davis
2014-11-02repropagate button press event outside of FloatingTextEntry so that the ↵Paul Davis
click is still effective, as well as terminating the edit
2014-11-02use modal grab and event_is_inside_widget_window() to provide "expected" ↵Paul Davis
behaviour when editing in a FloatingTextEntry
2014-10-31add new floating text entry class (ported from Tracks)Paul Davis