summaryrefslogtreecommitdiff
path: root/gtk2_ardour
AgeCommit message (Expand)Author
2010-02-22finish getting rid of RegionCommandPaul Davis
2010-02-19add begin/end undo/redo signals so that playlist can freeze/thaw itself aroun...Paul Davis
2010-02-19change PropertyChange from a bitfield into a real object, with all the many w...Paul Davis
2010-02-18connect Streamview to Playlist::ContentsChanged signal so that it updates aft...Paul Davis
2010-02-18do not save editor state in every reversible commandsPaul Davis
2010-02-18the Properties & 64bit region commitPaul Davis
2010-02-11tweak Stateful/StatefulDiffCommand changes so that SessionObject's actually g...Paul Davis
2010-02-11More tinkering with State<>. Use some StateDiffCommands instead ofCarl Hetherington
2010-02-10Move ARDOUR::Change into PBD so that Stateful can be aware ofCarl Hetherington
2010-02-09Fix cross-track region drags.Carl Hetherington
2010-02-09Modify Stateful to allow undo to be done using differences in state.Carl Hetherington
2010-02-09Shrink zoom buttons.David Robillard
2010-02-09Fix rulers on intial display (fix item 1 of ticket #2740).David Robillard
2010-02-09Center port matrix if IO selector window is too large.David Robillard
2010-02-09Move object+range button up with the rest of the tool buttons (bringing edit ...David Robillard
2010-02-09Add --args so ardbg obeys ardour options.David Robillard
2010-02-09Fix crash when setting loop or punch range after creating a new session (and ...David Robillard
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