summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)Author
2016-07-20tentative fix for a crash that occurs when switching backends.5.0-pre1Paul Davis
2016-07-20messages sent to info/warning/error/fatal should end with endmsg, not endlPaul Davis
2016-07-20remove long-lived debug output related to RT-setting of controlsPaul Davis
2016-07-20MuteMaster should (a) use a Muteable's own ::muted_by_others_soloing() (b) no...Paul Davis
2016-07-20ensure that Route::_phase_control has its state restored, and also re-arrange...Paul Davis
2016-07-20OSC: comp mode control text needs to be changed by signal too.Len Ovens
2016-07-20add LocaleGuard while restoring RC configuration.Paul Davis
2016-07-20minor safety fix for the PanePaul Davis
2016-07-20Gtkmm2ext::Pane: attempt to track child lifetime, since Gtkmm 2.4 doesn't do ...Paul Davis
2016-07-20Fix previous commitJulien "_FrnchFrgg_" RIVAUD
2016-07-20Make bus's trim control also affect sends to the busJulien "_FrnchFrgg_" RIVAUD
2016-07-20a-Delay: Smooth transition on LPF changes and set max feedback 100Damien Zammit
2016-07-20a-Comp: Fix bug with DSP in the knee processing regionDamien Zammit
2016-07-20Add a dedicated export method to MidiRegionJulien "_FrnchFrgg_" RIVAUD
2016-07-20Make MidiModel::write_section_to able to offset event timesJulien "_FrnchFrgg_" RIVAUD
2016-07-20Make MidiModel::write_section_to() more type-independantJulien "_FrnchFrgg_" RIVAUD
2016-07-19save/restore track monitoring, rec-enable and rec-safe statesPaul Davis
2016-07-19add missing header includeRobin Gareus
2016-07-19and now with "d"Robin Gareus
2016-07-19revert inadvertently committed debug settingsRobin Gareus
2016-07-19and plain realloc (not mlocked) as baselineRobin Gareus
2016-07-19another TLSF vs realloc-pool shootoutRobin Gareus
2016-07-19tweak realloc-pool realloc behavior.Robin Gareus
2016-07-19re-add TLSFRobin Gareus
2016-07-19a-Delay: Add feedback control 0 to 90 percentDamien Zammit
2016-07-18OSC: check if pan exists, fixes MB crash.Len Ovens
2016-07-18add a const - just because.Robin Gareus
2016-07-18rework lua-bridge C++ variable referencesRobin Gareus
2016-07-18stop using Gestalt() on OS X (deprecated and no longer operating correctly)Paul Davis
2016-07-18fix a compile of annoying compiler warnings with elcap clangPaul Davis
2016-07-18before pushing keybindings to GTK for menu display, make sure that we add bac...Paul Davis
2016-07-18move show_gdk_event_state() utility function from gtk2_ardour to libs/gtkmm2extPaul Davis
2016-07-18fix incorrect restoration of pane positions on Apple.Paul Davis
2016-07-18OSC: Get rid of meter noise in MB.Len Ovens
2016-07-18Normalize API rename part 2Robin Gareus
2016-07-18No-Op: rename Normalizer to IntermediateRobin Gareus
2016-07-18add exception handling in LocaleGuard, to try to cover more OS X wierd/corner...Paul Davis
2016-07-18amend previous commit (forgotten checkin)Robin Gareus
2016-07-18update to lua-5.3.3Robin Gareus
2016-07-18Remove 'i18n.h' from some VC projects where it's no longer neededJohn Emmas
2016-07-18Add a newly introduced source file to our MSVC project (libpbd)John Emmas
2016-07-18Fix stored type confusion in Meter/TempoSection::get_state().nick_m
2016-07-17fix build of test suiteColin Fletcher
2016-07-17expose PBD::open_uri bindings to luaRobin Gareus
2016-07-17Another translation passJulien "_FrnchFrgg_" RIVAUD
2016-07-16handle no audio-output AUsRobin Gareus
2016-07-16improve AU Latency PropertyChange EventsRobin Gareus
2016-07-16add a note to selfRobin Gareus
2016-07-16AU: install latency listenerRobin Gareus
2016-07-16AU: remove cruft, fix parameter initializationRobin Gareus