Age | Commit message (Expand) | Author | Files | Lines |
2015-02-07 | Fix crash when properties window object goes away. | David Robillard | 1 | -0/+1 |
2014-08-09 | Fix initial size of properties window. | David Robillard | 1 | -7/+6 |
2014-01-24 | Fix various whitespace and formatting issues. | David Robillard | 1 | -20/+20 |
2013-11-01 | Remove unused typedefs. | David Robillard | 1 | -1/+0 |
2013-06-09 | Fix zero minimum for float property values (#895). | David Robillard | 1 | -2/+10 |
2013-06-09 | Support removing properties from the properties dialog. | David Robillard | 1 | -7/+30 |
2013-02-23 | Remove Raul::fmt wrapper, the last vestige of boost dependency for Raul. | David Robillard | 1 | -3/+3 |
2013-02-23 | Move Atom implementation out of Raul so it can depend on LV2. | David Robillard | 1 | -8/+8 |
2013-02-02 | More generic Atom class. | David Robillard | 1 | -6/+6 |
2013-02-02 | Add option to enable/disable canvas animation (fix/avoid #879). | David Robillard | 1 | -1/+2 |
2013-01-12 | Remove Raul::SharedPtr and switch to std::shared_ptr. | David Robillard | 1 | -2/+2 |
2013-01-12 | Lint. | David Robillard | 1 | -1/+1 |
2013-01-11 | Use range-based for loops where possible. | David Robillard | 1 | -18/+18 |
2013-01-11 | C++11-safe conversions. | David Robillard | 1 | -1/+2 |
2013-01-08 | Add support for URID ports. | David Robillard | 1 | -163/+36 |
2012-12-22 | More sophisticated domain and range handling for properties dialog. | David Robillard | 1 | -51/+98 |
2012-12-21 | Show properties with no domain in add selector of properties dialog. | David Robillard | 1 | -2/+3 |
2012-12-21 | Provide access to properties window for Graphs from canvas menu. | David Robillard | 1 | -0/+4 |
2012-12-21 | Strip trailing whitespace. | David Robillard | 1 | -1/+1 |
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 | -12/+9 |
2012-08-16 | Remove all 'using namespace Raul'. | David Robillard | 1 | -8/+7 |
2012-08-15 | Clean up includes. | David Robillard | 1 | -1/+0 |
2012-08-14 | Update for latest Raul. | David Robillard | 1 | -7/+7 |
2012-08-12 | Use ingen:root as the path for the root patch, opening up path space for engi... | David Robillard | 1 | -3/+3 |
2012-07-31 | Merge Ingen::Shared namespace into Ingen namespace and core libingen library. | David Robillard | 1 | -12/+12 |
2012-07-29 | Add UI for adding arbitrary object properties to properties dialog. | David Robillard | 1 | -25/+269 |
2012-05-11 | Avoid including gtkmm.h | David Robillard | 1 | -0/+3 |
2012-05-11 | Move Forge to the appropriate namespace. | David Robillard | 1 | -1/+1 |
2012-05-11 | Add missing includes. | David Robillard | 1 | -0/+2 |
2012-05-11 | Use more reasonable names for the world's interface and engine (if present). | David Robillard | 1 | -1/+1 |
2012-04-28 | Remove using declarations from headers. | David Robillard | 1 | -0/+4 |
2012-04-23 | Fix polyphony widgets (fix #664). | David Robillard | 1 | -2/+1 |
2012-04-22 | Fix editing string properties from properties window. | David Robillard | 1 | -1/+1 |
2012-04-22 | Twiddle properties window size fudge. | David Robillard | 1 | -2/+2 |
2012-04-22 | Fix crash when showing properties window (fix #828). | David Robillard | 1 | -45/+9 |
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 | -26/+46 |
2012-03-12 | Centralise atom creation in forge object. | David Robillard | 1 | -5/+5 |
2011-10-22 | De-singleton-ify GUI. | David Robillard | 1 | -2/+2 |
2011-10-21 | Move World.hpp and Module.hpp to public include directory. | David Robillard | 1 | -1/+1 |
2011-05-24 | Move appropriate client headers to public include directory. | David Robillard | 1 | -2/+2 |
2011-05-20 | Remove dependency on glade and glademm (migrate to GtkBuilder). | David Robillard | 1 | -8/+8 |
2011-05-13 | Make models const in client code. | David Robillard | 1 | -2/+10 |
2011-05-13 | Make signals private with accessors, and localise dependency on sigc::signal. | David Robillard | 1 | -1/+1 |
2011-04-18 | Put engine code in new Ingen::Engine namespace. | David Robillard | 1 | -1/+1 |
2011-04-16 | Update copyright headers | David Robillard | 1 | -1/+1 |
2011-04-16 | Squeeze blank lines and delete trailing whitespace. | David Robillard | 1 | -10/+0 |
2011-04-15 | Move Shared::Module and Shared::World to shared directory. | David Robillard | 1 | -1/+1 |
2011-02-15 | Remove fuzzy lack of distinction between URIs and CURIEs. | David Robillard | 1 | -1/+3 |