summaryrefslogtreecommitdiff
path: root/libs/widgets
AgeCommit message (Collapse)Author
2017-08-30Remove over-protectionJulien "_FrnchFrgg_" RIVAUD
The queued resize will only happen trigger a size-request when the widget is realized, and on_size_request() calls ensure_layout(). Moreover, this over protection meant that sometimes a resize wasn't noticed by the button containers.
2017-07-30Binding Proxy: Drop references as requested.Robin Gareus
2017-07-23Add touch-events signal emission to ArdourKnobRobin Gareus
2017-07-19MSVC changes needed to implement the new 'widgets' libraryJohn Emmas
2017-07-17Clean up library inheritance (colors.h, utils.h)Robin Gareus
make libwidget independent of libcanvas. Confine basics to pbd and gtkmm2ext.
2017-07-17Remove <gtkmm.h> include from header files.Robin Gareus
2017-07-17Move more Gtkmm2ext widgets into libwidgetRobin Gareus
2017-07-17Move Gtkmm2ext widgets into libwidgetRobin Gareus
2017-07-17Separate Ardour UI widgets into dedicated libraryRobin Gareus