summaryrefslogtreecommitdiff
path: root/gtk2_ardour
AgeCommit message (Expand)Author
2010-02-09Add keyboard shortcut to tooltip text where possible.David Robillard
2010-02-08Add tooltips for link buttons.David Robillard
2010-02-08use RegionCommand for same-track region dragsPaul Davis
2010-02-08Preserve and restore x and y origin of editor viewport in Editor state.Carl Hetherington
2010-02-07Move a couple of methods into editor.cc, where they seem to be more at home t...Carl Hetherington
2010-02-07Make Editor::set_state work again.Carl Hetherington
2010-02-07Remove my attempts to autoscroll based on dragged region edges (rather than j...Carl Hetherington
2010-02-07Fix pan value update so that modifier-click on the panner correctly returns t...Carl Hetherington
2010-02-05Remove weird/pointless Automatable::data().David Robillard
2010-02-03Move i18n stuff into autowaf.David Robillard
2010-02-03ifdef'd out deferred plugin selector load (-DDEFER_PLUGIN_SELECTOR_LOAD will ...David Robillard
2010-02-03Allow buss names to be edited in the track/bus list.Carl Hetherington
2010-02-03Stop crash on deleting a plugin when its generic UI window is open.Carl Hetherington
2010-02-02fixup some issues with the miditracerPaul Davis
2010-02-01Fix NULL dereference.David Robillard
2010-02-01mixing monospace font thing for miditrace windowPaul Davis
2010-02-01improve efficiency of MIDI tracer window with a lock-free FIFO and lock-free ...Paul Davis
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