summaryrefslogtreecommitdiffstats
path: root/src/JackDriver.cpp
AgeCommit message (Expand)AuthorFilesLines
2020-11-27Use consistent naming convention for enum classesDavid Robillard1-29/+29
2020-11-27Use enum classesDavid Robillard1-26/+34
2020-11-27Always initialize variablesDavid Robillard1-5/+5
2020-11-27Always use braces around statementsDavid Robillard1-13/+23
2020-11-27Use auto where appropriateDavid Robillard1-14/+13
2020-11-27Use nullptrDavid Robillard1-19/+20
2020-02-09Format all code with clang-formatDavid Robillard1-61/+77
2020-02-09Remove standard using declarationsDavid Robillard1-14/+13
2020-02-09Remove unused using declarationsDavid Robillard1-1/+0
2019-12-29Clean up includesDavid Robillard1-10/+11
2016-07-08Add option to disable port sortingDavid Robillard1-5/+7
2015-12-04Bring back Jack buffer size selectorDavid Robillard1-0/+1
2015-10-06Fix compilation with Jack metadataDavid Robillard1-1/+1
2015-10-06Fix compilation with older JackDavid Robillard1-7/+16
2015-02-22Support Jack port order metadata.David Robillard1-31/+33
2015-02-17Delete trailing whitespace.David Robillard1-2/+1
2015-02-16Distinguish edge color from port color slighly.David Robillard1-2/+1
2014-08-08Fix various warnings.David Robillard1-2/+2
2014-05-05Support Jack CV and OSC via metadata.David Robillard1-20/+44
2014-04-26Update copyright date.David Robillard1-1/+1
2014-04-26Tolerate duplicate port wackiness gracefully.David Robillard1-1/+5
2014-04-06Resurrect toolbar with Jack info and dropout indicator.David Robillard1-11/+28
2014-04-06Support port pretty names via new Jack metadata API.David Robillard1-2/+19
2014-03-31Make port colours configurable.David Robillard1-4/+4
2014-03-30StateManager => Configuration.David Robillard1-4/+5
2014-03-15Fix crashes due to invalid format strings (fix #963).David Robillard1-1/+1
2013-12-19FDGL: Improve flow-directed layout.David Robillard1-0/+3
2013-03-17Update copyright date.David Robillard1-1/+1
2012-03-27Delete trailing whitespace.David Robillard1-1/+1
2012-01-18Use consistent *_config.h rather than *-config.h.David Robillard1-1/+1
2011-12-06FlowCanvas's successor is hereby dubbed Ganv.David Robillard1-4/+4
2011-12-02Connection => Edge.David Robillard1-1/+1
2011-12-01Move color stuff down to C level.David Robillard1-1/+2
2011-11-27Remove linear searching for connections.David Robillard1-1/+1
2011-11-27Document public API.David Robillard1-1/+1
2011-11-26Fix potential crash on exit.David Robillard1-1/+3
2011-11-25Remove Raul dependency.David Robillard1-13/+2
2011-11-25Remove cruft.David Robillard1-1/+0
2011-11-25Log (almost) everything to the messages window instead of the console.David Robillard1-56/+35
2011-11-25Switch to GPLv3+.David Robillard1-7/+6
2011-06-11Remove dead code.David Robillard1-13/+0
2011-06-09Clean up show/hide (gnomecanvas items are visible by default).David Robillard1-1/+0
2011-06-09Automatically resize modules at update time as necessary.David Robillard1-3/+0
2011-06-09Fix support for multiple instances of alsa clients with the same name (never ...David Robillard1-52/+18
2011-06-07Remove use of smart pointers in FlowCanvas entirely.David Robillard1-46/+33
2011-06-06Use sane typedefs for collections.David Robillard1-4/+4
2011-06-06Use a care pointer reference to containing module rather than boost::weak_ptr.David Robillard1-3/+3
2011-06-03Remove use of boost::enable_shared_from_this<Canvas>.David Robillard1-4/+1
2011-06-03Better alignment of various class fields (save an insignificant amount of mem...David Robillard1-3/+3
2011-05-20Preliminary Jack session support in Patchage (as a session manager).David Robillard1-4/+0