Age | Commit message (Expand) | Author | Files | Lines |
2015-04-05 | Hide close/quit menu items in plugin GUI. | David Robillard | 1 | -0/+1 |
2015-04-04 | Update copyright dates. | David Robillard | 1 | -1/+1 |
2015-03-28 | Unify value widgets in properties dialog. | David Robillard | 1 | -0/+10 |
2015-03-13 | Fix crash on save in separate GUI process. | David Robillard | 1 | -0/+3 |
2015-02-24 | Demodularize Parser and Serialiser. | David Robillard | 1 | -4/+1 |
2015-02-14 | Fix save issues. | David Robillard | 1 | -3/+6 |
2015-02-09 | Fix broadcasting to several clients. | David Robillard | 1 | -1/+1 |
2015-02-08 | Server-side copy paste with LV2 state support. | David Robillard | 1 | -1/+1 |
2014-08-29 | Use complete Gtk style from file for embedded UIs. | David Robillard | 1 | -18/+4 |
2014-08-09 | Fix GUI updates after operations by emulating set feedback. | David Robillard | 1 | -0/+15 |
2014-01-24 | Fix various whitespace and formatting issues. | David Robillard | 1 | -3/+2 |
2014-01-24 | Update for latest LV2 Atom Object simplifications. | David Robillard | 1 | -1/+1 |
2014-01-18 | Consolidate URIs. | David Robillard | 1 | -1/+1 |
2014-01-07 | Remove unused plugin icon stuff. | David Robillard | 1 | -51/+0 |
2013-02-23 | Remove Raul::fmt wrapper, the last vestige of boost dependency for Raul. | David Robillard | 1 | -4/+4 |
2013-02-23 | Move Atom implementation out of Raul so it can depend on LV2. | David Robillard | 1 | -3/+3 |
2013-02-02 | More generic Atom class. | David Robillard | 1 | -1/+1 |
2013-01-12 | Remove Raul::SharedPtr and switch to std::shared_ptr. | David Robillard | 1 | -11/+7 |
2013-01-11 | Use type safe enumerations. | David Robillard | 1 | -1/+1 |
2013-01-08 | Don't highlight fill colour on mouse hover. | David Robillard | 1 | -1/+1 |
2012-12-23 | Use more sensible URI scheme for Ingen paths. | David Robillard | 1 | -1/+1 |
2012-11-22 | Configuration file saving. | David Robillard | 1 | -1/+13 |
2012-11-21 | GUI::Configuration => GUI::Style. | David Robillard | 1 | -7/+7 |
2012-11-18 | Don't do top level Glib things if Glib is already initialized. | David Robillard | 1 | -4/+6 |
2012-11-18 | Fix Plugin=>UI ring overflow handling. | David Robillard | 1 | -0/+10 |
2012-08-19 | Patch => Graph | David Robillard | 1 | -8/+8 |
2012-08-18 | Node => Block | David Robillard | 1 | -1/+1 |
2012-08-17 | Implement real logging system, LV2 log extension support, and purge evil/ugly... | David Robillard | 1 | -9/+7 |
2012-08-16 | Remove all 'using namespace Raul'. | David Robillard | 1 | -6/+4 |
2012-07-31 | Merge Ingen::Shared namespace into Ingen namespace and core libingen library. | David Robillard | 1 | -5/+4 |
2012-07-26 | Report subject with errors to client for more meaningful error messages. | David Robillard | 1 | -2/+6 |
2012-05-13 | Handle exception by reference. | David Robillard | 1 | -1/+1 |
2012-05-11 | Avoid including gtkmm.h | David Robillard | 1 | -0/+1 |
2012-05-11 | Add missing includes. | David Robillard | 1 | -0/+1 |
2012-05-11 | Use more reasonable names for the world's interface and engine (if present). | David Robillard | 1 | -9/+9 |
2012-05-10 | Work towards translatable strings and a cleaner log interface. | David Robillard | 1 | -3/+3 |
2012-05-10 | LV2URIMap => URIMap. | David Robillard | 1 | -4/+2 |
2012-05-10 | Use SharedPtr references to Interfaces to keep things sane. | David Robillard | 1 | -1/+1 |
2012-05-01 | Remove half baked control window stuff. The canvas is better anyway. | David Robillard | 1 | -1/+0 |
2012-04-28 | Remove using declarations from headers. | David Robillard | 1 | -3/+7 |
2012-04-14 | Update URIs. | David Robillard | 1 | -1/+1 |
2012-03-27 | Switch to AGPL3+. | David Robillard | 1 | -16/+15 |
2012-03-25 | Update for latest atom extension. | David Robillard | 1 | -1/+1 |
2012-03-19 | Partially functioning communication between Ingen LV2 plugin and UI. | David Robillard | 1 | -2/+2 |
2012-03-16 | Preliminary work towards native LV2 UI. | David Robillard | 1 | -2/+5 |
2012-03-16 | Merge ClientInterface and ServerInterface. | David Robillard | 1 | -2/+2 |
2012-03-16 | Remove activity from interface and use set_property() instead. | David Robillard | 1 | -1/+3 |
2012-03-12 | Unify event response mechanism and make it more appropriate for wire transmis... | David Robillard | 1 | -4/+6 |
2012-03-11 | Implement cv:CVPort (fix #790). Not well-tested, but at least works somewhat. | David Robillard | 1 | -1/+2 |
2012-01-14 | Replace some non-portable stuff with glib equivalents. | David Robillard | 1 | -3/+1 |