add an plugin API to query generic-gui grid-layout
[ardour.git] / libs / ardour / ardour / session_event.h
2016-05-31 Paul Davisuniversal change in the design of the way Route/Track...
2015-10-05 Robin GareusNOOP, remove trailing tabs/whitespace.
2015-10-04 Paul Davisglobally remove all trailing whitespace from ardour...
2015-07-16 Ben Loftismerge fix
2015-06-29 Paul Davisnoop: fix indentation/whitespace
2015-06-29 GZharun[Summary] Added possibility to identify IO thread which...
2015-04-20 Paul DavisMerge branch 'master' into saveas
2015-02-05 Paul Davisexpand SessionEvent API to allow ::clear_events() to...
2014-12-21 Paul Davischange SessionEvent::Immediate to -1, and ensure that...
2014-10-16 Paul DavisMerge branch 'cairocanvas'
2014-09-17 Paul Davisadd new Skip event to SessionEvents
2014-07-02 Ben Loftisadd a method to cancel a pending play_range. this...
2014-07-01 Paul Davismerge with master.
2014-06-02 Paul Davismerge with master and fix 4 conflicts by hand
2014-05-19 Colin FletcherMerge branch 'export-dialog' into cairocanvas
2014-03-22 Paul DavisMerge ... master, primarily for adrian's maximise-mixer...
2014-02-12 Paul DavisMerge branch 'master' into cairocanvas
2014-02-08 Paul DavisMerge branch 'master' into cairocanvas
2014-02-08 Paul Davismerge with master, with minor conflict fixes
2014-02-04 Paul Davismerge (w/fix) with master
2014-01-30 Paul DavisMerge branch 'master' into cairocanvas
2014-01-29 Paul DavisMerge branch 'master' into cairocanvas
2014-01-23 Paul Davisfix merge conflict with master
2014-01-20 John EmmasMerge branch 'windows+cc' into cairocanvas
2014-01-19 Paul Davisvisibility macros and flush() added to SrcFileSource...
2014-01-17 Paul DavisMerge branch 'master' into cairocanvas
2014-01-17 Paul DavisMerge branch 'master' into cairocanvas
2014-01-16 Paul DavisMerge branch 'master' into cairocanvas
2014-01-16 Paul DavisMerge branch 'master' into cairocanvas
2014-01-16 Paul DavisMerge branch 'master' into cairocanvas
2014-01-15 Paul DavisMerge branch 'master' into cairocanvas
2014-01-15 Paul Davismerge with master
2014-01-15 Paul Davismerge with master
2014-01-14 Paul Davismerge (with conflict fixes) with master (even against...
2014-01-13 John EmmasMerge branch 'windows+cc' into cairocanvas
2014-01-13 John EmmasMerge branch 'windows+cc' into cairocanvas
2014-01-12 John EmmasMerge branch 'windows+cc' into cairocanvas
2014-01-11 Paul Davisfix merge with master
2014-01-10 Paul Davisfinished merge of cairocanvas with windows and windows...
2014-01-10 Paul Davisfix merge errors with master
2014-01-08 Paul DavisMerge branch 'master' into cairocanvas
2014-01-02 Paul DavisMerge branch 'master' into cairocanvas
2013-12-28 Paul DavisMerge branch 'master' into cairocanvas
2013-12-27 Paul Davismerge exportvis branch into cairocanvas, to reduce...
2013-12-04 Paul DavisMerge branch 'master' into windows
2013-12-04 Paul DavisMerge branch 'master' into exportvis
2013-12-03 Paul Davisfix up wscript/build issues in exportvis after merge...
2013-12-03 Paul DavisMerge branch 'windowspush' of https://github.com/mojofu...
2013-12-03 Paul DavisMerge branch 'master' into windows
2013-12-02 Tim MayberryRevert unfinished export visibility commits by John...
2013-11-30 Paul Davismerge and resolve conflict with master
2013-11-27 Paul DavisMerge branch 'master' into windows
2013-11-27 Paul DavisMerge branch 'master' into windows
2013-11-26 Paul DavisMerge branch 'master' into windows
2013-11-26 Paul Davisresolve merge with master (?)
2013-10-23 Paul Davisfix merge conflicts with master
2013-10-18 John EmmasMerge remote-tracking branch 'remotes/origin/exportvis...
2013-10-17 Paul Davisadd export visibility macros across libardour
2013-10-17 Paul DavisMerge branch 'master' into windows
2013-10-16 John EmmasMerge remote-tracking branch 'remotes/origin/master...
2013-10-15 John EmmasMerge branch 'windows' into windows+cc
2013-10-15 John Emmas'libs/ardour' - Add 'LIBARDOUR_API' (initial testing...
2013-01-16 Paul Davisadd copyright comments
2012-06-22 Paul Davisintroduce the idea of a "default transport speed",...
2012-06-22 Paul Davisfix reset of transport speed when seamless looping...
2012-06-20 Carl HetheringtonDeclick before the end of seamless loops, not after...
2012-05-24 David RobillardCompile cleanly with clang.
2011-06-01 David RobillardFix broken whitespace. I'd apologize for the compile...
2010-12-03 Carl HetheringtonRemove all use of nframes_t.
2010-09-17 Paul Davismegaopus patch #2 for today: remove nframes64_t and...
2010-08-02 Carl HetheringtonSuspend transport timecode transmission during playhead...
2010-07-22 Paul Davisremove a bunch of uses of long (mostly replaced by...
2010-06-09 Paul Davisdynamic playback & capture buffer resizing (though...
2010-04-21 Carl HetheringtonMove Diskstream ownership to Track, so that Session...
2010-04-14 Carl HetheringtonSuspend deletion of cross-thread pools until they are...
2010-02-23 David RobillardFix various code quality issues found by cppcheck ...
2009-12-21 Paul Davisfully implement and deploy explicit x-thread signal...
2009-12-17 Paul Davisswitch to using boost::signals2 instead of sigc++,...
2009-12-11 Paul Davisswitch to use boost::function for UI::call_slot operati...
2009-12-10 Paul Davisrestore rec-enable, solo & mute functionality; remove...
2009-12-07 Paul Davisbetter, cleaner, more generic version of real-time...
2009-12-07 Paul Davisfirst pass at end-to-end RT operation request (GUI...
2009-12-04 Paul Daviscross-thread handling of SessionEvent allocation/deallo...
2009-12-04 Paul Davismove Session::Event into SessionEvent class; add Sessio...