ardour.git
2010-06-06 Carl HetheringtonLincoln's patch from #3223 to add show/hide midi track...
2010-06-06 Carl HetheringtonLincoln's patch from #3224 to colour midi stream view...
2010-06-06 Carl HetheringtonLincoln's patch from #3225 to tweak crossfade rendering.
2010-06-06 Carl HetheringtonFix signedness error.
2010-06-04 Paul Davismore style-guidification
2010-06-04 Paul Davismore style-guidification, plus do not run process threa...
2010-06-04 Paul Davisstyle-guide-ification
2010-06-04 Paul Davisstyle-guide-ification
2010-06-03 Paul Davisadd DEBUG::ProcessThreads as a debug tag for paralleliz...
2010-06-03 Paul Davisstart tracking note overlaps while moving notes
2010-06-03 Torben Hohnmove route_graph->rechain( r ); into Session::resort_ro...
2010-06-03 Torben Hohn[3.0P] dont dump chain(1) in session.cc
2010-06-03 Torben Hohnadd missing graph.cc and friends :S
2010-06-03 Torben Hohnmerge 3.0P into trunk.
2010-06-03 Paul Davissession prefs editor gets renamed as session properties
2010-06-03 Paul Davispatch from lincoln to make MIDI track height changes...
2010-06-03 Paul DavisSequence::contains() and Sequence::overlaps() now use...
2010-06-03 Paul Davismove computation of TimeAxisViewItem fixed heights...
2010-06-03 Paul Davischeck for gcc 4.5 and prohibit compilation with optimiz...
2010-06-03 Paul Davismodified version of a patch from robin gareus to avoid...
2010-06-02 Paul Davisadd channel+pitch indexing for notes in a Sequence
2010-06-02 Paul Davisforward port ConfigVariable<bool> fix from 2.X
2010-06-02 Torben Hohnadd -P flag to the session command return value.
2010-06-02 Torben Hohnadd -P flag blocking port connections while loading...
2010-06-02 Torben Hohnreenable loading of a statefile specified at commandline
2010-06-02 Torben Hohnfix missing break in options parsing.
2010-06-02 Torben Hohnadd template support to jack-session code. and also...
2010-06-02 Torben Hohnbasic -T <load_template> option
2010-06-02 Paul Daviszero-pad seconds field of verbose canvas cursor, fixes...
2010-06-01 Paul Davisrationale pathways that add notes to Sequence<T> so...
2010-06-01 Paul Davisadd missing (new) file
2010-05-31 Paul Davisswitch Evoral::Sequence debugging to use DEBUG_TRACE...
2010-05-31 Paul Davisbuild fix
2010-05-31 Paul Davisfinal use of "stop_signal.h" removed
2010-05-31 Paul Davisremove almost-unusued stop_signal.h and clean up the...
2010-05-30 Paul Davismake trimming in region name (colored) highlight work...
2010-05-29 Paul Davislincoln's patch to make MIDI note lines go away at...
2010-05-29 Paul Daviscreate new MIDI regions on streamitem click in "note...
2010-05-28 Paul Davisheavy-handed and crude way to stop WM-stolen-alt keys...
2010-05-28 Paul Davisprovide a generalized Sequence::get_notes()-by-predicat...
2010-05-28 Paul Davischange color of note velocity text (and don't set it...
2010-05-28 Paul Davisclean up item event handling in MidiRegionViews by...
2010-05-28 Paul Davisreplaced gtk_idle_add() with g_idle_add()
2010-05-28 Paul Davisreplace use of gdk_pixmap_unref() with g_object_unref
2010-05-27 Carl HetheringtonTake route's processor lock for things called by the...
2010-05-27 Paul Davisrefactor MidiRegionView event handling to avoid too...
2010-05-27 Paul Davisremove commented debug output
2010-05-27 Carl HetheringtonFix crash on clear option for automation tracks (#3195...
2010-05-27 Carl HetheringtonFix crash on export selection range.
2010-05-27 Carl HetheringtonAlways show region properties menu item, and offer...
2010-05-27 Carl HetheringtonFix hang on closing the editor.
2010-05-27 Carl HetheringtonFix show existing automation for audio tracks (part...
2010-05-27 Carl HetheringtonAllow the region gain automation tool to create standar...
2010-05-27 Carl HetheringtonUse bbt_add and bbt_subtract to do proper BBT maths...
2010-05-26 Carl HetheringtonOn resizing an unselected MIDI note, make it the only...
2010-05-26 Carl HetheringtonRestore Fader and Pan options to audio track automation...
2010-05-26 Carl HetheringtonDisable ghost note on note creation drag.
2010-05-26 Carl HetheringtonRemove empty MIDI regions which result from recordings...
2010-05-26 Paul Davisgenerate knob pixbufs at run time but draw from the...
2010-05-26 Carl HetheringtonShow the verbose canvas cursor with the ghost note.
2010-05-26 Carl HetheringtonRemove some unused methods.
2010-05-25 Carl HetheringtonFix disappearing plugin menu (#3182)
2010-05-25 Carl HetheringtonRudimentary ghost note when adding MIDI notes to a...
2010-05-25 Paul Davissplit out sndfile manager code into its own file; move...
2010-05-25 Carl HetheringtonMake discrete mode work for MIDI automation views....
2010-05-25 Carl HetheringtonAllow region-based automation axes to report whether...
2010-05-25 Carl HetheringtonRemove some dead code. Clean up storage of automation...
2010-05-25 Paul Davisremove forward decl of non-existent ARDOUR::Menu
2010-05-25 Carl HetheringtonImplement shift-right-click to delete MIDI note (#3170)
2010-05-25 Paul Davisstop range mode stuff from showing up when in internal...
2010-05-25 Carl HetheringtonFix bug in a previous commit of mine; AutomationStreamV...
2010-05-25 Carl HetheringtonClean up snap-to code in various places. Fix a couple...
2010-05-25 Carl HetheringtonEnsure a create note drag rectangle starts with both...
2010-05-24 Carl HetheringtonUse debug macros for SMFSource.
2010-05-24 Carl HetheringtonPreserve source's model on clone() if it is not rebuilt...
2010-05-24 Carl HetheringtonNote the time of the last event that was read by read_u...
2010-05-24 Carl HetheringtonPrevent note creation drags with no movement of the...
2010-05-23 Carl HetheringtonRevert my rev. 7140 and fix it better.
2010-05-23 Carl HetheringtonPossibly fix non-appearing MIDI controls (#3143)
2010-05-23 Carl HetheringtonFix behaviour of route group list's visible checkbutton.
2010-05-23 Carl HetheringtonMake track Hide option work again.
2010-05-23 Carl HetheringtonPrevent brief, spurious `importing 2 of 1' type messages.
2010-05-23 Carl HetheringtonFix canvas_rect positioning with automation tracks...
2010-05-22 Carl HetheringtonAdd missing file.
2010-05-22 Carl HetheringtonHandle automation modes better with region-based (MIDI...
2010-05-22 Carl HetheringtonFix, or at least improve, automation line drawing behav...
2010-05-22 Carl HetheringtonMake region properties dialogue work for MIDI regions...
2010-05-21 Paul Davisfix from 2.X for automation line clear command using...
2010-05-21 Paul Davisupdate mute display when solo state changes, to keep...
2010-05-21 Carl HetheringtonSet the select button tooltip in just one place rather...
2010-05-20 Paul Davisvarious minor MIDI fixes: prevent duplicate note entry...
2010-05-20 Paul Davisfix visible version number to use the one defined in...
2010-05-20 Paul Davis(1) make quantize actually use the main grid setting...
2010-05-20 Carl HetheringtonRemove debug output.
2010-05-20 Carl HetheringtonA few cleanups and rearrangements in the RC options...
2010-05-19 Carl HetheringtonGive a better message to warn of unsupported MIDI file...
2010-05-19 Carl HetheringtonUse SMFSource static method to look for MIDI file exten...
2010-05-19 Carl HetheringtonWhen muting a route because another is soloed, take
2010-05-19 Paul DavisMIDI region forking, plus Playlist::regions_to_read...
2010-05-18 Paul Davischange tooltip of mouse select button to indicate MIDI...
next