summaryrefslogtreecommitdiff
path: root/libs/ardour/session_state.cc
AgeCommit message (Expand)Author
2011-08-18remove Glib::ustring from libardourPaul Davis
2011-03-29new route groups should default ON Ben Loftis
2010-07-02remove all debugging output from NPAE debugging processPaul Davis
2010-07-01extremely verbose process() debuggingPaul Davis
2010-05-14fix for clocks refusing to update when reverse-playback was used later in the...Ben Loftis
2010-04-15remove a bunch of explicit uses of '/' as a directory separator; use Glib::bu...Paul Davis
2010-03-26remove silly buffer stats output; apply MIDI control patch (#2655) from dhess...Paul Davis
2010-03-12Ardour -> PROGRAM_NAME for libardourPaul Davis
2010-01-30move LocaleGuard "up" into libpbd; use LocaleGuard to replace utterly broken ...Paul Davis
2009-12-07weak version of "Save As"Paul Davis
2009-11-06deep, somewhat subtle changes for transport control. Everything should use Se...Paul Davis
2009-11-05save & restore seamless loop setting when setting sync source, since JACK doe...Paul Davis
2009-10-28patches for valgrind-reported errors, from carl (#2873)Paul Davis
2009-10-27some checkins inspired by drobilla commits 5865 and 5866. allow more vertica...Ben Loftis
2009-10-02replace all instances of prop->value() == "yes" with string_is_affirmative (p...Paul Davis
2009-09-26open un-writable sessions without complaining, and desensitize all/most actio...Paul Davis
2009-09-17more NSD hacks, including a new exception thrown when loading a session at a ...Paul Davis
2009-07-06remove extra use of legalize_for_path() and just make sure that session and s...Paul Davis
2009-07-05more legalize_path hacks to handle stupidly named sessionPaul Davis
2009-07-05handle session names provided by user that contain '/' (mantis #1193)Paul Davis
2009-06-24splash screen fix from nedko ; fix cleanup's failure to correctly locate file...Paul Davis
2009-04-27fix broken patch that caused crash when loading an older session without "def...Paul Davis
2009-03-02ICS (image compositor socket) patches from robin gareus, to keep ICS alive in...Paul Davis
2009-02-14track templates; indent fixes needed and will be forthcoming; minor fix for t...Paul Davis
2008-12-02more session init fixes from carlPaul Davis
2008-11-25lincoln's solo-mute-override patch modified/extended to track the option chan...Paul Davis
2008-10-21improved (?) Session::audible_frame()Paul Davis
2008-10-20fix up some jerkiness/retrograde motion of playheadPaul Davis
2008-10-09fix reload & use of MIDI port configuration, so that per-session setup is act...Paul Davis
2008-10-08add initial-program-change supportPaul Davis
2008-10-08fix for bad sync with other JACK transport-aware clients (thanks to torben fo...Paul Davis
2008-10-07fixes needed for track/strip ordering issuesPaul Davis
2008-10-03part II of probable fix for track sync-orderingPaul Davis
2008-05-22yet more path-building fixes from colinfPaul Davis
2008-05-22fix for recent portability-oriented change to all session foobar_dir() methodsPaul Davis
2008-05-14use Glib::build_filename() more widelyPaul Davis
2008-02-24make canvas text scale with font scaler; prevent bogus values from putting Na...Paul Davis
2008-02-13lots more BootMessagesPaul Davis
2008-02-13"boot" messages; more AU fixes; new SAE ui.conf filePaul Davis
2008-02-04provide instructional hint for keyeditor; fix keybinding issues on OS X (need...Paul Davis
2008-02-01large chunks of code to deal with pre-analysis of audio; transient/perconset ...Paul Davis
2008-01-25meet rhythm ferret: cute, furry and always on time (ardour build now requires...Paul Davis
2008-01-14Make ardour not crash if a region state cannot be loaded (for example Sampo Savolainen
2008-01-09fix up some errors with fade in/out commands; make commit_reversible_command(...Paul Davis
2008-01-09yet more changes to the monstrosity that is session loading and startup; sear...Paul Davis
2008-01-07merge keybindings/menus from SAE; report duplicate port errors during session...Paul Davis
2007-12-20change behaviour of play-at-edit-point....; fix crash in SAE context with aut...Paul Davis
2007-12-20try to make NewSessionDialog only show up when really needed, and only have n...Paul Davis
2007-12-18new LocateRollLocate event, used to implement play-at-edit-point-and-return; ...Paul Davis
2007-12-07deep, deep fix for what do if we can't run process() because of work in other...Paul Davis