Make left-click on tempo/meter in main clock edit current tempo/meter
[ardour.git] / libs /
2015-03-03 Ben LoftisChange order of midi entries so a new backend will...
2015-02-12 Ben Loftisadd accessor methods for single_exposure
2015-02-12 Ben Loftis_single_exposure is now a member variable for each...
2015-02-12 Tim MayberryFix whitespace in pbd/debug.h
2015-02-12 Tim MayberryAdd local PwdReset class to reset pwd in event of test...
2015-02-12 Tim MayberryAdd some more test assertions so that tests fail when...
2015-02-12 Paul Davisremove naive attempt to avoid drawing first vertical...
2015-02-12 Paul Davissimplify Canvas::Rectangle rendering to avoid unnecessa...
2015-02-12 Paul DavisCanvas::Rect::contains() should treat its right/left...
2015-02-12 Robin Gareusfix midi-capture filter
2015-02-11 Paul Davisinfrastructure to allow tracing of all MIDI ports
2015-02-11 Paul Davisadd a sort-of hack to allow us to avoid drawing the...
2015-02-10 Ben Loftisfix boot message always sticking on the last loaded...
2015-02-09 Paul Daviscorrect drawing of rectangle borders.
2015-02-09 Paul Daviscanvas items must be able to use fractional positions...
2015-02-09 Paul Davisput function into namespace
2015-02-09 David RobillardFix sending out of bounds events to LV2 plugins.
2015-02-07 nick_mProperly deallocate memory when clearing selection_op_h...
2015-02-06 Ben Loftisfix 192k rate
2015-02-06 Paul Davisfix (and comment) on subtle bug with audio file data...
2015-02-06 nick_mMake undo/redo work for:
2015-02-05 Paul Davisdo not attempt to call an empty/null boost functor...
2015-02-05 Paul Davisfix bad fix for cherry-pick conflict
2015-02-05 Paul Davismake two obvously const methods actually be const
2015-02-05 Paul Davismodify behaviour of session when updating skips to...
2015-02-05 Paul Davisadd SessionEvent::Action to libs/ardour enums registration
2015-02-05 Paul Davisexpand SessionEvent API to allow ::clear_events() to...
2015-02-05 Paul Davisexpand PBD::Pool API and add additional DEBUG_TRACE...
2015-02-05 Paul Davisset name of GUI event loop thread
2015-02-05 nick_mRework previous commit to avoid extra property lookup...
2015-02-05 nick_mMake sure we have the property rather than the value...
2015-02-05 nick_mClean up Session's _current_trans when aborting a drag.
2015-02-03 Ben Loftistweak to help with uncoalesced renders
2015-02-03 Paul Davisrender canvas using the GDK region rather than the...
2015-02-03 John EmmasAdd an extra test to prevent 'PBD::path_is_within(...
2015-01-30 John EmmasIf 'force' is TRUE (when using 'Location::set_start...
2015-01-30 Robin Gareusfix “invalid use of incomplete type jack_client_t”
2015-01-30 Robin Gareusclarify sync-lock and disable it by default.
2015-01-30 Robin Gareusamend 070818f
2015-01-30 Paul Davisstop transport when process_routes fails, even when...
2015-01-30 Paul Davisfix incorrect return value from sndfile_data_width()
2015-01-30 Robin Gareustake down backend specific threads with backend
2015-01-30 Robin Gareusfix jack thread joining
2015-01-29 Paul Davisreturn to old default disk chunk read size
2015-01-29 Robin Gareusfix -Wreorder in 6377fe89
2015-01-29 Robin Gareusallow bundling of lv2core
2015-01-28 Robin GareusALSA-backend separate report for error and x-run
2015-01-28 Robin GareusALSA-Backend prefer ppoll()
2015-01-28 Robin Gareusfix #6117 - fader prelight
2015-01-27 Robin Gareustowards fixing #5711
2015-01-27 Valeriy Kamyshniy[Summary] Adding missing initialization of the date...
2015-01-27 John EmmasDon't try to dereference a NULL ptr (the function ...
2015-01-26 Paul Davison OS X, do not require click to activate the application
2015-01-25 Paul Davisfix declaration of Cocoa NSApplicationDelegate methods
2015-01-25 Paul DavisRevert "alter default disk chunk sizes"
2015-01-25 Robin Gareusaudio-engine use internal API to stop
2015-01-25 Paul Davismake butler thread merely ask for session state save...
2015-01-25 Paul DavisAdd a new signal (not yet used) to initiate session...
2015-01-25 Paul Davisalter default disk chunk sizes
2015-01-24 Paul Davisadd function to get data width for ARDOUR::SampleFormat
2015-01-24 Paul DavisScrollGroup::covers_{window,canvas}() need to account...
2015-01-24 Paul DavisScrollGroups are kept in their own list, so ::window_to...
2015-01-24 Robin GareusALSA backend: synchronous switch to/from freewheeling
2015-01-24 Robin GareusDummyBackend: sync switch to freewheeling
2015-01-23 Paul Davissplit apart read and write chunk size and offer platfor...
2015-01-21 Robin Gareusapply Theme > “Show waveform clipping”
2015-01-20 Robin Gareusclarify reasonable synth description.
2015-01-19 Robin Gareusfew more basic ControList/Curve Tests
2015-01-19 Guido AulisiCurve::_get_vector: fix return value when veclen == 1
2015-01-19 Robin Gareus2-point Curve Linear Interpolation Test
2015-01-19 Robin Gareusminimalistic Evoral::Curve Unit Test.
2015-01-19 Robin GareusHotfix crash in OSX engine dialog.
2015-01-19 Ben Loftisuse C locale, because POSIX locale is not supported...
2015-01-18 John EmmasOn Windows, #include <shellapi.h> so we can use ShellEx...
2015-01-18 Ben Loftisfix open_uri for windows
2015-01-18 Ben LoftisDramatically improve windows session-save-time by avoid...
2015-01-18 David RobillardFix MIDI bounce/consolidate note resolution.
2015-01-18 David RobillardFix stuck notes in short MIDI regions.
2015-01-17 Robin Gareuswaf: fix concurrency issue with duplicate targets
2015-01-17 David RobillardRevert "Kludgey fix for invisible playhead when scrolled."
2015-01-17 David RobillardCompute arrow bbox manually to appease crazy canvas.
2015-01-17 David RobillardKludgey fix for invisible playhead when scrolled.
2015-01-17 David RobillardPut playhead on top of everything.
2015-01-17 David RobillardUpdate arrow bbox when geometry changes.
2015-01-17 David RobillardFix clipping for scroll groups an offset bbox.
2015-01-16 Ben LoftisASIO devices have a preferred buffersize.
2015-01-15 David RobillardFix setting command key bindings on OSX.
2015-01-14 Robin GareusJACK: add support for device names with whitespace
2015-01-13 Robin Gareusfix auditioning of regions with offset - fixes #6131
2015-01-12 Robin GareusLTC: don’t flag “no lock” until delta was at zero at...
2015-01-12 Robin Gareusadd an explicit indicator for LTC lock
2015-01-12 Robin Gareusforce complete peak compute.
2015-01-12 John EmmasWhen building with MSVC make sure any backends / panner...
2015-01-12 David RobillardFix mouse event position offset bug.
2015-01-11 Robin Gareusadd a midi->audio dummy backend mode.
2015-01-10 Robin Gareusgracefully handle missing .midnam
2015-01-10 John EmmasAccommodate a newly introduced #define ('LIBARDOUR...
2015-01-10 John EmmasAdd a newly introduced header file to our MSVC project...
2015-01-10 John EmmasAdd support for the C99 function 'log2()' which is...
2015-01-09 Robin Gareusremove cruft (old unused pre-git version files)
next