summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor.cc
AgeCommit message (Expand)Author
2018-08-13Fix missing enum case: Avoid a divide-by-0 crash.Ben Loftis
2018-07-27Allow to disable smart ruler changes.Robin Gareus
2018-07-27NO-OP: clean up whitespace, separate methodsRobin Gareus
2018-07-27new_grid: The Return of the snap_to_X functions.Ben Loftis
2018-07-27new_grid: Add options for rulers_follow_grid and grid_follows_internalBen Loftis
2018-07-23Don't cut-off grid-type.Robin Gareus
2018-07-03make use-note-color-for-velocity much much more efficientPaul Davis
2018-07-03respond to changes in use-note-color-for-velocityPaul Davis
2018-07-03permit editing velocity bars optionPaul Davis
2018-06-19Revert frame -> sample changes where it's a frame as in Gtk::FrameJohannes Mueller
2018-05-08Replace the check for SnapPref, which went missing. Some functions (like pla...Ben Loftis
2018-02-27Reinstate the ability to split regions while dragging playhead. I think this...Ben Loftis
2018-02-26Switch CDFrame grid to use MinSec ruler rather than Sample ruler.Ben Loftis
2018-02-26Rename SMPTE enum back to Timecode.Ben Loftis
2018-02-26Fix a rather large naming thinko: GridTypeSamples should be CDFrames.Ben Loftis
2018-02-24Snap-to-grid should not invalidate other snap options. This was a leftover be...Ben Loftis
2018-02-24NO-OP: whitespaceRobin Gareus
2018-02-24Fix/amend a23a8ebcad7.Robin Gareus
2018-02-23Use transport_stopped() instead of speed check.Ben Loftis
2018-02-23Do not interpolate playhead when stopped.Ben Loftis
2018-02-19Add drop-shadow decorators to menu bar and transport toolbar.Ben Loftis
2018-02-17Tweak packing to line-up button edges with transport toolbar.Ben Loftis
2018-02-17GTKOSX is not a valid check. Use __APPLE__Ben Loftis
2018-02-17Fix a few warningsBen Loftis
2018-02-14Revert TRIANGLE_WIDTH for mac. Must be a pango/cairo issue on mac.Ben Loftis
2018-02-13COMBO_TRIANGLE_WIDTH should be an odd value.Ben Loftis
2018-02-12Re-pack Editor Toolbar:Ben Loftis
2018-02-12Timecode instead of SMPTE.Ben Loftis
2018-02-12Tweak combo-box sizing to match actual triangle size. Tweak size of grid_typ...Ben Loftis
2018-02-11Fix potential crash in snap_to_grid (grid-mark list is empty).Ben Loftis
2018-02-11SoloSelection: gui part.Ben Loftis
2018-02-10Copy+Paste thinko: use passed-in variable instead of member variable. Maybe ...Ben Loftis
2018-02-09Fix potential crash with EditAtSelectedMarker, when no marker is selected.Ben Loftis
2018-02-09new_grid: Rewrite of Snap and Grid. (squashed commit)Ben Loftis
2018-02-09new_snap: Snapped Cursor ( squashed commit )Ben Loftis
2017-10-21Tweak 842d758e: selection & move into viewRobin Gareus
2017-10-01These are "Frames" :)Robin Gareus
2017-09-24convert codebase to use Temporal for various time typesPaul Davis
2017-09-18globally change all use of "frame" to refer to audio into "sample".Paul Davis
2017-09-18no more per-track varispeedPaul Davis
2017-09-11Fix crash when hiding multiple tracksRobin Gareus
2017-08-26Editor zoom: add zoom_to_extents()Ben Loftis
2017-08-26Editor zooming: Initialize leftmost_frame, for sessions that start at high t...Ben Loftis
2017-08-09Add Lua bindings to set toggle-actionsRobin Gareus
2017-08-06Update Selection API to include all StripablesRobin Gareus
2017-07-27Fix pasting automation at 0Robin Gareus
2017-07-23Initialize some uninitialized variablesRobin Gareus
2017-07-19tweak "visible track count", take automation lanes into account.Robin Gareus
2017-07-18Editor Summary: Changes to behaviorBen Loftis
2017-07-17Move more Gtkmm2ext widgets into libwidgetRobin Gareus