summaryrefslogtreecommitdiff
path: root/libs/surfaces
AgeCommit message (Expand)Author
2016-07-20OSC: comp mode control text needs to be changed by signal too.Len Ovens
2016-07-18OSC: check if pan exists, fixes MB crash.Len Ovens
2016-07-18OSC: Get rid of meter noise in MB.Len Ovens
2016-07-15OSC: LFE is a control not a position.Len Ovens
2016-07-14OSC: Fix Soloing to disable all solos in SIP mode as wellLen Ovens
2016-07-14enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.hPaul Davis
2016-07-14OSC: Add surface save and restoreLen Ovens
2016-07-14OSC: Fix off by one errorLen Ovens
2016-07-13use Session::cancel_all_solo()Paul Davis
2016-07-13mackie: fix behaviour of clear solo buttonPaul Davis
2016-07-13OSC: Add global soloing indicator/cancelLen Ovens
2016-07-12OSC: Add /path/band extension for eq_* bandsLen Ovens
2016-07-12OSC: Added EQ control, use interface_to_internal to normalize control rangeLen Ovens
2016-07-11OSC: finish feedback for well known controls. Simplify some others.Len Ovens
2016-07-10White space fix only. (Spaces to tabs)Len Ovens
2016-07-08OSC: Add well known controls for pan and compressorLen Ovens
2016-07-07OSC: Add feedback for known pan controls and known compressor controlsLen Ovens
2016-07-06OSC: Make sure selected strip is corrected when it's stripable vanishesLen Ovens
2016-07-06mackie: ensure that the strip where select was pressed ends up as the first_s...Paul Davis
2016-07-06set ControlProtocol::_first_selected_stripable at the right time onlyPaul Davis
2016-07-06a few post-rebase cleanupsPaul Davis
2016-07-06restore/extend/simplify ControlProtocol API to allow tracking of selectionPaul Davis
2016-07-06remove a bunch of code that will no longer be usedPaul Davis
2016-07-05OSC: Clear expand Lamp on strip observer destroyLen Ovens
2016-07-04OSC: Signal for editor mixer change. (Selected or not)Len Ovens
2016-07-04OSC: /strip/select * should set new selected strip not toggle what is there.Len Ovens
2016-07-04use session stripable selection APIPaul Davis
2016-07-04OSC: select is global not per surface.Len Ovens
2016-07-04operate directly on realtime controls, not via SessionPaul Davis
2016-07-03UI: Add editor_mixer route pointer to session so all UIs can know the same cu...Len Ovens
2016-07-03OSC: select off by one bug, something must have changed by 1, fixedLen Ovens
2016-07-01OSC: Account for some select edge casesLen Ovens
2016-07-01OSC: make sure out of bank strip can not be converted to a stripable.Len Ovens
2016-07-01OSC: Don't look for which stripable is selected until we actually need it, It...Len Ovens
2016-07-01OSC: Change all time feedback to /position/<type>Len Ovens
2016-06-29OSC: Select tweak.Len Ovens
2016-06-29OSC: Reworked select to follow Gui selected strip regardless of it's inclusio...Len Ovens
2016-06-22OSC: master/monitor forced to sort at endLen Ovens
2016-06-22OSC: Fix math off by one, Check for all stripable controls because VCAs have ...Len Ovens
2016-06-22fix gcc4 builds C++98Robin Gareus
2016-06-21OSC: Might help if I used the right variable, Really fix select.Len Ovens
2016-06-21OSC: Fix out of range track. (crash)Len Ovens
2016-06-21OSC: Add strip type selection.Len Ovens
2016-06-18Remove confusion over ambiguous symbolsJohn Emmas
2016-06-18Use Glib::usleep() for consistencyJohn Emmas
2016-06-16OSC: take care of track order changes too. Deal with mixer topology changes o...Len Ovens
2016-06-16OSC: Blank some more feedback values when select observer is destroyed.Len Ovens
2016-06-13OSC: Catch new strips, gone strips and redo banks and observers. Add more sel...Len Ovens
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