summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)Author
2018-12-28NO-OP: whitespaceRobin Gareus
2018-12-28Check whether punch-in is enabled and record is enabled in addition to if we ...Alex Pilon
2018-12-28remove configure-time --no-lv2 option. LV2 is integral to what we doPaul Davis
2018-12-27remove debug outputPaul Davis
2018-12-27div wrappingPaul Davis
2018-12-27C++98 compatible map eraseRobin Gareus
2018-12-24NO-OP: whitespaceRobin Gareus
2018-12-24Update Convolver/LuaConvolverRobin Gareus
2018-12-23Use same has for ALSA-seq and ALSA-raw devicesRobin Gareus
2018-12-23Dynamic ALSA MIDI I/O device discovery and re/connectRobin Gareus
2018-12-23Use hash for ALSA-MIDI device name/IDRobin Gareus
2018-12-23Fix cases where there's no MIDI buffer (e.g. audio audition)Robin Gareus
2018-12-22Add guard-points when shifting automationRobin Gareus
2018-12-22Properly remove-time automationRobin Gareus
2018-12-21Fix insert/remove time duplicate automation move -- #7712Robin Gareus
2018-12-21NO-OP: whitespaceRobin Gareus
2018-12-21Remove duplicate automation shiftRobin Gareus
2018-12-20Fix crash for external windowsRobin Gareus
2018-12-20Amend e4304f3bf, plugin-preset, preset-recordRobin Gareus
2018-12-19Use lilv_world_get()David Robillard
2018-12-19Remove conditional support for ancient versions of LilvDavid Robillard
2018-12-19adjustments for latest boost shared_ptr debug patchPaul Davis
2018-12-19Compliant LV2 state path-mappingRobin Gareus
2018-12-18Wouldn't it be nice if plugin presets had a description/comment?Robin Gareus
2018-12-18Add LV2 option/extension for plugin thread sched priorityRobin Gareus
2018-12-17MSVC won't allow us to erase an item that's managed by 'const_iterator'John Emmas
2018-12-16ptformat: Update to 877fa28 - more endian resilient && pt5 fixesDamien Zammit
2018-12-16NO-OP: whitespaceRobin Gareus
2018-12-16Remove cruft: previous set_value_unchecked optimizationRobin Gareus
2018-12-16Optimize automation-event process splittingRobin Gareus
2018-12-16Optimize plugin-processing for non-automated paramsRobin Gareus
2018-12-13Fix ExportFormatSpecification copy-c'torRobin Gareus
2018-12-12LCXL: some more small tweaksJan Lentfer
2018-12-12 replace ::cast_dynamic() with relevant ActionManager::get_*_action() callsPaul Davis
2018-12-12replace ::cast_dynamic() with relevant ActionManager::get_*_action() callsPaul Davis
2018-12-11make session/Config now responsible for adding/removing a monitor sectionPaul Davis
2018-12-11add ActionManager::get_actions() to fetch all actions created in ActionGroups...Paul Davis
2018-12-10add basic concept of an "owner" for an action group, to allow later groupingPaul Davis
2018-12-10fix Window->Common move for show-mixerPaul Davis
2018-12-10add ActionManager::set_sensitive() for Gtk::ActionGroupPaul Davis
2018-12-10use ActionManager namespace, rather than ActionMap objectsPaul Davis
2018-12-10change ActionManager::find_action() back to ActionManager::get_action()Paul Davis
2018-12-10consolidate ActionMap and ActionManager APIs into a single namespacePaul Davis
2018-12-10provide (Static)ActionMapOwner::action_map()Paul Davis
2018-12-09"only" 1048576 -- sounds like it's not sufficientRobin Gareus
2018-12-08Properly keep track of Window Visibility, action stateRobin Gareus
2018-12-07Fix progress report when resampling to fixed-point on importRobin Gareus
2018-12-07Fix importing to a fixed-point format with resamplingRobin Gareus
2018-12-06add syntactic sugar for fetching toggle and radio actionsPaul Davis
2018-12-05some ActionMap infrastructure to start removing ActionManagerPaul Davis