Age | Commit message (Expand) | Author | Files | Lines |
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 |
2010-02-14 | Fix loading of subpatches. | David Robillard | 1 | -9/+13 |
2010-02-07 | Show type (LV2, LADSPA, etc) label in plugin window rather than URI. | David Robillard | 1 | -15/+15 |
2010-02-04 | Use std::string::empty where possible (faster, and less prone to C string err... | David Robillard | 1 | -2/+2 |
2010-02-03 | Comprehensive use of cached URIs and more advanced Value (Atom) system. | David Robillard | 1 | -5/+7 |
2010-02-02 | Use Glib string interning (quarks) to make Path/URI operator== very fast. | David Robillard | 1 | -6/+9 |
2010-01-29 | Improved/quicker/easier handling of control port ranges. | David Robillard | 1 | -2/+2 |
2010-01-28 | Use ingen-ui for prefix instead of ingenuity. | David Robillard | 1 | -2/+2 |
2010-01-06 | Do all logging output via Raul streams. | David Robillard | 1 | -1/+0 |
2009-12-11 | Build against old Gtkmm (without clear icon in text entries). | David Robillard | 1 | -0/+5 |
2009-11-16 | Add close button to node properties dialog. | David Robillard | 1 | -8/+1 |
2009-11-16 | Make all windows respond to ctrl+w. | David Robillard | 1 | -1/+1 |
2009-11-16 | Clean up load plugin window and add close button. | David Robillard | 1 | -26/+12 |
2009-06-04 | Don't treat non-plugin metadata as plugin data. | David Robillard | 1 | -0/+3 |
2009-05-30 | Multi-select in load plugin window (add several plugins at once). | David Robillard | 1 | -71/+84 |
2009-05-30 | Fix load plugin window. | David Robillard | 1 | -1/+3 |
2009-05-28 | Fix LADSPA names in plugin selection dialog. | David Robillard | 1 | -12/+26 |
2009-05-28 | Generic plugin property mechanism. | David Robillard | 1 | -38/+14 |