Use PLATFORM_WINDOWS (in preference to WIN32) for consistency with the other libraries
[ardour.git] / libs / ardour / session.cc
2013-09-09 Paul Davismove engine dialog from a widget to an actual dialog...
2013-09-06 Paul Davisfix merge conflicts with audioengine
2013-09-06 Paul DavisMerge branch 'master' into windows
2013-09-06 Tim MayberryRename SearchPath class Searchpath
2013-09-05 Paul Davismove MidiPortManager from AudioEngine to Session
2013-09-03 Paul DavisMerge branch 'master' into audioengine
2013-09-03 Paul DavisMerge branch 'master' into windows
2013-09-03 Paul DavisMerge branch 'master' into windows
2013-08-24 Paul Davisfix merge conflicts from master
2013-08-14 Paul Davisfix merge issues with master
2013-08-09 Paul DavisMerge branch 'master' into audioengine
2013-08-09 Paul Davismore purging of JACK as an explicit name from libardour
2013-08-08 Robin Gareususe zeroed scratch buffers for "silent" plugin runs
2013-08-08 Robin Gareususe dedicated buffers for route (and track)
2013-08-08 Paul Davismajor redesign of MIDI port heirarchy and management...
2013-08-05 Paul Davisfix conflicts after merge with master
2013-08-02 Paul DavisMerge branch 'master' into windows
2013-08-01 Paul Davisfull compilation and linking (coding not finished,...
2013-08-01 Paul DavisMerge branch 'master' into windows
2013-08-01 Paul DavisMerge branch 'master' into windows
2013-08-01 Paul Davisfix merge conflict from master
2013-07-31 Robin Gareususe zeroed scratch buffers for "silent" plugin runs
2013-07-30 Robin Gareususe dedicated buffers for route (and track)
2013-07-25 Paul Davismost of libardour now actually compiles
2013-07-17 Paul DavisMerge branch 'master' into windows
2013-07-17 John EmmasMerge branch 'windows' of git://git.ardour.org/ardour...
2013-07-15 Paul DavisFix portability of Session::source_search_path
2013-07-10 Robin GareusRevert "show track-ID in mixer" and "...towards unique...
2013-07-10 Robin Gareus...towards unique track numbers.
2013-06-09 Paul DavisMerge branch 'master' of git@git.ardour.org:ardour...
2013-06-06 Paul DavisMerge branch 'master' into cairocanvas
2013-06-05 Paul DavisMerge branch 'master' of https://github.com/johnwpolive...
2013-06-05 Paul DavisMerge branch 'patch-1' of https://github.com/globin...
2013-05-17 jdekozakinitialize ltc_enc_buf to 0 to fix crash in ltc_tx_clea...
2013-04-15 Robin GareusRevert "option to ignore feedback detection - /i know...
2013-04-15 Robin Gareusoption to ignore feedback detection - /i know what...
2013-04-06 Paul DavisMerge branch 'cairocanvas' of git.ardour.org:ardour...
2013-04-06 Paul DavisMerge ... master, including manual merge conflict resol...
2013-04-06 Paul Davisrename Route::is_hidden() to Route::is_auditioner(...
2013-04-05 Paul DavisMerge branch 'patches' of https://github.com/jdekozak...
2013-04-02 Paul Davisfix #5424: routes created from templates do not get...
2013-04-01 Paul DavisMerge branch 'nsm' of https://github.com/royvegard...
2013-03-31 Roy Vegard OvesenMake sure every imported file is copied to the session...
2013-03-30 Paul DavisMerge branch 'master' of git.ardour.org:ardour/ardour
2013-03-30 Paul Davisfix up some confusion with filesources' _origin and...
2013-03-04 Paul Davismake notice about mismatched session/ardour versions...
2013-01-21 Paul Davistweak for const correctness on apple
2013-01-15 Paul Davisremove some debug output
2013-01-15 Paul Davisbetter error msg about autoloop location
2013-01-09 Colin FletcherA few more typo fixes in libardour.
2012-12-14 Paul Davismerge robin gareus' libltc into ardour source tree...
2012-12-13 Paul Davisreinstate the windows way for GUIIdle's but limit the...
2012-12-12 Paul Davisbecause sometimes there are good reasons for not doing...
2012-12-12 Paul Davissometimes, you just have to do what a windows programme...
2012-12-05 Paul DavisSession should disconnect from all signals during its...
2012-12-04 Paul Davisdramatically speed up the addition of large numbers...
2012-11-21 Paul Davisadd more DEBUG::Solo output ; fix assignment of remote...
2012-11-19 Paul Davisremove unused Automatable::automation_interval and...
2012-11-19 Paul Davistweak config param for automation sampling interval...
2012-11-14 Paul Davisdo not add 2.X search path if its already present in...
2012-11-13 Paul Davisadd alt-i as a binding in both the editor and mixer...
2012-10-26 Paul Davisclean up consequences of using IO/Port/Buffer for LTC...
2012-10-25 Paul Davismove ownership of LTC I/O ports to Session, and manage...
2012-10-23 Paul Davisprobable fix for not being able to find audio files...
2012-10-21 Robin Gareusadd LTC generator
2012-10-18 Paul Davischange input/output button context menus for mixer...
2012-10-11 Paul Davismove the external sync source selection tobe a global...
2012-07-25 Paul Davisconvert from Glib:: to Glib::Threads for all thread...
2012-07-19 Paul Davismore work on RID and editor/mixer order matching; when...
2012-07-07 David RobillardFix Jack transport master after session load.
2012-06-28 Paul Davisfurther efforts at cleaning up the design of the intera...
2012-06-28 Carl HetheringtonFix missing lock causing erroneous disk space reports...
2012-06-27 Paul Davisfirst pass at the big rethink of managing sort order...
2012-06-26 Carl HetheringtonRemove unused named selection / chunk code.
2012-06-26 Carl HetheringtonFix some oddities with playhead movement when locating
2012-06-25 Paul Davisdrastic rethink of the relationship between remote...
2012-06-23 Tim MayberryRemove unused or unnecessary header includes
2012-06-23 Tim MayberryUse Glib::build_filename in Session::new_midi_source_name()
2012-06-23 Tim MayberryUse Glib::file_test instead of sys::exists
2012-06-23 Tim MayberryMove three file utility functions from pbd/filesystem...
2012-06-23 Tim MayberryRename PBD::sys::inodes_same to equivalent_paths
2012-06-23 Tim MayberryUse std::string instead of PBD::sys::path in pbd/search...
2012-06-22 Paul Davisprovide an easier way to add mixed (audio+MIDI) tracks...
2012-06-21 Paul Davisa putatively better approach to cleaning up ports at...
2012-06-20 Carl HetheringtonDeclick before the end of seamless loops, not after...
2012-06-19 Carl HetheringtonWrite the topologically sorted route list back to the...
2012-06-18 Carl HetheringtonFix comment.
2012-06-14 Carl HetheringtonHopefully fix race between engine being halted and...
2012-06-13 Carl HetheringtonAdd operation_in_progress() method.
2012-06-12 Carl HetheringtonHandle failure of statfs to return available disc space...
2012-06-11 Carl HetheringtonMake send automation work (#4734).
2012-06-06 Carl HetheringtonRemove some unused code.
2012-05-28 Carl HetheringtonAdd path_is_within to decide if a path is within a...
2012-05-27 Paul Davisdon't alter session search path frm within FileSource...
2012-05-24 David RobillardRemove over 500 unnecessary includes (including 54...
2012-04-24 Paul Davisrevert previous commit (it should work, but did not...
2012-04-24 Paul Davismove the point at which PannersLegal is emitted (thus...
2012-04-24 Paul Davisadd support for IP MIDI (multicast MIDI over IP UDP...
2012-04-22 Paul DavisMCP: a fistful of improvements. probably best to just...
2012-04-18 Ben Loftisadd User metadata. user metadata is edited from the...
next