Age | Commit message (Expand) | Author | Files | Lines |
2011-04-13 | Remove unnecessary includes. | David Robillard | 1 | -10/+8 |
2011-04-13 | Consistent local or installed includes for interface headers. | David Robillard | 31 | -32/+32 |
2011-03-17 | Show plugin/port documentation in side pane when selected. | David Robillard | 10 | -8/+101 |
2011-03-17 | Tidy. | David Robillard | 1 | -63/+65 |
2011-03-16 | Font-based sizing (implement ticket #374). | David Robillard | 3 | -10/+86 |
2011-03-16 | Update for new waf/autowaf. | David Robillard | 1 | -1/+1 |
2011-03-15 | Remove autowaf external (broken intermediary revision). | David Robillard | 1 | -2/+2 |
2011-03-15 | Activate Jack after loading GUI. | David Robillard | 1 | -1/+3 |
2011-03-11 | Shhh. | David Robillard | 1 | -1/+1 |
2011-03-11 | Hide replaced plugins from context menu and load plugin window. | David Robillard | 2 | -0/+10 |
2011-03-09 | Update for new SLV2 API. | David Robillard | 2 | -9/+9 |
2011-03-03 | Fix Python3 compatibility. | David Robillard | 1 | -1/+2 |
2011-02-24 | Make Suil exclusively deal with instantiating (not choosing) UIs. | David Robillard | 1 | -1/+0 |
2011-02-22 | Implement LV2 plugin UIs via Suil. | David Robillard | 1 | -0/+1 |
2011-02-22 | Tidy. | David Robillard | 1 | -16/+30 |
2011-02-22 | Better PluginUI abstraction. | David Robillard | 1 | -11/+5 |
2011-02-19 | Partially working copy/paste. | David Robillard | 1 | -14/+18 |
2011-02-19 | Show human name instead of symbol in node control window (fix ticket #637). | David Robillard | 1 | -1/+1 |
2011-02-19 | Save/load patches as nested bundles (fix ticket #520). | David Robillard | 6 | -18/+13 |
2011-02-18 | Use port name from SLV2 for labels where possible (fix ticket #636). | David Robillard | 2 | -8/+8 |
2011-02-18 | Trim more cruft. | David Robillard | 2 | -7/+1 |
2011-02-17 | Remove deprecated Om patch loading code (resolve ticket #32). | David Robillard | 5 | -49/+23 |
2011-02-17 | Jack session support for ingen. | David Robillard | 2 | -4/+9 |
2011-02-17 | Fix "Ingen as an LV2", i.e. make Ingen bundles working LV2 plugins. | David Robillard | 1 | -7/+3 |
2011-02-17 | Map "Draw" to C-d (don't clash with C-p for "Properties"). | David Robillard | 1 | -1/+1 |
2011-02-16 | Tidy. | David Robillard | 2 | -6/+4 |
2011-02-16 | Tidy up serialiser interface. | David Robillard | 1 | -3/+2 |
2011-02-16 | Use simpler, single, file extensions. | David Robillard | 1 | -1/+2 |
2011-02-16 | Drop redlandmm for sordmm. | David Robillard | 4 | -9/+7 |
2011-02-15 | Remove fuzzy lack of distinction between URIs and CURIEs. | David Robillard | 1 | -1/+3 |
2011-02-15 | Trim more redlandmm API. | David Robillard | 2 | -2/+0 |
2011-02-15 | Remove SPARQL query stuff from Redlandmm. | David Robillard | 1 | -0/+3 |
2011-01-31 | Non-SPARQL LV2 presets implementation (compile against new slv2). | David Robillard | 1 | -27/+58 |
2011-01-08 | Support via waf for running from the build directory. | David Robillard | 3 | -16/+34 |
2010-12-25 | Trim raul/Atom.hpp include tree. | David Robillard | 1 | -2/+1 |
2010-12-17 | Use an actual wrapper for query results (instead of building a Bindings and r... | David Robillard | 1 | -5/+4 |
2010-12-16 | Fix use of conf.define and subsequent check in conf.env (no longer works with... | David Robillard | 1 | -1/+1 |
2010-12-16 | Updates for waf 1.6. | David Robillard | 1 | -8/+8 |
2010-12-15 | Fix broken disabling of rename window OK button (fix ticket #502). | David Robillard | 2 | -20/+6 |
2010-12-14 | Apply patch from larsl to tolerate broken LV2 class hierarchies (ticket #529). | David Robillard | 2 | -5/+17 |
2010-11-30 | Consistent naming for URI quarks. | David Robillard | 3 | -5/+5 |
2010-11-26 | Install all ingen modules to ${LIBDIR} instead of ${LIBDIR}/ingen so dynamic ... | David Robillard | 1 | -1/+1 |
2010-10-28 | Add missing local library dependencies. | David Robillard | 1 | -1/+1 |
2010-10-28 | OSX compilation fix: #include missing <math.h> and use std::isnan. | David Robillard | 1 | -2/+3 |
2010-10-17 | Support current versions of LV2 atom, atom-port, and context extensions. | David Robillard | 4 | -9/+11 |
2010-09-22 | Move http://lv2plug.in/ns/dev extensions to http://lv2plug.in/ns/ext. | David Robillard | 1 | -2/+2 |
2010-09-04 | My name is David. :) | David Robillard | 66 | -67/+67 |
2010-06-04 | Give patch window a default width and height for inferior window managers. | David Robillard | 1 | -0/+2 |
2010-03-10 | Add #include "ingen-config.h" to files that use config #ifdefs that were miss... | David Robillard | 2 | -0/+2 |
2010-03-07 | Fix module context menus (only steal patch window events for key events). | David Robillard | 1 | -1/+6 |