summaryrefslogtreecommitdiff
path: root/gtk2_ardour
AgeCommit message (Collapse)Author
2016-03-26Renaming issue in regions listyonideshi
2016-03-26add a script to read core files in gdb/lldbRobin Gareus
2016-03-26add "revert" button to lua script windowRobin Gareus
2016-03-26add lua script to test channel-mapping, update docRobin Gareus
2016-03-25add a convenient script headerRobin Gareus
2016-03-25monospace font for Lua Script WindowRobin Gareus
2016-03-24Revert "test workaround for OSX IK-Multimedia Plugin GUIs."Robin Gareus
This reverts commit b031d762c9cd0ff5704d966deb9ac234f8e18d6a.
2016-03-24fix out-of-order d'tor which garbles the lua stack.Robin Gareus
2016-03-24add doxygen comments to lua-binding doc, compress json.Robin Gareus
2016-03-24reset lua console interpreter when session changes (drop references)Robin Gareus
2016-03-24cont'd work on Lua Script ConsoleRobin Gareus
2016-03-24gcc4 compatRobin Gareus
2016-03-23towards a proper lua script console UIRobin Gareus
2016-03-23Hide lua script selector before showing lua parameter dialog.Robin Gareus
2016-03-23UI part of lua code/header consolidation.Robin Gareus
2016-03-23test workaround for OSX IK-Multimedia Plugin GUIs.Robin Gareus
2016-03-22further lua binding refactoring, match C++ namespacesRobin Gareus
2016-03-21Fix unused variable warningDavid Robillard
2016-03-21Trim dependence on evoral types.hpp and Beats.hppDavid Robillard
2016-03-21catch lua exceptions.Robin Gareus
2016-03-21update Lua Binding Doc and html generatorRobin Gareus
2016-03-21return values of reference params as Lua tableRobin Gareus
2016-03-21first steps towards formatting lua binding doc (JSON/HTML)Robin Gareus
2016-03-21add missing GUI lua binding classeRobin Gareus
2016-03-20handle MidiBusses in channel-countRobin Gareus
2016-03-20add luadoc binary (developer tool) to dump lua bindingsRobin Gareus
output is either JSON or lua-tables. enable via ./waf configure --luadoc ... , needs C++11
2016-03-20fix out-of-bounds array access in export report.Colin Fletcher
cppcheck reports "gtk2_ardour/export_report.cc:260: error: Array 'y0[4]' accessed at index 4, which is out of bounds.", which seems indeed to be the case.
2016-03-19indicate debug builds in About > Config and shorten the message to fitRobin Gareus
2016-03-19reset autoscroll speed to minimum when scrolling stopsColin Fletcher
Reset the autoscroll counter when scrolling stops, and correct the check when vertical autoscrolling is permitted for whether scrolling has stopped.
2016-03-19expose Lua OSC transmitterRobin Gareus
2016-03-18special case LuaProc Inline Display UI: direct cairo contextRobin Gareus
2016-03-17add basic set of Cairo Lua bindingsRobin Gareus
2016-03-16Midi Busses? why yes!Robin Gareus
2016-03-15fix capitalization of sections of key editorPaul Davis
2016-03-15fix wscript to know about key binding dependenciesPaul Davis
2016-03-16relax inline display height constraintRobin Gareus
2016-03-15change the way the key editor gets populated; drop binding sets with no actionsPaul Davis
2016-03-15in key editor, attach key press/release handlers before other handlers so ↵Paul Davis
that normal treeview navigation keys (backspace, up, down etc.) can still be bound
2016-03-15do the safety dancePaul Davis
2016-03-15safety pointer resets in MonitorSection dtor. Not intended to fix any known bugsPaul Davis
2016-03-15add and remove monitor section bindings as MS is created/destroyedPaul Davis
2016-03-15allow access to ProcessorBox bindingsPaul Davis
2016-03-15extend API of key binding editor to allow for tab removalPaul Davis
2016-03-15show processor box bindings in key binding editorPaul Davis
2016-03-15add new API to ARDOUR_UI to allow dynamic add/remove of keyboard bindings to ↵Paul Davis
key binding editor
2016-03-15fix segfaults/crashes when quitting under valgrindPaul Davis
2016-03-15fix carelesslly deleted line that caused endless loop when missingPaul Davis
2016-03-15give monitor section its own bindingsPaul Davis
2016-03-15give ProcessorBox its own bindingsPaul Davis
2016-03-15new two new "pre-coded" bindings file, for the monitor section and the ↵Paul Davis
processor box