Age | Commit message (Expand) | Author | Files | Lines |
2011-09-24 | Remove unnecessary request_property() and RequestMetadataEvent. | David Robillard | 1 | -6/+0 |
2011-09-24 | Only store patch canvas coordinates in containing patch. | David Robillard | 4 | -10/+48 |
2011-09-23 | Fix broken iterator use (memory errors on erase) in ResourceImpl::set_property. | David Robillard | 2 | -10/+13 |
2011-09-23 | Fix patch port canvas positioning across save/load. | David Robillard | 2 | -15/+17 |
2011-09-23 | Don't prompt for save location when path is already known from previous save ... | David Robillard | 1 | -1/+3 |
2011-09-23 | Animate audio port colours based on levels. | David Robillard | 3 | -6/+59 |
2011-09-14 | Support lv2:sampleRate controls (mostly) correctly. | David Robillard | 6 | -15/+58 |
2011-09-06 | Fix crash when clicking patch modules (fix #769). | David Robillard | 1 | -1/+4 |
2011-09-01 | Add C-s hotkey for File->Save | David Robillard | 1 | -0/+1 |
2011-08-20 | Remove cruft. | David Robillard | 1 | -17/+0 |
2011-08-20 | Fix port and node menus | David Robillard | 8 | -1888/+2230 |
2011-08-20 | Fix node control windows (ticket #733). | David Robillard | 2 | -5/+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 | 1 | -3/+0 |
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 | 1 | -3/+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 | 7 | -21/+16 |
2011-05-24 | Move appropriate client headers to public include directory. | David Robillard | 41 | -76/+85 |
2011-05-24 | Remove dependence on protocol-specific client headers in GUI code. | David Robillard | 3 | -40/+10 |
2011-05-24 | Tidy up headers. | David Robillard | 1 | -19/+3 |
2011-05-24 | Remove use of ingen-config.h in soon-to-be-public headers. | David Robillard | 7 | -32/+8 |
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-20 | Remove dependency on glade and glademm (migrate to GtkBuilder). | David Robillard | 51 | -900/+858 |
2011-05-18 | Exit when connect window is closed and there are no open patch windows. | David Robillard | 1 | -1/+1 |
2011-05-13 | Make models const in client code. | David Robillard | 47 | -328/+409 |
2011-05-13 | Make signals private with accessors, and localise dependency on sigc::signal. | David Robillard | 15 | -58/+74 |
2011-05-03 | Replace lilv_plugin_get_value_for_subject with lilv_world_find_nodes. | David Robillard | 1 | -10/+11 |
2011-04-29 | LilvValue => LilvNode. | David Robillard | 2 | -38/+38 |
2011-04-29 | Terser names for value constructors. | David Robillard | 1 | -6/+6 |
2011-04-29 | Don't hide pointers behind typedefs. | David Robillard | 3 | -36/+39 |
2011-04-28 | Switch to Lilv from SLV2. | David Robillard | 8 | -76/+76 |
2011-04-28 | More future-proof collection APIs. | David Robillard | 2 | -3/+3 |
2011-04-23 | Load correct engine/server module name. | David Robillard | 1 | -1/+1 |
2011-04-22 | Fix Python whitespace (PEP8) | David Robillard | 1 | -67/+67 |
2011-04-22 | Remove UI instance API from SLV2 (apps should implement UIs via Suil now). | David Robillard | 1 | -0/+1 |
2011-04-20 | Rename Ingen::Engine to Ingen::Server (hopefully avoid odd name clases and fi... | David Robillard | 27 | -40/+40 |
2011-04-19 | Remove EngineInterface::quit(). | David Robillard | 2 | -3/+3 |
2011-04-19 | Remove EngineInterface::activate() and EngineInterface::deactivate(). | David Robillard | 1 | -2/+6 |