summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_ops.cc
AgeCommit message (Expand)Author
2016-12-06Don't move the Range Selection after performing Multi DuplicateTim Mayberry
2016-11-28Speed up track deletion when Editor-Mixer is visibleRobin Gareus
2016-11-21Make Cut mode respect snap modiferTim Mayberry
2016-11-11Use the frame corresponding to the current mouse position when zoom draggingTim Mayberry
2016-11-11Change Editor temporal zoom methods to be able to use different scale for the...Tim Mayberry
2016-11-10prevent crash during track-deletion (un-selecting deleted tracks)Robin Gareus
2016-10-20Track Add/Remove Time dialog improvements:Ben Loftis
2016-09-27add explicit "duplicate-regions" actionPaul Davis
2016-09-27don't get into nested run loops if quantize is reinvoked (e.g control surface...Paul Davis
2016-09-09closing the normalize dialog should not run normalize (#7016)Paul Davis
2016-09-09fix WM close handling for session lock dialog (#7017)Paul Davis
2016-08-27single action punch in5.2Paul Davis
2016-08-17GUI does an even stronger check on no undo/redo while recordingPaul Davis
2016-08-14Remove assumption that the meter starts at frame 0 in Editor::apply_midi_note...nick_m
2016-08-13Add "Marker Toggle" #5193Nathan Stewart
2016-08-13add RMS region normalization optionRobin Gareus
2016-08-08fix thinko that causes near duplicate menu items in group context menu when n...Paul Davis
2016-07-25add some flush_pending timeoutsRobin Gareus
2016-07-14enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.hPaul Davis
2016-07-12two more places where the user can explicitly set the session end now also ma...Paul Davis
2016-07-12GUI side of : once the user has explicitly set the session range end, playlis...Paul Davis
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