Age | Commit message (Expand) | Author | Files | Lines |
2012-03-20 | Depend on sratom as a proper library and eliminate rampant copy/paste code re... | David Robillard | 1 | -0/+2 |
2012-03-19 | Partially functioning communication between Ingen LV2 plugin and UI. | David Robillard | 1 | -4/+0 |
2012-03-16 | Remove ping() from interface, just use a get instead. | David Robillard | 1 | -0/+2 |
2012-03-15 | Remove weird "include" directory and use standard style ("ingen" directory in... | David Robillard | 1 | -3/+3 |
2012-03-12 | Disable OSC and HTTP for now. | David Robillard | 1 | -0/+3 |
2012-03-11 | Implement state save/restore when Ingen is an LV2 plugin. | David Robillard | 1 | -0/+2 |
2012-03-10 | Use new LV2 MIDI definitions. | David Robillard | 1 | -0/+2 |
2012-01-18 | Use consistent *_config.h rather than *-config.h. | David Robillard | 1 | -1/+1 |
2012-01-14 | Fix broken link to engine library in saved bundles (fix #806). | David Robillard | 1 | -2/+7 |
2011-12-12 | Fix check for posix_memalign. | David Robillard | 1 | -0/+1 |
2011-12-06 | FlowCanvas's successor is hereby dubbed Ganv. | David Robillard | 1 | -2/+2 |
2011-10-22 | Make suil check mandatory to match reality (fix #774). | David Robillard | 1 | -1/+1 |
2011-10-22 | Install shared headers. | David Robillard | 1 | -1/+1 |
2011-10-22 | Move *all* OSC and HTTP stuff to their respective modules. | David Robillard | 1 | -1/+1 |
2011-10-21 | Move engine side OSC and HTTP stuff to separate modules. | David Robillard | 1 | -2/+4 |
2011-10-21 | Clean up include paths. | David Robillard | 1 | -1/+1 |
2011-10-21 | Remove implementation of uri-unmap extension. | David Robillard | 1 | -2/+0 |
2011-10-21 | Use modern terser waf syntax. | David Robillard | 1 | -7/+7 |
2011-10-21 | Fix running as an LV2 plugin. | David Robillard | 1 | -0/+4 |
2011-10-19 | Remove stub implementation of reference extension | David Robillard | 1 | -2/+0 |
2011-10-19 | Check for LV2 extensions via pkg-config (new style in LV2 SVN). | David Robillard | 1 | -11/+18 |
2011-10-01 | Support inline display of HTML LV2 documentation via WebKit. | David Robillard | 1 | -0/+4 |
2011-09-27 | Load tools before autowaf.configure so e.g. --debug works correctly. | David Robillard | 1 | -2/+2 |
2011-07-25 | Build against new versioned flowcanvas library. | David Robillard | 1 | -2/+2 |
2011-07-25 | Update for move of "blob" functionality from atom to reference extension (tic... | David Robillard | 1 | -0/+1 |
2011-07-07 | Upgrade to waf 1.6.6 | David Robillard | 1 | -8/+10 |
2011-07-05 | Install common interface headers (fix ticket #700). | David Robillard | 1 | -1/+1 |
2011-05-27 | Don't install private headers | David Robillard | 1 | -2/+3 |
2011-05-20 | Remove dependency on glade and glademm (migrate to GtkBuilder). | David Robillard | 1 | -6/+2 |
2011-05-18 | Update for new Serd and Sord APIs. | David Robillard | 1 | -1/+1 |
2011-05-16 | Align configuration output precisely per-project | David Robillard | 1 | -1/+1 |
2011-04-28 | Switch to Lilv from SLV2. | David Robillard | 1 | -4/+4 |
2011-04-28 | Update for new serd/sord/suil pkg-config names and versions | David Robillard | 1 | -4/+4 |
2011-04-22 | Fix Python whitespace (PEP8) | David Robillard | 1 | -141/+141 |
2011-04-22 | Remove UI instance API from SLV2 (apps should implement UIs via Suil now). | David Robillard | 1 | -0/+2 |
2011-04-20 | Rename Ingen::Engine to Ingen::Server (hopefully avoid odd name clases and fi... | David Robillard | 1 | -2/+2 |
2011-04-15 | Move Shared::Module and Shared::World to shared directory. | David Robillard | 1 | -2/+1 |
2011-04-13 | Consistent local or installed includes for interface headers. | David Robillard | 1 | -3/+3 |
2011-04-01 | Only check for FlowCanvas if building GUI. | David Robillard | 1 | -2/+2 |
2011-04-01 | Add --no-gui option for not building GUI even if Gtkmm and friends are present. | David Robillard | 1 | -7/+15 |
2011-03-27 | Update waf to use gnu_dirs tool and use dir vars more sanely. | David Robillard | 1 | -6/+2 |
2011-03-23 | Bump SLV2 dependency version. | David Robillard | 1 | -1/+1 |
2011-03-16 | Font-based sizing (implement ticket #374). | David Robillard | 1 | -1/+1 |
2011-03-16 | Update for new waf/autowaf. | David Robillard | 1 | -4/+3 |
2011-03-15 | Remove autowaf external (broken intermediary revision). | David Robillard | 1 | -17/+19 |
2011-03-06 | Python 2/3: Use print('') instead of print() to print empty lines. | David Robillard | 1 | -1/+1 |
2011-03-03 | Fix Python3 compatibility. | David Robillard | 1 | -1/+1 |
2011-03-02 | Update Raul dependency to 0.8.0. | David Robillard | 1 | -1/+1 |
2011-02-24 | Make Suil exclusively deal with instantiating (not choosing) UIs. | David Robillard | 1 | -4/+1 |
2011-02-22 | Implement LV2 plugin UIs via Suil. | David Robillard | 1 | -4/+7 |