summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor.h
AgeCommit message (Expand)Author
2012-12-23make import dialog non-modalPaul Davis
2012-12-13add cycle-zoom-focus and bind to "1" by defaultPaul Davis
2012-12-06several theme changes. changed drawing of rounded_rectangle to be more corre...Ben Loftis
2012-11-27adjust the way we use a pair of iterators into the tempo map so that the iter...Paul Davis
2012-11-26tweak Smart Mode to be more like Mixbus. Smart mode is just a modifier on Ob...Ben Loftis
2012-11-20Always Play Range is now Follow Edits, and is based on Mixbus implementation....Ben Loftis
2012-11-16new button lookBen Loftis
2012-11-13add alt-i as a binding in both the editor and mixer windows to toggle the sta...Paul Davis
2012-07-04Rename Editor::duplicate_dialog to Editor::duplicate_rangeCarl Hetherington
2012-06-27first pass at the big rethink of managing sort order keys for editor and mixe...Paul Davis
2012-06-26Remove unused named selection / chunk code.Carl Hetherington
2012-06-26Allow new idle visual changer calls to be requested whileCarl Hetherington
2012-06-20Unify clamping of frames-per-unit values during zoom; should help with #3514.Carl Hetherington
2012-06-20Remove indirected method calls.Carl Hetherington
2012-06-19Add option to add new range marker from the context menu without needing the ...Carl Hetherington
2012-06-17Hacky fix for track height step losing 'grip' on theCarl Hetherington
2012-06-13Much simplier implementation of: "Show Toolbar" act immediately, i.e., even w...Rodrigo Severo
2012-06-12maximise-editor patch from Rodrigo:Paul Davis
2012-06-09Somewhat primitive implementation of allowing the edit note dialog to handle ...Carl Hetherington
2012-06-02Paste to the track under the mouse if we are using the mouseCarl Hetherington
2012-05-31Don't round conversions from frame to unit when setting up control points, as...Carl Hetherington
2012-05-31Slightly unpleasant hack to stop control points beingCarl Hetherington
2012-05-29substantive change to try to provide some rationality for region gain line vi...Paul Davis
2012-05-11switch to 5 new fade curves, taken from mixbus2 branch. make xfade context me...Paul Davis
2012-05-10incorrect but visible context menu for xfadesPaul Davis
2012-05-08framework for handling events on the xfade rectsPaul Davis
2012-04-26MCP: lots of good stuff - recenable bug fixed, cursor keys for vertical scrol...Paul Davis
2012-04-22Fix toggle selection for control points.Carl Hetherington
2012-04-16Fairly major change to the way in which crossfades are handled;Carl Hetherington
2012-04-13MCP: timeout display of value when altering with fader or pot; range ops on s...Paul Davis
2012-04-09MCP: F1-7 jump to a given view; F8 closes any currently open dialog; in zoom ...Paul Davis
2012-04-09MCP: different meter debug trace; initial support for track selectionPaul Davis
2012-03-22Remove unused op parameter to temporal_zoom_by_frame. Add Zoom to Range opti...Carl Hetherington
2012-03-16forward port save/goto visual state changes from 2.X (now uses ctrl-Fn to sav...Paul Davis
2012-03-14Remove a little unused code.Carl Hetherington
2012-03-09forward-port some fixes from a2Paul Davis
2012-03-07fix up a substantial mess with the operation of toggle-zoom and related actio...Paul Davis
2012-02-15make region gain line visibility global, not per-regionPaul Davis
2012-02-13(1) remove magic number voodoo when saving zoom focus/snap settings to instan...Paul Davis
2012-02-03use button joiner for smart mode; polish up the visuals on the joiner a bitPaul Davis
2012-02-01MIDI event list editor improvements, mostly to do with nagivation, but also e...Paul Davis
2012-02-01Make crossfade convert-to-full and activate/deactivate work across edit group...Carl Hetherington
2012-01-31Remove unnecessary dialog argument to do_timefx; use current_timefx instead.Carl Hetherington
2012-01-30many changes, large and small, related to smart mode editing, range/region se...Paul Davis
2012-01-30Don't autoscroll right if we are moving left, and vice versa; should fix #4676.Carl Hetherington
2012-01-27promote Playlist::RegionList to ARDOUR::RegionList; fix timefx on multiple re...Paul Davis
2012-01-25dramatically simplify maximi[sz]ation code, ripping out all the old pane sizi...Paul Davis
2012-01-19new mouse mode (Draw (notes)); switch into internal mode when draw is selecte...Paul Davis
2012-01-03return two iterators into the Bars|Beats list of the tempo map rather than ma...Paul Davis
2012-01-02new approach to tempo/meter: compute and store the entire map (every bar|beat...Paul Davis