summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)Author
2014-12-22move all (G)UI related configuration parameters into UIConfiguration, not RCC...Paul Davis
2014-12-22no use of GUI parameters in libardourPaul Davis
2014-12-21change SessionEvent::Immediate to -1, and ensure that clear_events() uses it ...Paul Davis
2014-12-21Limit Wiimote surface discovery to 5 connection attemptsTim Mayberry
2014-12-20fix newly introduced deadlock when cloning MIDI regionsPaul Davis
2014-12-20Maintain correct tracker state on MIDI overwrite.David Robillard
2014-12-19Revert "Change default for region selection after split on Mixbus"Colin Fletcher
2014-12-19Change default for region selection after split on MixbusColin Fletcher
2014-12-19Add a config option to control region selection after split.Colin Fletcher
2014-12-19add ArdourCanvas::change_alpha()Paul Davis
2014-12-18[Summary] Bug fix: mistakenly set states of freewheeling thread.Valeriy Kamyshniy
2014-12-18change Item::visible() to Item::self_visible(); add Item::visible() which ret...Paul Davis
2014-12-18Don't assume compiler can avoid copy to const ref.David Robillard
2014-12-18Mute automation via normal mute button.David Robillard
2014-12-18No need to yell.David Robillard
2014-12-17MIDI bounce.David Robillard
2014-12-17Remove some aborts that don't really need to be.David Robillard
2014-12-17Fix various MIDI locking issues.David Robillard
2014-12-17Fix oops in previous commit.David Robillard
2014-12-17Fix occasional crash when recording MIDI.David Robillard
2014-12-16use new parameter to limit minimum length of any range locationPaul Davis
2014-12-16add new parameter for minimum value of any range locationPaul Davis
2014-12-15try alternate Glib:: API for conversion from UTF-8 to ascii in Mackie support...Paul Davis
2014-12-15nominal fix for sending UTF-8 text to Mackie surfacePaul Davis
2014-12-15add getters for SVAModifierPaul Davis
2014-12-15fix typoPaul Davis
2014-12-15more fixes to SVAModifier constructor(s)Paul Davis
2014-12-15Add a newly introduced header file to our MSVC project (libpbd)John Emmas
2014-12-14fix up SVAModifier constructorsPaul Davis
2014-12-14add SVAModifier to ArdourCanvas color codePaul Davis
2014-12-14move ScopedFileDescriptor into libpbd and use itPaul Davis
2014-12-14Only attempt to close our peakfile '_fd' if we have a valid handleJohn Emmas
2014-12-13Only attempt to close '_peakfile_fd' if we have a valid handleJohn Emmas
2014-12-13Structure MIDI device selector by manufacturer.David Robillard
2014-12-12Remove (no longer needed) sources from our MSVC project (libpbd)John Emmas
2014-12-10Merge branch 'nofilemanager'Paul Davis
2014-12-10Revert "fix some cast warnings"Paul Davis
2014-12-10remove file manager LRU cache from code.Paul Davis
2014-12-10fix some cast warningsPaul Davis
2014-12-10fix some cast warningsPaul Davis
2014-12-10simpler approach for Apple setrlimit() compatibility issuePaul Davis
2014-12-10try some alternate, hard numbers when resetting open file limits on OS XPaul Davis
2014-12-10remove ugly and unnecessary debugging outputPaul Davis
2014-12-10Use DEBUG_THREAD_SELF when using DEBUG_TRACE with pthread IDsJohn Emmas
2014-12-10use correct conditional to choose between different DEBUG_THREAD_SELF macrosPaul Davis
2014-12-10add DEBUG_THREAD_SELF to allow use of DEBUG_TRACE with thread IDs on both nor...Paul Davis
2014-12-09add set-session-extents-from-edit-rangeBen Loftis
2014-12-09more DEBUG::Butler output, formatting corrections, and a warning on cerr if c...Paul Davis
2014-12-09remove superfluous PBD/ARDOUR:: init callsRobin Gareus
2014-12-09add DEBUG::Butler and use itPaul Davis