Age | Commit message (Expand) | Author | Files | Lines |
2015-02-16 | Distinguish edge color from port color slighly. | David Robillard | 1 | -4/+2 |
2014-08-08 | Update copyright dates. | David Robillard | 1 | -1/+1 |
2014-05-17 | Fix logic typo (thanks to Hanspeter Portner). | David Robillard | 1 | -1/+1 |
2014-05-05 | Support Jack CV and OSC via metadata. | David Robillard | 1 | -6/+11 |
2014-03-15 | Fix crashes due to invalid format strings (fix #963). | David Robillard | 1 | -5/+0 |
2013-03-17 | Update copyright date. | David Robillard | 1 | -1/+1 |
2013-01-13 | Update for latest ganv. | David Robillard | 1 | -2/+2 |
2012-04-22 | Remove buggy click-to-select-edge in Patchage. | David Robillard | 1 | -24/+1 |
2012-04-20 | Fix disconnect via connection select and delete. | David Robillard | 1 | -0/+2 |
2012-03-27 | Delete trailing whitespace. | David Robillard | 1 | -1/+1 |
2012-03-09 | Fix "disconnect all". | David Robillard | 1 | -3/+2 |
2012-01-18 | Use consistent *_config.h rather than *-config.h. | David Robillard | 1 | -1/+1 |
2012-01-11 | Delete modules when Jack clients disappear. | David Robillard | 1 | -0/+2 |
2011-12-07 | Remove cruft from public API. | David Robillard | 1 | -2/+6 |
2011-12-06 | FlowCanvas's successor is hereby dubbed Ganv. | David Robillard | 1 | -19/+19 |
2011-12-05 | Remove cruft. | David Robillard | 1 | -15/+3 |
2011-12-04 | Move module ports down to C level. | David Robillard | 1 | -8/+12 |
2011-12-04 | Store C items in Canvas. | David Robillard | 1 | -2/+2 |
2011-12-04 | Store C edges in Canvas. | David Robillard | 1 | -0/+2 |
2011-12-04 | Move Port::_module down to C level (Port is now a stateless wrapper). | David Robillard | 1 | -1/+1 |
2011-12-03 | Don't expose canvas data structures. | David Robillard | 1 | -27/+54 |
2011-12-02 | Remove Shape typedef. | David Robillard | 1 | -1/+1 |
2011-12-02 | Joinable => Node. | David Robillard | 1 | -7/+7 |
2011-12-02 | Connection => Edge. | David Robillard | 1 | -5/+5 |
2011-12-01 | FlowCanvas::Item => FlowCanvas::Shape. | David Robillard | 1 | -1/+1 |
2011-12-01 | Remove width and height stuff from Item (not generic). | David Robillard | 1 | -1/+1 |
2011-11-30 | Remove redundant Connection::_source and Connection::_dest. | David Robillard | 1 | -2/+2 |
2011-11-30 | Connectable => Joinable. | David Robillard | 1 | -7/+7 |
2011-11-30 | Remove old Connection handle stuff. | David Robillard | 1 | -1/+0 |
2011-11-27 | Remove linear searching for connections. | David Robillard | 1 | -1/+1 |
2011-11-27 | Document public API. | David Robillard | 1 | -3/+3 |
2011-11-26 | Handle adding and removing connections internally like with items. | David Robillard | 1 | -1/+1 |
2011-11-26 | Don't expose non-const references to internal canvas collections. | David Robillard | 1 | -1/+1 |
2011-11-25 | Remove Raul dependency. | David Robillard | 1 | -2/+0 |
2011-11-25 | Move more logging into the messages window. | David Robillard | 1 | -3/+6 |
2011-11-25 | Log (almost) everything to the messages window instead of the console. | David Robillard | 1 | -9/+3 |
2011-11-25 | Make it possible to remove connections by middle-clicking on their handle, or | David Robillard | 1 | -0/+49 |
2011-11-25 | Switch to GPLv3+. | David Robillard | 1 | -7/+6 |
2011-06-20 | Fix crashes on jack client exit. | David Robillard | 1 | -0/+11 |
2011-06-09 | Fix support for multiple instances of alsa clients with the same name (never ... | David Robillard | 1 | -11/+5 |
2011-06-08 | Fix double-add of items to canvas (fixing rect select, among other things) | David Robillard | 1 | -2/+1 |
2011-06-07 | Remove use of smart pointers in FlowCanvas entirely. | David Robillard | 1 | -29/+66 |
2011-06-06 | Use a care pointer reference to containing module rather than boost::weak_ptr. | David Robillard | 1 | -2/+2 |
2011-04-16 | Update copyright headers | David Robillard | 1 | -1/+1 |
2011-04-16 | Squeeze blank lines and delete trailing whitespace. | David Robillard | 1 | -9/+1 |
2011-01-09 | Code cleanups (cpplint). | David Robillard | 1 | -3/+5 |
2011-01-08 | Fix configuration header define names to not stomp on global namespace. | David Robillard | 1 | -5/+5 |
2011-01-06 | Clean up port cache (fix crashes and wacky behaviour caused when clients/port... | David Robillard | 1 | -4/+22 |
2010-12-18 | Arrange interface input/output modules (and other split modules) beside each ... | David Robillard | 1 | -0/+24 |
2010-12-18 | Fix module removal. | David Robillard | 1 | -0/+25 |