summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)Author
2016-10-01Add MidiRegion _start to the list of things we leave alone on session load.nick_m
2016-10-01Region pulse is no longer a property.nick_m
2016-10-01allow sending OSC from inline display UIsRobin Gareus
2016-10-01Fix locking bug in tempo map.nick_m
2016-09-30fix some compiler warnings (from mingw)Paul Davis
2016-09-30attempt to fix windows failed build by including pthread.h to get DEBUG_THREA...Paul Davis
2016-09-30push2:small logic fix for destructor, mostly to ensure that the track_mix lay...Paul Davis
2016-09-30reorganize push 2 code and logic to better handle device arrival after progra...Paul Davis
2016-09-30remove unused member variablePaul Davis
2016-09-30push2 gui catches port registrationsPaul Davis
2016-09-30remove useless code from push2 gui dialogPaul Davis
2016-09-30insufficient attempt to drop references to a shadow MIDI portPaul Davis
2016-09-30 Accommodate newly introduced source(s) in our MSVC project (libardour)John Emmas
2016-09-30Accommodate a header file that's been moved from gtk2_ardour into libardourJohn Emmas
2016-09-30Accommodate newly introduced source(s) in our MSVC project (cairocanvas)John Emmas
2016-09-30don't include session-search paths with templatesRobin Gareus
2016-09-29manually revert b9cab93fb116b and remove associated code.Paul Davis
2016-09-29enhance -D bindings outputPaul Davis
2016-09-29Rectangle is ambiguous on WindowsRobin Gareus
2016-09-28MacOS [sic] required changes for Rect in Push 2 codePaul Davis
2016-09-28remove unnecessary methodPaul Davis
2016-09-28fix errors reported by pixman for meter redraws (and add more comments to hel...Paul Davis
2016-09-28make Ben's cool range select hack work with Push 2Paul Davis
2016-09-28output more stuff to the error channel if/when a session fails to load/be cre...Paul Davis
2016-09-28fix for push2 code on Windows (no random())Paul Davis
2016-09-28move mode/scale/key definitions out of push2 code and into libardour; Aeolian...Paul Davis
2016-09-29Prevent overwriting of MidiRegion length and length_beats during session load.nick_m
2016-09-29Remove bogus methods from MidiRegion.nick_m
2016-09-29Remove _length_pulse from MidiSource.nick_m
2016-09-29Add headless-chicken session utility.nick_m
2016-09-28allow to get custom/product/version independent cach dirRobin Gareus
2016-09-27don't render push2 layouts to PNGPaul Davis
2016-09-27add missing/moved files from push2 mergePaul Davis
2016-09-27push2: add code to render screen to PNG files for screenshot purposesPaul Davis
2016-09-27push2: tweak layout APIs etc.Paul Davis
2016-09-27push2: tweak logic of master buttonPaul Davis
2016-09-27push2: improve logic of ::set_current_layout() to allow reset of same layoutPaul Davis
2016-09-27push2: don't illuminate a button we do not usePaul Davis
2016-09-27push2: null handle on failed openPaul Davis
2016-09-27provide ArdourCanvas::Text::{width,height}()Paul Davis
2016-09-27push2: fix issue with solo/mute display when entering mix layoutPaul Davis
2016-09-27push2: many improvements to track mix and mix layoutsPaul Davis
2016-09-27push2: correct knob origin translation for drawingPaul Davis
2016-09-27optimize canvas meter redrawing (as in the non-canvas version)Paul Davis
2016-09-27correct commentPaul Davis
2016-09-27bug fixes for vertically-drawn Canvas::MeterPaul Davis
2016-09-27bug fixes for Canvas::BoxPaul Davis
2016-09-27use new canvas meter in push2 track mix layoutPaul Davis
2016-09-27add canvas-based Meter objectPaul Davis
2016-09-27add new Box container for Canvas.Paul Davis