summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor.h
AgeCommit message (Expand)Author
2017-02-24Add some convenient public editor methods (for lua-bindings)Robin Gareus
2017-02-23Lua bindings to access editor selection + region selection bindingsRobin Gareus
2017-02-18Consolidate ActionChanged callbacks, add tooltipsRobin Gareus
2017-02-18Don't scroll-jump when selecting all tracksRobin Gareus
2017-02-15simplify arguments to Editor::sensitize_the_right_region_actions()Paul Davis
2017-02-15classify all region actions based on how they get a list of regions to operat...Paul Davis
2017-02-15tentative steps in trying to fix region action sensitivityPaul Davis
2017-02-13GUI action Transport/RecordCountInRobin Gareus
2017-02-04rework snapnick_m
2017-01-28make editor respond to track seleciton change againPaul Davis
2017-01-27remove editor/mixer selection change signals; make editor and mixer use Prese...Paul Davis
2017-01-27mark session dirty when dragging tempo markers.nick_m
2017-01-20Remove cruftRobin Gareus
2017-01-19Remove Editor API to calc preroll durationRobin Gareus
2017-01-18prepare for musical-time prerollRobin Gareus
2017-01-18Add GUI action to record with prerollRobin Gareus
2017-01-12Move some actions into the global group:Robin Gareus
2017-01-06allow importing tempo maps at selected position.nick_m
2016-12-29allow all types of range location (loop, start, end etc.) to be glued to bars...nick_m
2016-12-23fix editor sidebar show/hide with embedded TimeInfoRobin Gareus
2016-12-19Follow Edits => Follow RangeBen Loftis
2016-12-18repack widgets, and add some spacer elementsBen Loftis
2016-12-18Transport Layout:Ben Loftis
2016-12-17Move selection/punch clocks to editor SidebarRobin Gareus
2016-12-17Add API to query editor's playhead cursor positionRobin Gareus
2016-12-16initial attempt at importing SMF tempo maps during MIDI import.Paul Davis
2016-12-16add arguments (unusued) to control whether or not SMF tempo map is used durin...Paul Davis
2016-12-14GUI changes to allow user to specify how/if to use SMF track/instrument names...Paul Davis
2016-12-13Add option to Zoom to Selection on double clickTim Mayberry
2016-12-13Change Zoom to Selection action (Z key) to zoom on both axesTim Mayberry
2016-12-10Add editor actions to set tempo and meterRobin Gareus
2016-11-21Make Cut mode respect snap modiferTim Mayberry
2016-11-21Reparent cursor used in Cut mode so that it is on top and visibleTim Mayberry
2016-11-17fix incorrect return type for Editor::get_grid_music_divisions().nick_m
2016-11-11Add option to zoom using button press in the time rulers and dragging verticallyTim Mayberry
2016-11-11Change Editor temporal zoom methods to be able to use different scale for the...Tim Mayberry
2016-10-19Improve bbt ruler drawing performance for large time ranges.nick_m
2016-09-27add explicit "duplicate-regions" actionPaul Davis
2016-09-06move kbd focus reset method into ARDOUR_UI where it (probably) belongsPaul Davis
2016-08-27single action punch in5.2Paul Davis
2016-08-13Add "Marker Toggle" #5193Nathan Stewart
2016-07-10remove reference "const int32_t&" -> const int32_t"Robin Gareus
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-07-06many changes associated with rationalizing selection flowPaul Davis
2016-07-04GUI doesn't need to listen to old ControlProtocol signals for stripable selec...Paul Davis
2016-06-12Make exact beat calculation of tempi a bit less cumbersome. Move tempi on an ...nick_m
2016-06-05there is no PresentationInfo::global_order_t any morePaul Davis
2016-06-03move from PresentationInfo::global_order() to PresentationInfo::order, and fi...Paul Davis
2016-05-31initial sort-of-mostly-working integration of new PanePaul Davis