enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h
[ardour.git] / libs / gtkmm2ext / tabbable.cc
2016-07-14 Paul Davisenough with umpteen "i18n.h" files. Consolidate on...
2016-06-07 Paul Davismake it possible to disable VisibilityTracker's use...
2016-05-05 Paul DavisOMNIBUS COMMIT: prefer const XMLNode::property method...
2016-02-27 Robin Gareusavoid "show_all" -- closes #6797
2016-02-26 Paul Davisimprove size and positioning of Tabbable's after being...
2016-02-22 Paul Davisa bunch of stuff to make tab/window switching work...
2016-02-22 Paul Davisprovide Tabbable::change_visibility(), which has slight...
2016-02-22 Paul Davisremove tab-related code for tabbed notebook, add toolti...
2016-02-22 Paul Davistab-free tabbed display, part 1.2
2016-02-22 Paul Davisfix tooltip text to accurately describe how to reattach...
2016-02-22 Paul Davisreplicate the remove-all-trailing whitespace commit...
2016-02-22 Paul Davisextend API for tabbable visibility management
2016-02-22 Paul Davisset "close-button" data on Tabbable contents.
2016-02-22 Paul Davisclean up tabbable state maintainance; drop Gtk::Button...
2016-02-22 Paul Davisremove unused lines
2016-02-22 Paul Davishopefully get dynamic tabbable menu state right this...
2016-02-22 Paul Davisprovide a sigc::signal to track display state changes...
2016-02-22 Paul Davischanges to get show/hide/attach/detach working
2016-02-22 Paul Davischange/extend Tabbable API to allow for show/hide/attac...
2016-02-22 Paul Davisuse new CairoIcon to add a tab-close "button" to tabs
2016-02-22 Paul Davisadd tab-closing buttons to tabs.
2016-02-22 Paul Davisadd ::make_visible() to Tabbable class
2016-02-22 Paul Davisadd suggestive tooltips for tabs; remove position argum...
2016-02-22 Paul Davissave/restore tabbable state
2016-02-22 Paul Davisbetter way to switch to a tab
2016-02-22 Paul Davismake tabs reorderable
2016-02-22 Paul Daviswhen tearing off a tab, make the window be the same...
2016-02-22 Paul Davisfirst compilable version of tabbable design.
2016-02-22 Paul Davisinitial versions of Tabbable object