summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor.cc
AgeCommit message (Expand)Author
2009-03-21carl's patch for split/region-drag crashPaul Davis
2009-03-13remove icky FUDGE-ness code when sizing ComboBoxText's (from an idea by david...Paul Davis
2009-03-12if we attempt to move beyond the limit of the current horizontal adjustment, ...Paul Davis
2009-03-06combobox width fixes from mtahtPaul Davis
2009-03-05Make "consolidate range" and "bounce range to region list" not apply processi...Sampo Savolainen
2008-12-05apply/merge/redo carl & colin's patches for making range markers from the reg...Paul Davis
2008-12-04changes to handle an instant.xml file that has been modified by ardour 3.0 (n...Paul Davis
2008-12-02more session init fixes from carlPaul Davis
2008-11-25desensitize positional actions in region context menu when edit point == mous...Paul Davis
2008-11-19remove debugging outputPaul Davis
2008-11-14back out "ignore_gui_changes" stuff for track resizingPaul Davis
2008-11-13speed up track resizing; fixup file DnD; stop use CAAudioFile for imported filesPaul Davis
2008-11-13Use consistent font size for marker text, unset CAN_FOCUS on some more button...Nick Mainsbridge
2008-11-11no tearoffs for SAE versionPaul Davis
2008-11-09fix for handling DnD path data, plus lots of d-n-d drop debugging (to be clea...Paul Davis
2008-11-09Remove Splice edit mode from SAE version, sync instant.xml files.Nick Mainsbridge
2008-11-09Fix rulers sometimes not refreshed on zoom, only auto connect physical inputs...Nick Mainsbridge
2008-11-07BBT duration clocks use zero-based values, init SAE nudge default better.Nick Mainsbridge
2008-11-07Add default instant.xml to bundles, set SAE-specific defaults.Nick Mainsbridge
2008-11-06wrap PBD::Thread... signals in a mutex to avoid crashing as multiple threads ...Paul Davis
2008-11-03Dont move track backgrounds, so that they no longer disappear at high zooms, ...Nick Mainsbridge
2008-11-01Wiimote control surface. Bind one wiimote by pressing 1+2 after the surface m...Sampo Savolainen
2008-10-26Fix missing tempo lines if zooming with unchanged left edge, implement toggli...Nick Mainsbridge
2008-10-25Make visible track automation views appear correctly newly loaded sessions.Sampo Savolainen
2008-10-23Don't update rulers twice in idle_visual_changer, temporarily remove parts of...Nick Mainsbridge
2008-10-23Force gtk rulers to update in lock step with canvas.Nick Mainsbridge
2008-10-23Reinstate ZoomFocusMenu and KeyMouseActions, fix odd horizontal scroller beha...Nick Mainsbridge
2008-10-22Fix repeated toggling of visual state (zoom to region for example), fix zoom ...Nick Mainsbridge
2008-10-21Don't tear down and rebuild all rulers on each visibility change, avoid setti...Nick Mainsbridge
2008-10-18Handle changed session duration & resizing canvas better wrt end marker, remo...Nick Mainsbridge
2008-10-17Fix invisible end marker on load/zoom.Nick Mainsbridge
2008-10-16fix crash at startup caused by use of null session ptr to set end markerPaul Davis
2008-10-14fix a few things related to fit-to-tracks and toggle-visual-statePaul Davis
2008-10-11,arker_drag_line height is now physical screens height, no border on zoom box...Nick Mainsbridge
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-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-23Separate tempo lines stuff ala 3.0.David Robillard
2008-09-22change design for how certain region list items operate if there are multiple...Paul Davis
2008-09-20Don't defer Editor::track_canvas_size_allocated () (defer the timebar redrawi...Nick Mainsbridge
2008-09-19Fix a bunch of stupid warnings.David Robillard
2008-09-19shift-click to extend marker selection; marker drag moves all selected markersPaul Davis
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-03Unify the canvases by moving groups around rather than using set_scrolling_re...Nick Mainsbridge
2008-07-22debug output for pixbuf loaders; catch exception when loading AU plugins; mis...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-08ensure that OSC calls to access_action occur in the correct threadPaul Davis