Age | Commit message (Expand) | Author | Files | Lines |
2019-12-08 | Cleanup: Use "using" instead of "typedef" where appropriate | David Robillard | 1 | -1/+1 |
2019-03-09 | Clean up includes and forward declarations | David Robillard | 1 | -7/+7 |
2019-03-08 | Pass World everywhere by reference | David Robillard | 1 | -8/+8 |
2018-09-23 | Use lowercase namespace names | David Robillard | 1 | -22/+22 |
2018-01-22 | Speed up animation and update GUI at 30Hz | David Robillard | 1 | -2/+2 |
2018-01-22 | Only enqueue messages when the engine is remote | David Robillard | 1 | -10/+12 |
2018-01-21 | Add URI class and remove use of Raul::URI | David Robillard | 1 | -10/+9 |
2017-12-25 | Fix inconsistent parameter names | David Robillard | 1 | -1/+1 |
2017-12-16 | Add Message struct and remove tons of interface boilerplate | David Robillard | 1 | -0/+3 |
2017-03-20 | Fix round-trip preservation of property contexts | David Robillard | 1 | -2/+4 |
2017-03-19 | Shrink status bar text and fix initial DSP load display | David Robillard | 1 | -2/+1 |
2017-02-15 | Move Properties out of Resource | David Robillard | 1 | -3/+3 |
2016-10-02 | Show audio and load information in status line | David Robillard | 1 | -2/+19 |
2016-09-18 | Add fancy communication logging | David Robillard | 1 | -0/+2 |
2015-04-05 | Hide close/quit menu items in plugin GUI. | David Robillard | 1 | -0/+4 |
2015-03-28 | Unify value widgets in properties dialog. | David Robillard | 1 | -6/+9 |
2015-03-02 | Fix compilation with -fvisibility=hidden. | David Robillard | 1 | -1/+2 |
2015-02-24 | Demodularize Parser and Serialiser. | David Robillard | 1 | -4/+2 |
2014-08-09 | Fix GUI updates after operations by emulating set feedback. | David Robillard | 1 | -0/+4 |
2014-01-24 | Fix various whitespace and formatting issues. | David Robillard | 1 | -15/+14 |
2014-01-07 | Remove unused plugin icon stuff. | David Robillard | 1 | -19/+0 |
2014-01-04 | Fix control updating with animated canvas. | David Robillard | 1 | -1/+1 |
2013-02-23 | Move Atom implementation out of Raul so it can depend on LV2. | David Robillard | 1 | -4/+4 |
2013-01-12 | Remove Raul::SharedPtr and switch to std::shared_ptr. | David Robillard | 1 | -12/+12 |
2012-11-21 | GUI::Configuration => GUI::Style. | David Robillard | 1 | -6/+6 |
2012-11-18 | Fix Plugin=>UI ring overflow handling. | David Robillard | 1 | -0/+3 |
2012-08-19 | Patch => Graph | David Robillard | 1 | -6/+6 |
2012-08-17 | Implement real logging system, LV2 log extension support, and purge evil/ugly... | David Robillard | 1 | -0/+2 |
2012-07-31 | Merge Ingen::Shared namespace into Ingen namespace and core libingen library. | David Robillard | 1 | -10/+8 |
2012-07-26 | Report subject with errors to client for more meaningful error messages. | David Robillard | 1 | -1/+1 |
2012-05-11 | Avoid including gtkmm.h | David Robillard | 1 | -1/+3 |
2012-05-11 | Move Forge to the appropriate namespace. | David Robillard | 1 | -1/+1 |
2012-05-11 | Clean up and better document World interface. | David Robillard | 1 | -4/+4 |
2012-05-11 | Use more reasonable names for the world's interface and engine (if present). | David Robillard | 1 | -5/+5 |
2012-04-28 | Lint. | David Robillard | 1 | -5/+6 |
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 | -2/+3 |
2012-03-16 | Preliminary work towards native LV2 UI. | David Robillard | 1 | -1/+1 |
2012-03-16 | Merge ClientInterface and ServerInterface. | David Robillard | 1 | -3/+2 |
2012-03-12 | Centralise atom creation in forge object. | David Robillard | 1 | -0/+1 |
2012-03-12 | Unify event response mechanism and make it more appropriate for wire transmis... | David Robillard | 1 | -1/+2 |
2011-11-29 | Remove libgnomecanvasmm dependency. | David Robillard | 1 | -1/+0 |
2011-10-22 | De-singleton-ify GUI. | David Robillard | 1 | -2/+2 |
2011-10-21 | Separate URIs from LV2URIMap. | David Robillard | 1 | -2/+2 |
2011-10-21 | Move World.hpp and Module.hpp to public include directory. | David Robillard | 1 | -1/+1 |
2011-10-03 | Remove static PortType enumeration from public/client side interface. | David Robillard | 1 | -1/+1 |
2011-09-14 | Support lv2:sampleRate controls (mostly) correctly. | David Robillard | 1 | -0/+8 |
2011-05-24 | Remove dependence on protocol-specific client headers in GUI code. | David Robillard | 1 | -3/+1 |
2011-05-20 | Remove dependency on glade and glademm (migrate to GtkBuilder). | David Robillard | 1 | -2/+4 |
2011-04-20 | Rename Ingen::Engine to Ingen::Server (hopefully avoid odd name clases and fi... | David Robillard | 1 | -2/+2 |