summaryrefslogtreecommitdiff
path: root/gtk2_ardour/route_time_axis.cc
AgeCommit message (Expand)Author
2010-02-18the Properties & 64bit region commitPaul Davis
2010-02-09Add keyboard shortcut to tooltip text where possible.David Robillard
2010-02-05Remove weird/pointless Automatable::data().David Robillard
2010-01-15Temporarily fix segfault on show/hide all automation, pending a proper fix.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-06screw up MIDI control "automation" tracks quite a bit while trying to improve...Paul Davis
2010-01-05fix some issues with context menu managementPaul Davis
2010-01-05No-op: few minor bits of coding style.Carl Hetherington
2010-01-04Move a couple of connect() calls up the class hierarchy.Carl Hetherington
2009-12-22cleanup up cleanup at session destruction; clarify the meaning of 3 signals (...Paul Davis
2009-12-22Fix crash on session close.Carl Hetherington
2009-12-21fully implement and deploy explicit x-thread signal connection syntax (testin...Paul Davis
2009-12-19use new syntax for connecting to backend signals that enforces explicit conne...Paul Davis
2009-12-17switch to using boost::signals2 instead of sigc++, at least for libardour. no...Paul Davis
2009-12-13Apply Select property of route groups at the Selection object level. Accordi...Carl Hetherington
2009-12-12remove using namespace sigc everywhere to ensure clarity over which bind/mem_...Paul Davis
2009-12-11make all use of bind/mem_fun be explicitly sigc:: Paul Davis
2009-12-10drastic, deep and wide changes to make RouteGroup use boost::shared_ptr<Route...Paul Davis
2009-12-04move generic parts of Keyboard into gtkmm2ext. imperfectly done, but makes mo...Paul Davis
2009-12-04Use a shared_ptr for SessionPlaylists so that it can be explicitly destroyed ...Carl Hetherington
2009-12-04Make processor box send faders adjust their size correctly.Carl Hetherington
2009-12-03Move some (most) playlist-related code and data into a separate objectCarl 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-18add "custom" meter option which is the only option where the meter processor ...Paul Davis
2009-10-26Make automation error non-fatal so we can actually work on this stuff...David Robillard
2009-10-24start of a nominal debug tracing system, with 64 bits available for flags; tr...Paul Davis
2009-10-15rework Stateful::set_state() patch to avoid default version argumentPaul Davis
2009-10-15Part 1 of loading 2.X sessions; some things work, some things don't, hacks a-...Carl Hetherington
2009-10-14Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mix...David Robillard
2009-10-13writable session patch, forward ported from 2.XPaul Davis
2009-10-02string_is_affirmative() fix for 3.0Paul Davis
2009-09-03the basics of step editing, more details to followPaul Davis
2009-08-31Make drag selection work properly with stacked region mode.Carl Hetherington
2009-08-29Set route remote control IDs from a dialog rather than a menu. I think this isCarl Hetherington
2009-08-26Preserve stacked / overlaid state of tracks in the session file.Carl Hetherington
2009-08-24Remove unused method in RouteTimeAxisView. Fix bug with switching to layered...Carl Hetherington
2009-08-13MIDI cut&paste round two (not done yet); a small region trim fix from lincoln s.Paul Davis
2009-07-21Fix some unused parameter warnings.Carl Hetherington
2009-07-21fix clicking when processors become active/inactive; reduce crazy 2.5sec dela...Paul Davis
2009-07-13merge pre- and post-fader processor boxes; start removing Placement (not fini...Paul Davis
2009-07-09Back out big shared_ptr change. Moving to a branch. Apologies all.Carl Hetherington
2009-07-09Use shared_ptr for the TimeAxisView hierarchy.Carl Hetherington
2009-07-01Separate route list code from Editor into its own object, EditorRouteList. H...Carl Hetherington
2009-07-01reinstate solo button for master out ; make solo button show state even if in...Paul Davis
2009-07-01separate solo & listen. some minor fixes and additional related fixes still t...Paul Davis
2009-06-29lincoln's patch from mantis 2757 to add route group property checkboxes in th...Carl Hetherington
2009-06-29Factor route group menu out into its own class.Carl Hetherington