Remove over 500 unnecessary includes (including 54 of session.h).
[ardour.git] / libs / surfaces /
2012-05-24 David RobillardCompile cleanly with clang.
2012-05-22 Paul DavisMCP: pay attention to listen changes as well as solo...
2012-05-21 Paul Davissplit apart mackie meter messages when we have to send...
2012-05-21 Paul Davisremove Tranzport configure option, since the code will...
2012-05-18 Paul Davismajor rationalization of use of search paths. ardour...
2012-05-14 Paul Davisremove inclusion of boost/signasl2.hpp
2012-05-14 Paul Davisremove virtual inheritance of sigc::trackable by Receiv...
2012-05-12 Paul Davisfully tear down Mackie GUI when disabling mackie
2012-05-11 Paul Davisprovide some support for mackie devices like Steinberg...
2012-05-09 Paul Davisremove debug output
2012-05-09 Paul Davisadd a (potentially temporary) discover button for macki...
2012-05-05 Paul Davistweak MCP search paths
2012-05-05 Paul Davischange detection system for liblo to use pkgconfig...
2012-05-02 Paul Davisa variety of mostly unused parameter errors from OS...
2012-04-30 Paul Davisfix up some const-ness issues starting from Evoral...
2012-04-28 Paul Daviscontrol surfaces: make it possible to keep display...
2012-04-27 Paul DavisMCP: failure to rebank for cases where num_routes ...
2012-04-26 Paul DavisMCP: ctrl-select toggle selections status, analogous...
2012-04-26 Paul DavisMCP: more sensible version of previous commit, and...
2012-04-26 Paul DavisMCP: fix handling of vpot presses
2012-04-26 Paul Davisfix initialization of control protocols so that brand...
2012-04-26 Paul DavisMCP: properly (?) handle bank/channel scrolling with...
2012-04-26 Paul DavisMCP: lots of good stuff - recenable bug fixed, cursor...
2012-04-25 Paul DavisMCP: dynamic ipMIDI ports, more default key bindings...
2012-04-25 Paul Davisremove the apparently unnecessary "ui_bind()" macro...
2012-04-25 Paul DavisMCP: quick build fix
2012-04-25 Paul DavisMCP: various fixes, plus removal of ui_bind() (just...
2012-04-24 Paul Davisrevert previous commit (it should work, but did not...
2012-04-24 Paul Davismake generic MIDI support handle SendFeedback() in...
2012-04-24 Paul Davislikely fix for various odd problems with cross-thread...
2012-04-24 Paul Daviseventloop and abstractui debugging, lots more commentin...
2012-04-24 Paul DavisMCP: remove debug output
2012-04-24 Paul DavisMCP: remove debugging related to selection that turned...
2012-04-24 Paul Davisremove various debugging output
2012-04-24 Paul Davisadd support for IP MIDI (multicast MIDI over IP UDP...
2012-04-23 Paul DavisControlProtocol doesn't actually need any record of...
2012-04-22 Paul DavisMCP: another bevy of changes, including working jog...
2012-04-22 Paul DavisMCP: a fistful of improvements. probably best to just...
2012-04-20 Carl HetheringtonFix some warnings.
2012-04-18 Paul DavisMCP: some button handling fixes
2012-04-18 Paul Davisupdate timecode/position display where appropriate
2012-04-18 Paul DavisMCP: next try at vpot mode for pan width
2012-04-18 Paul DavisMCP: bettetr vpot mode for pan width
2012-04-18 Paul DavisMCP: space for %
2012-04-18 Paul DavisMCP: missing break
2012-04-18 Paul DavisMCP: maybe fix vpot display behavior for pan width
2012-04-18 Paul DavisMCP: maybe fix vpot behaviour as seen with pan width
2012-04-18 Paul DavisMCP: gui stuff
2012-04-18 Paul DavisMCP: maybe really fix fader dB display
2012-04-18 Paul DavisMCP: maybe fix fader dB display
2012-04-18 Paul DavisMCP: more fader debugging
2012-04-18 Paul DavisMCP: fader debugging
2012-04-18 Paul DavisMCP: gui changes; more debugging for button bnding...
2012-04-18 Paul DavisMCP:maybe functioning button binding stuff, plus save...
2012-04-17 Paul DavisMCP: somewhat functional (?) full keybinding GUI
2012-04-17 Paul DavisMCP: various work on the button binding GUI
2012-04-16 Paul DavisMCP: work on rec-enable
2012-04-16 Paul DavisMCP: work on vpots
2012-04-16 Paul DavisMCP: bit more debugging for vpot press
2012-04-16 Paul DavisMCP: no fake touch for anything, actually
2012-04-16 Paul DavisMCP: no fake touch for vpot
2012-04-16 Paul DavisMCP: a fistful of changes
2012-04-16 Paul DavisMCP: make v-pot press work; work ongoing on general...
2012-04-15 Carl HetheringtonA few tweaks to make Ardour build in GCC -std=c++0x...
2012-04-15 Paul Daviscmd-press on vpot should lock strip; shift-press resets...
2012-04-15 Paul DavisMCP: probably fix issues with vpots not working
2012-04-15 Paul Davisadd mapping from button ID to name for new button IDs
2012-04-15 Paul Davisshare buttons IDs where feasible
2012-04-15 Paul Davisnew button IDs, one for MCP one for LCP, plus methods...
2012-04-14 Paul DavisMCP: the return of the master fader
2012-04-14 Paul DavisMCP: redesign to allow device-specific button IDs,...
2012-04-14 Paul DavisMCP: hack test for ssl nucleus fader touch
2012-04-14 Paul DavisMCP: hack #2 for Nucleus fader touch messages
2012-04-13 Paul DavisMCP: hack for Nucleus fader touch messages
2012-04-13 Paul DavisMCP: off by one error
2012-04-13 Paul DavisMCP: catch noteOff to see note-on+velocity=zero message...
2012-04-13 Paul DavisMCP: more of the same
2012-04-13 Paul DavisMCP: better display of parameter values, off by one...
2012-04-13 Paul DavisMCP: more button tracing, more config stuff
2012-04-13 Paul DavisMCP: more button tracing, more config stuff
2012-04-13 Paul DavisMCP: fix uninitialized variable; start work on extendin...
2012-04-13 Paul DavisMCP: timeout display of value when altering with fader...
2012-04-13 Paul Davisshow gain level as its adjusted from ardour GUI (not...
2012-04-13 Paul Davisconvert rec-enable control for a Track from PBD::COntro...
2012-04-12 Paul DavisMCP: make select button work again
2012-04-12 Paul DavisMCP: try an alternate mode for gain pot mode
2012-04-12 Paul DavisMCP: button debugging, plus don't do much/aything on...
2012-04-12 Paul DavisMCP: display label change
2012-04-12 Paul DavisMCP: reverse pot labelling re: flip mode
2012-04-12 Paul DavisMCP: fix confusion between normal and modified Automati...
2012-04-12 Paul DavisMCP: start generalizing mapping between surface control...
2012-04-12 Paul Davisremove old mcp config params, use new one
2012-04-12 Paul DavisMCP: rename ports again, remove ports from MCP bundles...
2012-04-12 Paul DavisMCP: more surface properties, correctly close IOSources...
2012-04-12 Paul Davismissing initialization
2012-04-12 Paul DavisMCP: switch devices on the fly; name MIDI ports appropr...
2012-04-12 Paul Davispropagate GUI track selection to control protocols...
2012-04-12 Paul DavisMCP: loading device info files basically operational
2012-04-12 Paul DavisMCP: stubbed device info file loading
2012-04-12 Paul Davisnew files
next