summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)Author
2015-06-30stop PersistentTooltip flicker.Robin Gareus
2015-06-30pthread_equal returns non-zero if equal. amend 5ab0288Robin Gareus
2015-06-30at least make it compile with mingw.Robin Gareus
2015-06-30fix headers for case-sensitive FS.Robin Gareus
2015-06-30Revert "fix previously cherry-picked commit to be Tracks-only, since Ardour/M...Robin Gareus
2015-06-30fix -Wabsolute-valueRobin Gareus
2015-06-29store all error/info/etc messages in a list inside Gtkmm2ext::UI, and provide...Paul Davis
2015-06-29remove debugging outputPaul Davis
2015-06-29push seek-after-state-loaded into butler thread, to avoid multiple threads do...Paul Davis
2015-06-29implement Ardour-only version of playhead priority, which is basically auto-r...Paul Davis
2015-06-29volatile should not be used to describe non-hardware lvalues, and fix const c...Paul Davis
2015-06-29fix unused but usable variable warningPaul Davis
2015-06-29fix const-cast warningsPaul Davis
2015-06-29remove const warning in SMF C code by changing function parameter argument qu...Paul Davis
2015-06-29comment unused but potentially usable variablesPaul Davis
2015-06-29comment unused but potentially usable variablesPaul Davis
2015-06-29try using threaded waveviews in tracks alsoPaul Davis
2015-06-29Fixed incomplete merge for audioengine.ccGZharun
2015-06-29never use threaded waveview rendering for TracksPaul Davis
2015-06-29comment out two verbose debugging outputsPaul Davis
2015-06-29clip level is adjusted only by region amplitude (which is audible), not by _a...Paul Davis
2015-06-29attempt to correctly respond to changes in _amplitude_above_axis in ArdourCan...Paul Davis
2015-06-29increase debug bitset size to accomodate additional debug bits imported from ...Paul Davis
2015-06-29update waves' fader implementation, clean up whitespace, indentation, variabl...Paul Davis
2015-06-29no-op: fix whitespace/indentationPaul Davis
2015-06-29Fixed use case when session is being replaced with new session with the same ...GZharun
2015-06-29[Summary] This action is duplicated. To make TRX features work correctly this...GZharun
2015-06-29Revert "remove unused variables". They are used on OS X.Paul Davis
2015-06-29remove unused variablesPaul Davis
2015-06-29fix whitespace/indentation and compiler warningsPaul Davis
2015-06-29remove compilation warning (-Wunused-but-set-variable)Paul Davis
2015-06-29new PBD::DEBUG API changes for Waves backendPaul Davis
2015-06-29some more information output to log during save-as, for debuggingPaul Davis
2015-06-29two required changes to default values for TracksPaul Davis
2015-06-29Tracks doesn't know how to handle Engine (JACK) syncPaul Davis
2015-06-29fix API version SNAFU caused by re-copying EngineStateController out of TracksPaul Davis
2015-06-29(re)implement Yevgeny's LTC branch changes in the context of ardour-merge-fro...Paul Davis
2015-06-29fix indentation and style guide issues in new EngineStateController codePaul Davis
2015-06-29copy current EngineStateController from Tracks to import Yevgeny's LTC (re)co...GZharun
2015-06-29fix previously cherry-picked commit to be Tracks-only, since Ardour/Mixbus ar...Paul Davis
2015-06-29[Summary] Mac OS specific bug fix: Increased priority of the top menu bar eventsNikolay
2015-06-29new file holding non-AVX stubs for AVX functions on linuxPaul Davis
2015-06-29Fixed up types mismatch in AudioCallback and AudioCllbackData structGZharun
2015-06-29fix typo in wavesbackend codePaul Davis
2015-06-29Revert "add operator bool() to Evoral::Beats"Paul Davis
2015-06-29add operator bool() to Evoral::BeatsPaul Davis
2015-06-29new Session::default_track_name_pattern (DataType) method, based on an idea i...Paul Davis
2015-06-29add new Gtkmm2ext::pixel_size() to conveniently get width&height for a given ...Paul Davis
2015-06-29Fixed up the commentGZharun
2015-06-29add additional check for playhead priority target when testing loop range, to...Paul Davis