summaryrefslogtreecommitdiff
path: root/gtk2_ardour/route_time_axis.cc
AgeCommit message (Expand)Author
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
2009-06-26Better fix for Amp visibility in the plugin automation menu.Carl Hetherington
2009-06-26Don't add a plugin menu entry for the Amp processor. Desensitize the plugin ...Carl Hetherington
2009-06-23make RouteGroup gain control work again ; fix what solo button label shows un...Paul Davis
2009-06-22Add some more options to the route group list context menu. Fix a crash bug ...Carl Hetherington
2009-06-21Merge edit and mix groups to just being route groups. Add properties to rout...Carl Hetherington
2009-06-20Allow edit group creation from the route UI's menu. Allow new tracks to be p...Carl Hetherington
2009-06-11no solo button on master busPaul Davis
2009-06-09the big Route structure refactor. !!!! THIS WILL ***NOT LOAD*** PRIOR 3.0 or...Paul Davis
2009-04-29Disallow click and auditioner as track / buss names to avoid clashing with in...Carl Hetherington
2009-04-203 notable patches from lincoln (a) non-layered track mode (NOTE: this is brok...Paul Davis
2009-04-15first half of the mega-by-hand-commit-by-commit merge from 2.XPaul Davis
2009-02-26Fix a bunch of warnings.David Robillard
2009-02-25*** NEW CODING POLICY ***David Robillard
2009-02-16Don't bind playlist_modified with a shared_ptr<Playlist> parameter.David Robillard
2009-02-15Trim include dependency tree (particularly on evoral/Sequence.hpp).David Robillard
2009-02-15Bring the note mode menu back from the dead.David Robillard
2009-01-30Trim include dependency graph, especially for io.h and session.h.David Robillard
2009-01-21* Added Menu to add a Program change parameter laneHans Baier
2009-01-06Comment and (hopefully) simplify Editor::region_drag_motion_callback, fixing ...Carl Hetherington
2009-01-02Cleanups and a few comments.Carl Hetherington
2008-12-29* fixed missing track color mode persistenceHans Baier
2008-12-24* implemented three coloring modes for MIDI tracks (untested yet)Hans Baier
2008-12-19Fix visibility of automation tracks on reloading sessions.Carl Hetherington
2008-12-18Remove unnecessary 0 checks before delete; see http://www.parashift.com/c++-f...Carl Hetherington
2008-12-16Implement #2425: option for automation to follow region moves.Carl Hetherington
2008-12-12most of the 2.X->3.0 commit (up to rev 4299) except for gtk2_ardour/editor_ca...Paul Davis
2008-12-08merge 3870-3890 from 2.0-ongoing into 3.X (compiles, runs, no other promisesPaul Davis