Age | Commit message (Expand) | Author | Files | Lines |
2011-04-16 | Sort fields by name. | David Robillard | 2 | -19/+17 |
2011-04-16 | Update copyright headers | David Robillard | 283 | -284/+284 |
2011-04-16 | Squeeze blank lines and delete trailing whitespace. | David Robillard | 242 | -1306/+14 |
2011-04-16 | Hide process slave stuff from Engine.hpp. | David Robillard | 12 | -105/+132 |
2011-04-16 | Simpler and documented Engine main loop interface. | David Robillard | 5 | -49/+48 |
2011-04-15 | Remove unnecessary forward declarations. | David Robillard | 1 | -4/+0 |
2011-04-15 | Remove conditional compilation stuff from public API header. | David Robillard | 1 | -4/+0 |
2011-04-15 | Move Shared::Module and Shared::World to shared directory. | David Robillard | 41 | -66/+45 |
2011-04-15 | Remove pointless module interface to ingen_module (World). | David Robillard | 9 | -105/+21 |
2011-04-13 | Remove unnecessary includes. | David Robillard | 1 | -10/+8 |
2011-04-13 | Consistent local or installed includes for interface headers. | David Robillard | 120 | -190/+198 |
2011-04-13 | Tidy up headers towards being API appropriate. | David Robillard | 5 | -26/+50 |
2011-04-05 | Remove invalid copy pasted comment (fix ticket #672). | David Robillard | 1 | -8/+0 |
2011-04-01 | Only check for FlowCanvas if building GUI. | David Robillard | 1 | -2/+2 |
2011-04-01 | Remove unnecessary dlfcn.h includes. | David Robillard | 3 | -8/+12 |
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-28 | Update waf (use standard LV2_PATH on Windows) | David Robillard | 1 | -0/+0 |
2011-03-27 | Update waf (working windows version) | David Robillard | 1 | -0/+0 |
2011-03-27 | Update waf | David Robillard | 1 | -0/+0 |
2011-03-27 | Update waf to use gnu_dirs tool and use dir vars more sanely. | David Robillard | 2 | -6/+2 |
2011-03-23 | Bump SLV2 dependency version. | David Robillard | 1 | -1/+1 |
2011-03-17 | Show plugin/port documentation in side pane when selected. | David Robillard | 12 | -8/+157 |
2011-03-17 | Tidy. | David Robillard | 1 | -63/+65 |
2011-03-16 | Font-based sizing (implement ticket #374). | David Robillard | 4 | -11/+87 |
2011-03-16 | Fix LV2 plugin UIs (broken in r3093). | David Robillard | 1 | -2/+3 |
2011-03-16 | Update for new waf/autowaf. | David Robillard | 4 | -9/+8 |
2011-03-15 | Add INSTALL and waf files. | David Robillard | 2 | -0/+35 |
2011-03-15 | Remove autowaf external (broken intermediary revision). | David Robillard | 10 | -31/+31 |
2011-03-15 | Fix crash when double clicking nodes without custom UIs. | David Robillard | 1 | -5/+9 |
2011-03-15 | Activate Jack after loading GUI. | David Robillard | 2 | -3/+4 |
2011-03-15 | Fix errors caught by GCC 4.5.2. | David Robillard | 1 | -2/+2 |
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-10 | Use LV2_EVENT_URI. | David Robillard | 2 | -6/+15 |
2011-03-10 | Use event extension context to map MidiEvent. | David Robillard | 3 | -6/+15 |
2011-03-09 | Update for new SLV2 API. | David Robillard | 5 | -31/+26 |
2011-03-08 | Update for new SLV2 UI API. | David Robillard | 2 | -3/+9 |
2011-03-07 | Apply LV2 UI MIDI event fix from Lars Luthman (ticket #651) with minor changes. | David Robillard | 5 | -4/+42 |
2011-03-07 | Update for new SLV2 UI API. | David Robillard | 1 | -2/+6 |
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 | 2 | -2/+3 |
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 | 5 | -39/+15 |
2011-02-24 | Move UI stuff back into slv2.h (avoid breakage). | David Robillard | 2 | -4/+1 |
2011-02-22 | Implement sane UI selection logic and separate it from instantiation. | David Robillard | 1 | -10/+14 |
2011-02-22 | Implement LV2 plugin UIs via Suil. | David Robillard | 6 | -60/+58 |
2011-02-22 | Tidy. | David Robillard | 1 | -26/+19 |
2011-02-22 | Tidy. | David Robillard | 1 | -16/+30 |
2011-02-22 | Better PluginUI abstraction. | David Robillard | 3 | -17/+35 |
2011-02-19 | Remove cruft, clean up Jack shutdown stuff. | David Robillard | 2 | -8/+3 |