Age | Commit message (Expand) | Author | Files | Lines |
2011-07-25 | Update for move of "blob" functionality from atom to reference extension (tic... | David Robillard | 1 | -0/+1 |
2011-07-07 | Obey "special" properties on object creation (patch from Paul Giblock, ticket... | David Robillard | 1 | -8/+5 |
2011-07-06 | Fix errors in UI file (ticket #722) | David Robillard | 1 | -11/+5 |
2011-07-04 | Eliminate weird-looking empty menus on non-control ports | David Robillard | 3 | -17/+16 |
2011-07-04 | Fix inability to create subpatches (ticket #722). | David Robillard | 1 | -0/+2 |
2011-07-04 | Simplify FlowCanvas menu API, and fix crashing Ingen menus (ticket #721). | David Robillard | 8 | -26/+27 |
2011-06-11 | Remove dead code. | David Robillard | 4 | -7/+3 |
2011-06-10 | Avoid resizing entirely when adding a port and new size/etc is simple to comp... | David Robillard | 8 | -27/+30 |
2011-06-09 | Automatically resize modules at update time as necessary. | David Robillard | 3 | -18/+5 |
2011-06-07 | Remove use of smart pointers in FlowCanvas entirely. | David Robillard | 10 | -108/+95 |
2011-06-06 | Use sane typedefs for collections. | David Robillard | 2 | -5/+5 |
2011-06-06 | Use a care pointer reference to containing module rather than boost::weak_ptr. | David Robillard | 1 | -1/+0 |
2011-06-04 | Make all Canvas data members private. | David Robillard | 2 | -23/+13 |
2011-06-03 | Remove use of boost::enable_shared_from_this<Canvas>. | David Robillard | 9 | -46/+36 |
2011-06-03 | Avoid the awful Gnome::Canvas::Text entirely, saving a ton of memory. | David Robillard | 1 | -2/+2 |
2011-05-27 | Don't install private headers | David Robillard | 5 | -15/+0 |
2011-05-25 | Fix crash on popping up node menu. | David Robillard | 1 | -5/+7 |
2011-05-25 | Move sanitised serialisation headers to public include directory | David Robillard | 19 | -650/+492 |
2011-05-24 | Move appropriate client headers to public include directory. | David Robillard | 62 | -1239/+113 |
2011-05-24 | Remove dependence on protocol-specific client headers in GUI code. | David Robillard | 12 | -68/+72 |
2011-05-24 | Tidy up headers. | David Robillard | 22 | -83/+61 |
2011-05-24 | Remove use of ingen-config.h in soon-to-be-public headers. | David Robillard | 24 | -142/+44 |
2011-05-24 | Update for new Sord API | David Robillard | 3 | -4/+4 |
2011-05-23 | Apply patch from pgiblox in ticket #694 to fix compilation without Raul::Intr... | David Robillard | 9 | -21/+23 |
2011-05-21 | Load UI file from window level (fixes unparented widget warnings). | David Robillard | 2 | -5/+7 |
2011-05-21 | Fix Gtk warnings (avoid loading top level of UI file). | David Robillard | 11 | -41/+34 |
2011-05-21 | Fix patch loading. | David Robillard | 4 | -12/+46 |
2011-05-20 | Correctly set initial value of control ports at creation time. | David Robillard | 2 | -3/+5 |
2011-05-20 | Fix multiple put replies on port creation. | David Robillard | 3 | -11/+18 |
2011-05-20 | Remove dependency on glade and glademm (migrate to GtkBuilder). | David Robillard | 52 | -901/+859 |
2011-05-20 | Upate for new Raul API | David Robillard | 1 | -0/+2 |
2011-05-20 | Add missing include | David Robillard | 1 | -0/+1 |
2011-05-19 | Convey put context parameter via OSC. | David Robillard | 4 | -6/+13 |
2011-05-19 | Fix some crashiness in last commit. | David Robillard | 2 | -5/+11 |
2011-05-19 | Fix delta via OSC (OSC bindings should be fully functional again). | David Robillard | 6 | -3/+144 |
2011-05-18 | Remove unnecessary non-portable includes. | David Robillard | 5 | -16/+23 |
2011-05-18 | Use an intrusive linked list for event queue rather than Raul::List. | David Robillard | 14 | -88/+120 |
2011-05-18 | Exit when connect window is closed and there are no open patch windows. | David Robillard | 1 | -1/+1 |
2011-05-18 | Update for new Serd and Sord APIs. | David Robillard | 4 | -12/+12 |
2011-05-13 | Apply 0002-Reformat-some-code-to-use-hard-tabs.patch from ticket #688, except... | David Robillard | 7 | -29/+29 |
2011-05-13 | Apply 0001-Remove-unused-includes.patch from ticket #688, except with modific... | David Robillard | 2 | -2/+1 |
2011-05-13 | Remove unnecessary ingen-config.h includes. | David Robillard | 2 | -2/+0 |
2011-05-13 | Make ClientStore::plugin and ClientStore::resource const-correct. | David Robillard | 2 | -10/+23 |
2011-05-13 | Make models const in client code. | David Robillard | 63 | -440/+545 |
2011-05-13 | Make signals private with accessors, and localise dependency on sigc::signal. | David Robillard | 30 | -158/+196 |
2011-05-12 | Remove dead code. | David Robillard | 4 | -21/+0 |
2011-05-11 | Pass environment to sord write methods for CURIE abbreviation. | David Robillard | 1 | -5/+13 |
2011-05-03 | Replace lilv_plugin_get_value_for_subject with lilv_world_find_nodes. | David Robillard | 1 | -10/+11 |
2011-04-30 | Fix immediate quit due to uninitialised quit flag (fix ticket #677). | David Robillard | 1 | -0/+1 |
2011-04-30 | Cache port RDF node on load instead of searching for it repeatedly. | David Robillard | 1 | -7/+7 |