lock dialog MUST be a Gtk::Dialog so that it does not forward key (or other) events...
[ardour.git] / libs /
2014-06-25 Paul Daviswscript fix for wavesaudio backend - use correct name...
2014-06-24 Ben Loftislast piece of scroll-wheel checkin, oops
2014-06-24 Ben Loftisadd scroll wheel handler to canvas
2014-06-24 Paul Davisadd ability to save current action sensitivities and...
2014-06-23 Robin Gareusfix f6aaa16 (boost shared pointer)
2014-06-23 Paul Davisreturn of the zero line
2014-06-23 Paul Davisrevert drawing of rectified waves back to previous...
2014-06-23 Paul Daviscompletely rethink waveform rendering (again)
2014-06-23 Paul Davisfix logic error that meant one side of the waveform...
2014-06-23 Robin Gareusdon't let enumerated device list strings go out of...
2014-06-23 Robin Gareusstatically allocate midi-options
2014-06-23 Paul Daviswhen exporting regions, use ::legalize_for_path() on...
2014-06-22 Robin Gareusen/disable internal send+returns with tracks en/disable.
2014-06-22 Robin GareusDo not allow to de/activate a track while the transport...
2014-06-22 Robin GareusALSA-backend: dedicated Midi-Buffer n-periods (only...
2014-06-22 Paul Davismore canvas refactoring.
2014-06-22 Paul Davisadd missing new files for canvas redesign
2014-06-22 Paul DavisMerge branch 'canvasredesign' into cairocanvas
2014-06-22 Paul Davisexplicitly qualify cast to ArdourCanvas::Container...
2014-06-22 John EmmasRename all 3 backends for the MSVC sln file
2014-06-22 John EmmasRename dummy backend to match Tim's name
2014-06-22 John EmmasRename jack backend to match Tim's name
2014-06-22 John EmmasRename waves backend to match Tim's name
2014-06-21 Paul Davisrefactor Canvas so that all Items have children; add...
2014-06-21 Robin Gareusvirtual abstraction of Alsa Raw+Seq
2014-06-21 Robin Gareusprepare ALSA sequencer
2014-06-21 Robin Gareusalsa sequencer device/port listing
2014-06-19 Robin Gareusno more stack smashing, renice debug messages
2014-06-19 Robin Gareusrework raw-midi drain strategy (workaround for sync...
2014-06-19 Robin Gareusfix port-unregister (on failed latency measurement)
2014-06-19 John EmmasRemove (no longer needed) sources from an MSVC project
2014-06-19 John EmmasMove the definition for 'strtok_r' (to avoid clashing...
2014-06-19 Paul Davisif we're not going to notify parents of bbox changes...
2014-06-18 Paul DavisMerge branch 'canvas_tweaks' of https://github.com...
2014-06-18 Paul Davisa whole slew of changes related to centralizing and...
2014-06-18 nick_mCanvas tweaks.
2014-06-17 Paul DavisMerge branch 'cache_fixes' of https://github.com/nmains...
2014-06-17 Paul Davisa set of 3 fixes that cure Canvas::Text leaving dirty...
2014-06-17 Paul Davisuse a different approach for indicating expose rects...
2014-06-17 Robin Gareusprepare midi-latency measurement using sysex messages
2014-06-17 nick_mCache entries are now region colour aware.
2014-06-17 Paul DavisMerge branch 'pathscanner-refactor' of https://github...
2014-06-17 Tim MayberryRemove PathScanner class from libpbd
2014-06-17 Tim MayberryReplace all use of PathScanner with equivalent function...
2014-06-17 Tim MayberryRemove unused header includes
2014-06-17 Tim MayberryAdd default arguments to match those in PathScanner...
2014-06-17 Tim MayberryMove member functions from PathScanner to functions...
2014-06-17 Tim MayberryMove PathScanner::operator() into header
2014-06-17 Tim MayberryRemove unused methods in PathScanner
2014-06-17 Tim MayberryRename PathScanner::run_scan_internal to PathScanner...
2014-06-17 Tim MayberryRemove PathScanner::run_scan and use PathScanner::run_s...
2014-06-17 Tim MayberryAdd PathScanner::find_files_matching_regex and move...
2014-06-17 Tim MayberryRemove member filter argument from PathScanner methods...
2014-06-17 Tim MayberryChange PBD::PathScanner API to return results by value...
2014-06-16 Robin Gareusremove debug output
2014-06-16 Robin Gareusmore alsa-midi debugging
2014-06-16 Robin Gareusmore midi latency detection debugging
2014-06-16 Robin Gareusdebug alsa midi latency measurement
2014-06-15 Robin Gareusfix typo in comment of prev. commit
2014-06-15 Robin Gareusfix region un/combine, based on a patch by Tom Brand
2014-06-15 Robin Gareusanother edge-case, don't crash on invalid files with...
2014-06-15 Robin Gareusfix edge case - handle error in device owner request
2014-06-15 Robin GareusARD: proper cleanup
2014-06-15 Paul Daviscomment correction regarding Canvas::visible_area()
2014-06-15 Paul Davisinitialize _scroll_parent in Canvas::item
2014-06-15 Robin Gareusoptimize midi delayline.
2014-06-15 Robin Gareusoffset automation by latency
2014-06-15 Robin Gareusoffset automation by processor latency for bouncing...
2014-06-15 Robin Gareusplug some leaks
2014-06-15 Robin Gareusinitialize uninitialized variable
2014-06-15 Robin Gareusfix pathscanner / stl_vector related memory leaks
2014-06-15 John EmmasAdd newly introduced sources to our MSVC projects
2014-06-15 John EmmasRemove no longer needed sources from MSVC projects
2014-06-14 Robin Gareusstrtok() is the root of all evil.
2014-06-14 Robin Gareustracking down concurrency issus is fun.
2014-06-13 Robin GareusALSA backend: set latencies to zero when measuring...
2014-06-13 Robin Gareussend-delayline: proper debug output (and sort includes...
2014-06-13 Robin Gareusupdate ALSA backend, MIDI device config
2014-06-13 Robin Gareusadd AudioEngine API to configure individual MIDI devices
2014-06-12 Colin FletcherUse Ardour 3 credentials for soundcloud upload
2014-06-12 Colin FletcherExport dialog: tidy code, & remove some superfluous...
2014-06-12 Colin FletcherPost-export hook tweaks
2014-06-12 Colin FletcherSearch $PATH for command when creating SystemExec from...
2014-06-12 Paul Davischange Canvas heirarchy and constructors
2014-06-12 Paul Davisremove drag handle canvas object - it was just a stupid...
2014-06-12 Paul Davisderive ArdourCanvas::Ruler from Rectangle
2014-06-12 Paul Davisremove hard-coded colors
2014-06-12 Paul Davismany fixes and improvements for a now-working ArdourCan...
2014-06-12 Paul Davisadd ruler.cc to canvas wscript
2014-06-12 Paul Davisadd Ruler to Canvas fwd.h
2014-06-12 Paul Davisadd initial (untested) implementation of canvas ruler...
2014-06-12 Robin Gareusdelayline: properly hand-over the shared-pointer.
2014-06-11 Robin Gareusadd latency callback to dummy backend
2014-06-11 Robin Gareusfix possible crash when setting delivery name w/o panshell
2014-06-11 Robin GareusNOOP, re-indent using tabs
2014-06-11 Robin Gareusalign internal sends using delaylines
2014-06-11 Robin Gareusbasic integration of delaylines (still un-nused)
2014-06-11 Robin Gareusadd delayline implementaion (in prep for latency compen...
2014-06-11 Robin GareusNOOP, re-indent & whitespace
2014-06-11 Robin Gareusprepare midi buffer API for midi-delaylines
next