summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-05-09more pre-commit testingPaul Davis
2015-05-09more pre-commit testingPaul Davis
2015-05-09more pre-commit testingPaul Davis
2015-05-09more pre-commit testingPaul Davis
2015-05-09more pre-commit testingPaul Davis
2015-05-09more pre-commit testingPaul Davis
2015-05-09more pre-commit testingPaul Davis
2015-05-09more pre-commit testingPaul Davis
2015-05-09more pre-commit testingPaul Davis
2015-05-09more pre-commit testingPaul Davis
2015-05-09more pre-commit testingPaul Davis
2015-05-09more pre-commit testingPaul Davis
2015-05-09more pre-commit testingPaul Davis
2015-05-09more pre-commit testingPaul Davis
2015-05-09more pre-commit testingPaul Davis
2015-05-09more pre-commit testingPaul Davis
2015-05-09more pre-commit testingPaul Davis
2015-05-08more pre-commit testingPaul Davis
2015-05-08more pre-commit testingPaul Davis
2015-05-08more pre-commit testingPaul Davis
2015-05-08more pre-commit testingPaul Davis
2015-05-08more pre-commit testingPaul Davis
2015-05-08test commit for new style-checking pre-commitPaul Davis
2015-05-07extend save-as dialog to allow crude but functional save-as-to-empty-sessionPaul Davis
2015-05-07fix crash during session deletion as monitor section tries to updatePaul Davis
2015-05-07extend save-as API to allow for new empty sessions based on currentPaul Davis
2015-05-07copy contents of analysis, plugins, automation and externals folders during ↵Paul Davis
save-as
2015-05-07fix Session::rename()Paul Davis
2015-05-05debugging rename/save-asPaul Davis
2015-05-05rename user's customized color file when resetting theme. Fixes #6286Paul Davis
2015-05-05fix some gtk filechooser issuesRobin Gareus
2015-05-05oversample meter faceplate image surfacesRobin Gareus
Works around issues with pango on windows, fixes crude text on OSX/retina and can provide sub-pixel rendering on GNU/Linux/X11.
2015-05-05NSM preparation for OSX and windowsRobin Gareus
Note that on those platforms the application name is a full path. This is permitted by the specs: “executable_name MUST be the executable name that the program was launched with. For C programs, this is simply the value of argv[0]” [http://non.tuxfamily.org/nsm/API.html#n:1.2.1.1.] but the current implementation of nsm expects the basename only and searched $PATH.
2015-05-04add plugin parameter reset button - closes #6297Robin Gareus
2015-05-04prepare plugin reset (#6297)Robin Gareus
2015-05-04API to reset plugin parameters to defaultRobin Gareus
2015-05-04add signal for automation state changes per pluginRobin Gareus
2015-05-04update startup scripts for NSMRobin Gareus
fixes #6265 for GNU/Linux.
2015-05-04further preparations for NSM (#6265)Robin Gareus
2015-05-04clear port-list before query.Robin Gareus
fixes crash in PortManager::silence_outputs()
2015-05-04fix thinko in 2e4428bRobin Gareus
perspective of Ardour: signal sinks are outputs
2015-05-03fix -Wsign-compareRobin Gareus
2015-05-03right-click in mixer’s group box: show context menu.Robin Gareus
2015-05-03no more noise during startup.Robin Gareus
2015-05-03add an API to silence buffers (without session)Robin Gareus
2015-05-03fix portengin get_ports() flags APIRobin Gareus
require all flags to be present (same as jack)
2015-05-03de-select other strips when re-selecting a stripRobin Gareus
2015-05-03Fix mixed spaces/tabs in wscriptsChristopher Arndt
2015-05-03don't install static library libsmf.aNils Philippsen
2015-05-03Allow to delete PC using <Del>Robin Gareus
It currently only works if there’s no prior selection of notes in which case the MRV handles the event.