Age | Commit message (Expand) | Author | Files | Lines |
2013-01-12 | Remove Raul::SharedPtr and switch to std::shared_ptr. | David Robillard | 1 | -18/+18 |
2013-01-11 | Use range-based for loops where possible. | David Robillard | 1 | -7/+5 |
2013-01-11 | Use type safe enumerations. | David Robillard | 1 | -15/+13 |
2013-01-11 | C++11-safe conversions. | David Robillard | 1 | -1/+1 |
2012-11-22 | Show project and author information in plugin dialog (#241). | David Robillard | 1 | -7/+75 |
2012-11-22 | Remove unused icon column from plugin window. | David Robillard | 1 | -5/+4 |
2012-11-22 | Tidy. | David Robillard | 1 | -28/+21 |
2012-08-19 | GraphObject => Node | David Robillard | 1 | -2/+2 |
2012-08-19 | Patch => Graph | David Robillard | 1 | -19/+19 |
2012-08-18 | Node => Block | David Robillard | 1 | -18/+18 |
2012-08-16 | Remove all 'using namespace Raul'. | David Robillard | 1 | -13/+12 |
2012-08-14 | Saner/faster Store interface for finding children. | David Robillard | 1 | -1/+2 |
2012-08-14 | Update for latest Raul. | David Robillard | 1 | -9/+7 |
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-08-12 | Remove redundant Path::is_valid_name and Path::nameify. | David Robillard | 1 | -2/+2 |
2012-07-31 | Merge Ingen::Shared namespace into Ingen namespace and core libingen library. | David Robillard | 1 | -1/+0 |
2012-07-26 | Fix creation of polyphonic nodes from plugin dialog. | David Robillard | 1 | -4/+3 |
2012-05-11 | Add missing includes. | David Robillard | 1 | -0/+2 |
2012-05-11 | Use more reasonable names for the world's interface and engine (if present). | David Robillard | 1 | -1/+1 |
2012-05-10 | LV2URIMap => URIMap. | David Robillard | 1 | -1/+0 |
2012-05-02 | Preliminary socket control interface, and ingen_cmd command line interface wh... | David Robillard | 1 | -1/+1 |
2012-04-28 | Lint. | David Robillard | 1 | -4/+6 |
2012-04-28 | Remove using declarations from headers. | David Robillard | 1 | -0/+4 |
2012-03-27 | Fix load plugin window. | David Robillard | 1 | -4/+8 |
2012-03-27 | Switch to AGPL3+. | David Robillard | 1 | -16/+15 |
2012-03-19 | Partially functioning communication between Ingen LV2 plugin and UI. | David Robillard | 1 | -4/+4 |
2012-03-16 | Merge ClientInterface and ServerInterface. | David Robillard | 1 | -1/+1 |
2012-03-12 | Centralise atom creation in forge object. | David Robillard | 1 | -4/+3 |
2012-03-10 | Rename ingen:canvas-x and ingen:canvas-y to ingen:canvasX and ingen:canvasY t... | David Robillard | 1 | -2/+2 |
2012-01-18 | Use consistent *_config.h rather than *-config.h. | David Robillard | 1 | -1/+1 |
2011-11-02 | Use ingen namespace for canvas-x and canvas-y and remove ingenuity namespace. | David Robillard | 1 | -2/+2 |
2011-10-22 | De-singleton-ify GUI. | David Robillard | 1 | -11/+11 |
2011-10-21 | Move more headers to shared include directory. | David Robillard | 1 | -1/+1 |
2011-10-21 | Separate URIs from LV2URIMap. | David Robillard | 1 | -4/+4 |
2011-10-01 | Fix filter selector in load plugin window. | David Robillard | 1 | -0/+1 |
2011-05-24 | Move appropriate client headers to public include directory. | David Robillard | 1 | -6/+10 |
2011-05-20 | Remove dependency on glade and glademm (migrate to GtkBuilder). | David Robillard | 1 | -2/+2 |
2011-05-13 | Make models const in client code. | David Robillard | 1 | -15/+21 |
2011-05-13 | Make signals private with accessors, and localise dependency on sigc::signal. | David Robillard | 1 | -4/+4 |
2011-04-28 | Switch to Lilv from SLV2. | David Robillard | 1 | -1/+1 |
2011-04-20 | Rename Ingen::Engine to Ingen::Server (hopefully avoid odd name clases and fi... | 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 | -20/+0 |
2011-04-13 | Consistent local or installed includes for interface headers. | David Robillard | 1 | -1/+1 |
2011-03-11 | Hide replaced plugins from context menu and load plugin window. | David Robillard | 1 | -0/+4 |
2011-02-18 | Trim more cruft. | David Robillard | 1 | -5/+0 |
2010-09-04 | My name is David. :) | David Robillard | 1 | -1/+1 |
2010-03-10 | Add #include "ingen-config.h" to files that use config #ifdefs that were miss... | David Robillard | 1 | -0/+1 |
2010-02-14 | Set unique keyboard mnemonics for widgets. | David Robillard | 1 | -3/+3 |
2010-02-14 | Fix plugin and subpatch name offsets. | David Robillard | 1 | -12/+6 |