Only show user-presets in favorite sidebar
[ardour.git] / gtk2_ardour / editor.cc
2018-12-12 Paul Davis replace ::cast_dynamic() with relevant ActionManage...
2018-12-11 Paul Davischange action group owner pointer to be the relevant...
2018-12-07 Robin GareusRemove redundant call (there's no session, nothing...
2018-12-07 Robin GareusFix editor sizing issue introduced in 4dc65e66
2018-12-06 Robin GareusPrefer testing the session instead of using a global...
2018-12-05 Paul Davisstart using ActionMap in preference to ActionManager
2018-11-11 Robin GareusFix playhead smoothing when auditioning.
2018-11-04 Robin GareusSave Lua UI scripts separately
2018-08-13 Ben LoftisFix missing enum case: Avoid a divide-by-0 crash.
2018-07-26 Robin GareusAllow to disable smart ruler changes.
2018-07-26 Robin GareusNO-OP: clean up whitespace, separate methods
2018-07-26 Ben Loftisnew_grid: The Return of the snap_to_X functions.
2018-07-26 Ben Loftisnew_grid: Add options for rulers_follow_grid and grid_...
2018-07-23 Robin GareusDon't cut-off grid-type.
2018-07-03 Paul Davismake use-note-color-for-velocity much much more efficient
2018-07-03 Paul Davisrespond to changes in use-note-color-for-velocity
2018-07-03 Paul Davispermit editing velocity bars option
2018-06-19 Johannes MuellerRevert frame -> sample changes where it's a frame as...
2018-05-08 Ben LoftisReplace the check for SnapPref, which went missing...
2018-02-27 Ben LoftisReinstate the ability to split regions while dragging...
2018-02-27 Ben LoftisSwitch CDFrame grid to use MinSec ruler rather than...
2018-02-27 Ben LoftisRename SMPTE enum back to Timecode.
2018-02-26 Ben LoftisFix a rather large naming thinko: GridTypeSamples shoul...
2018-02-24 Ben LoftisSnap-to-grid should not invalidate other snap options...
2018-02-24 Robin GareusNO-OP: whitespace
2018-02-24 Robin GareusFix/amend a23a8ebcad7.
2018-02-23 Ben LoftisUse transport_stopped() instead of speed check.
2018-02-23 Ben LoftisDo not interpolate playhead when stopped.
2018-02-19 Ben LoftisAdd drop-shadow decorators to menu bar and transport...
2018-02-17 Ben LoftisTweak packing to line-up button edges with transport...
2018-02-17 Ben LoftisGTKOSX is not a valid check. Use __APPLE__
2018-02-17 Ben LoftisFix a few warnings
2018-02-14 Ben LoftisRevert TRIANGLE_WIDTH for mac. Must be a pango/cairo...
2018-02-13 Ben LoftisCOMBO_TRIANGLE_WIDTH should be an odd value.
2018-02-12 Ben LoftisRe-pack Editor Toolbar:
2018-02-12 Ben LoftisTimecode instead of SMPTE.
2018-02-12 Ben LoftisTweak combo-box sizing to match actual triangle size...
2018-02-11 Ben LoftisFix potential crash in snap_to_grid (grid-mark list...
2018-02-11 Ben LoftisSoloSelection: gui part.
2018-02-10 Ben LoftisCopy+Paste thinko: use passed-in variable instead of...
2018-02-09 Ben LoftisFix potential crash with EditAtSelectedMarker, when...
2018-02-09 Ben Loftisnew_grid: Rewrite of Snap and Grid. (squashed commit)
2018-02-09 Ben Loftisnew_snap: Snapped Cursor ( squashed commit )
2017-10-21 Robin GareusTweak 842d758e: selection & move into view
2017-10-01 Robin GareusThese are "Frames" :)
2017-09-24 Paul Davisconvert codebase to use Temporal for various time types
2017-09-18 Paul Davisglobally change all use of "frame" to refer to audio...
2017-09-18 Paul Davisno more per-track varispeed
2017-09-11 Robin GareusFix crash when hiding multiple tracks
2017-08-27 Ben LoftisEditor zoom: add zoom_to_extents()
2017-08-27 Ben LoftisEditor zooming: Initialize leftmost_frame, for session...
2017-08-09 Robin GareusAdd Lua bindings to set toggle-actions
2017-08-06 Robin GareusUpdate Selection API to include all Stripables
2017-07-27 Robin GareusFix pasting automation at 0
2017-07-23 Robin GareusInitialize some uninitialized variables
2017-07-19 Robin Gareustweak "visible track count", take automation lanes...
2017-07-18 Ben LoftisEditor Summary: Changes to behavior
2017-07-17 Robin GareusMove more Gtkmm2ext widgets into libwidget
2017-07-17 Robin GareusRemove unused sources & includes
2017-07-17 Robin GareusSeparate Ardour UI widgets into dedicated library
2017-07-01 Robin GareusRemove unused variable (amend 79384339e)
2017-07-01 Thomas BrandCorrectly display region name in context menu
2017-07-01 Thomas BrandNO-OP whitespace (updated GH PR #357)
2017-06-29 Robin GareusDon't interpolate&smooth playhead pos during export.
2017-06-28 Robin GareusAdd explicit VideoTimeline change-type, follow up on...
2017-06-28 Robin GareusReset idle_handler_id (fixes idle zoom -- bug in 265f52...
2017-06-25 Tim MayberryChanges to Editor::visual_changer to support Item/Canva...
2017-06-25 Tim MayberryCoalesce visual changes to canvas/items and allow canva...
2017-06-22 Tim MayberryRemove LocaleGuards from Editor class
2017-06-17 Robin GareusUse Stripable::Sorter in GUI consistently.
2017-06-09 nick_mFix incorrect positioning of tempo line subdivisions...
2017-06-08 nick_mDelete tempo lines when session goes away
2017-06-07 Paul Daviscut buffer must not mess around with libardour selection
2017-05-05 Paul DavisEditor::axis_view_by_control() needs to explore child...
2017-05-05 Paul Davisuse CoreSelection for track selection
2017-05-05 Robin Gareusfix ruler scaling -- #7226
2017-04-18 Tim MayberryUse XMLNode::get/set_property API in Editor class
2017-04-18 Tim MayberryUse ID::to_s() in gtk2_ardour instead of ID::print()
2017-04-02 Paul Davisdon't set region selection on loading a session 1 by...
2017-04-01 Tim MayberryFix crash when dragging playhead or mouse in ruler...
2017-03-31 Robin GareusReset Playhead interpolation when looping and locating
2017-03-30 Robin GareusNO-OP, semantic tweak
2017-03-26 Paul Davismake selection of tracks/busses after adding them sligh...
2017-03-23 Robin GareusImprove playhead updates, reduce jitter for follow...
2017-03-20 Robin GareusEditor: forward unmap events to widgets
2017-03-10 Robin GareusSave/Restore TimeInfoBox clock modes
2017-03-04 nick_mno-op - comment/whitespace fixes.
2017-02-26 Paul Davisremove method no longer needed
2017-02-24 Robin GareusAdd some convenient public editor methods (for lua...
2017-02-23 Robin GareusLua bindings to access editor selection + region select...
2017-02-18 Robin GareusConsolidate ActionChanged callbacks, add tooltips
2017-02-18 Robin GareusDon't scroll-jump when selecting all tracks
2017-02-17 Robin GareusAllow Lua action scripts to provide a button icon
2017-02-16 Paul Davischeck region action sensitivity from two more places...
2017-02-15 Paul Davissimplify arguments to Editor::sensitize_the_right_regio...
2017-02-15 Paul Davisuse leave/enter from track canvas to be the primary...
2017-02-15 Paul Davistentative steps in trying to fix region action sensitivity
2017-02-14 Robin GareusSave/restore location clock mode
2017-02-04 nick_mrework snap
2017-01-28 Paul Davismake editor respond to track seleciton change again
next