replace ::cast_dynamic() with relevant ActionManager::get_*_action() calls
[ardour.git] / gtk2_ardour / floating_text_entry.cc
2017-07-29 Robin GareusFix edit-cursor in TextEntry
2017-07-21 Robin GareusFix recursion in FloatinTextEntry (amend f62c8c664d)
2017-07-20 Robin GareusFix crash when renaming track to an invalid name
2017-03-05 Robin GareusRevert "some further debugging, just in case"
2017-03-05 Robin Gareussome further debugging, just in case
2017-03-05 Robin GareusPrevent duplicate self-delete.
2016-07-14 Paul Davisenough with umpteen "i18n.h" files. Consolidate on...
2016-07-02 Paul Davisno need for a widget name here
2016-07-01 Paul Davisremove commented code
2016-06-30 Paul Davisno reason to make floating text entry be in STATE_SELEC...
2016-05-31 Paul Davisstop playing silly games with widget packing when editi...
2016-02-22 Paul Davisfirst compilable version of tabbable design.
2015-10-05 Robin GareusNOOP, remove trailing tabs/whitespace.
2015-10-04 Paul Davisglobally remove all trailing whitespace from ardour...
2014-11-25 Paul Davisfix indentation nightmare from 9559cf3947
2014-11-25 Paul Davisfix case of included header file
2014-11-25 VKamyshniy[Summary] Fixing behavior of the FloatingTextEntry
2014-11-05 Paul Davispermit initial contents of a FloatingTextEntry
2014-11-02 Paul Davisrepropagate button press event outside of FloatingTextE...
2014-11-02 Paul Davisuse modal grab and event_is_inside_widget_window()...
2014-10-31 Paul Davisadd new floating text entry class (ported from Tracks)