summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-09-29fix_bbtppq: fix typo.nick_m
2016-09-29fix_bbtppq update: format text, remove old sources in region method.nick_m
2016-09-29Rectangle is ambiguous on WindowsRobin Gareus
2016-09-29Fix error: conversion from 'int' to non-scalar typeRobin Gareus
2016-09-28MacOS [sic] required changes for Rect in Push 2 codePaul Davis
2016-09-28remove unnecessary methodPaul Davis
2016-09-28clang on el capitan etc. no longer supports -fstrength-reducePaul 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-28make error dump on stderr slightly more obviousPaul Davis
2016-09-29Rename headless-chicken utility to fix_bbtppqnick_m
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-29headless-chicken: force setting of region length properties, clean up code.nick_m
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-29headless-chicken: skip !writable sources, ensure midi path is writable.nick_m
2016-09-29headless-chicken: ensure new sources are empty, misc renaming.nick_m
2016-09-29headless-chicken: misc fixes.nick_m
2016-09-29headless-chicken: various fixesnick_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-27Revert "Editor does not need to reset track/stripable selection, since Select...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-27move "logmeter.h" from gtk2_ardour into libs/ardourPaul Davis
2016-09-27add canvas-based Meter objectPaul Davis
2016-09-27add new Box container for Canvas.Paul Davis
2016-09-27add variant of Rect::expand() that allows different amounts in each directionPaul Davis
2016-09-27don't do as much work if a Rectangle has no outline width or outline what valuesPaul Davis
2016-09-27make inclusion/exclusion of hidden children optional in Item::add_child_bound...Paul Davis
2016-09-27add Item::add_front()Paul Davis
2016-09-27make Item::child_changed() virtualPaul Davis