ardour.git
2017-01-27 Paul Davisremove editor/mixer selection change signals; make...
2017-01-27 Paul Davisshow what PresentationInfo::Change is being used for
2017-01-27 Paul Davisremove debug output/ifdef
2017-01-27 Paul Davisuse RAII for class-wide PresentationInfo::Change signal...
2017-01-27 Paul Davisuse RAII for class-wide PresentationInfo::Change signal...
2017-01-26 nick_madd undo for changing marker lock style from menu
2017-01-26 nick_mmark session dirty when moving range markers or alterin...
2017-01-26 nick_mmark session dirty when dragging tempo markers.
2017-01-26 nick_mno-op - whitespace fix for libs/ardour/playlist.cc
2017-01-26 nick_mMidiGhostRegion micro-optimisation.
2017-01-26 nick_mMidiRegionView::redisplay_model() - code cleanup
2017-01-26 Robin GareusFix mixer continuous multi-selection
2017-01-25 Paul Davisimprove range drag semantics
2017-01-25 Paul Davisyet another case of misplaced parentheses during the...
2017-01-25 Paul DavisThis turns out to have been a band-aid over a deeper...
2017-01-25 Paul Davisanother case of misplaced parentheses during the remova...
2017-01-25 Paul Davisfix an issue with selection rects not being redrawn...
2017-01-24 Paul DavisThis wasn't supposed to be pushed to master.
2017-01-24 Paul DavisMIDI note copy needs to adjust pitch of new notes befor...
2017-01-24 Paul Davisadd basic data members and methods for adding an explic...
2017-01-24 Robin Gareusre-fine preferences dialog part 13 of 27 (probably):
2017-01-24 Robin Gareusstyleguide #6
2017-01-24 Daniel SheelerMeter point toggle button now uses a popup menu instead...
2017-01-24 Robin Gareussuffix region gain to TAVitem name
2017-01-23 Paul Davisimplement copy-drag for MIDI notes.
2017-01-23 Paul DavisNO-OP: add a few spaces before function args
2017-01-23 Robin GareusSafe Mode: disable VST scan
2017-01-23 Paul Davisgeneric MIDI: put controllables into touch mode (if...
2017-01-23 Paul Davisat transport stop, clear all existing automation watche...
2017-01-22 Paul Davismake undo/redo work for Regions > Edit > Close Gaps
2017-01-22 Hiroki InagakiUpdate Japanese translation
2017-01-22 Paul Davisimplement Session::route_by_selected_count()
2017-01-22 Paul DavisPresentationInfo needs to emit Change for selection...
2017-01-22 Paul Davismore consistent terminology in a comment
2017-01-22 Paul Davisadd some comments
2017-01-21 Robin Gareusconsistent capitalization
2017-01-21 Robin Gareusardour runs fine in rr version 4.4.0, add scripts
2017-01-21 Robin GareusAdd Example script to import file(s)
2017-01-21 Robin GareusLua: bindings for do_import()
2017-01-21 Robin GareusLua add an Empty/Nil shared-pointer constructor
2017-01-21 Robin GareusLuaBindings: prefer shared_ptr over weak_ptr
2017-01-21 Paul Davisdon't repeat-hard-code names for 3 automation types.
2017-01-21 Paul Davisuse SSE/AVX for scaling gain automation buffer via...
2017-01-21 Paul Davisremove debug cruft from wscript for push2 that breaks...
2017-01-21 Paul DavisAmp is the one place where we generate a per-sample...
2017-01-21 Paul DavisSlavableAutomationControl::get_value(), if doing automa...
2017-01-21 Robin Gareusparse modified-with for up to 5 snapshots.
2017-01-21 Robin GareusDon't inhertit "last modified" for snapshot
2017-01-21 Robin GareusTranslatable Metronome tooltip, formatting and typo...
2017-01-21 Daniel SheelerUpdate metronome tooltip on gain change
2017-01-21 Robin GareusShow last modified in recent-list
2017-01-21 Robin Gareusupdate bbe62da55a - use last-modified-with, strip git-rev
2017-01-20 Robin GareusAdd GUI part to immediately fan-out multi-out instrumen...
2017-01-20 Robin GareusInstrument insert options:
2017-01-20 Robin GareusGUI follow up for new-MIDI-track API change
2017-01-20 Robin GareusInstrument channel option when adding track
2017-01-20 Robin GareusAllow Lua bindings up to 10 args
2017-01-20 Robin Gareusupdate UI, new info API, display created_version in...
2017-01-20 Robin GareusExtract program version that a session was created...
2017-01-20 Robin Gareusremove cruft
2017-01-20 Robin Gareusfix a -Wformat
2017-01-20 Robin GareusElaborate valgrind options
2017-01-20 Robin GareusLeave some notes about memory-leaks
2017-01-20 Robin GareusReap invalidation records
2017-01-20 Robin GareusFree dead request-buffers
2017-01-20 Robin GareusBreathe at exit: allow event-loops to clean up
2017-01-20 Robin GareusPlug some mixer memory leaks
2017-01-20 Robin GareusFree some one time alloc of the UI (cleaner valgrind...
2017-01-20 Robin GareusRemove cruft
2017-01-20 Robin GareusMIDI leaks -- the Controllergate conspiracy debunked
2017-01-20 Robin GareusPlug some libardour memory leaks
2017-01-20 Robin GareusYet another pane pain: allow deleting children using...
2017-01-20 Robin GareusPlug a memory leak (recent session list, session info)
2017-01-19 Robin GareusAdd a note.
2017-01-19 Robin GareusFix oddities when replacing VST-presets.
2017-01-19 Robin GareusScale default Atom Ringbuffer size with samplerate
2017-01-19 Paul Davisancillary change related to removal of boost::optional...
2017-01-19 Paul Davisremove use of boost::optional to define "undefined...
2017-01-19 Robin Gareusadd delete x-run marker script
2017-01-19 Robin GareusFix metronome level preference display
2017-01-19 Robin GareusAllow to change metronome level via mouse-wheel
2017-01-19 Robin GareusRelax monitor-section processor channel restriction
2017-01-19 Robin GareusUpdate monitor section controls when channelcount changes
2017-01-19 Robin GareusGUI: use new preroll-rec + trim mode
2017-01-19 Robin GareusAdd some comment
2017-01-19 Robin GareusAdd alternative preroll record mode:
2017-01-19 Robin GareusRework preroll-rec API:
2017-01-19 Robin GareusRemove rec-with-preroll, prepare for rework
2017-01-19 Robin GareusRemove Editor API to calc preroll duration
2017-01-19 Robin GareusMove preroll duration calc into libardour
2017-01-19 Ben LoftisAdd comment regarding themeable boxes
2017-01-19 Ben LoftisTweak some tooltip text.
2017-01-19 Ben LoftisAllow editor toolbar and background to be themeable.
2017-01-18 Paul Davisfix up Canvas::Grid child layout
2017-01-18 Paul Daviscorrect translation matrix for Canvas::Widget
2017-01-18 Paul Davisfix code for ArdourButton so that an existing translati...
2017-01-18 Paul Davisdo not add items twice to their canvas parent!
2017-01-18 Robin GareusPromote the preroll_seconds config option to include...
2017-01-18 Robin Gareusprepare for musical-time preroll
2017-01-18 Ben Loftistweak table packing for more consistent spacing between...
next