summaryrefslogtreecommitdiff
path: root/gtk2_ardour
AgeCommit message (Expand)Author
2009-11-08monster commit: transport mgmt changes from 2.X (omnibus edition); make slave...Paul Davis
2009-11-07Various tweaks to the bundle manager.Carl Hetherington
2009-10-31allowup to 12 buttons in prefs editor, and allow for unmodified button ops therePaul Davis
2009-10-30make 3.0 catch up with transport and other changes in 2.X (hand applied, not ...Paul Davis
2009-10-30Trim session.h include dependency tree.David Robillard
2009-10-30Fix angle bracket project-local include paths.David Robillard
2009-10-28Patch from oofus to fix mantis 1867.Carl Hetherington
2009-10-28* libardour uses ARDOUR::nframes_t and ARDOUR::nframes64_t explicitly in headersPaul Davis
2009-10-27Make ARDOUR::init safer.David Robillard
2009-10-27Fix spacey tab.David Robillard
2009-10-27Add OK/Cancel buttons to quantize dialog.David Robillard
2009-10-27new SnapBBT debug option, split out BBT_time and start work on BBT arithmetic...Paul Davis
2009-10-26provide accessors to Editor::snap_{type,mode} ; when nudging notes, use grid ...Paul Davis
2009-10-26Don't prevent user from choosing Linear interpolation for controllers if they...David Robillard
2009-10-26Fix adding control points to MIDI 'automation' regions.David Robillard
2009-10-26Make automation error non-fatal so we can actually work on this stuff...David Robillard
2009-10-26Remove cyclic Source->Playlist references (and with it all dependence on Play...David Robillard
2009-10-26change the use of "SMPTE" to "Timecode" to reflect the global economy and the...Paul Davis
2009-10-25Remove Session dependency from BeatsFramesConverter.David Robillard
2009-10-25search $TOP/build/default/gtk2_ardour BEFORE ../gtk2_ardour when looking for ...Paul Davis
2009-10-25fix default binding for toggling MIDI edit modePaul Davis
2009-10-25make per-region note-tracking in MidiPlaylist work correctly, or something ve...Paul Davis
2009-10-24More standard --help output.David Robillard
2009-10-24Move newlines outside of translated string.David Robillard
2009-10-24debug-tracify current MIDI playlist debug outputPaul Davis
2009-10-24start of a nominal debug tracing system, with 64 bits available for flags; tr...Paul Davis
2009-10-23Patch from colinf to show region gain in the region editor (mantis 2879)Carl Hetherington
2009-10-23Clean up and simplify code to find marks before and after a position, and hen...Carl Hetherington
2009-10-23Fix stacking of automation region views.David Robillard
2009-10-23"Fix" what seems to be an inevitable assertion failure...David Robillard
2009-10-23Turn off error limit for valgrind which we inevitably surpass by a mile.David Robillard
2009-10-23Fix whitespace.David Robillard
2009-10-23Fix crash changing automation state of MIDI 'automation' tracks.David Robillard
2009-10-23Make deferred plugin stuff work with old compiler or different sigc version o...David Robillard
2009-10-23Fix crash when adding automation tracks caused by route ordering.David Robillard
2009-10-22Whitespace.David Robillard
2009-10-22Disable canvas verbose cursor for notes, which locks up on note adding someti...David Robillard
2009-10-22Use info stream for infoey things.David Robillard
2009-10-22Fix colours of log window messages.David Robillard
2009-10-22Fix whitespace.David Robillard
2009-10-22Add log window to windows menu.David Robillard
2009-10-22Fix whitespace.David Robillard
2009-10-22Defer plugin discovery until actually needed (significant startup time improv...David Robillard
2009-10-22Use line comments.David Robillard
2009-10-22Replace horribly error-prone Sequence/MidiModel/MidiSource locking API with s...David Robillard
2009-10-22Fix occasional crash on startup with MIDI tracks (race?).David Robillard
2009-10-21Fix unnecessarily type specific code, tidy, fix whitespace.David Robillard
2009-10-21Fix O(n) search on MIDI rec region update (now O(log(n)) per update, but coul...David Robillard
2009-10-21Fix MIDI rec regions.David Robillard
2009-10-21Tidy up region gain line drawing slightly so that it doesn't overhang its reg...Carl Hetherington