cleanup up cleanup at session destruction; clarify the meaning of 3 signals (DropRefe...
[ardour.git] / gtk2_ardour / route_time_axis.cc
2009-12-22 Paul Daviscleanup up cleanup at session destruction; clarify...
2009-12-22 Carl HetheringtonFix crash on session close.
2009-12-21 Paul Davisfully implement and deploy explicit x-thread signal...
2009-12-19 Paul Davisuse new syntax for connecting to backend signals that...
2009-12-17 Paul Davisswitch to using boost::signals2 instead of sigc++,...
2009-12-13 Carl HetheringtonApply Select property of route groups at the Selection...
2009-12-12 Paul Davisremove using namespace sigc everywhere to ensure clarit...
2009-12-11 Paul Davismake all use of bind/mem_fun be explicitly sigc::
2009-12-10 Paul Davisdrastic, deep and wide changes to make RouteGroup use...
2009-12-04 Paul Davismove generic parts of Keyboard into gtkmm2ext. imperfec...
2009-12-04 Carl HetheringtonUse a shared_ptr for SessionPlaylists so that it can...
2009-12-04 Carl HetheringtonMake processor box send faders adjust their size correctly.
2009-12-03 Carl HetheringtonMove some (most) playlist-related code and data into...
2009-11-30 Carl HetheringtonVarious optimisations to speed up rec-enable.
2009-11-30 Carl HetheringtonSpeed up some track state operations (e.g. mute etc...
2009-11-18 Paul Davisadd "custom" meter option which is the only option...
2009-10-26 David RobillardMake automation error non-fatal so we can actually...
2009-10-24 Paul Davisstart of a nominal debug tracing system, with 64 bits...
2009-10-15 Paul Davisrework Stateful::set_state() patch to avoid default...
2009-10-15 Carl HetheringtonPart 1 of loading 2.X sessions; some things work, some...
2009-10-14 David RobillardStrip trailing whitespace and fix other whitespace...
2009-10-13 Paul Daviswritable session patch, forward ported from 2.X
2009-10-02 Paul Davisstring_is_affirmative() fix for 3.0
2009-09-03 Paul Davisthe basics of step editing, more details to follow
2009-08-31 Carl HetheringtonMake drag selection work properly with stacked region...
2009-08-29 Carl HetheringtonSet route remote control IDs from a dialog rather than...
2009-08-26 Carl HetheringtonPreserve stacked / overlaid state of tracks in the...
2009-08-24 Carl HetheringtonRemove unused method in RouteTimeAxisView. Fix bug...
2009-08-13 Paul DavisMIDI cut&paste round two (not done yet); a small region...
2009-07-21 Carl HetheringtonFix some unused parameter warnings.
2009-07-21 Paul Davisfix clicking when processors become active/inactive...
2009-07-13 Paul Davismerge pre- and post-fader processor boxes; start removi...
2009-07-09 Carl HetheringtonBack out big shared_ptr change. Moving to a branch...
2009-07-09 Carl HetheringtonUse shared_ptr for the TimeAxisView hierarchy.
2009-07-01 Carl HetheringtonSeparate route list code from Editor into its own objec...
2009-07-01 Paul Davisreinstate solo button for master out ; make solo button...
2009-07-01 Paul Davisseparate solo & listen. some minor fixes and additional...
2009-06-29 Carl Hetheringtonlincoln's patch from mantis 2757 to add route group...
2009-06-29 Carl HetheringtonFactor route group menu out into its own class.
2009-06-26 Carl HetheringtonBetter fix for Amp visibility in the plugin automation...
2009-06-26 Carl HetheringtonDon't add a plugin menu entry for the Amp processor...
2009-06-23 Paul Davismake RouteGroup gain control work again ; fix what...
2009-06-22 Carl HetheringtonAdd some more options to the route group list context...
2009-06-21 Carl HetheringtonMerge edit and mix groups to just being route groups...
2009-06-20 Carl HetheringtonAllow edit group creation from the route UI's menu...
2009-06-11 Paul Davisno solo button on master bus
2009-06-09 Paul Davisthe big Route structure refactor. !!!! THIS WILL ...
2009-04-29 Carl HetheringtonDisallow click and auditioner as track / buss names...
2009-04-20 Paul Davis3 notable patches from lincoln (a) non-layered track...
2009-04-15 Paul Davisfirst half of the mega-by-hand-commit-by-commit merge...
2009-02-26 David RobillardFix a bunch of warnings.
2009-02-25 David Robillard*** NEW CODING POLICY ***
2009-02-16 David RobillardDon't bind playlist_modified with a shared_ptr<Playlist...
2009-02-15 David RobillardTrim include dependency tree (particularly on evoral...
2009-02-15 David RobillardBring the note mode menu back from the dead.
2009-01-30 David RobillardTrim include dependency graph, especially for io.h...
2009-01-21 Hans Baier* Added Menu to add a Program change parameter lane
2009-01-06 Carl HetheringtonComment and (hopefully) simplify Editor::region_drag_mo...
2009-01-02 Carl HetheringtonCleanups and a few comments.
2008-12-29 Hans Baier* fixed missing track color mode persistence
2008-12-24 Hans Baier* implemented three coloring modes for MIDI tracks...
2008-12-19 Carl HetheringtonFix visibility of automation tracks on reloading sessions.
2008-12-18 Carl HetheringtonRemove unnecessary 0 checks before delete; see parashif...
2008-12-16 Carl HetheringtonImplement #2425: option for automation to follow region...
2008-12-12 Paul Davismost of the 2.X->3.0 commit (up to rev 4299) except...
2008-12-08 Paul Davismerge 3870-3890 from 2.0-ongoing into 3.X (compiles...
2008-12-08 Paul Davispartial patch/partial by-hand merge of 2.X commits...
2008-10-06 Sampo SavolainenAdded take system from 2.0. Thanks to torben for the...
2008-09-29 David RobillardCan't call the wrong function when there's only one...
2008-09-21 David RobillardDisplay recorded controller data (fix show all/existing...
2008-09-19 David RobillardRestore visible CC/etc automation tracks on session...
2008-09-19 David RobillardFactor out sequencing related things into an independan...
2008-09-12 Paul Davisget the notebook back again (or rather, realize that...
2008-09-12 Paul Davismake tracks visible again
2008-09-10 Paul Davismerge from 2.0-ongoing @ 3581
2008-05-16 Hans Baier* Fixed crash on closing MIDI automation tracks, becaus...
2008-05-02 David RobillardFixes for GCC 4.3.
2008-04-11 Paul Davismerge 3.0 from 2.0-ongoing@3243
2008-02-16 David RobillardMerge with 2.0-ongoing R3071.
2008-02-10 David RobillardCommitted underlay support (from Audun).
2008-01-19 David RobillardMerge with trunk R2935.
2008-01-10 David RobillardMerge libs/ardour and gtk2_ardour with 2.0-ongoing...
2007-12-20 Doug McLainPort level meters to trunk
2007-10-17 Paul Davisnew internal port type, round I, plus tiny fix for...
2007-10-16 Paul Davisvirtualize Port object; clean up automation tracks...
2007-10-06 Carl HetheringtonFix things so that selecting a region always selects...
2007-10-02 Carl HetheringtonMake hide all automation work again.
2007-10-01 Carl HetheringtonPrevent plugins appearing twice on the automation submenu.
2007-09-13 Carl HetheringtonFix GTK warning.
2007-09-06 David RobillardDeep "automation regions" support.
2007-08-17 David RobillardPer-region MIDI CC "automation".
2007-07-15 David RobillardSelection of visible note range (full range vs fit...
2007-07-07 David RobillardNote modes: note, percussion.
2007-07-04 David RobillardDisplay correct value for verbose control point cursor...
2007-07-04 David RobillardAdd AutomationControl::parameter() for terseness.
2007-07-03 David Robillards/ParamID/Parameter/
2007-07-03 David RobillardPan automation/serialization fixes.
2007-06-30 David RobillardPan automation work. Almost, but not quite, working.
2007-06-30 David RobillardAnother not-quite-there-but-better commit.
2007-06-29 Doug McLainMoved canvas colors and theme file selection into new...
next