Age | Commit message (Expand) | Author | Files | Lines |
2011-05-18 | Exit when connect window is closed and there are no open patch windows. | David Robillard | 1 | -1/+1 |
2011-05-13 | Make models const in client code. | David Robillard | 1 | -2/+4 |
2011-05-13 | Make signals private with accessors, and localise dependency on sigc::signal. | David Robillard | 1 | -2/+2 |
2011-04-23 | Load correct engine/server module name. | David Robillard | 1 | -1/+1 |
2011-04-20 | Rename Ingen::Engine to Ingen::Server (hopefully avoid odd name clases and fi... | David Robillard | 1 | -9/+9 |
2011-04-19 | Remove EngineInterface::activate() and EngineInterface::deactivate(). | David Robillard | 1 | -2/+6 |
2011-04-19 | Make maximum UDP packet size a runtime parameter (--packet-size, -k). | David Robillard | 1 | -3/+10 |
2011-04-19 | Fix double/triple engine activation when run with GUI. | David Robillard | 1 | -2/+0 |
2011-04-19 | Replace load_plugins API with a GET of ingen:plugins. | David Robillard | 1 | -1/+1 |
2011-04-18 | Put engine code in new Ingen::Engine namespace. | David Robillard | 1 | -3/+3 |
2011-04-18 | Saner module loading API. | David Robillard | 1 | -2/+2 |
2011-04-16 | Add EngineBase, a pure virtual public interface for the engine. | David Robillard | 1 | -1/+1 |
2011-04-16 | Update copyright headers | David Robillard | 1 | -1/+1 |
2011-04-16 | Squeeze blank lines and delete trailing whitespace. | David Robillard | 1 | -18/+0 |
2011-04-15 | Move Shared::Module and Shared::World to shared directory. | David Robillard | 1 | -2/+2 |
2011-04-13 | Remove unnecessary includes. | David Robillard | 1 | -10/+8 |
2011-04-13 | Consistent local or installed includes for interface headers. | David Robillard | 1 | -1/+1 |
2011-03-15 | Activate Jack after loading GUI. | David Robillard | 1 | -1/+3 |
2010-09-04 | My name is David. :) | David Robillard | 1 | -1/+1 |
2010-03-06 | Save Ingen patches as working standard LV2 plugin bundles. | David Robillard | 1 | -13/+13 |
2010-02-26 | Remove request_plugins from EngineInterface (and RequestPlugins event from en... | David Robillard | 1 | -1/+1 |
2010-02-26 | Remove request_all_objects from EngineInterface (and RequestAllObjects event ... | David Robillard | 1 | -1/+1 |
2010-01-07 | Quit cleanly from connect dialog when not connected to engine. | David Robillard | 1 | -14/+17 |
2010-01-06 | Do all logging output via Raul streams. | David Robillard | 1 | -4/+4 |
2010-01-05 | Merge JackMidiDriver and JackAudioDriver. | David Robillard | 1 | -1/+1 |
2009-12-19 | New ingen module (library, not e.g. LV2 plugin) design. | David Robillard | 1 | -49/+9 |
2009-11-18 | Rename DataType to PortType (since that's what it really means). | David Robillard | 1 | -1/+1 |
2009-11-16 | Make all windows respond to ctrl+w. | David Robillard | 1 | -1/+1 |
2009-07-11 | Fix building without liblo. | David Robillard | 1 | -1/+4 |
2009-06-03 | Remove vestigial interface. | David Robillard | 1 | -1/+1 |
2009-05-29 | Fix reconnecting to engine via various protocols (inferred from user URI) in ... | David Robillard | 1 | -14/+36 |
2009-05-13 | Update copyright dates. | David Robillard | 1 | -1/+1 |
2009-05-13 | Strip trailing whitespace. | David Robillard | 1 | -26/+26 |
2009-05-13 | The great ID refactoring of 2009. | David Robillard | 1 | -3/+8 |
2009-05-12 | Detach/Reattach from/to Jack from UI (ticket #180). | David Robillard | 1 | -3/+21 |
2009-05-03 | Update waf configuration header for new waf scheme (in 1.5.6). | David Robillard | 1 | -1/+1 |
2008-12-21 | Change configuration header name to something less likely to conflict. | David Robillard | 1 | -1/+1 |
2008-12-20 | Fix window closing stuff (fix ticket #296). | David Robillard | 1 | -2/+1 |
2008-12-16 | Trim include dependency tree. | David Robillard | 1 | -2/+5 |
2008-11-27 | Fix orphan etc. errors for 'ingen -egl' (fix ticket #201). | David Robillard | 1 | -0/+2 |
2008-11-23 | Remove unused 'stamped' event queue cruft. | David Robillard | 1 | -2/+1 |
2008-11-16 | TCP notification stream support (not fully implemented yet, but transport stu... | David Robillard | 1 | -1/+1 |
2008-10-19 | Make ingen actually run again :) | David Robillard | 1 | -4/+5 |
2008-10-18 | Build against local library versions no matter what.... hopefully.... | David Robillard | 1 | -1/+1 |
2008-10-12 | Split OSC/HTTP/JACK dependencies from ingen into separate libraries so engine... | David Robillard | 1 | -3/+24 |
2008-10-11 | Fix warning. | David Robillard | 1 | -1/+0 |
2008-10-03 | Support building locally against header-only libraries in autowaf. | David Robillard | 1 | -1/+1 |
2008-10-01 | Fix building without libsoup. | David Robillard | 1 | -2/+11 |
2008-09-30 | Flatten ingen source directory heirarchy a bit. | David Robillard | 1 | -0/+458 |