ardour.git
2016-06-21 Paul Davisfix default color file name in code default definition
2016-06-21 Paul Davisremove unneeded declaration
2016-06-21 Paul Davisfix incorrect color file name in default UI config...
2016-06-21 Paul Davisuse running_from_source_tree()
2016-06-21 Paul Davisuse running_from_source_tree()
2016-06-21 Paul Davisprovide ARDOUR_UI_UTILS::running_from_source_tree()
2016-06-21 Robin Gareusalways run amp/trim LPF
2016-06-21 Paul Davisadd comment button fill color alias for *all* themes
2016-06-21 Paul Davisadd tempo curve colors to unastudia theme.
2016-06-21 Paul Davisadd shuttle colors to unastudia theme.
2016-06-21 Paul Davisnew "studio one" theme from user straightothebar
2016-06-21 Robin Gareusshow first word of comment on track's comment-button
2016-06-21 Paul Davisuse new keyboard modifier names, and replace GDK names...
2016-06-21 Paul Davisfix section naming in bindings file
2016-06-21 Paul Davisprovide some Keyboard:: methods to get access to other...
2016-06-20 Paul Davissome modest improvements in the html rendering of key...
2016-06-19 Robin Gareusfix comment-button highlight
2016-06-18 John EmmasRemove confusion over ambiguous symbols
2016-06-18 John EmmasMake sure MSVC knows which version of 'floor()' we...
2016-06-18 John EmmasUse Glib::usleep() for consistency
2016-06-17 Robin Gareusfix upsampling import of X-channel files where buffersi...
2016-06-17 Len OvensOSC: take care of track order changes too. Deal with...
2016-06-16 Len OvensOSC: Blank some more feedback values when select observ...
2016-06-16 Robin Gareusset latency of sidechain port
2016-06-15 Paul Davisinitial working version of "printing" keybindings ...
2016-06-15 nick_mRegister colour aliases for tempo curve.
2016-06-14 Paul Davisno divider/full allocation of LHS of mixer "display...
2016-06-14 Paul Davisavoid crash after removing a VCA
2016-06-14 Paul Davisno debug output, either
2016-06-14 Paul Davisno pingbacks if running a development version
2016-06-14 Paul Davismark mixer strip name label (button) as having occasion...
2016-06-14 Paul Davisremove commented line
2016-06-14 Paul Davismark mixer strip width and hide buttons as square
2016-06-14 Paul Davisextend ArdourButton API to provide a new tweak for...
2016-06-14 Paul Davisremove debug output from Pane code
2016-06-14 Paul Daviswording change for key binding dialog remove shortcut...
2016-06-13 Paul Davisadd shuttle colors to all themes.
2016-06-13 Paul Davisshow ShuttleControl GUI some love.
2016-06-13 Len OvensOSC: Catch new strips, gone strips and redo banks and...
2016-06-13 Paul Davisuse pane position mgmt on appropriate panes
2016-06-13 Paul Davisworking version of pane position mgmt for OS X
2016-06-13 Paul Daviswrite some code to limit pane handle positions on OS X.
2016-06-13 John EmmasRemove some Windows icons which I'm told we don't need...
2016-06-13 Paul Davisuse WindowProxy::signal_(map|unmap) to keep window...
2016-06-13 Paul Davisgive WindowProxy its own map/unmap signals so that...
2016-06-12 Paul Davisstop AddRouteDialog from being modal and from using...
2016-06-12 Paul Davisremove RouteGroupDialog::do_run() and replace its use...
2016-06-12 nick_mPick a colour for music-locked tempo markers.
2016-06-12 Robin Gareusignore midi on monitor-section and force strict-i/o
2016-06-12 Paul Davishide mixer group tabs when spilling control master...
2016-06-12 Paul Davisfix crash when removing a track in the presence of...
2016-06-12 Robin Gareusdon't show meter for integer/enum outputs in a generic...
2016-06-12 Robin Gareusfix typo
2016-06-12 Paul DavisMackieControl: in sends subview, if there are no sends...
2016-06-12 Paul Davisfix MCP Cancel button "escape" action
2016-06-12 Paul Davisredesign/reimplement selection knowledge in MackieContr...
2016-06-12 Paul Davisreduce verbosity of -D mackie in the presence of contin...
2016-06-12 Robin Gareusupdate post-export command placeholder documentation
2016-06-12 Robin Gareusmore meta-data placeholders for post-export command
2016-06-11 Len OvensOSC: Add send enable control.
2016-06-11 Paul Davismake RouteGroupDialog non-modal.
2016-06-11 Len OvensOSC: added solo isolate and solo safe/lock.
2016-06-11 nick_mFix exact tempo pulse for snap to bars case.
2016-06-11 nick_mMake exact beat calculation of tempi a bit less cumbers...
2016-06-11 nick_mSet tempo sections to the exact pulse when snapped...
2016-06-10 Paul Davismake relative gain control in route groups work (again)
2016-06-10 Len OvensOSC: Constrain master pan position as width requires.
2016-06-10 Len OvensOSC: force non-active controls to zero. Keep pan within...
2016-06-10 nick_mUnused variable - no-op.
2016-06-10 nick_mMake RegionView less aggressive about trimming the...
2016-06-10 nick_mFix many offset errors when drawing notes in midi regio...
2016-06-10 Paul Davismake sure editor can follow visibility changes for...
2016-06-10 Paul Davisdo not add master to Mixer_UI's TreeModel - explicitly...
2016-06-10 Alexandre ProkoudineFix the reference to i18n_po, fix Paul's second name
2016-06-10 Paul Davisanother PresentationInfo sort order fix.
2016-06-10 Paul Davisfix behaviour of select_(next|prev)_route() in editor...
2016-06-10 Paul Davisnoop: comment fix.
2016-06-10 Paul DavisUse generic sorter.
2016-06-10 Paul DavisEditorRoutes needs to connect to the right property...
2016-06-10 Paul DavisEditorRoutes needs to respond to PropertyChanged(selected)
2016-06-10 Paul DavisNew editor API to retrieve the Stripable with via prese...
2016-06-10 Paul Davismake sure RouteUIs show selection status at startup
2016-06-10 Paul DavisVarious changes to PresentationInfo and a small consoli...
2016-06-10 Paul Davisremove certain ControlProtocol signals related to strip...
2016-06-10 John EmmasAccommodate newly introduced source(s) in our MSVC...
2016-06-10 nick_mApply some constraints to bbt dragging.
2016-06-10 Len OvensOSC: Finished Select send levels
2016-06-10 Paul Davisavoid missing stuff after adding tracks/busses/vcas...
2016-06-10 Paul Davisretain route i/o choice across show()'s of the AddRoute...
2016-06-09 Robin Gareusphase out phase in favor of polarity
2016-06-09 Len OvensOSC: change the word phase to polarity as per mailing...
2016-06-09 Paul Daviswork "hide" button on VCA strip
2016-06-09 Paul Davisnoop: clarifying comment about a magic number
2016-06-09 Paul Davisuse codified heuristic for "is-color-set?"
2016-06-09 Paul Davisprovide a heuristic to decide if the color has been...
2016-06-09 Paul Davismixer-gui visibility management for VCAs
2016-06-09 Paul Daviscolor management and handling for VCAs
2016-06-09 Paul Davisextend ArdourButton API to allow independently setting...
2016-06-09 Len OvensOSC: add phase control
2016-06-09 Len OvensOSC: Added pan width to selected
next