Age | Commit message (Expand) | Author | Files | Lines |
2013-01-12 | Remove Raul::SharedPtr and switch to std::shared_ptr. | David Robillard | 1 | -8/+8 |
2013-01-11 | Use type safe enumerations. | David Robillard | 1 | -10/+10 |
2012-12-23 | Use more sensible URI scheme for Ingen paths. | David Robillard | 1 | -6/+6 |
2012-12-21 | Fix UI operation via socket. | David Robillard | 1 | -1/+1 |
2012-08-19 | GraphObject => Node | David Robillard | 1 | -1/+1 |
2012-08-19 | Patch => Graph | David Robillard | 1 | -5/+5 |
2012-08-17 | Implement real logging system, LV2 log extension support, and purge evil/ugly... | David Robillard | 1 | -5/+5 |
2012-08-16 | Remove all 'using namespace Raul'. | David Robillard | 1 | -2/+1 |
2012-08-14 | Update for latest Raul. | David Robillard | 1 | -18/+19 |
2012-08-12 | Use ingen:root as the path for the root patch, opening up path space for engi... | David Robillard | 1 | -1/+1 |
2012-07-31 | Merge Ingen::Shared namespace into Ingen namespace and core libingen library. | David Robillard | 1 | -4/+4 |
2012-05-14 | Remove useless abs and fix compilation error on some platforms (fix ticket #8... | David Robillard | 1 | -1/+1 |
2012-05-13 | Initialize all members on construction. | David Robillard | 1 | -0/+13 |
2012-05-11 | Avoid including gtkmm.h | David Robillard | 1 | -0/+2 |
2012-05-11 | Lint. | David Robillard | 1 | -17/+17 |
2012-05-11 | Use more reasonable names for the world's interface and engine (if present). | David Robillard | 1 | -29/+28 |
2012-05-10 | Use SharedPtr references to Interfaces to keep things sane. | David Robillard | 1 | -4/+11 |
2012-05-10 | Don't double initialize Jack when running ingen -eg | David Robillard | 1 | -5/+4 |
2012-05-09 | Remove old HTTP and OSC stuff. | David Robillard | 1 | -13/+4 |
2012-03-27 | Switch to AGPL3+. | David Robillard | 1 | -16/+15 |
2012-03-16 | Preliminary work towards native LV2 UI. | David Robillard | 1 | -1/+1 |
2012-03-16 | Remove ping() from interface, just use a get instead. | David Robillard | 1 | -3/+2 |
2012-03-16 | Merge ClientInterface and ServerInterface. | David Robillard | 1 | -5/+4 |
2012-03-16 | Remove activity from interface and use set_property() instead. | David Robillard | 1 | -2/+3 |
2012-03-12 | Centralise atom creation in forge object. | David Robillard | 1 | -35/+42 |
2012-03-12 | Unify event response mechanism and make it more appropriate for wire transmis... | David Robillard | 1 | -2/+2 |
2012-01-18 | Use consistent *_config.h rather than *-config.h. | David Robillard | 1 | -1/+1 |
2012-01-14 | Replace some non-portable stuff with glib equivalents. | David Robillard | 1 | -3/+0 |
2011-10-22 | De-singleton-ify GUI. | David Robillard | 1 | -29/+31 |
2011-10-21 | Make engine receivers depend only on ServerInterface. | David Robillard | 1 | -2/+2 |
2011-10-21 | Clean up include paths. | David Robillard | 1 | -5/+4 |
2011-10-21 | Move World.hpp and Module.hpp to public include directory. | David Robillard | 1 | -2/+2 |
2011-05-24 | Move appropriate client headers to public include directory. | David Robillard | 1 | -3/+3 |
2011-05-24 | Remove dependence on protocol-specific client headers in GUI code. | David Robillard | 1 | -33/+8 |
2011-05-24 | Tidy up headers. | David Robillard | 1 | -19/+3 |
2011-05-20 | Remove dependency on glade and glademm (migrate to GtkBuilder). | David Robillard | 1 | -2/+2 |
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 |