summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-08-13Tweak .clang-formatRobin Gareus
2019-08-13NO-OP: clang format, comments & whitespaceRobin Gareus
2019-08-13Remove unused EditorSources selection filterRobin Gareus
2019-08-13Remove remnants of hack from 9f3f3738e7444ee3Robin Gareus
This fixes multiple selection. The original code using "selection_countdown" is no longer in place. There's no "counter" to arm. Shift/Tab name edit works regardless. "s/m/r" solo/mute/rec shortcuts in the treeview have been discontinued since a long time as well. Keyboard shortcuts are per window, regardless of grab_focus() PS. This change makes it easier for a user to start a drag/drop operation of multiple regions. That currently assert()s, only the first selected region is used.
2019-08-13Fix transient removal -- #7785Robin Gareus
Incorrect iterators were used for user-transients.
2019-08-12Remove unused EditorRoutes selection filterRobin Gareus
2019-08-12Re-order editor sidebar: prioritize "Tracks & Busses"Robin Gareus
2019-08-12(RegionList) Tweak column ordering + fix translation namingRobin Gareus
2019-08-12Source List: Explicitly check whether a file is in the {Audio|MIDI} folder ↵Ben Loftis
where it should be. Anywhere else (even somewhere else inside the session folder) should be flagged "weird"
2019-08-12Source List: Source regions can be tagged, too.Ben Loftis
2019-08-12Add Pref to write mixer-screenshot post-exportRobin Gareus
2019-08-12Consolidate: use PBD method to try hard-linkingRobin Gareus
2019-08-12Add PBD API to hard-link filesRobin Gareus
2019-08-12Allow export get_path() without formatRobin Gareus
This is in preparation for post-export screenshots: A possibility to get a file-path, independent of the format.
2019-08-12NO-OP: whitespaceRobin Gareus
2019-08-12NO-OP: mark private variables, remove cruftRobin Gareus
2019-08-12Initialize some more uninitialized variablesRobin Gareus
2019-08-12Prefer std::vector<> over C-style malloc/free**Robin Gareus
This fixes a potential out of bounds read `if (_dbtp_plugin[c])` if c is larger than the allocated channel count.
2019-08-12Initialize variableRobin Gareus
2019-08-12Initialize variableRobin Gareus
2019-08-12Fix middle-click note selectionRobin Gareus
2019-08-12Fix midi-note selection invertRobin Gareus
Selecting Notes in a region does not select the region itself. Invert-selection needs to iterate over midi-regions that contain the selection.
2019-08-12(RegionList) Don't change selection for context-menuRobin Gareus
2019-08-12Add Action to save mixer screenshotRobin Gareus
2019-08-12Add Lua-Dialog support for FileChooserWidget (save file)Robin Gareus
2019-08-12Add Lua bindings for convenient Glib methodsRobin Gareus
2019-08-11Fix auto capture alignment when bouncing metronomeRobin Gareus
2019-08-11Allow to inhibit screensaver/system sleepRobin Gareus
2019-08-11Add types/enum for screensaver modeRobin Gareus
2019-08-11Simplify screensaver inhibit API and fix OSX compatibilityRobin Gareus
2019-08-11Add/remove source(s) in our MSVC project (gtk2_ardour)John Emmas
2019-08-11Prototype infrastructure to disable screensaverRobin Gareus
2019-08-10ptformat: Update to upstream 8d29d79 (drop fades && fix offsets)Damien Zammit
2019-08-07Add script to `xdot` plot the process graphRobin Gareus
2019-08-07Add Lua bindings for Pango AlignmentRobin Gareus
2019-08-07NO-OP: Fix compiler warning (-Wreturn-type)Robin Gareus
2019-08-07Add method to graphviz plot the process-graphRobin Gareus
2019-08-06Gui should allow foldback bus to be mono.Len Ovens
2019-08-06foldback may be mono don't set panner typeLen Ovens
2019-08-06OSC: foldback buses should be able to be monoLen Ovens
2019-08-04Amend 183d3fb49; implement ImportableSource APIRobin Gareus
2019-08-04Fix meter metric visibility on narrow strips - #7781Robin Gareus
After session load, the meter numerics were always visible, regardless of strip width. MixerStrip::set_stuff_from_route() and MixerStrip::set_width_enum() are called before Mixer UI is realized and calls show_all().
2019-08-04Implement missing required virtual fn -- fix Mac buildsRobin Gareus
2019-08-03Update plugins/addons GPL boilerplate and (C) from git logRobin Gareus
2019-08-03Update utility and tools GPL boilerplate and (C) from git logRobin Gareus
2019-08-03Update core library GPL boilerplate and (C) from git logRobin Gareus
2019-08-03Update canvas/UI lib GPL boilerplate and (C) from git logRobin Gareus
2019-08-03Update audiographer GPL boilerplate and (C) from git logRobin Gareus
2019-08-03Update backend GPL boilerplate and (C) from git logRobin Gareus
2019-08-03Update libardour GPL boilerplate and (C) from git logRobin Gareus