summaryrefslogtreecommitdiff
path: root/libs/surfaces
AgeCommit message (Expand)Author
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
2018-09-06Fix an invalid conversion from 'int' to non-scalar.Robin Gareus
2018-09-04LCXL: Refactor code to use boost::shared_ptrJan Lentfer
2018-09-03Fix shared_ptr initializationRobin Gareus
2018-09-02use boost::shared_ptr<> to manage Button/Pad lifetimes in Push2 codePaul Davis
2018-08-30LCXL: Fix check if ports existTérence Clastres
2018-08-30P2: Fix check if ports existRobin Gareus
2018-08-29LCXL: Fix two crashesJan Lentfer
2018-08-25LCXL: add visual feedback for sec button functionsJan Lentfer
2018-08-24Cleanup various design patterns.Robin Gareus
2018-08-24move select-all-tracks,deselect-all,invert-selection to be global actions (an...Paul Davis
2018-08-22Revert "LCXL: Fast skip to first/last stripable with left/right long press"Térence Clastres
2018-08-22LCXL: Make knobs' leds' color constant when controlling master busTérence Clastres
2018-08-22LCXL: track select: change from 1 strip at a time to whole bankTérence Clastres
2018-08-22LCXL: Mixbus secondary function for Ctrl buttonsJan Lentfer
2018-08-22LCXL: Add some Mixbus functionalityJan Lentfer
2018-08-22LCXL: save assignment of 8th fader in configJan Lentfer
2018-08-22LCXL: fix some more typosJan Lentfer
2018-08-19LCXL: Fast skip to first/last stripable with left/right long pressTérence Clastres
2018-08-19LCXL: fix crash when disabling the surface while having the GUI openTérence Clastres
2018-08-18LCXL: Add configuration option for handling masterJan Lentfer
2018-08-18Add knob leds and refine colorsTérence Clastres
2018-08-18LCXL: fix typos in function namesJan Lentfer
2018-08-18LCXL: add isolate solo as secondary functionJan Lentfer
2018-08-18LCXL: split track focus button and led codeJan Lentfer
2018-08-15Code styling: remove whitespaces between parenthesisTérence Clastres
2018-08-15Attempt to make some function's names more explicitTérence Clastres
2018-08-15Fix track select right led wrong behaviourTérence Clastres
2018-08-15Fix track buttons not working when selecting the last stripableTérence Clastres
2018-08-16Remove some unused includesRobin Gareus
2018-08-13LCXL: Reorganize knobs functionsJan Lentfer
2018-08-13LCXL: implement mute, solo and record arm togglesJan Lentfer
2018-08-13Add pick-up mode and use it for knobs and fadersTérence Clastres
2018-08-09Add Launch Control XL iconTérence Clastres
2018-08-09Turn off button led if it doesn't control a stripableTérence Clastres
2018-08-09Call switch_bank() and use button_track_mode() within it to init required LEDsTérence Clastres
2018-08-09Add reset method and use it during start-up/shutdownTérence Clastres
2018-08-09Add missing set_color(Off) in else statementTérence Clastres
2018-08-09Correct formatting for if/else statementsTérence Clastres
2018-08-09Fix wrong note number offsetTérence Clastres
2018-08-08fix button note number map lookupPaul Davis
2018-08-07emacs whitespace fixesPaul Davis
2018-08-07explicitly drop connections from destructorPaul Davis
2018-08-07don't use an invalidator when connecting an EventLoop object's methods to a s...Paul Davis
2018-08-07fix uninitialized pointer error in launch control codePaul Davis
2018-08-07Fix invalid C++11isms: don't use of enum as class or namespaceRobin Gareus