summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor.cc
AgeCommit message (Expand)Author
2015-09-16Use ARDOUR_UI_UTILS::set_tooltip rather than via ARDOUR_UI::set_tipTim Mayberry
2015-09-16Move UIConfiguration Singleton into UIConfiguration headerTim Mayberry
2015-09-16Move ARDOUR_UI::ui_scale into UIConfiguration classTim Mayberry
2015-09-12GUI part of memleak fixesRobin Gareus
2015-09-06initialize some uninitialized variables.Robin Gareus
2015-08-08update summary when re-ordering tracks - fixes #6502Robin Gareus
2015-07-23rename Marker classRobin Gareus
2015-07-07stationary PH: improve performance and reduce jitter.Robin Gareus
2015-07-04stationary playhead implies follow playheadRobin Gareus
2015-06-29use Tracks' MainMenuDisabler during session lock (could be improved with more...Paul Davis
2015-06-26make the quantize dialog persistent so that settings are retainedPaul Davis
2015-06-17fix 1024px width layout (remove nudge clock special case)Robin Gareus
2015-06-04Enable stationary playhead mode.Ben Loftis
2015-05-30Stationary Playhead.Ben Loftis
2015-05-26Rationalize some aspects of region-gain control-point visibility:Ben Loftis
2015-05-25use vectorized TAV expand/shrink iconsRobin Gareus
2015-05-24use vectorized zoom icons instead of pixmaps.Robin Gareus
2015-05-24replace old ArdourButton::Icon API with Gtkmm2ext.Robin Gareus
2015-05-24remove explicit VectorIcon ElementRobin Gareus
2015-05-23Fix inverted logic of SnapOff with snap modifiers pressed.nick_m
2015-05-22More cleanupnick_m
2015-05-22Fix up modifier behaviournick_m
2015-05-19Revert to old Lock mode (still called Lock).nick_m
2015-05-18"Lock" mode is now "Constrained", make snap absolute modifier configurable.nick_m
2015-05-17Relative Snap -make it activated by the tertiary modifier during drag.nick_m
2015-05-17Relative snap - support magnetic mode (hackishly for now)nick_m
2015-05-16Relative snapnick_m
2015-05-10Layering - the return of "later is higher".nick_m
2015-04-30fix over-optimzation in e3375c3.Robin Gareus
2015-04-24expose set-range-selection-from-region-selection operation in more placesPaul Davis
2015-04-22clean up GUI scalingRobin Gareus
2015-04-21minor tweaks to Cut Time dialog. Use an enum to tell preferred_edit_location...ben
2015-04-21merge fix for tempo branchBen Loftis
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-12A few whitespace fixesColin Fletcher
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