summaryrefslogtreecommitdiff
path: root/gtk2_ardour
AgeCommit message (Expand)Author
2008-07-10no more NATIVE_OSX_KEYS option - GTKOSX selects for that too2.5Paul Davis
2008-07-10update to rubberband 1.2Paul Davis
2008-07-09minor light-theme related patches from colin fletcherPaul 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-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-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-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-10debugging region splitting with nowhiskey_Paul Davis
2008-06-05minor UI fixes for clocks and Locations dialog. Prevent tape tracks from ske...Ben Loftis
2008-06-03small changes to export code to hopefully fix some bugs with range export(s)Paul Davis
2008-06-01Finally a commit to the right branch. Wow. Thanks Petter, everyone else: sorry.Sampo Savolainen
2008-05-29add missing plugin_interest.h filePaul 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
2008-05-29redesign plugin selection process to fix multiple-addition problemPaul Davis
2008-05-23remove autostools files that should be there, and remove WIP stuff that shoul...Doug McLain
2008-05-22Remove sigc 2.0.18Doug McLain
2008-05-22fix track selection sensitivity botch for Import action, should be toggle-wav...Paul Davis
2008-05-22more path-building fixes from colinfPaul Davis
2008-05-16add GotoWallClock command; switch Editor class to use nframes64_t throughout;...Paul Davis
2008-05-15add note onset detection to the ferret, c/o the aubio-based Onset VAMP plugin...Paul Davis
2008-05-15mike taht's patch to remove all use of gettimeofday() in favor of ARDOUR::get...Paul Davis
2008-05-15generalize "delete-while-mouse-button-pressed" fix; make LADSPA/VST plugins c...Paul Davis
2008-05-15commit crash caused by deleting a marker while mouse is held down (needs gene...Paul Davis