provide a real and usable MuteControllable for Routes (so that MIDI can use it)
[ardour.git] / gtk2_ardour /
2010-01-04 Paul Davisdon't double-call methods via UICallback::call_slot...
2010-01-04 Carl HetheringtonMove a couple of connect() calls up the class hierarchy.
2010-01-04 Paul Davisremove old paypal cruft from about dialog source, and...
2010-01-04 Paul Davisadd a way to see (most of) the waf config used to build...
2010-01-03 Carl HetheringtonFix some bugs in set_selected_control_point_from_click.
2010-01-03 Carl HetheringtonSome cleanups to drawing of automation line control...
2010-01-02 Carl HetheringtonFix confusion between model and view points when draggi...
2010-01-02 Carl HetheringtonFix warnings.
2010-01-02 Carl HetheringtonStop automation drags when they hit their lowest point...
2010-01-02 Carl HetheringtonDon't allow drag of automation range unless the mouse...
2010-01-01 Carl HetheringtonAdd missing files.
2010-01-01 Carl HetheringtonFirst cut of some Pro-tools inspired editing features...
2010-01-01 Carl HetheringtonPrevent vertical autoscroll when dragging markers....
2009-12-30 Paul Davisrestore excess calls to sync-order stuff (for now)...
2009-12-30 Paul Davismake generic MIDI control track remote control ID chang...
2009-12-29 Paul Daviseditors for control protocols (generalized); editor...
2009-12-28 Carl HetheringtonSome HIG and wording improvements to the right-click...
2009-12-27 Sakari BergenRe-integrate export-optimization branch.
2009-12-25 Paul Davisrationalize destruction pathway (some more); tidy-ify...
2009-12-24 Paul Davisclean up editor mixer strip when session is going away...
2009-12-23 Carl HetheringtonGive titles to Gtkmm2ext::Choice prompts, and do some...
2009-12-23 Carl HetheringtonPrevent a crash in the situation where:
2009-12-22 Paul Daviscleanup up cleanup at session destruction; clarify...
2009-12-22 Carl HetheringtonFix crash on session close.
2009-12-22 Carl HetheringtonFix compile.
2009-12-22 Carl HetheringtonFix show/hide of editor summary.
2009-12-22 Carl HetheringtonRefactor and clean up some confusion in dragging code.
2009-12-22 Carl HetheringtonFix comments.
2009-12-22 Carl HetheringtonSmall refactoring of determine_visible_control_points.
2009-12-22 Carl HetheringtonAdd remove all and disconnect all to port matrix menu...
2009-12-22 Carl HetheringtonFix crash when going from >2 outputs (2D panner) to...
2009-12-21 Paul Davisfully implement and deploy explicit x-thread signal...
2009-12-20 Paul Davisremove a couple of boost::signals2 trouble spots; fix...
2009-12-19 Paul Davisuse new syntax for connecting to backend signals that...
2009-12-17 Paul Davisfix deadlock in protocol manager startup; fix some...
2009-12-17 Paul Davismake private (non-usable) copy constructor for Selectio...
2009-12-17 Paul Davisswitch to using boost::signals2 instead of sigc++,...
2009-12-14 Carl HetheringtonOffer all of a bundle's ports for disconnection / remov...
2009-12-13 Carl HetheringtonRestore port group tabs.
2009-12-13 Carl HetheringtonRemove confusing track / group members in TimeSelection...
2009-12-13 Carl HetheringtonAdd missing files.
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-12 Nick MainsbridgeFix canvas region layering in non-Stacked modes. Remove...
2009-12-11 Paul Davismake all use of bind/mem_fun be explicitly sigc::
2009-12-11 Nick MainsbridgeRemove unused pre_drag_region_selection, fix ugly regio...
2009-12-11 Paul Davisfix compilation breakages from the last commit
2009-12-10 Paul Davissecond part of: fix up scrolling of pixfaders by makin...
2009-12-10 Paul Davisadd solo isolate indicator in editor route list
2009-12-10 Paul Davisrestore rec-enable, solo & mute functionality; remove...
2009-12-10 Nick MainsbridgeFix layering while dragging regions over higher ordered...
2009-12-10 Paul Davisdrastic, deep and wide changes to make RouteGroup use...
2009-12-09 Paul Davissmall fixlet for region push/pull op, from lincoln
2009-12-09 Paul DavisOSC is now driven by an event loop; fix up lifetime...
2009-12-09 Paul Davismajor design changes: use glib event loop for MIDI...
2009-12-08 Paul Davisclosing in on a genuinely general scheme for handling...
2009-12-07 Paul Davisbetter, cleaner, more generic version of real-time...
2009-12-07 Paul Davisfirst pass at end-to-end RT operation request (GUI...
2009-12-07 Carl HetheringtonRedraw the matrix correctly when available ports change...
2009-12-07 Carl HetheringtonGive just one system tab rather than mono / stereo...
2009-12-07 Carl HetheringtonFix a couple of crashes with empty matrices. Some...
2009-12-06 Sampo SavolainenEliminate double reversible commit from time stretch...
2009-12-06 Taybin RutkinMerged revisions 6292,6294-6295,6311,6314 via svnmerge...
2009-12-06 Taybin RutkinMerged revisions 6293,6296-6306,6308 via svnmerge from
2009-12-05 Carl HetheringtonClean up and comment PortMatrix event handling a bit.
2009-12-04 Paul Davismove generic parts of Keyboard into gtkmm2ext. imperfec...
2009-12-04 Carl HetheringtonSome tweaks to fix bug with the tab handling when resca...
2009-12-04 Carl HetheringtonSave some unnecessary updates of the processor box.
2009-12-04 Paul Davisswitch ActionManager to a namespace; move generic part...
2009-12-04 Paul Davishandle left/right scroll in editor summary, and use...
2009-12-04 Paul Daviscross-thread handling of SessionEvent allocation/deallo...
2009-12-04 Carl HetheringtonUse a shared_ptr for SessionPlaylists so that it can...
2009-12-04 Carl HetheringtonFix crash that I introduced with a recent bug fix.
2009-12-04 Carl HetheringtonMake processor box send faders adjust their size correctly.
2009-12-04 Carl HetheringtonHide port matrix notebook tabs if there's only one.
2009-12-04 Carl HetheringtonTweak mouseover on port matrix.
2009-12-04 Carl HetheringtonArrange port insert matrix horizontally.
2009-12-03 Carl HetheringtonMove some (most) playlist-related code and data into...
2009-12-03 Carl HetheringtonMove region name slightly to partially fix #2948.
2009-12-03 Carl HetheringtonFix previous commit.
2009-12-03 Carl HetheringtonFix #2947.
2009-12-01 Carl HetheringtonPatch from lincoln to fix #1601: strange behaviour...
2009-12-01 Carl HetheringtonClean up some confusion about zoom focus and the edit...
2009-12-01 Carl HetheringtonRepair marker and region names that I broke.
2009-12-01 Carl HetheringtonFix scrollwheel operation in editor.
2009-12-01 Carl HetheringtonStop editor summary viewbox being moved too far down...
2009-12-01 Carl HetheringtonVarious tweaks to group tabs, the main upshot of which...
2009-12-01 Carl HetheringtonReset the dialog when it is closed with partial (incomp...
2009-12-01 Paul Davisfix logic problems with startup assistant; make initial...
2009-12-01 Paul Davisnow that MTC can cause a timecode format change, make...
2009-12-01 Paul Davisremove debugging text
2009-12-01 Paul Davismake text to describe timecode-source-is-synced option...
2009-12-01 Paul Davisdon't bother doing port stuff if session is being deleted
2009-12-01 Carl HetheringtonRemove unused editor hscroller code. Add buttons to...
2009-12-01 Carl HetheringtonFix #2933.
2009-12-01 Carl HetheringtonClean up confusion wrt showing the bundle manager....
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-30 Paul Davismove some debug trace support code around to a more...
2009-11-30 Paul Davisattempt to remove confusion and errors caused by unclea...
next