Age | Commit message (Expand) | Author | Files | Lines |
2013-01-08 | Re-enable node documentation. | David Robillard | 1 | -6/+2 |
2013-01-08 | Add support for URID ports. | David Robillard | 1 | -0/+64 |
2012-11-21 | GUI::Configuration => GUI::Style. | David Robillard | 1 | -2/+2 |
2012-11-21 | Move human name and port label options to main configuration. | David Robillard | 1 | -11/+19 |
2012-08-19 | Patch => Graph | David Robillard | 1 | -13/+13 |
2012-08-18 | Node => Block | David Robillard | 1 | -9/+9 |
2012-08-17 | Implement real logging system, LV2 log extension support, and purge evil/ugly... | David Robillard | 1 | -2/+2 |
2012-08-16 | Remove all 'using namespace Raul'. | David Robillard | 1 | -3/+2 |
2012-08-12 | Use ingen:root as the path for the root patch, opening up path space for engi... | David Robillard | 1 | -2/+2 |
2012-08-11 | Reset peaks on disconnected inputs on the client side, reducing bandwidth and... | David Robillard | 1 | -3/+16 |
2012-07-31 | Merge Ingen::Shared namespace into Ingen namespace and core libingen library. | David Robillard | 1 | -2/+1 |
2012-05-23 | Update status bar only for control ports with the pointer over them. | David Robillard | 1 | -7/+10 |
2012-05-11 | Add missing includes. | David Robillard | 1 | -2/+5 |
2012-05-11 | Clean up and better document World interface. | David Robillard | 1 | -2/+2 |
2012-05-11 | Use more reasonable names for the world's interface and engine (if present). | David Robillard | 1 | -6/+6 |
2012-05-10 | Work towards translatable strings and a cleaner log interface. | David Robillard | 1 | -1/+1 |
2012-05-10 | LV2URIMap => URIMap. | David Robillard | 1 | -1/+0 |
2012-05-01 | Implement menu selector for enumeration ports (sort of address #780). | David Robillard | 1 | -0/+33 |
2012-04-23 | Remove cruft. | David Robillard | 1 | -25/+0 |
2012-04-12 | Use URI defines from LV2 headers where possible. | David Robillard | 1 | -5/+0 |
2012-04-05 | Remove use of Glibmm variant wrapper which is inexplicably recent (fix #827). | David Robillard | 1 | -6/+3 |
2012-04-05 | Fix wonky controls when plugin GUI is open (fix #822). | David Robillard | 1 | -6/+9 |
2012-03-27 | Squeeze blank lines. | David Robillard | 1 | -1/+0 |
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 | Preliminary work towards native LV2 UI. | David Robillard | 1 | -13/+13 |
2012-03-16 | Merge ClientInterface and ServerInterface. | David Robillard | 1 | -1/+1 |
2012-03-12 | Centralise atom creation in forge object. | David Robillard | 1 | -2/+2 |
2012-03-12 | Make port controls actually do something. | David Robillard | 1 | -34/+34 |
2011-12-08 | Clean up port event stuff. | David Robillard | 1 | -7/+29 |
2011-12-06 | FlowCanvas's successor is hereby dubbed Ganv. | David Robillard | 1 | -8/+8 |
2011-12-03 | Don't expose canvas data structures. | David Robillard | 1 | -6/+6 |
2011-12-01 | Fix compilation. | David Robillard | 1 | -3/+3 |
2011-12-01 | Remove menu stuff from FlowCanvas. | David Robillard | 1 | -0/+9 |
2011-11-28 | Independent control of corner radiuses. | David Robillard | 1 | -1/+3 |
2011-11-28 | Implement port boxes as a custom gnomecanvas C widget. | David Robillard | 1 | -5/+3 |
2011-11-09 | Update for changes in LV2 SVN. | David Robillard | 1 | -1/+1 |
2011-10-22 | De-singleton-ify GUI. | David Robillard | 1 | -25/+26 |
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 | -2/+2 |
2011-10-03 | Remove static PortType enumeration from public/client side interface. | David Robillard | 1 | -1/+1 |
2011-10-01 | Support inline display of HTML LV2 documentation via WebKit. | David Robillard | 1 | -3/+2 |
2011-09-24 | Fix crash when plugin model is not available. | David Robillard | 1 | -1/+1 |
2011-09-23 | Animate audio port colours based on levels. | David Robillard | 1 | -3/+56 |
2011-09-14 | Support lv2:sampleRate controls (mostly) correctly. | David Robillard | 1 | -7/+15 |
2011-08-20 | Fix port and node menus | David Robillard | 1 | -1/+1 |
2011-07-04 | Simplify FlowCanvas menu API, and fix crashing Ingen menus (ticket #721). | David Robillard | 1 | -7/+5 |
2011-06-10 | Avoid resizing entirely when adding a port and new size/etc is simple to comp... | David Robillard | 1 | -2/+2 |
2011-06-07 | Remove use of smart pointers in FlowCanvas entirely. | David Robillard | 1 | -9/+8 |
2011-06-06 | Use a care pointer reference to containing module rather than boost::weak_ptr. | David Robillard | 1 | -1/+0 |