summaryrefslogtreecommitdiff
path: root/libs/surfaces
AgeCommit message (Expand)Author
2019-02-16remove references to "Editor_menus" which is an action that no longer existsPaul Davis
2019-02-16rename Main_menu action to Main menuPaul Davis
2019-01-21NO-OP: whitespaceRobin Gareus
2019-01-21NO-OP: remove unused codeRobin Gareus
2019-01-21ISO-C++ compat, see cd70c6bda5b, 91ed9840dRobin Gareus
2019-01-18OSC: remove unused variableLen Ovens
2019-01-18OSC: shorten foldbackbus namesLen Ovens
2019-01-16Fix ambiguity introduced in 91ed9840dRobin Gareus
2019-01-14Clarify which version of 'ActionManager::get_action()' we're callingJohn Emmas
2019-01-11do not crash if an unknown action is used by US2400 supportPaul Davis
2019-01-11do not crash if an unknown action is used by Mackie Control supportPaul Davis
2019-01-03LCXL: Fix a problem in switch_bankJan Lentfer
2019-01-03LCXL: fix special 32C handling for autom. lanesJan Lentfer
2018-12-12LCXL: some more small tweaksJan Lentfer
2018-12-12 replace ::cast_dynamic() with relevant ActionManager::get_*_action() callsPaul Davis
2018-12-10fix Window->Common move for show-mixerPaul Davis
2018-12-10use ActionManager namespace, rather than ActionMap objectsPaul Davis
2018-11-12Make foldback bus match foldback sends namewiseLen Ovens
2018-11-12Changed send/deliver role "Personal" to "Foldback" so bus type can matchLen Ovens
2018-11-12OSC: New personal monitor buses no longer need to be hiddenLen Ovens
2018-11-12OSC: logic thinko fixLen Ovens
2018-11-11LCXL: some final fixesJan Lentfer
2018-11-07OSC: specify which stiripable type we wantLen Ovens
2018-10-30OSC: Allow non-cue surfaces to create personal send and ListenBusLen Ovens
2018-10-19Add personal monitor sendsLen Ovens
2018-10-18Fix scalar initialization of shared_ptr<>.Robin Gareus
2018-10-17Option to hide send if aux is hiddenLen Ovens
2018-10-17LCXL: complete overhaul and Mixbus supportJan Lentfer
2018-10-17LCXL: Assign one callback function per Knob/FaderTérence Clastres
2018-10-16OSC: personal monitor can hide the aux busLen Ovens
2018-10-16OSC: personal monitor send hidden follows aux hiddenLen Ovens
2018-10-16OSC: personal monitor should only send signal present on changeLen Ovens
2018-10-14OSC: allow personal monitor to add a send.Len Ovens
2018-10-14remove use of hardcoded -fPIC compiler flag, and use compiler flag dict insteadPaul Davis
2018-10-07Faderport(Classic): Add Record-PreRoll and Record-CountIn actions to the foo...Ben Loftis
2018-10-05move away from "sync source" conceptsPaul Davis
2018-10-04Fix the User button for Mixbus; we use it as a button, not a modifier.Ben Loftis
2018-10-04Handle generic-midi bindings per session.Robin Gareus
2018-09-30Adapt our remaining MSVC projects for 'boost::atomic' (in case it later gets ...John Emmas
2018-09-28FP8/16: include makeup gain controlRobin Gareus
2018-09-27MCP: Fix up the feedback for the view selection buttons.Albert Graef
2018-09-27MCP: Allow the current bank to move right one channel even if this results in...Albert Graef
2018-09-27MCP: Fix up the feedback for the bank left/right buttons.Albert Graef
2018-09-22LCXL: fix off by one cause by fader8masterJan Lentfer
2018-09-22LCXL: Fix a crash on exitJan Lentfer
2018-09-21Fix --no-nls (4/5), i18n include order in libs/*Robin Gareus
2018-09-18OSC: Allow personal monitor to change output connectionLen Ovens
2018-09-10OSC: Personal monitoring can add a new auxLen Ovens
2018-09-10Initial changes needed for building Mixbus (with MSVC) as version 5John Emmas
2018-09-06Add missing cast (NoteButton to TrackButton)Robin Gareus