A few tweaks to make Ardour build in GCC -std=c++0x mode.
[ardour.git] / libs / gtkmm2ext / gtkmm2ext / dndvbox.h
2012-04-15 Carl HetheringtonA few tweaks to make Ardour build in GCC -std=c++0x...
2012-04-11 Carl HetheringtonFix use of invalidated iterator (#4821).
2011-11-16 Carl HetheringtonFix glitchness in DnDVBox placeholders.
2011-11-14 Carl HetheringtonFix placeholder creation when dragging from one DnDVBox to
2011-11-03 Paul Davisfix thinko in previous attempt to tackle active/selecte...
2011-11-03 Paul Davisfix mistake that prevented send processor boxes from...
2011-11-01 Paul Davismove CairoWidget::ActiveState and Visual state up into...
2011-10-19 Carl HetheringtonFix insertion of processors at the point at which the...
2011-10-07 Carl HetheringtonRemove unused variable.
2011-09-30 Paul Davisfixes for 98% of all the warnings/errors reported by...
2011-05-23 Carl HetheringtonAssorted doxygen fixes; no functional changes.
2011-02-01 Carl HetheringtonFix drop location for drag-and-drop in some cases.
2011-02-01 Carl HetheringtonSomewhat unconvincing visual indication that plugin...
2011-01-14 Carl HetheringtonTweak colouring in the processor list.
2011-01-06 Carl HetheringtonImprove the drag icon for processor drags.
2011-01-06 Carl HetheringtonFix crash when turning off an active send and redisplay...
2011-01-06 Carl HetheringtonAnother try at prettifying the processor list with...
2011-01-04 Carl HetheringtonHighlight a send processor entry differently when it...
2010-11-25 Carl HetheringtonImprove visual cues during plugin drag and drop. Fixes...
2010-11-23 Carl HetheringtonImprove shift-selection behaviour in processor box.
2010-11-23 Carl HetheringtonFix multiple selection with Ctrl-Click in DnDVBox.
2009-12-20 Paul Davisremove a couple of boost::signals2 trouble spots; fix...
2009-11-28 Paul Davisadd ctrl-click behaviour to DndVBox, though not general...
2009-11-25 Paul Daviscarl's wondrous DnD VBox patch - processor boxes are...