summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor.cc
AgeCommit message (Expand)Author
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
2007-03-05new design for region dragging; make add route dialog float over the correct ...Paul Davis
2007-03-05Fixed slot assignments to AudioRegion fade shape menu itemsDoug McLain
2007-02-22remove all lines to avoid recompiles after commitsPaul Davis
2007-02-22don't change waveform zoom level when waveform is hidden, to save peak reload...Paul Davis
2007-02-01Moved GroupButtons to gtkmm2extTaybin Rutkin
2007-01-31remove ardour_message.{cc,h}; JACK latency menu now shows correct settings at...Paul Davis
2007-01-29small change to region creation for make-mono-regions; add untested short_pat...Paul Davis
2007-01-23a variety of bits and pieces for selection opsPaul Davis
2007-01-18more games with selectionPaul Davis
2007-01-18more fun and games with selection logicPaul Davis
2007-01-18rbselect selects all tracks that had selectablesPaul Davis
2007-01-17fix absolute fade in/out length during drag and odd select/deselect behaviourPaul Davis
2007-01-17region fade in operations now mapped over the current region selectionPaul Davis
2007-01-17fix for height of editor hscrollbarPaul Davis
2007-01-17merge by hand changes from mtaht to fix up export behaviour, and gcc warnings...Paul Davis
2007-01-17fix ordering of cut/copied regions when pasting; ctrl-click now does the righ...Paul Davis
2007-01-11various fixes to named selection mgmt and display, plus fixes for xfade mgmt ...Paul Davis
2007-01-11try to rationalize zoom/scroll ops for the canvasPaul Davis
2007-01-10save playhead + edit cursor, restore on session load; fix big clock editing (...Paul Davis
2007-01-10fix xfade logic and use shared_ptr for xfadesPaul Davis