summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor.cc
AgeCommit message (Expand)Author
2015-03-31fix OSX/PPC 10.4 long mathsRobin Gareus
2015-03-21Change default zoom to PlayheadRobin Gareus
2015-03-21properly apply default stateRobin Gareus
2015-03-21fix visual undo.Robin Gareus
2015-03-19update track-height scaling:Robin Gareus
2015-03-13Don't mess with the track selection at all from the editor route listnick_m
2015-03-13Add new routes to selection in the editor, rather than the editornick_m
2015-02-28prepare saving video-export settings.Robin Gareus
2015-02-07Properly deallocate memory when clearing selection_op_history andnick_m
2015-02-05Clean up Session's _current_trans when aborting a drag.nick_m
2015-02-05Make redo action insensitive after new command.nick_m
2015-01-11remove track-selection requirement so fit_selected_tracks works as coded. ch...Ben Loftis
2015-01-11clean up whitespace & debug output in 44203ceRobin Gareus
2015-01-11Fix AutomationTrackItem rubberband click thinking it was unhandled.nick_m
2015-01-08change Split menu entry to say Split/Separate (it was already doing that anyw...Ben Loftis
2015-01-08missing parenthesisBen Loftis
2015-01-08make MouseTool tooltips more consistentBen Loftis
2015-01-07Start step entry at playhead.David Robillard
2015-01-07Fix internal/external snap type restoration.David Robillard
2015-01-07Draw beat sudivisions according to snap setting.David Robillard
2015-01-07Factor out grid beat divisions.David Robillard
2015-01-07now that regions and range selections are exclusive, the separate actions to ...Ben Loftis
2015-01-07MusicalTime => Beats.David Robillard
2015-01-02Add automation track control points to undo history (and selection_op history).nick_m
2015-01-02Fix previous commit.nick_m
2015-01-02Make editor undo/redo actions sensitive at appropriate times.nick_m
2015-01-02Separate selection operations into their own temporary history mechanism.nick_m
2015-01-01Move Timers/Timeouts from ARDOUR_UI into functions in timers.h and use PBD::T...Tim Mayberry
2014-12-30rename "Convert to Region In-Place" to "Separate" since it is known by that n...Paul Davis
2014-12-28MIDI transform dialog.David Robillard
2014-12-28apply font-scale to overall layout (rulers, track-header) - fixes #6088Robin Gareus
2014-12-25Context menu for applying edits to note selection.David Robillard
2014-12-23Fix cursor update on nested entry.David Robillard
2014-12-23fix slow behaviour when changing visible track height in Editor::set_visible_...Paul Davis
2014-12-22move all (G)UI related configuration parameters into UIConfiguration, not RCC...Paul Davis
2014-12-20Fix various cursor problems.David Robillard
2014-12-18Move object tool to "grab" tool (key g).David Robillard
2014-12-18Remove mouse mode toggling.David Robillard
2014-12-18Restore snap when switching to/from internal.David Robillard
2014-12-18Make tools toggle-like by switching to last mode.David Robillard
2014-12-18Remove internal edit mode and add "content" tool.David Robillard
2014-12-18Add editor selection state to session history via a SelectionMemento, whichnick_m
2014-12-17Fix potential crash when right clicks go astray.David Robillard
2014-12-14fix up requested color names everywhere.Paul Davis
2014-12-14initial pass to replace all UIConfiguration::get_XXXXXX() calls with UIConfig...Paul Davis
2014-12-09add set-session-extents-from-edit-rangeBen Loftis
2014-12-07Unify gain and draw tools.David Robillard
2014-11-22Wrap MusicalTime in a class.David Robillard
2014-11-18Fix edit point selector on Mixbus.David Robillard
2014-11-16Support cut/copy/paste of several regions and lines at once.David Robillard