summaryrefslogtreecommitdiff
path: root/gtk2_ardour/floating_text_entry.h
AgeCommit message (Collapse)Author
2016-05-31stop playing silly games with widget packing when editing a route name in ↵Paul Davis
the edito Use a FloatingTextEntry instead. All clever functionality from previous implementation has been retained.
2016-02-22first compilable version of tabbable design.Paul Davis
I would have loved to split this apart, but there are just so many interrelated changes, it makes little sense and would be a huge effort that would break future git bisect use because so many intermediate commits would not compile
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-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