summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_ops.cc
AgeCommit message (Expand)Author
2017-09-18changes required to operate with the Evoral::Beats ticktime commitPaul Davis
2017-09-18no more per-track varispeedPaul Davis
2017-08-26Editor zoom: add zoom_to_extents()Ben Loftis
2017-08-26Editor zooming: Config preference to define how much zooming will be easily a...Ben Loftis
2017-08-26Editor zooming: refactor zoom-limiting code into editor::session_gui_extents.Ben Loftis
2017-08-23Use new separate_by_channel APIRobin Gareus
2017-08-22Mark session dirty after applying MIDI transformRobin Gareus
2017-08-07slight tweak for more code consistency between ::toggle_solo() and ::toggle_m...Paul Davis
2017-08-07Improve Track > Toggle Solo/Mute, include VCAsRobin Gareus
2017-08-06Update Remove Track(s) dialog to include VCAsRobin Gareus
2017-08-06Allow to select VCAsRobin Gareus
2017-07-27Fix pasting automation at 0Robin Gareus
2017-07-25Fix #6280 – region (first_frame()==0) selectable with SnapRegionBoundaryJohannes Mueller
2017-07-22Rework region selection XMLnick_m
2017-07-22Cropping a single region to time selection works for multiple rangesnick_m
2017-07-22Add missing braces to Editor::cut_copy conditionalnick_m
2017-07-22Editor::playhead_forward/backward_to_grid snaps even in magnetic modenick_m
2017-07-19Rationalize Editor Zooming: make it harder for user to step into ridiculous z...Ben Loftis
2017-07-17Remove ArdourPrompter wrapperRobin Gareus
2017-07-17Remove <gtkmm.h> include from header files.Robin Gareus
2017-07-17Move more Gtkmm2ext widgets into libwidgetRobin Gareus
2017-07-17Separate Ardour UI widgets into dedicated libraryRobin Gareus
2017-07-01NO-OP whitespace (updated GH PR #357)Thomas Brand
2017-06-21GUI: prepare for API changesRobin Gareus
2017-06-17NO-OP: whitespaceRobin Gareus
2017-04-29Add a "select topmost" track editor actionRobin Gareus
2017-03-10Fix crash when removing time from track with automationTim Mayberry
2017-03-04Add reset region gain action for selected regionsTim Mayberry
2017-03-02Fix crash when inserting time with split intersected regionsRobin Gareus
2017-02-27complete changes to tempo type.nick_m
2017-02-27rework tempo editing.nick_m
2017-02-19fix missing command in Editor::snap_regions_to_grid ()nick_m
2017-02-13GUI action Transport/RecordCountInRobin Gareus
2017-02-08NO-OP: whitespace changesPaul Davis
2017-02-08improved fix for #7208, hopefullyPaul Davis
2017-02-04'CheckMenuItem' conflicts with an item already existing in MSVCJohn Emmas
2017-02-04more inconsistent menu item fiddling.nick_m
2017-02-04more messing about with inconsistent menu state.nick_m
2017-02-04allow "Glue to Bars & Beats" in region menu to be in an inconsistent state.nick_m
2017-02-04rework snapnick_m
2017-01-27remove editor/mixer selection change signals; make editor and mixer use Prese...Paul Davis
2017-01-22make undo/redo work for Regions > Edit > Close GapsPaul Davis
2017-01-19GUI: use new preroll-rec + trim modeRobin Gareus
2017-01-19Remove rec-with-preroll, prepare for reworkRobin Gareus
2017-01-19Remove Editor API to calc preroll durationRobin Gareus
2017-01-18Promote the preroll_seconds config option to include musical time:Robin Gareus
2017-01-18prepare for musical-time prerollRobin Gareus
2017-01-18Add GUI action to record with prerollRobin Gareus
2017-01-12Support repeated jump-backward-to-mark while playing.Ben Loftis
2016-12-29allow all types of range location (loop, start, end etc.) to be glued to bars...nick_m