summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-01-28improved (as in "correct") deadlock fix for PresentationInfo::ChangePaul Davis
2017-01-28fix deadlock in mutex'ed PresentationInfo codePaul Davis
2017-01-27MCP fix issue 7219 get GUI to show main surface for right portLen Ovens
2017-01-27use a lock when dealing with PresentationInfo::Change emissionPaul Davis
2017-01-27remove editor/mixer selection change signals; make editor and mixer use Prese...Paul Davis
2017-01-27show what PresentationInfo::Change is being used forPaul Davis
2017-01-27remove debug output/ifdefPaul Davis
2017-01-27use RAII for class-wide PresentationInfo::Change signal, along with propertie...Paul Davis
2017-01-27use RAII for class-wide PresentationInfo::Change signal, along with propertie...Paul Davis
2017-01-27add undo for changing marker lock style from menunick_m
2017-01-27mark session dirty when moving range markers or altering location lock style.nick_m
2017-01-27mark session dirty when dragging tempo markers.nick_m
2017-01-27no-op - whitespace fix for libs/ardour/playlist.ccnick_m
2017-01-27MidiGhostRegion micro-optimisation.nick_m
2017-01-27MidiRegionView::redisplay_model() - code cleanupnick_m
2017-01-26Fix mixer continuous multi-selectionRobin Gareus
2017-01-25improve range drag semanticsPaul Davis
2017-01-25yet another case of misplaced parentheses during the removal of boost::option...Paul Davis
2017-01-25This turns out to have been a band-aid over a deeper issue in libcanvas, fixedPaul Davis
2017-01-25another case of misplaced parentheses during the removal of boost::optional f...Paul Davis
2017-01-25fix an issue with selection rects not being redrawn correctlyPaul Davis
2017-01-24This wasn't supposed to be pushed to master.Paul Davis
2017-01-24MIDI note copy needs to adjust pitch of new notes before adding themPaul Davis
2017-01-24add basic data members and methods for adding an explicit size allocation for...Paul Davis
2017-01-24re-fine preferences dialog part 13 of 27 (probably):Robin Gareus
2017-01-24styleguide #6Robin Gareus
2017-01-24Meter point toggle button now uses a popup menu instead of togglingDaniel Sheeler
2017-01-24suffix region gain to TAVitem nameRobin Gareus
2017-01-23implement copy-drag for MIDI notes.Paul Davis
2017-01-23NO-OP: add a few spaces before function argsPaul Davis
2017-01-23Safe Mode: disable VST scanRobin Gareus
2017-01-23generic MIDI: put controllables into touch mode (if appropriate) when data is...Paul Davis
2017-01-23at transport stop, clear all existing automation watches (touch)Paul Davis
2017-01-22make undo/redo work for Regions > Edit > Close GapsPaul Davis
2017-01-22Update Japanese translationHiroki Inagaki
2017-01-22implement Session::route_by_selected_count()Paul Davis
2017-01-22PresentationInfo needs to emit Change for selection/hide/orderPaul Davis
2017-01-22more consistent terminology in a commentPaul Davis
2017-01-22add some commentsPaul Davis
2017-01-21consistent capitalizationRobin Gareus
2017-01-21ardour runs fine in rr version 4.4.0, add scriptsRobin Gareus
2017-01-21Add Example script to import file(s)Robin Gareus
2017-01-21Lua: bindings for do_import()Robin Gareus
2017-01-21Lua add an Empty/Nil shared-pointer constructorRobin Gareus
2017-01-21LuaBindings: prefer shared_ptr over weak_ptrRobin Gareus
2017-01-21don't repeat-hard-code names for 3 automation types.Paul Davis
2017-01-21use SSE/AVX for scaling gain automation buffer via masters' valuePaul Davis
2017-01-21remove debug cruft from wscript for push2 that breaks with python3Paul Davis
2017-01-21Amp is the one place where we generate a per-sample vector for automation pla...Paul Davis
2017-01-21SlavableAutomationControl::get_value(), if doing automation playback, should ...Paul Davis