summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)Author
2008-10-21Backported automatic svn revision handling from 3.0Sakari Bergen
2008-10-21improved (?) Session::audible_frame()Paul Davis
2008-10-20fix up some jerkiness/retrograde motion of playheadPaul Davis
2008-10-17fix up initialization of various path vars in bundled OS X version; make LADS...Paul Davis
2008-10-13additional ancestral_length = 0 initializationPaul Davis
2008-10-13fix subtle but nasty problems with stretch/shift audio operations, and fix up...Paul Davis
2008-10-11minor C++ include issues, debug out removed and bump to 2.6Paul Davis
2008-10-09add config var for region fade visibilityPaul Davis
2008-10-09add global option to enable/disable region fadesPaul Davis
2008-10-09prevent a heap overflow, see http://www.nabble.com/Bug-445889:-CVE-2007-4974-...Paul 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-05changes to support making RouteUI and its children and relations able to swit...Paul Davis
2008-10-03part II of probable fix for track sync-orderingPaul Davis
2008-09-27Fix split buffer audio glitches with lv2 plugins.Sampo Savolainen
2008-09-26fix up region constructor's initialization of ancestral region dataPaul Davis
2008-09-22Removed the extra "long".Sampo Savolainen
2008-09-22Fixed overflow issue. Code originally meant to truncate the 64 bit integer di...Sampo Savolainen
2008-09-19Fix a bunch of stupid warnings.David Robillard
2008-09-19Fix classic memory error.David Robillard
2008-09-19shift-click to extend marker selection; marker drag moves all selected markersPaul Davis
2008-09-18Fix possible double allocation of SF_BROADCAST_INFOSakari Bergen
2008-09-12comment out *all* exporting debugDoug McLain
2008-09-12comment out exporting debugDoug McLain
2008-09-03Unify the canvases by moving groups around rather than using set_scrolling_re...Nick Mainsbridge
2008-08-21Patched libsndfile to work with FLAC >= 1.1.4Sakari Bergen
2008-08-14Fix glitches in automation events due to the other glitch fix made a few week...Sampo Savolainen
2008-08-12Support for the LV2 'data access' and 'instance access' extensions (for in-pr...David Robillard
2008-08-11Make global static children variable an xml node object variable.Sampo Savolainen
2008-08-09Embedded LV2 GTK GUI support.David Robillard
2008-07-30committed build changes needed for leopard buildJesse Chappell
2008-07-29Fix glitching on "events" (like loop markers) due to taking the processing of...Sampo Savolainen
2008-07-25stop resetting _jack to zero to avoid crashing stupidlyPaul Davis
2008-07-22debug output for pixbuf loaders; catch exception when loading AU plugins; mis...Paul Davis
2008-07-22fix up generation of BWF field contents to avoid truncation and use correct datePaul Davis
2008-07-15fixed pitchbend byte orderingJesse Chappell
2008-07-14Another gcc 4.3 includeDoug McLain
2008-07-10Replaced some c includes with their c++ wrappersDoug McLain
2008-07-10posix_memalign fixes from RB svnPaul Davis
2008-07-10include <stdlib.h> to keep robust compilers happyPaul Davis
2008-07-10update to rubberband 1.2Paul Davis
2008-07-09gcc 4.3 includeDoug McLain
2008-07-09fix crasher caused by regions not being deleted on session unload; fix up src...Paul Davis
2008-07-08fix crash-inducing debug output caused by indirecting through null err_stream...Paul Davis
2008-07-07move to scons Clone everywhere rather than Copy; add Session::micro_locate() ...Paul Davis
2008-06-23various minor fixes for crashes reported by nowhiskeyPaul Davis
2008-06-19fix a huge mess with sends, involving incorrect GUI cleanup, an unhandled exc...Paul Davis
2008-06-18make bounce range and bounce region work properly (wrong boundaries before); ...Paul Davis