summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_ops.cc
AgeCommit message (Expand)Author
2016-07-10remove reference "const int32_t&" -> const int32_t"Robin Gareus
2016-07-10Stop passing references to things that may disappear when a metric section is...nick_m
2016-07-10Paste uses exact beats. rework _start_beats calculation in copy-with-offset c...nick_m
2016-07-10Exact beat - provide audio->music mapping for region split.nick_m
2016-06-10fix behaviour of select_(next|prev)_route() in editor, when VCAs are present.Paul Davis
2016-06-02various safety checks for the result of dynamic_cast-ing a TimeAxisView to Ro...Paul Davis
2016-05-31use new record safe control in GUIPaul Davis
2016-05-31first vaguely working version using PresentationInfoPaul Davis
2016-05-31universal change in the design of the way Route/Track controls are designed a...Paul Davis
2016-05-27Tempo ramps - rename meter/tempo_section_at() -> meter/tempo_section_at_frame()nick_m
2016-05-27Tempo ramps - rename meter_at() -> meter_at_frame() & make the ticker slightl...nick_m
2016-05-27Tempo ramps - more code consolidation wrt add meter/tempo.nick_m
2016-05-27Tempo ramps - fix ambiguous api, fix flickering tempo curves.nick_m
2016-05-27Preformance - reinstate EditorRegions::freeze_tree_model ().nick_m
2016-05-27Perfornamce - remove dubious optimisation.nick_m
2016-05-27Tempo ramps - music-locked meters now use beats rather than pulses as their r...nick_m
2016-05-27Tempo ramps - fix more namespace confusionnick_m
2016-05-27Tempo ramps - remove the concept of bars from tempo sections.nick_m
2016-05-27Tempo ramps - define_one_bar() delivers constant tempo.nick_m
2016-05-27Initial stab at tempo ramps.nick_m
2016-05-24freeze thread is not detached and needs to be joinedRobin Gareus
2016-05-07make boost shared_ptr debugging a little easier to turn on/offPaul Davis
2016-05-03batch remove tracksRobin Gareus
2016-05-01GUI updates for transient reworkRobin Gareus
2016-04-09change const some functions to const. (prepare lua bindings)Robin Gareus
2016-03-05Fix for issue #0006803yonideshi
2016-02-22remove use of current_toplevel() where unnecessary, fix broken necessary case...Paul Davis
2016-02-22first compilable version of tabbable design.Paul Davis
2016-02-22Spelling correction patch from DebianAdrian Knoth
2016-02-06insert time: ignore mouse as edit pointColin Fletcher
2016-02-06insert time: remove pointless local variableColin Fletcher
2016-02-06Make name of undo action for 'Remove Time' consistentColin Fletcher
2016-01-28Change duplicate range to use time range/s rather than a single regionTim Mayberry
2016-01-22first compiling, mostly working version of group controls changesPaul Davis
2016-01-21Refactor code into Editor::temporal_zoom_step_mouse_focus methodTim Mayberry
2016-01-21Refactor scrolling in Editor ruler canvas area into two utility methodsTim Mayberry
2016-01-21Refactor scrolling track canvas in Editor class into two utility methodsTim Mayberry
2015-12-08fix "stuck marker focus" after deleting marker.Robin Gareus
2015-12-04Remove "Fill Range with Region" from menu and also its function.André Nusser
2015-12-03Fix "Crop Region to Range" -- second attempt.André Nusser
2015-12-02fix double template syntaxPaul Davis
2015-12-02Fix "Fill Track".André Nusser
2015-12-02Fix "Crop Region to Range".André Nusser
2015-11-19provide user preference for pre-rollBen Loftis
2015-11-04Fix fencepost error in duplicate_some_regions. Adapt start position.André Nusser
2015-10-30suspend timers while flushing the gtk-event queue.Robin Gareus
2015-10-22fix edge-case: (move playhead w/o session)Robin Gareus
2015-10-17Introduce "Transpose..." also in the context menu of selected notes.André Nusser
2015-10-17Fix tiny memory leak.André Nusser
2015-10-18disable follow-edits with external sync #6577Robin Gareus