Age | Commit message (Expand) | Author | Files | Lines |
2020-11-28 | Reduce use of raw new and delete | David Robillard | 1 | -6/+7 |
2020-11-28 | Use AlsaDriver only through base class interface | David Robillard | 1 | -4/+4 |
2020-11-28 | Remove more dead code | David Robillard | 1 | -10/+3 |
2020-11-28 | Remove Jack session support | David Robillard | 1 | -12/+0 |
2020-11-28 | Abstract out sending of events | David Robillard | 1 | -0/+9 |
2020-11-28 | Add separate store for client and port metadata | David Robillard | 1 | -0/+3 |
2020-11-28 | Factor out Connector from PatchageCanvas | David Robillard | 1 | -0/+2 |
2020-11-27 | Factor out log from Patchage class | David Robillard | 1 | -4/+4 |
2020-11-27 | Explicitly delete or define all special member functions | David Robillard | 1 | -0/+6 |
2020-11-27 | Use enum classes | David Robillard | 1 | -3/+6 |
2020-11-27 | Add trailing namespace comment | David Robillard | 1 | -1/+1 |
2020-11-27 | Fix indentation | David Robillard | 1 | -1/+1 |
2020-02-09 | Format all code with clang-format | David Robillard | 1 | -11/+19 |
2019-12-29 | Clean up includes | David Robillard | 1 | -6/+6 |
2019-12-29 | Use std::shared_ptr | David Robillard | 1 | -4/+3 |
2016-07-08 | Add option to disable port sorting | David Robillard | 1 | -0/+3 |
2015-12-04 | Bring back Jack buffer size selector | David Robillard | 1 | -0/+11 |
2015-02-08 | Style messages pane to match canvas. | David Robillard | 1 | -0/+2 |
2015-02-08 | Add support for exporting canvas as PDF or PS. | David Robillard | 1 | -2/+2 |
2015-01-10 | OSX quit integration. | David Robillard | 1 | -0/+1 |
2014-04-27 | Add support for sprung layout to Patchage. | David Robillard | 1 | -0/+2 |
2014-04-26 | Update copyright date. | David Robillard | 1 | -1/+1 |
2014-04-06 | Eliminate messages window in favour of an optional pane (single-window interf... | David Robillard | 1 | -7/+5 |
2014-04-06 | Resurrect toolbar with Jack info and dropout indicator. | David Robillard | 1 | -2/+12 |
2014-04-06 | Rename "Draw" to "Export DOT". | David Robillard | 1 | -2/+2 |
2014-04-06 | Support port pretty names via new Jack metadata API. | David Robillard | 1 | -0/+4 |
2014-03-31 | Add zoom to fit menuitem. | David Robillard | 1 | -0/+2 |
2014-03-31 | Make port colours configurable. | David Robillard | 1 | -4/+10 |
2014-03-30 | StateManager => Configuration. | David Robillard | 1 | -6/+6 |
2014-03-30 | Rewrite configuration system. | David Robillard | 1 | -3/+0 |
2014-03-30 | Reimplement canvas zoom. | David Robillard | 1 | -0/+6 |
2014-03-16 | Support for DOT export for rendering with GraphViz (implement #949). | David Robillard | 1 | -0/+2 |
2013-03-17 | Update copyright date. | David Robillard | 1 | -1/+1 |
2013-02-02 | Fix compilation error with certain boost/C++11 versio combination. Maybe. | 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 | -1/+1 |
2011-11-26 | Mac integration. | David Robillard | 1 | -0/+2 |
2011-11-25 | Move more logging into the messages window. | David Robillard | 1 | -2/+1 |
2011-11-25 | Log (almost) everything to the messages window instead of the console. | David Robillard | 1 | -18/+11 |
2011-11-25 | Switch to GPLv3+. | David Robillard | 1 | -7/+6 |
2011-11-25 | Remove LASH stuff. | David Robillard | 1 | -24/+0 |
2011-06-15 | Remove 'zoom full' menu item | David Robillard | 1 | -2/+0 |
2011-06-09 | Automatically resize modules at update time as necessary. | David Robillard | 1 | -5/+0 |
2011-06-07 | Avoid including gtkmm.h (which brings several megs of header into the compila... | David Robillard | 1 | -2/+16 |
2011-06-06 | Use sane typedefs for collections. | David Robillard | 1 | -5/+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 | Better alignment of various class fields (save an insignificant amount of mem... | David Robillard | 1 | -6/+10 |
2011-05-20 | Preliminary Jack session support in Patchage (as a session manager). | David Robillard | 1 | -0/+11 |
2011-05-20 | Use a (smaller, simpler) statusbar instead of a toolbar. | David Robillard | 1 | -8/+8 |
2011-05-20 | Remove dependency on glade and glademm (migrate to GtkBuilder). | David Robillard | 1 | -3/+3 |