catch markers as they go away, to avoid selection corruption; add select-range-betwee...
[ardour.git] / gtk2_ardour / editor.cc
2007-11-09 Paul Daviscatch markers as they go away, to avoid selection corru...
2007-11-09 Paul Davisthe edit cursor is dead, long live the edit point;...
2007-11-08 Paul Davissubstantial changes that start to use the edit point...
2007-11-08 Paul Davischange kbd selection to F1 & F2; make kbd selection...
2007-11-07 Paul Davisinitial round of work to support new edit point option...
2007-11-05 Paul Davismouse zoom focus; mouse scrubbing becomes mouse shuttli...
2007-10-06 Carl HetheringtonBackport fix from trunk for selection of regions that...
2007-09-25 Paul Davisnew controls for copy-only import; new logo item for...
2007-09-20 Paul Davischanges for OSX/SAE
2007-09-12 Paul Davisfix uninitialized export_range_dialog member in editor...
2007-09-11 Paul Davisimproved (though not perfect) mouse scrubbing
2007-09-05 Paul Davisoptionally tie together editor+mixer display orders...
2007-09-04 Paul Davismake sfdb browser a member of session, to retain settings
2007-08-27 Paul Davisopaque xfade patch + a version of the editor ruler...
2007-08-26 Paul Davisround one of import design changes (still not fully...
2007-08-17 Paul Davisa start at mouse scrubbing
2007-08-17 Paul Davismore cleanups for SAE, this time trimming down the...
2007-08-16 Paul Davissupport DnD in native/gtk-quartz implementation (note...
2007-08-16 Paul Davisvarious changes (improvements, hopefully) to range...
2007-07-20 John Andersonmake control_scroll handle wheel events properly
2007-07-05 Doug McLainNew theme manager from trunk, backported to 2.0-ongoing
2007-05-30 Paul Davismore use of int64_t to fix frame offset values
2007-04-26 Paul Davisfix mixer-strip-width-not-restored, hopefully forever
2007-04-26 Paul Davisdo not unnecessarily recompute streamview item heights...
2007-04-20 Carl HetheringtonFix update of follow-playhead state to fix mantis bug...
2007-04-12 Paul Davisthe useless commit: add copyright messages to all(...
2007-04-09 Paul Davismake region opacity work again; fix several other regio...
2007-04-06 Paul Davisdon't let auditioning make transport buttons inaccessib...
2007-04-03 Paul Davisaudun's tempo redraw fix; sort-of cache time axis view...
2007-03-20 Paul Davisfix up duplicate dialog
2007-03-19 David RobillardEditor GUI touchups:
2007-03-18 Paul Davisfix rect redraw problem(s); make zoom range rect visibl...
2007-03-15 Paul Davisfix from mr bouncy for keeping playlists during cleanup
2007-03-15 Paul Davisedit groups tab gets headers (carl); use sampo's SSE...
2007-03-13 Taybin RutkinRemoved unused MeterBridgeStrip and MeterBridge classes.
2007-03-09 Taybin RutkinBug fix for displaying routes after a hidden route.
2007-03-06 Doug McLainFix for edit cursor clock being out of sync with edit...
2007-03-05 Paul Davisnew design for region dragging; make add route dialog...
2007-03-05 Doug McLainFixed slot assignments to AudioRegion fade shape menu...
2007-02-22 Paul Davisremove all lines to avoid recompiles after commits
2007-02-22 Paul Davisdon't change waveform zoom level when waveform is hidde...
2007-02-01 Taybin RutkinMoved GroupButtons to gtkmm2ext
2007-01-31 Paul Davisremove ardour_message.{cc,h}; JACK latency menu now...
2007-01-29 Paul Davissmall change to region creation for make-mono-regions...
2007-01-23 Paul Davisa variety of bits and pieces for selection ops
2007-01-18 Paul Davismore games with selection
2007-01-18 Paul Davismore fun and games with selection logic
2007-01-18 Paul Davisrbselect selects all tracks that had selectables
2007-01-17 Paul Davisfix absolute fade in/out length during drag and odd...
2007-01-17 Paul Davisregion fade in operations now mapped over the current...
2007-01-17 Paul Davisfix for height of editor hscrollbar
2007-01-17 Paul Davismerge by hand changes from mtaht to fix up export behav...
2007-01-17 Paul Davisfix ordering of cut/copied regions when pasting; ctrl...
2007-01-11 Paul Davisvarious fixes to named selection mgmt and display,...
2007-01-11 Paul Davistry to rationalize zoom/scroll ops for the canvas
2007-01-10 Paul Davissave playhead + edit cursor, restore on session load...
2007-01-10 Paul Davisfix xfade logic and use shared_ptr for xfades
2007-01-08 Paul Davissave and restore clock modes
2007-01-02 Nick MainsbridgeGeneral SMPTE fixes mostly relating to non-integer...
2006-12-20 Paul Davismissing template dir patch from tim, fix extend selecti...
2006-12-20 Paul Davissmall but major fix for Controllable state storage...
2006-12-19 Paul Davismake shift-click (extend) selection operation on track...
2006-12-19 Paul Davismake shift-scrollwheel work in any TimeAxisView
2006-12-19 Paul Davissave keybindings to file used at startup; allow keybind...
2006-12-14 Paul Davisuse shared_ptr for all Playlist handling; cleanup works...
2006-12-08 Nick Mainsbridgemake zoom focus selector a little narrower
2006-12-08 Paul Davismove zoom controls down to lower left
2006-12-08 Paul Davisfix required library versions; fix use of shared_ptr...
2006-12-06 Paul Davismiscellaneous stuff, SVN IS TEMPORARILY BROKEN. FIX...
2006-12-01 Paul Davisdon't update clocks while dragging playhead
2006-11-30 Paul Davisframe for fader belt; better focus behaviour for gain...
2006-11-27 Paul Davismany small changes, see ardour-dev for more
2006-11-17 Sampo SavolainenBrian Ahr's patch to make notebook size in maximized...
2006-11-17 Paul Davisadd reset envelope gain; small patch from brian for...
2006-11-16 Paul Davistrack naming patch from brian; slightly modified F11...
2006-11-15 Paul Davisfix hover-expand mode for a couple of treeviews; make...
2006-11-13 Paul Davisremove almost everything from region editor, make popup...
2006-11-13 Paul Davisfix bad behaviour by +/- buttons in edit group list...
2006-11-12 Paul Davisnew svn_revision.h build system, plus no more SMPTE... 2.0beta8
2006-11-12 Sampo SavolainenMake current snapshot selected in list. Corrects issue...
2006-11-09 Paul Davisfirst pass on track mode switch; fixes to dangling...
2006-11-06 Taybin RutkinTwo patches from Brian Ahr. Thanks!
2006-11-03 Taybin RutkinFixed snapshot dialog annoyance.
2006-11-02 Paul Daviseditor mixer visibility now restored correctly
2006-11-02 Paul Davisallow track selection to be toggled (ctrl-clicked)...
2006-11-01 Paul Davisfix crashing bug caused by recursive set_state() nonsen...
2006-10-24 Taybin RutkinFix for internationalize. Now use the I18N() macro.
2006-10-21 Paul Davisvarious fixes related to lifetime management and xfades...
2006-10-19 Paul Davismajor changes to Region, AudioRegion, Playlist, AudioPl...
2006-10-13 Paul Davissession export starts from session start marker; add...
2006-10-10 Paul Davisfix audio clock field widths, change minsec display...
2006-10-10 David RobillardFix for segfault on autoscroll (especially when draggin...
2006-10-09 Paul Davisfix abort-capture path, including many subtle issues...
2006-10-05 Paul DavisGeneric MIDI control now saves+restores its state;...
2006-10-01 Paul Davisactually connect Editor to config state change system
2006-09-29 Paul Davismany important changes to configuration system and...
2006-09-28 Paul Davisfixes for destructive track offsets of various kinds...
2006-09-25 Paul Davisthe BIG CONFIG patch
2006-09-18 Ben Loftisfirst attempt at adding new SMPTE formats, moving SMPTE...
2006-09-10 Nick Mainsbridgemore fiddling about with placing bits of the scroll...
next