ardour.git
2019-09-27 Robin GareusRe-layout engine dialog, improve "Autostart" button...
2019-09-27 Robin GareusAmend 973e9ad1: fix "black" regions when selecing them
2019-09-27 Paul Davisrename BufferSet::get* to BufferSet::get_available*
2019-09-27 Paul DavisDon't try to process MIDI input in a DiskWriter if...
2019-09-26 Robin GareusAdd use-these-engine-settings-from-now-on checkbox
2019-09-26 Robin GareusTry auto-start engine by default
2019-09-26 Robin GareusFix cursor icon over region-bar (use trim)
2019-09-26 Robin GareusTheme-manager: sort colors by name (not hue)
2019-09-26 Robin GareusRweak selection+color semantics
2019-09-26 Robin GareusTweak semantics for coloring regions
2019-09-26 Robin GareusBackport sensible ui-config defaults for Mixbus
2019-09-26 Robin GareusMore i18n include order fixes
2019-09-26 Robin GareusFix builds:
2019-09-26 Robin GareusAnother try at C++11/boost spinlock initialization
2019-09-25 Paul Davisput back editor track header fader+meters inadvertently...
2019-09-25 Paul Davisgoodbye Profile->...trx
2019-09-25 Paul Davisgoodbye USE_TRACKS_CODE_FEATURES and is_tracks_build
2019-09-25 Robin GareusRemove ui-config mixbus ifdef's
2019-09-25 Robin GareusSome reasonable default config changes
2019-09-25 Robin GareusPrint LADSPA ID with debug message
2019-09-25 Robin GareusCleanup configuration stage
2019-09-25 Robin GareusConsolidate and extend "well-known" controls:
2019-09-25 Robin GareusFaderport: use well-known-controls API
2019-09-24 Paul Davisadd configure-time option to use lld as the linker...
2019-09-24 Robin GareusMixbus backports -- part one of many
2019-09-24 Robin GareusPrepare for plugin-control groups
2019-09-24 John EmmasAdd/remove source(s) in our MSVC project (gtk2_ardour)
2019-09-24 John EmmasAdd/remove source(s) in our MSVC project (libardour)
2019-09-24 John EmmasInclude a header file needed for Windows VST support
2019-09-23 Paul Davissplit apart ardour_ui.cc into a series of distinct...
2019-09-23 Paul Davisfix problem with ArdourDialog::on_delete_event() not...
2019-09-23 Paul Davisremove empty methods and signal connections
2019-09-22 Paul Davisvarious changes to transportFSM, mostly to try to keep...
2019-09-22 Paul Davischange the way we clear post transport work as the...
2019-09-22 Paul Davisimprove debug output
2019-09-22 Paul Davismove all bundle-related session methods into their...
2019-09-22 Paul Davisadd direct access API for transportFSM and session...
2019-09-22 Paul Davisremove unused PostTransportDuration and enumeration...
2019-09-22 Paul DavisUI goto_start() action no longer forces roll-after...
2019-09-22 Paul Daviscorrect problem with some locates that would keep rolli...
2019-09-22 Paul Davissplit session-bundled-related methods to their own...
2019-09-22 Paul Davisadd const and tweak variable name
2019-09-22 Paul Davistransport master deletion is no longer in parallel...
2019-09-22 Paul Davisuse internal seek to implement DiskReader::seek() when...
2019-09-22 Robin GareusNO-OP: whitespace
2019-09-22 Robin GareusOptimize Audio-buffer summing
2019-09-22 Robin GareusRemove unused method
2019-09-22 Robin GareusProperly initialize BusSendEnable min/max
2019-09-22 Robin GareusNO-OP: cleanup code
2019-09-20 Robin GareusFix latency-measurement port-name display
2019-09-20 Robin GareusAdd abstract API for latency compensated sends
2019-09-20 Paul Davisdo not abort in the event that we cannot internal-seek...
2019-09-20 Paul Davisbetter initial value
2019-09-20 Paul Davisremove debug output
2019-09-20 Paul Davisfix crash when doing rapid (ongoing-locate-interrupting...
2019-09-20 Paul Davismove TransportFSM::enqueue() into .cc file
2019-09-20 Paul Davisat transport stop, reset FSM's idea of the last locate...
2019-09-20 Paul Davisfix commented out decision on whether or not to hide...
2019-09-20 Robin GareusHandle an unused edge-case
2019-09-20 Robin GareusFix Latency Measurement without device re-start
2019-09-20 Paul Davisconst-ify TransportFSM
2019-09-20 Paul Davisrename TransportFSM::FSMEvent to TransportFSM::Event...
2019-09-20 Paul Davisadd an important comment about transportFSM being singl...
2019-09-20 Paul Davisuse boost::intrusive to manage FSM events (this is...
2019-09-20 Paul Davisexpand comment
2019-09-20 John EmmasRemove my BOOST_MPL declarations (as BOOST_MPL seems...
2019-09-20 Paul Davisremove compiler flags required only by boost::msm and...
2019-09-20 Paul Davisreplace boost::msm - based FSM for transport with one...
2019-09-18 Robin GareusFix LV2 state:loadDefaultState
2019-09-18 Paul Davisdon't bother following playhead priority during session...
2019-09-18 Paul Davisdeepen stack trace when checking non-RT RT calls
2019-09-18 Robin GareusAdd missing break (VST-key forwarding)
2019-09-18 Robin GareusNO-OP: fix some Wimplicit-fallthrough, see prev commit
2019-09-18 Robin GareusNO-OP: fix some Wimplicit-fallthrough
2019-09-18 John EmmasIntroduce the BOOST_MPL stuff (though it all seems...
2019-09-18 John EmmasRemove a (no longer needed) source file from our MSVC...
2019-09-18 John EmmasAdd/remove source(s) in our MSVC project (libardour)
2019-09-18 Robin GareusFix OSX builds: undef Apples's odd nil macro
2019-09-18 Robin GareusConsistent use of abort() /* NOTREACHED */
2019-09-18 Robin GareusFix Wdeprecated, dynamic exception
2019-09-18 Robin GareusRemove old unused source file
2019-09-18 Robin GareusAdd missing i18n include (after 7f3f2018334)
2019-09-18 Robin GareusRe-order includes
2019-09-18 Robin GareusRemove "i18n.h" include from header - fix builds
2019-09-18 Paul Davisdeepen stacktrace to show where non-process calls to...
2019-09-18 Paul Davisadd finite state machine to control/manage transport...
2019-09-18 Paul Daviscorrect mistakenly left-in debugging condition that...
2019-09-18 Paul Davisminor tweaks to use initialization rather than assignment
2019-09-18 Paul Davisremove unused local variable
2019-09-17 Paul Davisfix thinko when testing for internal seek with negative...
2019-09-17 Paul Davisuse const int rather than macro
2019-09-17 Paul Davisparametize the maximum transport speed.
2019-09-17 Paul Davisresize audio port _data buffer based on current buffer...
2019-09-17 Paul Davismanually correct cherry-pick of cdbabe40ed4e
2019-09-17 Paul Davisadd new port flag to identify those owned by a transpor...
2019-09-17 Paul Davisadd ::usable() method to TransportMaster objects to...
2019-09-17 Robin GareusCorrectly handle Zoom > Edit-point > Mouse
2019-09-16 Len Ovensfoldback gui: removed mute, solo button hide in SIP
2019-09-16 Robin GareusClarify splash-screen boot messages
2019-09-15 Len OvensFoldback gui: desensitize solo button when in SIP mode
next