summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-07-08ensure that OSC calls to access_action occur in the correct threadPaul Davis
2008-07-08fix crash-inducing debug output caused by indirecting through null err_stream...Paul Davis
2008-07-07Make sine generation possibleSampo Savolainen
2008-07-07move to scons Clone everywhere rather than Copy; add Session::micro_locate() ...Paul Davis
2008-07-07Fix up checks for whether the track height is too small for the name highligh...Sampo Savolainen
2008-06-27fix eternal valgrind complaint about GainMeter::_width not being initialized;...Paul Davis
2008-06-26make dynamic track resizing "work" again; colinf's patch for operations on mu...Paul Davis
2008-06-25check both whole-file and part-file regions when adding to the visible region...Paul Davis
2008-06-23ensure that ALL xrun handling is done from the GUI threadPaul 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-19reset editor's entered_track to null if that track is deleted; fix use of wro...Paul Davis
2008-06-19Move the Enable Track Meters option to Metering per #2291Doug McLain
2008-06-19Fixes and changes to the horizontal canvas scrolling, per our conversation on...Doug McLain
2008-06-19prevent periodic auto-save from causing GUI deadlock waiting for the Location...Paul Davis
2008-06-18make bounce range and bounce region work properly (wrong boundaries before); ...Paul Davis
2008-06-18make ctrl-w shortcut operate on plugin editorsPaul Davis
2008-06-18slightly modified patch from colinf to make region context menu items always ...Paul Davis
2008-06-18colinf's patch to make editor faders insensitive to scroll wheel events witho...Paul Davis
2008-06-18patch from colinf for #2304 to reset meter peaks when meter point is reset. N...Paul Davis
2008-06-18patch from colinf for #2305 to use sizeof(Sample)Paul Davis
2008-06-18make Session::region_name() have the same performance as std::map<std::string...Paul Davis
2008-06-17initial implementation of "make range to next marker" and "export range" cont...Paul Davis
2008-06-17some cleanups after the last commit/changesPaul Davis
2008-06-17refactor GainMeter so that it can used by RouteTimeAxisView, and thus bring a...Paul Davis
2008-06-17possible fix for #2292Paul Davis
2008-06-17fix for #2296 (plugins shown twice in automation menus)Paul Davis
2008-06-17fix deep design problem with redirect parameter automation being handled as a...Paul Davis
2008-06-12fix crashing bug caused by not using RegionSelection::add()Paul Davis
2008-06-11midway through dynamic resize redesign, need to test on OS XPaul Davis
2008-06-10(5) debugging with nowhiskey - remove stupid lack of scaling caused by redisp...Paul Davis
2008-06-10(4) more debugginPaul Davis
2008-06-10(3) more debugginPaul Davis
2008-06-10(2) debugging region splitting with nowhiskey_Paul Davis
2008-06-10debugging region splitting with nowhiskey_Paul Davis
2008-06-10Apply the fix for post fader redirectsDoug McLain
2008-06-10The real fix for 3450Doug McLain
2008-06-09Fix for error loaing a 2input plugin following a mono to stereo splitter plug...Doug McLain
2008-06-05minor UI fixes for clocks and Locations dialog. Prevent tape tracks from ske...Ben Loftis
2008-06-03remove another autostools excrementDoug McLain
2008-06-03small changes to export code to hopefully fix some bugs with range export(s)Paul Davis
2008-06-02don't double-call JackStartFreewheeling if we're already freewheelingPaul Davis
2008-06-01Finally a commit to the right branch. Wow. Thanks Petter, everyone else: sorry.Sampo Savolainen
2008-05-29fix for sigc++ compilation on platforms where "nil" is a C macroPaul Davis
2008-05-29don't cadd a potentially null region from inside RegionFactory::create()Paul Davis
2008-05-29add missing plugin_interest.h filePaul Davis
2008-05-29fix(es) from chris cannam for rb_effect mistakesPaul Davis
2008-05-29fix for #2264, likely uninitialized value of Editor::drag_info.copied_locationPaul Davis
2008-05-29fix for #2248, problems with click tab setup in prefs editorPaul Davis
2008-05-29fix bad truncation of export path for exportPaul Davis