don't do as much work if a Rectangle has no outline width or outline what values
[ardour.git] / libs /
2016-09-27 Paul Davisadd initial implementation of a "shadow port" for Async...
2016-09-27 Paul Davispush2: splash screen
2016-09-27 Paul Davispush2: expose page right/left buttons for scrolling...
2016-09-27 Paul Davispush2: stop segfaults when closing push2 support
2016-09-27 Paul Davispush2: numerous changes, including long press actions
2016-09-27 Paul Davisamend FaderPort code to use BasicUI::goto_start() with...
2016-09-27 Paul Davisfix PresentationInfo::flag_match() to match type bits
2016-09-27 Paul Davischange API for BasicUI::goto_start() to use optional...
2016-09-27 Paul Davischange Session::goto_start() to take an argument to...
2016-09-27 Paul Davisclear button states at startup *and* shutdown
2016-09-27 Paul Davisbasic implementation of scrubbing via push2 touch strip
2016-09-27 Paul Davisgain automation implemented.
2016-09-27 Paul Davisuse encoders for gain control
2016-09-27 Paul Davisuse right-side buttons to goto_nth_marker()
2016-09-27 Paul Davisadd method (taken from GTK GUI) to goto_nth_marker...
2016-09-27 Paul Davisbeginning of stripable control; solo+mute mostly operat...
2016-09-27 Paul Davisadd shift modifier support
2016-09-27 Paul Davisturn on all buttons that be envisaged as useful in...
2016-09-27 Paul Davisremove debug output
2016-09-27 Paul Davislight solo button, and do cancel_all_solo() when it...
2016-09-27 Paul Davisuse new shared cancel_all_solo() in Mackie code
2016-09-27 Paul Davisadd correct implementation for cancel all solo to BasicUI
2016-09-27 Paul Davispulse metronome led when enabled
2016-09-27 Paul Davisexpand display contents to include TC & BBT clocks...
2016-09-27 Paul Davisonly 1 MIDI port needed; more button functionality
2016-09-27 Paul Davispush2: working bidirectional communication, some transp...
2016-09-27 Paul Davispush2: working port i/o
2016-09-27 Paul Davispush2: port registration, LED setup
2016-09-27 Paul Davisremove duplicate/unnecessary header inclusions
2016-09-27 Paul Davisvarious fixes for push2 support. Now setups video displ...
2016-09-27 Paul Davisadjustments to build nascent push2 surface support
2016-09-27 Ross LagerwallMatch new[] with delete[]
2016-09-25 Robin Gareusfix detecting .flac format
2016-09-23 Robin Gareusadd an option to exclude unused Audio Sources when...
2016-09-23 Robin Gareusfix a typo.
2016-09-22 nick_mRemove _midi_regions_use_bbt_beats from Session, _start...
2016-09-22 Paul DavisPortManager::silence() should not clear data in AsyncMI...
2016-09-21 Paul Davisgain controls are supposed to be "gain-like"
2016-09-21 Robin Gareusreport archive encoding progress
2016-09-21 Robin GareusAdd option to flac encode audio when archiving
2016-09-21 Robin Gareusadd a static flag to force writing LV2 state
2016-09-21 Robin Gareusadd API to change FileSource path in-place
2016-09-21 Robin Gareusadd a SndFileSource c'tor to create .flac encoded file...
2016-09-21 Robin Gareusfix LV2 State Flags for Atom:Path
2016-09-20 Robin Gareusinitial support for archiving sessions
2016-09-20 Tim MayberryRestore ARDOUR::MuteControl state, fixes bug #7025
2016-09-20 Tim MayberryFully restore ARDOUR::SoloSafeControl state
2016-09-20 Tim MayberryFully restore ARDOUR::SoloIsolateControl state
2016-09-20 Tim MayberryFully restore ARDOUR::SoloControl state
2016-09-19 Robin Gareusadd API to create [tar.xz] archives
2016-09-19 Tim MayberryPBD::canonical_path will no longer throw so change...
2016-09-19 Tim MayberryMove PBD::canonical_path to pbd/file_utils.h/cc and...
2016-09-19 Tim MayberryAdd test to create new Sessions with localized names...
2016-09-19 Tim MayberryCopy UTF-8 test strings from libpbd tests into libardou...
2016-09-19 Tim MayberryAdd test for PBD::canonical_path on Windows using utf8...
2016-09-19 Tim MayberryGive the Windows MMTimer test a better chance of passing
2016-09-18 Robin Gareusupdate a-plugins to use official lv2plug.in URI
2016-09-18 Robin Gareusadd support for LV2 #coarseBlockLength and #enabled
2016-09-17 Robin Gareusensure that Lua DSP scripts are configured (even with...
2016-09-17 Tim MayberryFix crash when ExportDialog is hidden
2016-09-17 Tim MayberryFix indentation in ARDOUR::ExportProfileManager source...
2016-09-17 Robin GareusVST threading: prevent concurrent effSetChunk and process()
2016-09-16 Robin GareusNO-OP: whitespace
2016-09-16 Robin Gareusre-do previous commit
2016-09-16 Robin GareusRevert "Add convenience Lua bindings to access plugin...
2016-09-16 Thomas BrandAdd convenience Lua bindings to access plugin controls
2016-09-16 Robin Gareusremove cruft - don't pollute global namespace
2016-09-15 John Emmas Modify our MSVC project to use the newly introduced...
2016-09-15 John EmmasModify our MSVC project to use the newly introduced...
2016-09-15 Robin GareusFix passing ctrl-output data to lua inline display...
2016-09-15 Tim MayberrySend/show error message if g_stat fails in Session...
2016-09-15 Tim MayberryUse g_strerror() instead of ::strerror() in Session...
2016-09-15 Tim MayberryUse g_rename() instead of ::rename() in Session::cleanu...
2016-09-15 Tim MayberryUse g_strerror instead of strerror in ARDOUR::FileSource
2016-09-15 Tim MayberryUse ::g_rename instead of ::rename in ARDOUR::FileSourc...
2016-09-14 Robin Gareusimplement file-[un]archive progress report
2016-09-14 Tim MayberryAdd analyse and soundcloud-upload properties of ExportF...
2016-09-14 John EmmasCheck a return value from 'g_stat()'
2016-09-14 Nathan StewartFixes 7004 - Ardour crash on Just Quit when AudioEngine...
2016-09-13 Paul Davischange all MIDI read-from-source to map all events...
2016-09-13 Paul Davisdebug output formatting
2016-09-13 Paul Davisdo not call MidiRingBuffer::skip_to() when getting...
2016-09-13 Paul Davismake MidiBuffer::read_from() use "dst_offset" correctly...
2016-09-13 Paul Davisextend Evoral::Range<T> to offer ::length() and ::squish()
2016-09-13 Paul Davisadd back event offsetting into MidiRingBuffer::read...
2016-09-13 Paul DavisNOOP: spacing and indentation
2016-09-13 Paul Davisshow "this" in MidiRingBuffer::dump()
2016-09-13 Paul Davisslight DEBUG_TRACE enhancement for MidiPort::flush_buff...
2016-09-13 Paul DavisNO-OP: indentation
2016-09-13 Paul DavisDelivery::run() now offsets data delivered to MIDI...
2016-09-13 Paul Davisuse class-static method rather than pretend there is...
2016-09-13 Paul Davisprovide Session::declick_out_pending()
2016-09-13 Paul Davissecond part of: change offset arguments to various...
2016-09-13 Paul Davischange offset arguments to various <T>Buffer::read...
2016-09-13 Paul Davisadd a new DEBUG enum for MidiRingBuffer
2016-09-13 Robin Gareusadd option to skip unzipping bundled demo sessions
2016-09-13 Robin GareusAdd support for built-in file/url unzip/untar
2016-09-13 Tim MayberryRemove duplicate header include from libardour source...
2016-09-13 Tim MayberryAdd missing header include guards in canvas library
2016-09-13 Tim MayberryPut ARDOUR::SystemExec implementation inside ARDOUR...
next