summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor.cc
AgeCommit message (Expand)Author
2007-11-19Fix connect/disconnect of meter updating, and keep meters visible for now, to...Doug McLain
2007-11-19massively better splice mode for all you tape freaks out therePaul Davis
2007-11-19a ton of changes based on discussions at SAE; to be documented laterPaul Davis
2007-11-17Level meters added to editor tracks, smaller and aboveDoug McLain
2007-11-16more key-mouse selection guesswork, plus make duplicate work without the "tim...Paul Davis
2007-11-15more tweaks to select-for-action; make sync-point setting follow the New WayPaul Davis
2007-11-14added "separate" as a new bindable editor operation; bound to F4 by default; ...Paul Davis
2007-11-13some improvements for scrubbing, more to come soonPaul Davis
2007-11-12more keybinding/editing fixesPaul Davis
2007-11-12add trim to loop/punch; fixup trim start/end to EP to work with new paradigmPaul Davis
2007-11-12add arrow head to selected marker line; fix no-import-embed when selecting "u...Paul Davis
2007-11-11make split obey edit point preferencePaul Davis
2007-11-09make edit clock do something useful again; do sensible guess work on how to d...Paul Davis
2007-11-09catch markers as they go away, to avoid selection corruption; add select-rang...Paul Davis
2007-11-09the edit cursor is dead, long live the edit point; plus a few fixes; plus loc...Paul Davis
2007-11-08substantial changes that start to use the edit point and the selected marker ...Paul Davis
2007-11-08change kbd selection to F1 & F2; make kbd selection differentiate between rol...Paul Davis
2007-11-07initial round of work to support new edit point option, and removal of edit c...Paul Davis
2007-11-05mouse zoom focus; mouse scrubbing becomes mouse shuttling; use nframes64_t mo...Paul Davis
2007-10-06Backport fix from trunk for selection of regions that are in edit groups.Carl Hetherington
2007-09-25new controls for copy-only import; new logo item for canvasPaul Davis
2007-09-20changes for OSX/SAEPaul Davis
2007-09-12fix uninitialized export_range_dialog member in editor; fix peakfile naming s...Paul Davis
2007-09-11improved (though not perfect) mouse scrubbingPaul Davis
2007-09-05optionally tie together editor+mixer display orders; provide GUI control for ...Paul Davis
2007-09-04make sfdb browser a member of session, to retain settingsPaul Davis
2007-08-27opaque xfade patch + a version of the editor ruler/playhead/click patchPaul Davis
2007-08-26round one of import design changes (still not fully functional, but basic stu...Paul Davis
2007-08-17a start at mouse scrubbingPaul Davis
2007-08-17more cleanups for SAE, this time trimming down the region context menuPaul Davis
2007-08-16support DnD in native/gtk-quartz implementation (note: multifile DnD requires...Paul Davis
2007-08-16various changes (improvements, hopefully) to range mode menus and related mat...Paul Davis
2007-07-20make control_scroll handle wheel events properlyJohn Anderson
2007-07-05New theme manager from trunk, backported to 2.0-ongoingDoug McLain
2007-05-30more use of int64_t to fix frame offset valuesPaul Davis
2007-04-26fix mixer-strip-width-not-restored, hopefully foreverPaul Davis
2007-04-26do not unnecessarily recompute streamview item heights; set axis view item na...Paul Davis
2007-04-20Fix update of follow-playhead state to fix mantis bug 1599Carl Hetherington
2007-04-12the useless commit: add copyright messages to all(?) files that need itPaul Davis
2007-04-09make region opacity work again; fix several other region context menu items t...Paul Davis
2007-04-06don't let auditioning make transport buttons inaccessible; delete/rename snap...Paul Davis
2007-04-03audun's tempo redraw fix; sort-of cache time axis view item name widths and a...Paul Davis
2007-03-20fix up duplicate dialogPaul Davis
2007-03-19Editor GUI touchups:David Robillard
2007-03-18fix rect redraw problem(s); make zoom range rect visible again at the right t...Paul Davis
2007-03-15fix from mr bouncy for keeping playlists during cleanupPaul Davis
2007-03-15edit groups tab gets headers (carl); use sampo's SSE find_peaks code; fix bui...Paul Davis
2007-03-13Removed unused MeterBridgeStrip and MeterBridge classes.Taybin Rutkin
2007-03-09Bug fix for displaying routes after a hidden route.Taybin Rutkin
2007-03-06Fix for edit cursor clock being out of sync with edit cursor when session is ...Doug McLain