summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-09-15Add defines necessary for successful gcc/mingw compile with --cxx11 optionTim Mayberry
2016-09-15Allow to bunde demo session(s)Robin Gareus
2016-09-15bundle embeddable/nativeUI Harrison pluginsRobin Gareus
2016-09-15remove cruft from packaging scriptsRobin Gareus
2016-09-14implement file-[un]archive progress reportRobin Gareus
2016-09-14Restore state of analyze and soundcloud upload checkboxes in ExportDialogTim Mayberry
2016-09-14Add analyse and soundcloud-upload properties of ExportFormatSpecification to ...Tim Mayberry
2016-09-14Check a return value from 'g_stat()'John Emmas
2016-09-13Fixes 7004 - Ardour crash on Just Quit when AudioEngine is stopped. AudioEngi...Nathan Stewart
2016-09-13change all MIDI read-from-source to map all events into the loop-range for se...Paul Davis
2016-09-13debug output formattingPaul Davis
2016-09-13do not call MidiRingBuffer::skip_to() when getting a MidiDiskstream's playbac...Paul Davis
2016-09-13make MidiBuffer::read_from() use "dst_offset" correctly to alter the time of ...Paul Davis
2016-09-13extend Evoral::Range<T> to offer ::length() and ::squish()Paul Davis
2016-09-13add back event offsetting into MidiRingBuffer::read() (even if we never reall...Paul Davis
2016-09-13NOOP: spacing and indentationPaul Davis
2016-09-13show "this" in MidiRingBuffer::dump()Paul Davis
2016-09-13slight DEBUG_TRACE enhancement for MidiPort::flush_buffers() outputPaul Davis
2016-09-13NO-OP: indentationPaul Davis
2016-09-13Delivery::run() now offsets data delivered to MIDI ports by the global port o...Paul Davis
2016-09-13use class-static method rather than pretend there is a per-member value for P...Paul Davis
2016-09-13provide Session::declick_out_pending()Paul Davis
2016-09-13second part of: change offset arguments to various <T>Buffer::read/merge met...Paul Davis
2016-09-13change offset arguments to various <T>Buffer::read/merge methods from framecn...Paul Davis
2016-09-13add a new DEBUG enum for MidiRingBufferPaul Davis
2016-09-13copy demo sessionsRobin Gareus
2016-09-13add option to skip unzipping bundled demo sessionsRobin Gareus
2016-09-13Add support for built-in file/url unzip/untarRobin Gareus
2016-09-13Rename Struct defined in freesound header to be less genericTim Mayberry
2016-09-13Remove duplicate header includes in gtk2_ardourTim Mayberry
2016-09-13Remove duplicate header include from libardour source fileTim Mayberry
2016-09-13Add missing header include guards in various gtk2_ardour headersTim Mayberry
2016-09-13Add missing header include guards in canvas libraryTim Mayberry
2016-09-13Put ARDOUR::SystemExec implementation inside ARDOUR namespace in source fileTim Mayberry
2016-09-13Add missing include guards in libardour header filesTim Mayberry
2016-09-12Tweak PR 269 for portable file-pathRobin Gareus
2016-09-12Cleaned up messed indents (tabs vs. spaces)Johannes Mueller
2016-09-12Lua script to export markers as mp4 chaptersJohannes Mueller
2016-09-12Expose Location::name() to LuaJohannes Mueller
2016-09-12Add a Lua wrapper to Glib::build_filename()Robin Gareus
2016-09-12allow running from src-tree using system-wide gtk-themes w/color defsRobin Gareus
2016-09-12Example script to prepare the session to recordJohannes Mueller
2016-09-12Expose `Locations::remove()` to LuaJohannes Mueller
2016-09-12add request_play_loop() & get_play_loop() to luabindingsThomas Brand
2016-09-11Fix #7015, Crash while aborting Region trim using Esc keyTim Mayberry
2016-09-11Fix #6774, Moving start/end markers doesn't set Session as modified/dirtyTim Mayberry
2016-09-11Fix #7003, Store/Restore state of checkboxes in Export dialogTim Mayberry
2016-09-09closing the normalize dialog should not run normalize (#7016)Paul Davis
2016-09-09fix WM close handling for session lock dialog (#7017)Paul Davis
2016-09-07for files imported without copy, _origin is a full path. We should use this w...Paul Davis