ardour.git
2012-02-14 Paul Davisrearrange startup/new session dialog to include new...
2012-02-13 Paul Davis(1) remove magic number voodoo when saving zoom focus...
2012-02-08 Paul Davisuse new NoEventSimpleRect for coverage frames and silen... 3.0-beta3
2012-02-08 Paul Davisfix double include
2012-02-08 Paul Davisuse trim cursors near end of a MIDI note when in Draw...
2012-02-08 Paul Davisrange mode should not allow trim of MIDI notes
2012-02-08 Paul Davismouse draw mode can draw AND select (and trim) notes...
2012-02-07 Paul Davisbump version
2012-02-07 Paul Davisfix coloring of global rec-enable button when actively...
2012-02-07 Paul Davisfix for #4689 from dave flick
2012-02-07 Paul Davisremove additional "mid" color from ArdourButton; replac...
2012-02-06 Paul Davischange radius of inner edge of button joiner, to stimul...
2012-02-06 Paul Davisadd tooltip for nudge clock
2012-02-06 Paul Davistweak "joined" buttons to have no border color
2012-02-06 Paul Davisadd delta-time option to MIDI tracer window. note that...
2012-02-06 Paul Davisattempt to stop sending MMC/MTC while exporting or...
2012-02-06 Paul Davisfix bug in MidiClock that sent MIDI Clock messages...
2012-02-06 Paul Davislikely fix for crash-by-assert just after a MIDI diskst...
2012-02-06 Paul Daviseven more debugging info for zth
2012-02-06 Paul Davisyet more debugging info for zth
2012-02-06 Paul Davissome more debugging info for zth
2012-02-06 Paul Davisremoved #ifdef'ed trace_midi() code (dup'ed from libmidi++)
2012-02-06 Paul Davissome debugging info
2012-02-05 Paul Davisclear marker selection as part of Selection::clear...
2012-02-04 Sakari BergenChange export dialog widget size allocation and make...
2012-02-03 Paul Davismake rec-enable click while step-editing exit step...
2012-02-03 Paul Davistweak button joiner colors by making them grab border...
2012-02-03 Paul Davisseparate header dependencies on button joiner, and...
2012-02-03 Paul Davisuse button joiner for smart mode; polish up the visuals...
2012-02-03 Paul Davisuse button joiner to link play range/roll for "always...
2012-02-03 Paul Davisnew class/widget for linking two buttons (widgets,...
2012-02-03 Paul Davisallow specification (partially) of which corners of...
2012-02-03 Paul Davisadd some more variants of the cairo rounded rectangle...
2012-02-02 Paul Davisadd tophatdave to authors list
2012-02-02 Paul Davishand-done version of patch from tophatdave to prevent...
2012-02-02 Paul Davisadd virtual method is_instrument() to PluginInfo (alrea...
2012-02-02 Paul Davisfix possible logic error and make logic line up with...
2012-02-02 Paul Davisadd a way to create a new MIDI track with an instrument...
2012-02-02 Paul Davispatch for bad region-extension when pasting into a...
2012-02-01 Paul Davisprovide full scroll-based editing in MIDI list editor
2012-02-01 Paul DavisMIDI event list editor improvements, mostly to do with...
2012-02-01 Paul Davisstart to provide real functionality in MIDI list editor...
2012-02-01 Paul Davisslightly extend NotePlayer API
2012-02-01 Carl HetheringtonMake crossfade convert-to-full and activate/deactivate...
2012-02-01 Carl HetheringtonTidy up slightly.
2012-02-01 Carl HetheringtonTrim declaration.
2012-01-31 Paul Davisuse musical_time_equal() test for equality when copying...
2012-01-31 Carl HetheringtonMake crossfade active state and length changes undo...
2012-01-31 Carl HetheringtonUpdate summary on switching playlists (#4659).
2012-01-31 Carl HetheringtonComments.
2012-01-31 Carl HetheringtonRemove unnecessary dialog argument to do_timefx; use...
2012-01-31 Carl HetheringtonDon't bother opening a time FX dialog if we are just...
2012-01-31 Paul Davispatch from colinf to fix the width of generic plugin...
2012-01-31 Sakari BergenImprove usage of expanded window space in the export...
2012-01-31 Carl HetheringtonFix position of viewport after a playhead drag outside...
2012-01-31 Paul Davisdo not crash if an LV2 plugin calls the UI write callba...
2012-01-31 Paul Davistidy up MIDI list editor; make delete/backspace actuall...
2012-01-31 Paul Davisfix for crash while drag-creating a new MIDI note and...
2012-01-30 Paul Davismany changes, large and small, related to smart mode...
2012-01-30 Carl HetheringtonDon't autoscroll right if we are moving left, and vice...
2012-01-30 Carl HetheringtonFix faulty comment in previous commit.
2012-01-30 Carl HetheringtonFix non-summon of butler when a track that needs it...
2012-01-30 Carl HetheringtonAdd assert.
2012-01-30 Carl HetheringtonFix typo.
2012-01-30 Carl HetheringtonAdd aux sends at the position that the menu was opened...
2012-01-30 Paul Davisuse custom i-beam cursor for range mode
2012-01-29 Carl HetheringtonSlightly hacky-fix for misbehaviour when drag-and-dropp...
2012-01-29 Carl HetheringtonUse Region::last_frame() rather than position + length...
2012-01-29 Sakari BergenShow an example filename in the main export dialog
2012-01-29 Paul Davisremove apparently vestigial code from RouteUI::update_s...
2012-01-29 Sakari BergenAdd timespan name to export status text
2012-01-28 Sakari BergenFix issue with export channel splitting getting stuck...
2012-01-28 Sakari BergenMove export progress text to progress bar from separate...
2012-01-28 David RobillardFix compilation with older Glib.
2012-01-28 Sakari BergenGo back to one progress bar with several passes in...
2012-01-28 Sakari BergenStore Region export state in instant.xml (fixes #3935)
2012-01-28 Sakari BergenFix compilation with older lilv (0.5.0)
2012-01-28 Sakari BergenImplement simple separate progress bar for export norma...
2012-01-28 David RobillardUse new Lilv state API to save LV2 plugin state.
2012-01-27 Paul Davistweak appearance of a FaderOption in the option editor(s)
2012-01-27 Paul Davisrestore independent gain control over click/metronome
2012-01-27 Paul Davispatch for CUE file formatting from Andreas Ruge
2012-01-27 Paul Davisfix inconsistent display on selection clocks when in...
2012-01-27 Paul Davisfix #4663, partly by more efficiently generating the...
2012-01-27 Paul Davisfix #4443 - tape track files need to be created when...
2012-01-27 Paul Davispromote Playlist::RegionList to ARDOUR::RegionList...
2012-01-27 Paul Davisfurther simplification of midi clock ticker API
2012-01-27 Paul Davischange audioengine's port container to a std::map to...
2012-01-27 Paul Davisrework design of midi clock ticker to avoid expensive...
2012-01-27 Paul Davisreword label for session properties item
2012-01-27 Carl HetheringtonDon't add markers to the selection multiple times when...
2012-01-26 Paul Davisadd Port::PostDisconnect signal to allow objects other...
2012-01-25 Paul Davisan improvement to the previous patch to catch up with...
2012-01-25 Paul Davistoc filename handling patch from andreas r.
2012-01-25 Paul Davisin non-note-edit mouse object mode, single click on...
2012-01-25 Paul Davisleave note edit mode with a click on any track backgrou...
2012-01-25 Paul Davissome improvements to the add track/bus dialog to make...
2012-01-25 Paul Davisfix #4405, by explicitly cancelling solo when a route...
2012-01-25 Paul Davisdramatically simplify maximi[sz]ation code, ripping...
2012-01-24 Carl HetheringtonMove reader lock to avoid deadlock when calling bbt_time().
next