Age | Commit message (Expand) | Author | Files | Lines |
2020-02-09 | Format all code with clang-format | David Robillard | 1 | -61/+77 |
2020-02-09 | Remove standard using declarations | David Robillard | 1 | -14/+13 |
2020-02-09 | Remove unused using declarations | David Robillard | 1 | -1/+0 |
2019-12-29 | Clean up includes | David Robillard | 1 | -10/+11 |
2016-07-08 | Add option to disable port sorting | David Robillard | 1 | -5/+7 |
2015-12-04 | Bring back Jack buffer size selector | David Robillard | 1 | -0/+1 |
2015-10-06 | Fix compilation with Jack metadata | David Robillard | 1 | -1/+1 |
2015-10-06 | Fix compilation with older Jack | David Robillard | 1 | -7/+16 |
2015-02-22 | Support Jack port order metadata. | David Robillard | 1 | -31/+33 |
2015-02-17 | Delete trailing whitespace. | David Robillard | 1 | -2/+1 |
2015-02-16 | Distinguish edge color from port color slighly. | David Robillard | 1 | -2/+1 |
2014-08-08 | Fix various warnings. | David Robillard | 1 | -2/+2 |
2014-05-05 | Support Jack CV and OSC via metadata. | David Robillard | 1 | -20/+44 |
2014-04-26 | Update copyright date. | David Robillard | 1 | -1/+1 |
2014-04-26 | Tolerate duplicate port wackiness gracefully. | David Robillard | 1 | -1/+5 |
2014-04-06 | Resurrect toolbar with Jack info and dropout indicator. | David Robillard | 1 | -11/+28 |
2014-04-06 | Support port pretty names via new Jack metadata API. | David Robillard | 1 | -2/+19 |
2014-03-31 | Make port colours configurable. | David Robillard | 1 | -4/+4 |
2014-03-30 | StateManager => Configuration. | David Robillard | 1 | -4/+5 |
2014-03-15 | Fix crashes due to invalid format strings (fix #963). | David Robillard | 1 | -1/+1 |
2013-12-19 | FDGL: Improve flow-directed layout. | David Robillard | 1 | -0/+3 |
2013-03-17 | Update copyright date. | David Robillard | 1 | -1/+1 |
2012-03-27 | Delete trailing whitespace. | David Robillard | 1 | -1/+1 |
2012-01-18 | Use consistent *_config.h rather than *-config.h. | David Robillard | 1 | -1/+1 |
2011-12-06 | FlowCanvas's successor is hereby dubbed Ganv. | David Robillard | 1 | -4/+4 |
2011-12-02 | Connection => Edge. | David Robillard | 1 | -1/+1 |
2011-12-01 | Move color stuff down to C level. | David Robillard | 1 | -1/+2 |
2011-11-27 | Remove linear searching for connections. | David Robillard | 1 | -1/+1 |
2011-11-27 | Document public API. | David Robillard | 1 | -1/+1 |
2011-11-26 | Fix potential crash on exit. | David Robillard | 1 | -1/+3 |
2011-11-25 | Remove Raul dependency. | David Robillard | 1 | -13/+2 |
2011-11-25 | Remove cruft. | David Robillard | 1 | -1/+0 |
2011-11-25 | Log (almost) everything to the messages window instead of the console. | David Robillard | 1 | -56/+35 |
2011-11-25 | Switch to GPLv3+. | David Robillard | 1 | -7/+6 |
2011-06-11 | Remove dead code. | David Robillard | 1 | -13/+0 |
2011-06-09 | Clean up show/hide (gnomecanvas items are visible by default). | David Robillard | 1 | -1/+0 |
2011-06-09 | Automatically resize modules at update time as necessary. | David Robillard | 1 | -3/+0 |
2011-06-09 | Fix support for multiple instances of alsa clients with the same name (never ... | David Robillard | 1 | -52/+18 |
2011-06-07 | Remove use of smart pointers in FlowCanvas entirely. | David Robillard | 1 | -46/+33 |
2011-06-06 | Use sane typedefs for collections. | David Robillard | 1 | -4/+4 |
2011-06-06 | Use a care pointer reference to containing module rather than boost::weak_ptr. | David Robillard | 1 | -3/+3 |
2011-06-03 | Remove use of boost::enable_shared_from_this<Canvas>. | David Robillard | 1 | -4/+1 |
2011-06-03 | Better alignment of various class fields (save an insignificant amount of mem... | David Robillard | 1 | -3/+3 |
2011-05-20 | Preliminary Jack session support in Patchage (as a session manager). | David Robillard | 1 | -4/+0 |
2011-05-20 | Use a (smaller, simpler) statusbar instead of a toolbar. | David Robillard | 1 | -14/+6 |
2011-04-16 | Update copyright headers | David Robillard | 1 | -1/+1 |
2011-04-16 | Squeeze blank lines and delete trailing whitespace. | David Robillard | 1 | -26/+0 |
2011-01-09 | Code cleanups (cpplint). | David Robillard | 1 | -12/+11 |
2010-12-15 | Improve performance for setups with many apps or ports. | David Robillard | 1 | -7/+14 |
2010-12-15 | Improve JACK refresh performance significantly. | David Robillard | 1 | -12/+22 |