ardour.git
2016-09-30 Paul Davispush2:small logic fix for destructor, mostly to ensure...
2016-09-30 Ben Loftisrevert previous unintended commit
2016-09-30 Ben Loftisfix: using arrow-keys on selected mixer strips would...
2016-09-30 Paul Davisreorganize push 2 code and logic to better handle devic...
2016-09-30 Paul Davisremove unused member variable
2016-09-30 Paul Davispush2 gui catches port registrations
2016-09-30 Paul Davisremove useless code from push2 gui dialog
2016-09-30 Paul Davisinsufficient attempt to drop references to a shadow...
2016-09-30 Robin GareusConstrain Samplerate selection when session is loaded
2016-09-30 Robin Gareusfix sample-rate display: show active (not desired)...
2016-09-30 Tim MayberryFix finding of splash file and display in About dialog
2016-09-30 John Emmas Accommodate newly introduced source(s) in our MSVC...
2016-09-30 John EmmasWhen building with MSVC some of the header file stuff...
2016-09-30 John EmmasAccommodate a header file that's been moved from gtk2_a...
2016-09-30 John EmmasAccommodate newly introduced source(s) in our MSVC...
2016-09-29 Robin Gareusdon't include session-search paths with templates
2016-09-29 Robin Gareussome Collaborative Albums from the early 80's
2016-09-29 Paul Davisfix crash on OS X el capitan when using command line...
2016-09-29 Paul Davismanually revert b9cab93fb116b and remove associated...
2016-09-29 Paul Davisenhance -D bindings output
2016-09-29 nick_mfix_bbtppq: fix typo.
2016-09-29 nick_mfix_bbtppq update: format text, remove old sources...
2016-09-29 Robin GareusRectangle is ambiguous on Windows
2016-09-29 Robin GareusFix error: conversion from 'int' to non-scalar type
2016-09-28 Paul DavisMacOS [sic] required changes for Rect in Push 2 code
2016-09-28 Paul Davisremove unnecessary method
2016-09-28 Paul Davisclang on el capitan etc. no longer supports -fstrength...
2016-09-28 Paul Davisfix errors reported by pixman for meter redraws (and...
2016-09-28 Paul Davismake Ben's cool range select hack work with Push 2
2016-09-28 Paul Davisoutput more stuff to the error channel if/when a sessio...
2016-09-28 Paul Davismake error dump on stderr slightly more obvious
2016-09-28 nick_mRename headless-chicken utility to fix_bbtppq
2016-09-28 Paul Davisfix for push2 code on Windows (no random())
2016-09-28 Paul Davismove mode/scale/key definitions out of push2 code and...
2016-09-28 nick_mheadless-chicken: force setting of region length proper...
2016-09-28 nick_mPrevent overwriting of MidiRegion length and length_bea...
2016-09-28 nick_mRemove bogus methods from MidiRegion.
2016-09-28 nick_mRemove _length_pulse from MidiSource.
2016-09-28 nick_mheadless-chicken: skip !writable sources, ensure midi...
2016-09-28 nick_mheadless-chicken: ensure new sources are empty, misc...
2016-09-28 nick_mheadless-chicken: misc fixes.
2016-09-28 nick_mheadless-chicken: various fixes
2016-09-28 nick_mAdd headless-chicken session utility.
2016-09-28 Robin Gareusallow to get custom/product/version independent cach dir
2016-09-27 Paul Davisdon't render push2 layouts to PNG
2016-09-27 Paul Davisadd missing/moved files from push2 merge
2016-09-27 Paul Davispush2: add code to render screen to PNG files for scree...
2016-09-27 Paul Davispush2: tweak layout APIs etc.
2016-09-27 Paul Davispush2: tweak logic of master button
2016-09-27 Paul Davispush2: improve logic of ::set_current_layout() to allow...
2016-09-27 Paul Davispush2: don't illuminate a button we do not use
2016-09-27 Paul Davispush2: null handle on failed open
2016-09-27 Paul Davisprovide ArdourCanvas::Text::{width,height}()
2016-09-27 Paul DavisRevert "Editor does not need to reset track/stripable...
2016-09-27 Paul Davispush2: fix issue with solo/mute display when entering...
2016-09-27 Paul Davispush2: many improvements to track mix and mix layouts
2016-09-27 Paul Davispush2: correct knob origin translation for drawing
2016-09-27 Paul Davisoptimize canvas meter redrawing (as in the non-canvas...
2016-09-27 Paul Daviscorrect comment
2016-09-27 Paul Davisbug fixes for vertically-drawn Canvas::Meter
2016-09-27 Paul Davisbug fixes for Canvas::Box
2016-09-27 Paul Davisuse new canvas meter in push2 track mix layout
2016-09-27 Paul Davismove "logmeter.h" from gtk2_ardour into libs/ardour
2016-09-27 Paul Davisadd canvas-based Meter object
2016-09-27 Paul Davisadd new Box container for Canvas.
2016-09-27 Paul Davisadd variant of Rect::expand() that allows different...
2016-09-27 Paul Davisdon't do as much work if a Rectangle has no outline...
2016-09-27 Paul Davismake inclusion/exclusion of hidden children optional...
2016-09-27 Paul Davisadd Item::add_front()
2016-09-27 Paul Davismake Item::child_changed() virtual
2016-09-27 Paul Davisworking canvas meter code
2016-09-27 Paul Davisfirst pass (incomplete) at canvas meters (in push2...
2016-09-27 Paul Davisstop crashes from out-of-range values
2016-09-27 Paul Davismissing includes
2016-09-27 Paul Davisfix various aspects of knob function
2016-09-27 Paul Davisvpot above metronome button controls click gain; master...
2016-09-27 Paul Davisfix issue with initial menu display
2016-09-27 Paul Davisleave a comment about port reconnection
2016-09-27 Paul Davisclear filtered note map when entered drum mode
2016-09-27 Paul Davisupdate pad colors when selected track colors chane
2016-09-27 Paul Davischange handling of MIDI sysex incoming to be a little...
2016-09-27 Paul Davisfix assignment of palette colors by using white-balance...
2016-09-27 Paul Davisupdate selection rect color when track color changes
2016-09-27 Paul DavisTimeAxisView::set_selected() needs to call AxisView...
2016-09-27 Paul DavisEditor does not need to reset track/stripable selection...
2016-09-27 Paul Davisadd MidiByteArray::compare_n()
2016-09-27 Paul Davispush2: make quantize and duplicate buttons do something...
2016-09-27 Paul Davisadd explicit "duplicate-regions" action
2016-09-27 Paul Davisadd "quantize" action for control surface access
2016-09-27 Paul Davisdon't get into nested run loops if quantize is reinvoke...
2016-09-27 Paul Davisminor tweak to quantize dialog so that we can test...
2016-09-27 Paul Davispush2: master button now does something useful
2016-09-27 Paul Davispush2: substantial improvements to track mix mode,...
2016-09-27 Paul Davispush2: always use a contrasting color when flashing...
2016-09-27 Paul Davispush2: when playing pads, flash all pad LEDs for the...
2016-09-27 Paul Davispush2: fix color map store/lookup for rgba<=>color...
2016-09-27 Paul Davispush2: don't send ScaleChanged unless something did...
2016-09-27 Paul Davispush2: reset pad colors when necessary
2016-09-27 Paul Davispush2: set and use selected track color for root notes...
2016-09-27 Paul Davisheader file now included in push2.h
next