summaryrefslogtreecommitdiff
path: root/gtk2_ardour
AgeCommit message (Expand)Author
2010-01-27add control for sending MTC (or not)Paul Davis
2010-01-25a boatload of minor and middle-sized changes to try to speed up undo. imperfe...Paul Davis
2010-01-25Allow drag of region fade in/out in object mode with link enabled (part of #2...Carl Hetherington
2010-01-25Tweaks to prevent flicker in the treeview when changing record / solo isolate...Carl Hetherington
2010-01-22lincoln's revised patch for editor route list, to get column widths better etc.Paul Davis
2010-01-17avoid num-tracks repeat call EditorRegions::set_selected() when a region is s...Paul Davis
2010-01-16Fix bug when dragging regions in PT-edit mode.Carl Hetherington
2010-01-16When dragging the summary viewbox with a click outside the viewbox, clamp x a...Carl Hetherington
2010-01-15Restore old behaviour when updating the view when the playhead goes off it du...Carl Hetherington
2010-01-15Temporarily fix segfault on show/hide all automation, pending a proper fix.Carl Hetherington
2010-01-15Hopefully further improve the autoscroll on trim drag.Carl Hetherington
2010-01-15Reconnect region name signalling so that trim drags can be started over a reg...Carl Hetherington
2010-01-15Stop surprising autoscroll when trimming regions; hopefully addresses #2993.Carl Hetherington
2010-01-15dynamically resize text in the big clock, first versionPaul Davis
2010-01-15Centre playhead on zoom when it is the zoom focus. Myself and oofus think it...Carl Hetherington
2010-01-15Escape underscores in port matrix menus correctly so that track names etc. wi...Carl Hetherington
2010-01-15Fix #2992: mute/solo state in tracks/busses tab not set up correctly on sessi...Carl Hetherington
2010-01-14Minor cleanups to menu code. Some copyediting of menu items for HIG compliance.Carl Hetherington
2010-01-13assert() to help find some possible causes of #2991. Fix some confusion with...Carl Hetherington
2010-01-12Hopefully fix segfault.Carl Hetherington
2010-01-12Allow multiple simulataneous Drags to be active, and hence set up and drag ti...Carl Hetherington
2010-01-12Remove non-working attempt to make time selection changes undo-able. Cleanup...Carl Hetherington
2010-01-12Tiny cleanup.Carl Hetherington
2010-01-12Remove unnecessary checks from Drag subclasses now that superclass does them.#Carl Hetherington
2010-01-11Fix confusion about last_pointer_* variables under snap.Carl Hetherington
2010-01-10mo' better fixes for managing MIDI CC/automation lanesPaul Davis
2010-01-09remove a bunch of debug outputPaul Davis
2010-01-09lots of debug code still in place, but get a much improved structure for MIDI...Paul Davis
2010-01-08Update verbose cursor correctly when y drags are clamped.Carl Hetherington
2010-01-08Fix a few more cases of aborting drags.Carl Hetherington
2010-01-08Make a new action "escape", bound to the Escape key, and make itCarl Hetherington
2010-01-07select-by-pitch from the piano roll header (inspired by Rosegarden); some imp...Paul Davis
2010-01-06screw up MIDI control "automation" tracks quite a bit while trying to improve...Paul Davis
2010-01-06Stop crossfades disappearing on region view drags.Carl Hetherington
2010-01-06Fix segfault on startup caused by previous patch.Carl Hetherington
2010-01-06Clean up the idle_visual_changer a bit, fixing a bug where the playhead would...Carl Hetherington
2010-01-06When moving around using nudge / move to next region etc., arrange the canvas...Carl Hetherington
2010-01-06Fix some bugs in autoscroll when dragging regions.Carl Hetherington
2010-01-05make system tab show up as default (most of the time) in port matrixPaul Davis
2010-01-05Refix yesterday's patch; ignore motion events that haven't moved anywhere, an...Carl Hetherington
2010-01-05fix some issues with context menu managementPaul Davis
2010-01-05more nudges to the MIDI list editorPaul Davis
2010-01-05get the MIDI list editor working a little better and a little morePaul Davis
2010-01-05Cleanup of previous two commits.Carl Hetherington
2010-01-05Make a note of some confusion in the previous commit.Carl Hetherington
2010-01-05Fixes to permit drags of multiply-selected automation control points.Carl Hetherington
2010-01-05Fix various confusions about move threshold when snapping. Fixes non-appeari...Carl Hetherington
2010-01-05No-op: few minor bits of coding style.Carl Hetherington
2010-01-04move config button in about dialog to the right spot; add GPL license text to...Paul Davis
2010-01-04don't double-call methods via UICallback::call_slot() when they are already c...Paul Davis