Age | Commit message (Expand) | Author | Files | Lines |
2020-02-09 | Format all code with clang-format | David Robillard | 1 | -73/+90 |
2020-02-09 | Remove standard using declarations | David Robillard | 1 | -12/+13 |
2020-02-09 | Remove unused using declarations | David Robillard | 1 | -6/+0 |
2019-12-29 | Clean up includes | David Robillard | 1 | -7/+8 |
2015-02-16 | Distinguish edge color from port color slighly. | David Robillard | 1 | -2/+1 |
2014-08-08 | Use Markdown in doc comments for better source readability. | David Robillard | 1 | -3/+1 |
2014-04-26 | Update copyright date. | David Robillard | 1 | -1/+1 |
2014-04-06 | Support port pretty names via new Jack metadata API. | David Robillard | 1 | -2/+3 |
2014-03-31 | Make port colours configurable. | David Robillard | 1 | -5/+5 |
2014-03-30 | StateManager => Configuration. | David Robillard | 1 | -4/+4 |
2013-03-17 | Update copyright date. | David Robillard | 1 | -1/+1 |
2012-04-21 | Fix ALSA. | David Robillard | 1 | -10/+10 |
2011-12-02 | Connection => Edge. | David Robillard | 1 | -1/+1 |
2011-12-01 | Move color stuff down to C level. | David Robillard | 1 | -3/+2 |
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-25 | Remove Raul dependency. | David Robillard | 1 | -2/+0 |
2011-11-25 | Log (almost) everything to the messages window instead of the console. | David Robillard | 1 | -41/+47 |
2011-11-25 | Switch to GPLv3+. | David Robillard | 1 | -7/+6 |
2011-06-11 | Remove dead code. | David Robillard | 1 | -4/+0 |
2011-06-09 | Automatically resize modules at update time as necessary. | David Robillard | 1 | -4/+0 |
2011-06-09 | Fix support for multiple instances of alsa clients with the same name (never ... | David Robillard | 1 | -132/+152 |
2011-06-07 | Remove use of smart pointers in FlowCanvas entirely. | David Robillard | 1 | -32/+48 |
2011-06-06 | Use sane typedefs for collections. | David Robillard | 1 | -2/+2 |
2011-06-06 | Use a care pointer reference to containing module rather than boost::weak_ptr. | David Robillard | 1 | -2/+2 |
2011-06-03 | Remove use of boost::enable_shared_from_this<Canvas>. | David Robillard | 1 | -4/+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 | -21/+3 |
2011-01-09 | Code cleanups (cpplint). | David Robillard | 1 | -5/+5 |
2010-12-15 | Improve performance for setups with many apps or ports. | David Robillard | 1 | -2/+8 |
2010-12-15 | Clean up code. | David Robillard | 1 | -4/+6 |
2010-12-15 | Fix previous commit's failed attempt to ignore ports (sane ALSA driver). | David Robillard | 1 | -44/+86 |
2010-12-15 | Fix removal of ALSA duplex ports (remove both corresponding canvas ports). | David Robillard | 1 | -80/+54 |
2010-12-14 | Use Raul::log for console logging. | David Robillard | 1 | -12/+13 |
2010-09-04 | My name is David. :) | David Robillard | 1 | -1/+1 |
2009-05-13 | Update copyright dates. | David Robillard | 1 | -1/+1 |
2009-05-13 | Strip trailing whitespace. | David Robillard | 1 | -28/+28 |
2009-05-09 | Dramatically reduce resize overhead everywhere. | David Robillard | 1 | -165/+145 |
2008-10-18 | Build against local library versions no matter what.... hopefully.... | David Robillard | 1 | -1/+1 |
2008-09-07 | Separate PortRef (now PortID) from PatchageEvent. | David Robillard | 1 | -4/+4 |
2008-08-22 | Lash D-Bus support and projects list from LADI Patchage, with improvements/cl... | David Robillard | 1 | -7/+7 |
2008-06-10 | Fix handling of clients with duplex alsa ports and jack ports (force split). | David Robillard | 1 | -9/+25 |
2008-06-09 | Fix unresized modules when first connecting to Alsa Sequencer. | David Robillard | 1 | -1/+13 |
2008-02-23 | Plug several memory leaks. | David Robillard | 1 | -6/+13 |
2008-02-23 | Rearrange event port referencing stuff to make a bit more sense. | David Robillard | 1 | -20/+5 |
2008-02-22 | Fix zoom font sizes (kinda). | David Robillard | 1 | -1/+1 |
2008-02-17 | Remove Jack API dependence from PatchageEvent. | David Robillard | 1 | -3/+27 |
2008-01-09 | Insignificant patchage refresh performance improvement. | David Robillard | 1 | -1/+0 |
2008-01-09 | More patchage refresh performance improvements. | David Robillard | 1 | -8/+2 |
2008-01-09 | More patchage refresh performance improvements. | David Robillard | 1 | -18/+3 |