summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-06-06Lincoln's patch from #3225 to tweak crossfade rendering.Carl Hetherington
2010-06-06Fix signedness error.Carl Hetherington
2010-06-04more style-guidificationPaul Davis
2010-06-04more style-guidification, plus do not run process threads RT if JACK is not RTPaul Davis
2010-06-04style-guide-ificationPaul Davis
2010-06-04style-guide-ificationPaul Davis
2010-06-03add DEBUG::ProcessThreads as a debug tag for parallelization (probably to be ...Paul Davis
2010-06-03start tracking note overlaps while moving notesPaul Davis
2010-06-03move route_graph->rechain( r ); into Session::resort_routes_usingTorben Hohn
2010-06-03[3.0P] dont dump chain(1) in session.ccTorben Hohn
2010-06-03add missing graph.cc and friends :STorben Hohn
2010-06-03merge 3.0P into trunk.Torben Hohn
2010-06-03session prefs editor gets renamed as session propertiesPaul Davis
2010-06-03patch from lincoln to make MIDI track height changes no longer just grow note...Paul Davis
2010-06-03Sequence::contains() and Sequence::overlaps() now use pitch-based indexing to...Paul Davis
2010-06-03move computation of TimeAxisViewItem fixed heights into a static member funct...Paul Davis
2010-06-03check for gcc 4.5 and prohibit compilation with optimization if foundPaul Davis
2010-06-03modified version of a patch from robin gareus to avoid leaving pointers to da...Paul Davis
2010-06-02add channel+pitch indexing for notes in a SequencePaul Davis
2010-06-02forward port ConfigVariable<bool> fix from 2.XPaul Davis
2010-06-02add -P flag to the session command return value.Torben Hohn
2010-06-02add -P flag blocking port connections while loading sessionTorben Hohn
2010-06-02reenable loading of a statefile specified at commandlineTorben Hohn
2010-06-02fix missing break in options parsing.Torben Hohn
2010-06-02add template support to jack-session code. and also generate timestamped nameTorben Hohn
2010-06-02basic -T <load_template> optionTorben Hohn
2010-06-02zero-pad seconds field of verbose canvas cursor, fixes #3216Paul Davis
2010-06-01rationale pathways that add notes to Sequence<T> so that there is only final ...Paul Davis
2010-06-01add missing (new) filePaul Davis
2010-05-31switch Evoral::Sequence debugging to use DEBUG_TRACE(); Sequence uses multise...Paul Davis
2010-05-31build fixPaul Davis
2010-05-31final use of "stop_signal.h" removedPaul Davis
2010-05-31remove almost-unusued stop_signal.h and clean up the one (unused) place where...Paul Davis
2010-05-30make trimming in region name (colored) highlight work even in internal edit m...Paul Davis
2010-05-29lincoln's patch to make MIDI note lines go away at smaller track heightsPaul Davis
2010-05-29create new MIDI regions on streamitem click in "note draw" mode as well as ob...Paul Davis
2010-05-28heavy-handed and crude way to stop WM-stolen-alt keys from causing MidiRegion...Paul Davis
2010-05-28provide a generalized Sequence::get_notes()-by-predicate method, and prototyp...Paul Davis
2010-05-28change color of note velocity text (and don't set it or justification repeate...Paul Davis
2010-05-28clean up item event handling in MidiRegionViews by removing unnecessary Inter...Paul Davis
2010-05-28replaced gtk_idle_add() with g_idle_add()Paul Davis
2010-05-28replace use of gdk_pixmap_unref() with g_object_unrefPaul Davis
2010-05-27Take route's processor lock for things called by the process thread. Prevent...Carl Hetherington
2010-05-27refactor MidiRegionView event handling to avoid too much spaghetti as we move...Paul Davis
2010-05-27remove commented debug outputPaul Davis
2010-05-27Fix crash on clear option for automation tracks (#3195). Also fix state chan...Carl Hetherington
2010-05-27Fix crash on export selection range.Carl Hetherington
2010-05-27Always show region properties menu item, and offer the list editor even outsi...Carl Hetherington
2010-05-27Fix hang on closing the editor.Carl Hetherington
2010-05-27Fix show existing automation for audio tracks (part of #3193)Carl Hetherington