summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)Author
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
2018-12-05add new variant of ActionMap::find_action()Paul Davis
2018-12-05Skip silent sources on session-archive -- fixes #7699Robin Gareus
2018-12-05Prevent endless read of silent filesRobin Gareus
2018-12-04Use atomic read for an atomic variableRobin Gareus
2018-12-04Fix logic-error in d1cf2163: hide info for optimized buildsRobin Gareus
2018-12-03Special case Mixbus Chanstrip for load calculationRobin Gareus
2018-12-03Consistent AU factory Preset IDsRobin Gareus
2018-12-02Don't invalidate AU preset on loadRobin Gareus
2018-12-02Implement AU plugin-preset removalRobin Gareus
2018-12-02Restore actual plugin-preset on session-loadRobin Gareus
2018-12-02Towards fixing AU preset invalidationRobin Gareus
2018-12-01AU: mark preset dirty when parameter changesRobin Gareus
2018-12-01Fix AU preset handlingRobin Gareus
2018-11-29Fix a tiny memory leak, add_instant_xml() copies the nodeRobin Gareus
2018-11-29Fix uninitialized variableRobin Gareus
2018-11-29NO-OP: whitespaceRobin Gareus
2018-11-29Fix a tiny memory-leak when calling vforkRobin Gareus
2018-11-29Disk I/O: only allocate midi-buffer if neededRobin Gareus