Age | Commit message (Expand) | Author | Files | Lines |
2011-05-13 | Make models const in client code. | David Robillard | 47 | -328/+409 |
2011-05-13 | Make signals private with accessors, and localise dependency on sigc::signal. | David Robillard | 15 | -58/+74 |
2011-05-03 | Replace lilv_plugin_get_value_for_subject with lilv_world_find_nodes. | David Robillard | 1 | -10/+11 |
2011-04-29 | LilvValue => LilvNode. | David Robillard | 2 | -38/+38 |
2011-04-29 | Terser names for value constructors. | David Robillard | 1 | -6/+6 |
2011-04-29 | Don't hide pointers behind typedefs. | David Robillard | 3 | -36/+39 |
2011-04-28 | Switch to Lilv from SLV2. | David Robillard | 8 | -76/+76 |
2011-04-28 | More future-proof collection APIs. | David Robillard | 2 | -3/+3 |
2011-04-23 | Load correct engine/server module name. | David Robillard | 1 | -1/+1 |
2011-04-22 | Fix Python whitespace (PEP8) | David Robillard | 1 | -67/+67 |
2011-04-22 | Remove UI instance API from SLV2 (apps should implement UIs via Suil now). | David Robillard | 1 | -0/+1 |
2011-04-20 | Rename Ingen::Engine to Ingen::Server (hopefully avoid odd name clases and fi... | David Robillard | 27 | -40/+40 |
2011-04-19 | Remove EngineInterface::quit(). | David Robillard | 2 | -3/+3 |
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 | 10 | -31/+25 |
2011-04-18 | Remove wscript references to no longer existent ingen_module library. | David Robillard | 1 | -1/+1 |
2011-04-18 | Saner module loading API. | David Robillard | 3 | -4/+4 |
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 | 66 | -66/+66 |
2011-04-16 | Squeeze blank lines and delete trailing whitespace. | David Robillard | 61 | -423/+0 |
2011-04-15 | Move Shared::Module and Shared::World to shared directory. | David Robillard | 9 | -11/+11 |
2011-04-15 | Remove pointless module interface to ingen_module (World). | David Robillard | 1 | -1/+0 |
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 |