Age | Commit message (Expand) | Author | Files | Lines |
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 | 5 | -18/+51 |
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 | 53 | -907/+861 |
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 | Update waf (don't crash on waf test when lcov is unavailable) | David Robillard | 1 | -0/+0 |
2011-05-19 | Convey put context parameter via OSC. | David Robillard | 5 | -6/+47 |
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 | 5 | -13/+13 |
2011-05-16 | Align configuration output precisely per-project | David Robillard | 1 | -1/+1 |
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 | 3 | -3/+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 |
2011-04-29 | LilvValue => LilvNode. | David Robillard | 10 | -159/+159 |
2011-04-29 | Terser names for value constructors. | David Robillard | 6 | -29/+29 |
2011-04-29 | Don't hide pointers behind typedefs. | David Robillard | 16 | -122/+132 |
2011-04-28 | Switch to Lilv from SLV2. | David Robillard | 30 | -331/+331 |
2011-04-28 | Update for new serd/sord/suil pkg-config names and versions | David Robillard | 2 | -4/+4 |
2011-04-28 | Improve RingBuffer implementation. | David Robillard | 4 | -6/+8 |
2011-04-28 | More future-proof collection APIs. | David Robillard | 6 | -11/+11 |
2011-04-28 | Update for new Suil API. | David Robillard | 2 | -4/+4 |
2011-04-23 | Load correct engine/server module name. | David Robillard | 2 | -3/+3 |
2011-04-22 | Fix Python whitespace (PEP8) | David Robillard | 7 | -412/+409 |
2011-04-22 | Upgrade to waf 1.6.4 and autowaf r43 | David Robillard | 1 | -0/+0 |
2011-04-22 | Upgrade to waf 1.6.4 | David Robillard | 1 | -0/+0 |
2011-04-22 | Remove UI instance API from SLV2 (apps should implement UIs via Suil now). | David Robillard | 5 | -24/+47 |
2011-04-20 | Rename Ingen::Engine to Ingen::Server (hopefully avoid odd name clases and fi... | David Robillard | 185 | -412/+412 |
2011-04-20 | Make disconnect take URI parameters (for wildcare URI towards killing disconn... | David Robillard | 20 | -48/+63 |
2011-04-20 | Less code. | David Robillard | 2 | -27/+21 |
2011-04-20 | Tidy. | David Robillard | 2 | -10/+11 |
2011-04-20 | Use std::list for DisconnectAll::_impls. | David Robillard | 2 | -17/+16 |
2011-04-20 | Move disconnect_all to CommonInterface and implement in clients. | David Robillard | 17 | -131/+228 |
2011-04-20 | Factor out duplicated code. | David Robillard | 2 | -15/+21 |
2011-04-20 | Simplify disconnect code. | David Robillard | 6 | -25/+24 |
2011-04-20 | Update OSC documentation. | David Robillard | 3 | -109/+133 |