remove debug output
[ardour.git] / libs / gtkmm2ext / pane.cc
2016-08-10 Paul Davisremove debug output
2016-07-20 Paul Davisminor safety fix for the Pane
2016-07-20 Paul DavisGtkmm2ext::Pane: attempt to track child lifetime, since...
2016-07-18 Paul Davisfix incorrect restoration of pane positions on Apple.
2016-07-14 Paul Davisenough with umpteen "i18n.h" files. Consolidate on...
2016-06-14 Paul Davisremove debug output from Pane code
2016-06-13 Paul Davisworking version of pane position mgmt for OS X
2016-06-13 Paul Daviswrite some code to limit pane handle positions on OS X.
2016-06-08 Paul Davisfix thinko in Pane expose event handler.
2016-06-06 Paul Davisfix crashing bug in Pane when accessing dividers
2016-06-06 Paul Davisadd a destructor for Gtkmm2ext::Pane that unparents...
2016-06-02 Paul Davisfix case where pane divider is not redrawn after a...
2016-06-02 Paul Davisfix styling of pane dividers (the original reason for...
2016-05-31 Paul Davismake pane divider placement a little safer
2016-05-31 Paul Davisfix default pane divider cursor for vertical panes
2016-05-31 Paul Davisshrink down pane divider/handle width
2016-05-31 Paul Davisfix pane behaviour when children are hidden/shown
2016-05-31 Paul Davisexplicitly expose dividers
2016-05-31 Paul Davismore sensible API for Pane::set_child_minsize
2016-05-31 Paul Davisprovide a mechanism to avoid allocating too small of...
2016-05-31 Paul Davisvarious work on Pane, including cursors, more styling...
2016-05-31 Paul DavisPane: use style-provided colors, and change colors...
2016-05-31 Paul Davisfix use of widget allocation origin in Gtkm2mext::Pane
2016-05-31 Paul Davisset default pane divider position to 0.5
2016-05-31 Paul Davisworking but incomplete version of new Pane replacement...