fixes for possible null engine dialog
[ardour.git] / libs /
2009-04-18 David RobillardUpgrade to waf 1.5.4.
2009-04-16 Paul Davispart 2 of 3 of the 2.8 -> 3.0 merge
2009-04-16 David RobillardFix warning (pointless comparison).
2009-04-16 David RobillardFix waf build.
2009-04-16 David RobillardRevert stupid r4975.
2009-04-16 Paul Davismerge new directory/file structure from newer vamp...
2009-04-16 Paul Davismerge 3578:4901 of thirdparty/rubberband/current
2009-04-16 Paul DavisFST code from 2.X branch
2009-04-15 Paul Davisfirst half of the mega-by-hand-commit-by-commit merge...
2009-04-14 Hans BaierSMFSource: enhanced debugging output to reveal more...
2009-04-14 Hans BaierSMFSource: code readability
2009-04-14 Hans BaierSMFSource / MIDISource: more readable variable names...
2009-04-12 Hans Baierlibs/evoral/run-tests.sh: adapt to new global waf
2009-03-16 Hans BaierTicker: apply patch from lincoln, Thanks!
2009-03-09 Carl HetheringtonFix compile.
2009-03-07 Sampo SavolainenImprovements to the plugin eq gui:
2009-03-07 Sakari BergenFix compiler warnings
2009-03-06 Sampo SavolainenMake it possible to consolidate/bounce ranges without...
2009-03-06 Paul Daviscombobox width fixes from mtaht, backported from 2.X
2009-03-05 Paul Davismake track templates work, including a fix for the...
2009-03-05 Paul Davisadd accessor for the Gtk::Main hidden inside Gtkmmext::UI
2009-03-02 Paul Davisprevent double-listing of LADSPA plugins caused by...
2009-03-02 Paul Davisremove unneeded code in line_drag that was probably...
2009-03-02 Paul Davistrack templates, backported from 2.X
2009-03-02 Paul Davisrecursive operation for PBD::PathScanner, backported...
2009-03-01 Carl HetheringtonBe more tolerant of session files where IOs connect...
2009-02-27 Carl HetheringtonSlightly modified version of lincoln's patch for #2567...
2009-02-27 Carl HetheringtonRemove some unused code.
2009-02-27 Paul Davistweaks to get a VST-supporting 3.0 to build & startup
2009-02-27 Paul Davisvestige-based VST support, back-ported from 2.0-ongoing
2009-02-27 David RobillardWaf: install stuff
2009-02-27 David RobillardPrint more configuration summary stuff (sound libs).
2009-02-27 David RobillardStep towards having both rubberband and soundtouch...
2009-02-27 David RobillardWaf: build control surfaces.
2009-02-26 David RobillardFix bad initialization.
2009-02-26 David RobillardWaf: Build LV2 support.
2009-02-26 David RobillardWaf: build UI/RC files, menu files, keybinding files...
2009-02-26 David RobillardDon't link against VAmp plugins.
2009-02-26 David RobillardUse actually normal taglib headers (apparently it compl...
2009-02-26 David RobillardUse normal taglib include paths.
2009-02-26 David RobillardUse quotes for taglib includes.
2009-02-26 David RobillardVersion file building stuff.
2009-02-26 David RobillardBuild VAmp plugins.
2009-02-26 David RobillardWaf building of rubberband.
2009-02-26 David RobillardFix a bunch of warnings.
2009-02-26 David RobillardClean up checks.
2009-02-25 David RobillardAdd missing gtk2_ardour wscript.
2009-02-25 David RobillardAdd missing gtkmm2ext wscript.
2009-02-25 David RobillardWaf building of gtk2_ardour.
2009-02-25 David RobillardWaf building of libardour (yay!).
2009-02-25 David RobillardWaf building of taglib and vamp-sdk.
2009-02-25 David RobillardFix stupid warnings.
2009-02-25 David RobillardMake unit tests optional.
2009-02-25 David RobillardQuote includes for control_protocol.
2009-02-25 David Robillard*** NEW CODING POLICY ***
2009-02-25 David RobillardMove waf up to top level, waf building of pbd, evoral...
2009-02-25 David RobillardFix warnings.
2009-02-25 David RobillardFix empty for loop warning in RingBuffer constructor...
2009-02-25 David RobillardUpgrade to waf 1.5.3.
2009-02-22 David RobillardClean up xml++.h and xml++.cc in Ardour style.
2009-02-22 David RobillardMake commands noncopyable (they are definitely not...
2009-02-20 David RobillardFix recording of the last disk chunk's worth of MIDI...
2009-02-20 David RobillardMake source length a dynamic thing.
2009-02-19 David RobillardClean up Region interface, remove Readable stub kludge.
2009-02-19 David RobillardOnly create a Curve for an AutomationList if we need it.
2009-02-19 David RobillardIntroduce new time for session-relative frame time...
2009-02-19 David RobillardInterpret tempo time based on read position (not source...
2009-02-19 David RobillardReadable is not as generic as its name implies ;)
2009-02-19 David RobillardRemove unused Session::curves.
2009-02-18 David RobillardRemove empty files.
2009-02-18 David RobillardFix 'sticky' sliders when MIDI control feedback is...
2009-02-18 David RobillardFix MIDI control parameter mapping to work with control...
2009-02-18 David RobillardStyle.
2009-02-18 David RobillardFix MIDI controller feedback.
2009-02-18 David RobillardFix ardour2 -> ardour3 stuff in po files.
2009-02-18 David RobillardFix ardour2 -> ardour3 issues.
2009-02-18 David RobillardMake sure Evoral::MIDIEvent XML stuff is entirely unuse...
2009-02-17 Hans Baier* FIXME in midi_util.h
2009-02-17 David RobillardFix deadlock and potential race condition when editing...
2009-02-17 David RobillardMake a bunch of stuff boost::noncopyable.
2009-02-17 David RobillardFix crazy spacey tabs, width, other super relevant...
2009-02-17 David RobillardFix the horrible mess that was anything related to...
2009-02-17 Carl HetheringtonFix for visual glitch due to race between Editor::updat...
2009-02-16 Sampo SavolainenFix memory leak.
2009-02-16 David RobillardMove duplicated AudioFileSource::Flags and SMFSource...
2009-02-16 David RobillardFix a bunch of the ol' trivial audio-specific-for-no...
2009-02-16 David RobillardFix crash iterating over sequences with no controls...
2009-02-16 David RobillardDon't bind playlist_modified with a shared_ptr<Playlist...
2009-02-16 David RobillardTime unit translation for AutomationLine (correctly...
2009-02-16 David RobillardFix crash on iteration over an empty sequence and/or...
2009-02-16 David RobillardFix deadlock issues.
2009-02-16 David RobillardMove all beats <-> frames time conversion into a single...
2009-02-16 David RobillardGracefully ignore illegal MIDI events at the buffer...
2009-02-16 David RobillardGracefully ignore illegal MIDI events.
2009-02-16 David RobillardRewrite Sequence::const_iterator.
2009-02-15 David RobillardTrim include dependency tree (particularly on evoral...
2009-02-15 David RobillardClean up fugly debug printing stuff.
2009-02-15 David RobillardFix crash on reading meta event.
2009-02-15 David RobillardFactor out region layering.
2009-02-15 David RobillardFix genererally retarded and broken note range / diskst...
next