summaryrefslogtreecommitdiff
path: root/gtk2_ardour/mixer_ui.cc
AgeCommit message (Expand)Author
2009-02-25*** NEW CODING POLICY ***David Robillard
2009-01-30Trim include dependency graph, especially for io.h and session.h.David Robillard
2009-01-30first pass at internal sends. this is a very tentative work in progress, and ...Paul Davis
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
2008-10-22Don't tear down and rebuild all rulers on each visibility change, fix duplica...Nick Mainsbridge
2008-10-19Handle changed session duration & resizing canvas better wrt end marker, remo...Nick Mainsbridge
2008-10-05Normalize XML property name style, preserving old session loading (on load _ ...David Robillard
2008-09-10merge 2.0-ongoing into 3.0 @ 3581 - 3710Paul Davis
2008-09-10merge from 2.0-ongoing @ 3581Paul Davis
2008-04-11merge 3.0 from 2.0-ongoing@3243Paul Davis
2008-02-16Merge with 2.0-ongoing R3071.David Robillard
2008-01-12Merge with 2.0-ongoing R2885.David Robillard
2008-01-10Merge with 2.0-ongoing R2883.David Robillard
2008-01-10Merge libs/ardour and gtk2_ardour with 2.0-ongoing R2837.David Robillard
2007-11-06Similar fix to previous commit for Mixer_UI::sync_order_keys()Carl Hetherington
2007-10-16virtualize Port object; clean up automation tracks from track deletionPaul Davis
2007-10-11merge from 2.0-ongoing by hand, minus key binding editorPaul Davis
2007-07-18Restore position of the mixer window when it is reopened. #1277Tim Mayberry
2007-07-10show() widgets explicitly in the MixerUI window, fix UI::just_hide_it(), so t...Doug McLain
2007-07-07finish show() stuff for mixer strip and friendsDoug McLain
2007-07-07more show() stuff, and replaced strip->show_all(); untill its actually finishedDoug McLain
2007-07-06show() widgets explicitly in the MixerStrip and IOSelectorDoug McLain
2007-06-29Further automation refactoring - bring in the concept of Controllable, work t...David Robillard
2007-06-23Insert/Redirect refactoring, towards better MIDI support in mixer strip, andDavid Robillard
2007-06-15Use boost::shared_ptr instead of raw pointers for RouteUI track (etc) accesso...David Robillard
2007-04-29merged -r1752:HEAD from trunkPaul Davis
2007-04-11merged with 1697 revision of trunk (which is post-rc1 but pre-rc2Paul Davis
2006-12-20small but major fix for Controllable state storage (do not create illegal XML...Paul Davis
2006-12-08make follow-playhead available again; remove special pane handlingPaul Davis
2006-11-27many small changes, see ardour-dev for morePaul Davis
2006-11-22patch from brian to get consistent menu behaviourPaul Davis
2006-11-16small changes to the mixer strip from thorwilPaul Davis
2006-11-13Fixed refresh of strip and track hide buttons.Taybin Rutkin
2006-08-30** requires svn jack ** Hardware monitoring should work, some canvas scrollin...Nick Mainsbridge
2006-08-25use shared_ptr<> for all region handlingPaul Davis
2006-08-17further optimizations for multiple-track-at-once addition. as in "whoah!"Paul Davis
2006-07-27added RCU handling of Session route list, and major use of shared_ptr<T> ever...Paul Davis
2006-06-21the return of VST supportPaul Davis
2006-06-14use libsndfile for all audio file i/o, and rename DiskStream AudioDiskStreamPaul Davis
2006-06-07Merged timbyr's win32 branch. -r 547:566.Taybin Rutkin
2006-05-22Mixer pane can be collapsed again, some cleanup, give up and go back to 'Off'...Nick Mainsbridge
2006-05-21Mixer strip layout, emsure correct column expands on treeviews, 'Manual' auto...Nick Mainsbridge
2006-05-19Mixer strip & ui layout changesNick Mainsbridge
2006-05-19fix for edit & mix group names getting lost at session loadPaul Davis
2006-04-25All included libraries now link dynamically instead of statically.Taybin Rutkin
2006-04-10a) moved metering and meter falloff code into libardourPaul Davis
2006-03-14fix for restoring destructive-ness on session reload using flags, plus an edi...Paul Davis
2006-03-10start editing new edit/mix group names immediately after they are addedPaul Davis
2006-03-10further travels down the road toward true route group blissPaul Davis