summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-09-07Set up session range location correctly from 2.X sessions. Fixes #3435.Carl Hetherington
2010-09-07Trim some debug output.Carl Hetherington
2010-09-07Lincoln's patch to tidy up region fade visuals. Fixes #3437.Carl Hetherington
2010-09-06Another hacky fix for deadlocks when updating the port matrix.Carl Hetherington
2010-09-06Fix comment.Carl Hetherington
2010-09-06Don't create a feedback loop by auto-connecting a master route to itself.Carl Hetherington
2010-09-06Cleanup of region drag code to be a bit more efficient and shorter. Fixes cr...Carl Hetherington
2010-09-05Fix GCC warning.Carl Hetherington
2010-09-05Desensitize edit menu item in the processor box menu if there is nothing sele...Carl Hetherington
2010-09-03Removed unused code.Carl Hetherington
2010-09-03Don't add standard processors twice to routes from 2.X sessions. Fixes #3434.Carl Hetherington
2010-09-03Fix restore of sends from session files for both 2.X and 3.0 sessions. Fixes...Carl Hetherington
2010-09-03Rename debug -> dumpCarl Hetherington
2010-09-03Small HIG-ification.Carl Hetherington
2010-09-02Activate plugins that are added to a PluginInsert after it itself has been ac...Carl Hetherington
2010-09-02Unbind 1 key from cycle to next edit mode to prevent user confusion.Carl Hetherington
2010-09-02Call TimeAxisViewItem constructor properly after my recent changes.Carl Hetherington
2010-09-02fix a variety of unused argument errors noted by gcc 4.3.2 on x86Paul Davis
2010-09-02bump required versions of gtkmm etcPaul Davis
2010-09-02fix thinko-bug in string specialization of Property<T>Paul Davis
2010-09-02Make it easier to move the summary rectangle around when it is narrow or low ...Carl Hetherington
2010-09-02Paste to the source of a copy if there are no selected tracks (rather than us...Carl Hetherington
2010-09-01Default to play mode for MIDI controllers. Fixes #3429.Carl Hetherington
2010-09-01Don't give automation region views left/right trim handles. Fixes #3428.Carl Hetherington
2010-09-01Clean up MidiSource::midi_read now that the signed type sframes_t is being us...Carl Hetherington
2010-09-01Fix error in diskstream fill calculations. Fixes #3426.Carl Hetherington
2010-09-01Fix uninitialised value.Carl Hetherington
2010-08-31don't set jack transport position frame (violates JACK API); clean up other r...Paul Davis
2010-08-31fix up the port insert I/O GUIPaul Davis
2010-08-31mostly fix 3409 by making it impossible to sync to JACK if video pull up/down...Paul Davis
2010-08-30Auto-connect outputs that appear as a result of e.g. instruments being added ...Carl Hetherington
2010-08-30Allow crossfades from the undo record to be recreated even if their regions a...Carl Hetherington
2010-08-30Missing return.Carl Hetherington
2010-08-30don't display range selection when track selection changes and we're not in t...Paul Davis
2010-08-30minor tweaksPaul Davis
2010-08-30force AIFF and WAV exports to Big and Little endianness respectivelyPaul Davis
2010-08-30more improvements for range drag/track selection logic etc.Paul Davis
2010-08-30tweak track selection during range drag; "all group" button in editor is now ...Paul Davis
2010-08-30Fix another crash on session creation if the stored selection no longer exist...Carl Hetherington
2010-08-30Respect link of region and track selection when setting via a list of Selecta...Carl Hetherington
2010-08-30Reset the available import dialogue menu options when a selection is made fro...Carl Hetherington
2010-08-29Give new sessions the default GUI state. Fixes #3423.Carl Hetherington
2010-08-29(Hopefully) clarify operator= and copy construction behaviour of the Property...Carl Hetherington
2010-08-29Fix up some inconsistencies in handling of region sync points.Carl Hetherington
2010-08-29Don't call reset_zoom with the default frames_per_unit if we have got a diffe...Carl Hetherington
2010-08-28Respect ignore_state_request in all cases on set_automation_state(). Fixes #...Carl Hetherington
2010-08-28Shrink the minimum size of the plugin analyser a bit, and make it take up spa...Carl Hetherington
2010-08-28Use weak_ptr for IOs in the bundle list to avoid holding onto them when a rou...Carl Hetherington
2010-08-28Tidy up config text and add PHONE_HOME and JACK_SESSION. Fixes #3422.Carl Hetherington
2010-08-28Only rebuild the existing session box once, but show it as many times as requ...Carl Hetherington