summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-12-15Remove (no longer needed) header files from our MSVC project (gtk2_ardour)John Emmas
2014-12-14add missing UIConfiguration::modifier()Paul Davis
2014-12-14fix up SVAModifier constructorsPaul Davis
2014-12-14fix XML syntax errorPaul Davis
2014-12-14basic code to use SVModifier plus one definition in dark.colorsPaul Davis
2014-12-14add SVAModifier to ArdourCanvas color codePaul Davis
2014-12-14fix up requested color names everywhere.Paul Davis
2014-12-14new version of dark.colorsPaul Davis
2014-12-14remove now-unused headersPaul Davis
2014-12-14remove base color concept from UIConfiguration and ThemeManager.Paul Davis
2014-12-14initial pass to replace all UIConfiguration::get_XXXXXX() calls with UIConfig...Paul Davis
2014-12-14move ScopedFileDescriptor into libpbd and use itPaul Davis
2014-12-14merge conflict resolution (text colors are no longer specified explicitly)Paul Davis
2014-12-14fixed merge conflictPaul 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-12Use ArdourDropdown for MIDI device selector.David Robillard
2014-12-12hide a lot of color debugging noisePaul Davis
2014-12-12 show-more-ui-prefs-from-view-window is only a mixbus thingBen Loftis
2014-12-12more color tweaksBen Loftis
2014-12-12more color tweaksBen Loftis
2014-12-12derive ArdourButton LED inactive color from active color, rather than requiri...Paul Davis
2014-12-12Remove (no longer needed) sources from our MSVC project (libpbd)John Emmas
2014-12-11rescue some of the worst casualties of the color changesBen Loftis
2014-12-11remove unnecessary button fill color definitions AND fix up "variable" names ...Paul Davis
2014-12-11remove unnecessary button fill colorsPaul Davis
2014-12-11fall back on "generic button" colors in ArdourButton if specifically named fi...Paul Davis
2014-12-11allow UIConfiguration::color() to tell caller that it could not find the name...Paul Davis
2014-12-11tweaks to minsec and timecode ruler display, especially at very high zoom.Paul Davis
2014-12-11add Grygorii Zharun to contributor listPaul Davis
2014-12-11fix indentationPaul Davis
2014-12-11[Summary] Fixed issue with shifted playhead polygon when new session is createdGZharun
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-10tracked down another remaining SessionHandleRefRobin Gareus
2014-12-10try some alternate, hard numbers when resetting open file limits on OS XPaul Davis
2014-12-10fix binding file bundle pathRobin Gareus
2014-12-10O_DIRECT makes no sense in this test because it requires page/block-sized writesPaul Davis
2014-12-10remove ugly and unnecessary debugging outputPaul Davis
2014-12-10add support for O_DIRECT/F_NOCACHE to check impact of buffer cache avoidancePaul Davis
2014-12-10Use DEBUG_THREAD_SELF when using DEBUG_TRACE with pthread IDsJohn Emmas
2014-12-10remove unnecessary sleepPaul Davis
2014-12-10add sndfile I/O test application, used for testing disk bandwidth for writing...Paul Davis
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