summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-06-13add shuttle colors to all themes.Paul Davis
2016-06-13show ShuttleControl GUI some love.Paul Davis
2016-06-13OSC: Catch new strips, gone strips and redo banks and observers. Add more sel...Len Ovens
2016-06-13use pane position mgmt on appropriate panesPaul Davis
2016-06-13working version of pane position mgmt for OS XPaul Davis
2016-06-13write some code to limit pane handle positions on OS X.Paul Davis
2016-06-13Remove some Windows icons which I'm told we don't need any more...John Emmas
2016-06-12use WindowProxy::signal_(map|unmap) to keep window toggle actions in their co...Paul Davis
2016-06-12give WindowProxy its own map/unmap signals so that other things can track map...Paul Davis
2016-06-12stop AddRouteDialog from being modal and from using a recursive run loopPaul Davis
2016-06-12remove RouteGroupDialog::do_run() and replace its use with code that doesn't ...Paul Davis
2016-06-13Pick a colour for music-locked tempo markers.nick_m
2016-06-12ignore midi on monitor-section and force strict-i/oRobin Gareus
2016-06-12hide mixer group tabs when spilling control master slavesPaul Davis
2016-06-12fix crash when removing a track in the presence of VCAsPaul Davis
2016-06-12don't show meter for integer/enum outputs in a generic plugin UIRobin Gareus
2016-06-12fix typoRobin Gareus
2016-06-12MackieControl: in sends subview, if there are no sends for a vpot, drop the c...Paul Davis
2016-06-12fix MCP Cancel button "escape" actionPaul Davis
2016-06-12redesign/reimplement selection knowledge in MackieControlProtocol objectPaul Davis
2016-06-12reduce verbosity of -D mackie in the presence of continued handshaking/keepal...Paul Davis
2016-06-12update post-export command placeholder documentationRobin Gareus
2016-06-12more meta-data placeholders for post-export commandRobin Gareus
2016-06-11OSC: Add send enable control.Len Ovens
2016-06-11make RouteGroupDialog non-modal.Paul Davis
2016-06-11OSC: added solo isolate and solo safe/lock.Len Ovens
2016-06-12Fix exact tempo pulse for snap to bars case.nick_m
2016-06-12Make exact beat calculation of tempi a bit less cumbersome. Move tempi on an ...nick_m
2016-06-12Set tempo sections to the exact pulse when snapped to a musical grid.nick_m
2016-06-10make relative gain control in route groups work (again)Paul Davis
2016-06-10OSC: Constrain master pan position as width requires.Len Ovens
2016-06-10OSC: force non-active controls to zero. Keep pan within range wide allows.Len Ovens
2016-06-11Unused variable - no-op.nick_m
2016-06-11Make RegionView less aggressive about trimming the front of a region.nick_m
2016-06-11Fix many offset errors when drawing notes in midi regions that have been edited.nick_m
2016-06-10make sure editor can follow visibility changes for VCAsPaul Davis
2016-06-10do not add master to Mixer_UI's TreeModel - explicitly pack it and never unpa...Paul Davis
2016-06-10Fix the reference to i18n_po, fix Paul's second nameAlexandre Prokoudine
2016-06-10another PresentationInfo sort order fix.Paul Davis
2016-06-10fix behaviour of select_(next|prev)_route() in editor, when VCAs are present.Paul Davis
2016-06-10noop: comment fix.Paul Davis
2016-06-10Use generic sorter.Paul Davis
2016-06-10EditorRoutes needs to connect to the right property change signal.Paul Davis
2016-06-10EditorRoutes needs to respond to PropertyChanged(selected)Paul Davis
2016-06-10New editor API to retrieve the Stripable with via presentation info order.Paul Davis
2016-06-10make sure RouteUIs show selection status at startupPaul Davis
2016-06-10Various changes to PresentationInfo and a small consolidation of sorters.Paul Davis
2016-06-10remove certain ControlProtocol signals related to stripable selectionPaul Davis
2016-06-10Accommodate newly introduced source(s) in our MSVC project (gtk2_ardour)John Emmas
2016-06-10Apply some constraints to bbt dragging.nick_m