summaryrefslogtreecommitdiff
path: root/gtk2_ardour
AgeCommit message (Expand)Author
2008-10-07fix track/strip sync-reorder issues; don't show mixer strip on selection chan...Paul Davis
2008-10-05Primitive take system: active edit groups now dictate playlist decisions. Sampo Savolainen
2008-10-05make RouteUI and its children and relations able to switch the Route/IO objec...Paul Davis
2008-10-04Improve scrolling performance for sessions containing hundreds of regions ove...Nick Mainsbridge
2008-10-03probable fix for track sync-ordering, part II to come in a minutePaul Davis
2008-09-29Relayer punch/loop range rects, fix display of punch-in with no punch-out, en...Nick Mainsbridge
2008-09-29Backport drobilla's tempo bar cache from 3.0, fix track display regression, r...Nick Mainsbridge
2008-09-26Tabs!David Robillard
2008-09-24fix headers not resizing properly when all tracks set to minimum height, then...Nick Mainsbridge
2008-09-23Separate tempo lines stuff ala 3.0.David Robillard
2008-09-22Set add route dialog non-resizeable so WMs size it more sensibly (looked ridi...David Robillard
2008-09-22change design for how certain region list items operate if there are multiple...Paul Davis
2008-09-20Use events from gtk trunk, update immediately on scroll for osx as well.Nick Mainsbridge
2008-09-20Don't defer Editor::track_canvas_size_allocated () (defer the timebar redrawi...Nick Mainsbridge
2008-09-19Fix more wacky tabs.David Robillard
2008-09-19Fix a bunch of stupid warnings.David Robillard
2008-09-19Reduce diversion between 2.0 and 3.0 automation_line.h (cosmetic only).David Robillard
2008-09-19fix range dragging post-multi-marker changesPaul Davis
2008-09-19shift-click to extend marker selection; marker drag moves all selected markersPaul Davis
2008-09-17Fix uninitialised variable. (thanks for the report songshop).Nick Mainsbridge
2008-09-16Draw ruler bars larger than canvas width to avoid ugly resizing effectsNick Mainsbridge
2008-09-16Add a session file type icon for OSX, remove unused editor_mixer_button, use ...Nick Mainsbridge
2008-09-14Put timeline_group in the correct layer to begin with, fix missing header on ...Nick Mainsbridge
2008-09-14Speed up track resizing, fix disappearing automation controls when automation...Nick Mainsbridge
2008-09-08Fix some off by one or more errors spotted by The Big Programmer. Fewer force...Nick Mainsbridge
2008-09-07Fix disappearing regionviews during rapid mouse movement plus grab/copy grab,...Nick Mainsbridge
2008-09-03fix region copy thinko in last commit.Nick Mainsbridge
2008-09-03Unify the canvases by moving groups around rather than using set_scrolling_re...Nick Mainsbridge
2008-08-18prevent yet another crash caused by non-region nodes in the region list treeviewPaul Davis
2008-08-12Support for the LV2 'data access' and 'instance access' extensions (for in-pr...David Robillard
2008-08-09Embedded LV2 GTK GUI support.David Robillard
2008-08-05Fix the bug which shuffled tracks when one was removed. Please test.Sampo Savolainen
2008-07-25add SIGPIPE handler to catch JACK going away, etcPaul Davis
2008-07-22debug output for pixbuf loaders; catch exception when loading AU plugins; mis...Paul Davis
2008-07-21Fix import dialog clocks to display times that are correct in the current ses...Sakari Bergen
2008-07-15done debugging, remove the debug output, and cleanup the catchphrase in creat...Doug McLain
2008-07-15handle FileError exception in create_from_file, and more debug...Doug McLain
2008-07-15more debug...Doug McLain
2008-07-15Add some debug for Marker's font settings, and set the Text's font before set...Doug McLain
2008-07-10Replaced some c includes with their c++ wrappersDoug McLain
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