summaryrefslogtreecommitdiff
path: root/gtk2_ardour
AgeCommit message (Expand)Author
2009-12-07Fix a couple of crashes with empty matrices. Some small optimisations.Carl Hetherington
2009-12-06Eliminate double reversible commit from time stretch, and make the stretch op...Sampo Savolainen
2009-12-06Merged revisions 6292,6294-6295,6311,6314 via svnmerge from Taybin Rutkin
2009-12-06Merged revisions 6293,6296-6306,6308 via svnmerge from Taybin Rutkin
2009-12-05Clean up and comment PortMatrix event handling a bit.Carl Hetherington
2009-12-04move generic parts of Keyboard into gtkmm2ext. imperfectly done, but makes mo...Paul Davis
2009-12-04Some tweaks to fix bug with the tab handling when rescanning or when ports di...Carl Hetherington
2009-12-04Save some unnecessary updates of the processor box.Carl Hetherington
2009-12-04switch ActionManager to a namespace; move generic part into libgtkmm2extPaul Davis
2009-12-04handle left/right scroll in editor summary, and use secondary & tertiary modi...Paul Davis
2009-12-04cross-thread handling of SessionEvent allocation/deallocation, with widesprea...Paul Davis
2009-12-04Use a shared_ptr for SessionPlaylists so that it can be explicitly destroyed ...Carl Hetherington
2009-12-04Fix crash that I introduced with a recent bug fix.Carl Hetherington
2009-12-04Make processor box send faders adjust their size correctly.Carl Hetherington
2009-12-04Hide port matrix notebook tabs if there's only one.Carl Hetherington
2009-12-04Tweak mouseover on port matrix.Carl Hetherington
2009-12-04Arrange port insert matrix horizontally.Carl Hetherington
2009-12-03Move some (most) playlist-related code and data into a separate objectCarl Hetherington
2009-12-03Move region name slightly to partially fix #2948.Carl Hetherington
2009-12-03Fix previous commit.Carl Hetherington
2009-12-03Fix #2947.Carl Hetherington
2009-12-01Patch from lincoln to fix #1601: strange behaviour when duplicating multiple ...Carl Hetherington
2009-12-01Clean up some confusion about zoom focus and the edit point.Carl Hetherington
2009-12-01Repair marker and region names that I broke.Carl Hetherington
2009-12-01Fix scrollwheel operation in editor.Carl Hetherington
2009-12-01Stop editor summary viewbox being moved too far down in y.Carl Hetherington
2009-12-01Various tweaks to group tabs, the main upshot of which is that you can startCarl Hetherington
2009-12-01Reset the dialog when it is closed with partial (incomplete) changes to clock...Carl Hetherington
2009-12-01fix logic problems with startup assistant; make initial page buttons of start...Paul Davis
2009-12-01now that MTC can cause a timecode format change, make sure that our handling ...Paul Davis
2009-12-01remove debugging textPaul Davis
2009-12-01make text to describe timecode-source-is-synced option hopelessly more verbosePaul Davis
2009-12-01don't bother doing port stuff if session is being deletedPaul Davis
2009-12-01Remove unused editor hscroller code. Add buttons to the left and right of th...Carl Hetherington
2009-12-01Fix #2933.Carl Hetherington
2009-12-01Clean up confusion wrt showing the bundle manager. Fixes #2930.Carl Hetherington
2009-11-30Various optimisations to speed up rec-enable.Carl Hetherington
2009-11-30Speed up some track state operations (e.g. mute etc.) that affect the editor ...Carl Hetherington
2009-11-30move some debug trace support code around to a more sane locationPaul Davis
2009-11-30attempt to remove confusion and errors caused by unclear semantics of _is_emb...Paul Davis
2009-11-30as 6211, but include menu template filePaul Davis
2009-11-30remove "New Return" menu option from processor box; make return toggle proces...Paul Davis
2009-11-30new rc config param, try-link-for-embed, controls whether we try hard linking...Paul Davis
2009-11-29debug flag for MTC; make ardour/timecode.h simply include the "authoritative"...Paul Davis
2009-11-29Implement 2532: option to show tracks with regions under the playhead.Carl Hetherington
2009-11-28Tweak checkbutton size in the processor box.Carl Hetherington
2009-11-28Remove what I believe are erroneous set_size_request calls in the panner UI. ...Carl Hetherington
2009-11-28add ctrl-a to select all processors in a processor boxPaul Davis
2009-11-28fully remove per-processor activate/deactivate from processor box (sorry carl :)Paul Davis
2009-11-28restore editor with leftmost frame preservedPaul Davis