summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor.cc
AgeCommit message (Expand)Author
2010-08-18First go at saving window visibility and position state across saves.Carl Hetherington
2010-08-17Patch from lincoln to tweak ordering of zoom buttons. Fixes #3401.Carl Hetherington
2010-08-17forward port 2.X changes up to and including rev 6767Paul Davis
2010-08-15Add Beat/20 grid subdivision. Fixes #3126.Carl Hetherington
2010-08-13Patch from colinf to add tape-style region stretching via rubberband. Fixes ...Carl Hetherington
2010-08-12Add option to normalize across all selected regions. Clean up the region con...Carl Hetherington
2010-08-09Move get_child_list() into TimeAxisView.Carl Hetherington
2010-08-09Allow markers to be glued to bar/beat time. Fixes #1815.Carl Hetherington
2010-08-09Reset entered_track if it is set to an automation child whose parent is delet...Carl Hetherington
2010-08-08Add tooltip for edit mode selector. Shorten strings used in the selector to ...Carl Hetherington
2010-07-24step editing now accessed via a context menu on MIDI track rec-enable buttons...Paul Davis
2010-07-23Patch from dx9s to rearrange the View/Window menus a bit and add an option to...Carl Hetherington
2010-07-20Fix a few dialogues which don't reset their session pointer correctly on a ne...Carl Hetherington
2010-07-19Fix tooltip to reflect use of stretch tool for MIDI notes. Fixes #3190.Carl Hetherington
2010-07-19Fix some segfaults on right-clicking a region.Carl Hetherington
2010-07-16Don't tempt the user with visual cues that they can adjust fades when they ca...Carl Hetherington
2010-07-14Tweak zoom toolbar positioning.Carl Hetherington
2010-07-14Move zoom tools into their own tearoff. Fixes #3122.Carl Hetherington
2010-07-09Fix playhead behaviour on auto-return if follow playhead is not set.Carl Hetherington
2010-07-09Give internal edit mode its own cursor. Deselect everything when entering in...Carl Hetherington
2010-06-29Fix vertical canvas autoscroll when dragging track heights. Fixes #3240.Carl Hetherington
2010-06-28split when in range mode or object/range mode with a range defined will now s...Paul Davis
2010-06-28Generate undo record for crossfade edits, and provide signalling to update th...Carl Hetherington
2010-06-28Add an EnumProperty for enumerated properties and hence make Region::position...Carl Hetherington
2010-06-18Remove unnecessary height changed notification for streamviews, now that the ...Carl Hetherington
2010-06-18Make summary zoom happen based on where the drag is started, rather thanCarl Hetherington
2010-06-172nd fix for hot spots for fade in/out cursorsPaul Davis
2010-06-17fix hot spots for fade in/out cursorsPaul Davis
2010-06-17new fade in/out handle cursors from chrisg (maybe to be improved); show MIDI ...Paul Davis
2010-06-17new trim cursors from chrisg, fix up hotspots for said cursors, make Editor c...Paul Davis
2010-06-17use image cursors for left/right trim cursorsPaul Davis
2010-06-17add left/right side trim cursors and use them for region trimming, as appropr...Paul Davis
2010-06-17Make summary arrow buttons auto-repeat.Carl Hetherington
2010-06-08Reduce default summary size and remember it across saves. Fixes #3205.Carl Hetherington
2010-05-27Fix crash on export selection range.Carl Hetherington
2010-05-27Always show region properties menu item, and offer the list editor even outsi...Carl Hetherington
2010-05-25Rudimentary ghost note when adding MIDI notes to a region, as per #3180.Carl Hetherington
2010-05-25Clean up snap-to code in various places. Fix a couple of typos. Should fix ...Carl Hetherington
2010-05-21Set the select button tooltip in just one place rather than two. Hopefully f...Carl Hetherington
2010-05-19MIDI region forking, plus Playlist::regions_to_read() fix forward ported from...Paul Davis
2010-05-13add 8 more beat subdivisions, as per #3126Paul Davis
2010-05-11Fix track height menu.Carl Hetherington
2010-05-10Remove some dead code.Carl Hetherington
2010-05-09Create the session range location as and when the session first gets some con...Carl Hetherington
2010-05-09Remove some hang-overs of the old horizontal scrollbar. Hence allow most thi...Carl Hetherington
2010-05-02A little copy-editing.Carl Hetherington
2010-05-02Prevent multiple tempo / meter changes being inserted at the same pointCarl Hetherington
2010-05-02Fix toggling behaviour of glue region to bars & beats option. Fixes #2588.Carl Hetherington
2010-04-30Some more copy-editing. Make 'make mono regions' option sensitive to the reg...Carl Hetherington
2010-04-27Make Session::audible_frame() return a (more) correct answer when the transpo...Carl Hetherington