summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-04-26lua snippet to interact with portengineRobin Gareus
2016-04-26implement missing PortManager methods and lua-bind themRobin Gareus
2016-04-26#define HAVE_JACK_PORT_RENAME when building with MSVCJohn Emmas
2016-04-26Use 'const_iterator' to prevent MSVC from complainingJohn Emmas
2016-04-26remove the splash-screen when changing sessionsRobin Gareus
2016-04-26don't show engine dialog when loading a session..Robin Gareus
2016-04-26styleguide #10Robin Gareus
2016-04-26keep portmap & portindex in sync when renaming portsRobin Gareus
2016-04-26PortManager lua bindings (to debug lingering ports)Robin Gareus
2016-04-25tweak location-UI layout (right-align checkboxes & buttons)Robin Gareus
2016-04-25slightly improved location-UI layoutRobin Gareus
2016-04-25NO-OP whitespaceRobin Gareus
2016-04-25return of the location GoTo ButtonRobin Gareus
2016-04-25compile-time test for useful ASL APIPaul Davis
2016-04-25remove unused codePaul Davis
2016-04-25fix copy/paste typo in in 5e0f0fcRobin Gareus
2016-04-25update luadoc toolsRobin Gareus
2016-04-25update [lua bindings] documentationRobin Gareus
2016-04-25lua action details (button sensitivity, text ellipsis)Robin Gareus
2016-04-25add missing header for luadocRobin Gareus
2016-04-25add optional buttons to trigger lua scripted actions.Robin Gareus
2016-04-24update keyeditor when action label changesRobin Gareus
2016-04-24..and CoreAudio.Robin Gareus
2016-04-24O(log(n)) port and connection lookup for ALSARobin Gareus
2016-04-24now with C++98 compatRobin Gareus
2016-04-24delayline: use boost::shared_arrayRobin Gareus
2016-04-24optimize port lookup, adding/removing/reconnecting routesRobin Gareus
2016-04-24reduce debug-build overhead.Robin Gareus
2016-04-24we need the process lock after all..Robin Gareus
2016-04-24restore sending stderr/stdout to the consolePaul Davis
2016-04-24add debug facilities to arlua (valgrind, callgrind) to test libardourRobin Gareus
2016-04-24some new lua-bindings and session-lua (creating sessions)Robin Gareus
2016-04-24NO-OP whitespaceRobin Gareus
2016-04-24fix crash when loading a session with non-default clock modes.Robin Gareus
2016-04-24fix mismatched delete/delete[]Robin Gareus
2016-04-24some notes on mem-leaks...Robin Gareus
2016-04-24hand over automationlist undo state ownership (mem-leak)Robin Gareus
2016-04-24plug some memory leaks in libardourRobin Gareus
2016-04-24do NOT use Glib::ustring unless you know that the contents are UTF-8 AND that...Paul Davis
2016-04-24further tweaks to session closeRobin Gareus
2016-04-24lua bindings for track/bus and session creationRobin Gareus
2016-04-24Disconnect Signals before dropping portsRobin Gareus
2016-04-23delegate port-connections to low priority thread.Robin Gareus
2016-04-23save-as/snapshot tweaks:Robin Gareus
2016-04-23fix typo in config variableRobin Gareus
2016-04-22fix send-id "0" when loading sessionRobin Gareus
2016-04-22fix single-bus AU rendering & related updatesRobin Gareus
2016-04-22invalidate AU cache on re-scanRobin Gareus
2016-04-22use coreaudio wrapperRobin Gareus
2016-04-22Pin Management UI tweaks for AU.Robin Gareus