summaryrefslogtreecommitdiff
path: root/libs/gtkmm2ext/gtkmm2ext/dndvbox.h
AgeCommit message (Expand)Author
2016-05-24fix potential undefined DnD behavior for external dragsRobin Gareus
2016-03-18fix processor DnD from sidebar.Robin Gareus
2016-03-11and now without debug printf()Robin Gareus
2016-03-11prepare DnD for copying processor stateRobin Gareus
2015-12-30allow to set per item drag targetsRobin Gareus
2015-12-28allow DnD between DnDTreeView and DnDVboxRobin Gareus
2015-12-22extend Drag/Drop mechanismRobin Gareus
2015-10-05NOOP, remove trailing tabs/whitespace.Robin Gareus
2015-10-04globally remove all trailing whitespace from ardour code base.Paul Davis
2014-07-28disallow selection of the fader and meter processor entriesBen Loftis
2014-01-20Merge branch 'windows+cc' into cairocanvasJohn Emmas
2014-01-20'libs/gtkmm2ext' - DLL visibility stuff and associated changes needed for bui...John Emmas
2014-01-07Merge branch 'master' into cairocanvasPaul Davis
2014-01-04processor drag box onlyRobin Gareus
2013-10-17add export control to libgtkmm2extPaul Davis
2013-07-11fix compiler warningRobin Gareus
2012-04-15A few tweaks to make Ardour build in GCC -std=c++0x mode.Carl Hetherington
2012-04-11Fix use of invalidated iterator (#4821).Carl Hetherington
2011-11-16Fix glitchness in DnDVBox placeholders.Carl Hetherington
2011-11-14Fix placeholder creation when dragging from one DnDVBox toCarl Hetherington
2011-11-03fix thinko in previous attempt to tackle active/selected state in dndvboxPaul Davis
2011-11-03fix mistake that prevented send processor boxes from correctly highlighting w...Paul Davis
2011-11-01move CairoWidget::ActiveState and Visual state up into gtkmm2ext foruse by Dn...Paul Davis
2011-10-19Fix insertion of processors at the point at which the processor menu was open...Carl Hetherington
2011-10-07Remove unused variable.Carl Hetherington
2011-09-30fixes for 98% of all the warnings/errors reported by OS X gcc on tigerPaul Davis
2011-05-23Assorted doxygen fixes; no functional changes.Carl Hetherington
2011-02-01Fix drop location for drag-and-drop in some cases.Carl Hetherington
2011-02-01Somewhat unconvincing visual indication that plugin inserts are splitting mon...Carl Hetherington
2011-01-14Tweak colouring in the processor list.Carl Hetherington
2011-01-06Improve the drag icon for processor drags.Carl Hetherington
2011-01-06Fix crash when turning off an active send and redisplaying processors at the ...Carl Hetherington
2011-01-06Another try at prettifying the processor list with different colours pre- and...Carl Hetherington
2011-01-04Highlight a send processor entry differently when it the mixer strip's fader ...Carl Hetherington
2010-11-25Improve visual cues during plugin drag and drop. Fixes #3566.Carl Hetherington
2010-11-23Improve shift-selection behaviour in processor box.Carl Hetherington
2010-11-23Fix multiple selection with Ctrl-Click in DnDVBox.Carl Hetherington
2009-12-20remove a couple of boost::signals2 trouble spots; fix some --strict compile t...Paul Davis
2009-11-28add ctrl-click behaviour to DndVBox, though not generalized to use primary/se...Paul Davis
2009-11-25carl's wondrous DnD VBox patch - processor boxes are now vboxes and not listv...Paul Davis