summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-07-10Add indexterm for renaming tracksTim Mayberry
2008-07-10Add mapping for secondary index term to dbhelper.vimTim Mayberry
2008-07-10Add entities for a couple of common sections and use them where appropriateTim Mayberry
2008-07-10Update documentation on removing a track and move it to a separate file.Tim Mayberry
2008-07-10Add index entry for adding tracksTim Mayberry
2008-07-10Update dbhelper.vim to include mapping for indextermTim Mayberry
2008-07-10Add entry in the index for inverting the polarity of a track.Tim Mayberry
2008-07-10Add an empty index element so that the docbook xsl will automatically generat...Tim Mayberry
2008-07-10Replace image of mixerstrip with labeled diagram.Tim Mayberry
2008-07-10Remove documentation on track speed controls as the are no longer displayed i...Tim Mayberry
2008-07-10Add a tip admonition to the section on inverting polarityTim Mayberry
2008-07-10Update section on inverting the polarity of a track.Tim Mayberry
2008-07-10Update image of a mixer strip from an image of version 0.99.X to 2.0Tim Mayberry
2008-07-10Update image of mixer window from an image of version 0.99.X to 2.0Tim Mayberry
2008-07-09gcc 4.3 includeDoug McLain
2008-07-09update key+mouse bindings page to reflect default current bindings for 2.5Paul Davis
2008-07-09minor light-theme related patches from colin fletcherPaul Davis
2008-07-09fix crasher caused by regions not being deleted on session unload; fix up src...Paul Davis
2008-07-08nudge clock has 5 seconds as the default value, not zeroPaul Davis
2008-07-08if the track that is being dynamically resized is not selected, do not add tr...Paul Davis
2008-07-08new drawing style for track resize handles (thanks thorwil!)Paul Davis
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