Age | Commit message (Expand) | Author | Files | Lines |
2013-01-12 | Remove Raul::SharedPtr and switch to std::shared_ptr. | David Robillard | 1 | -9/+9 |
2013-01-12 | Lint. | David Robillard | 1 | -2/+2 |
2013-01-11 | Use range-based for loops where possible. | David Robillard | 1 | -11/+8 |
2013-01-11 | C++11-safe conversions. | David Robillard | 1 | -2/+4 |
2013-01-09 | Load internal plugin data files and rework documentation code to work the sam... | David Robillard | 1 | -2/+6 |
2013-01-08 | Re-enable node documentation. | David Robillard | 1 | -20/+19 |
2012-12-21 | Strip trailing whitespace. | David Robillard | 1 | -1/+1 |
2012-11-21 | GUI::Configuration => GUI::Style. | David Robillard | 1 | -3/+3 |
2012-11-21 | Move human name and port label options to main configuration. | David Robillard | 1 | -3/+5 |
2012-08-19 | GraphObject => Node | David Robillard | 1 | -1/+1 |
2012-08-19 | Patch => Graph | David Robillard | 1 | -11/+11 |
2012-08-18 | Node => Block | David Robillard | 1 | -51/+48 |
2012-08-17 | Implement real logging system, LV2 log extension support, and purge evil/ugly... | David Robillard | 1 | -6/+7 |
2012-08-16 | Remove all 'using namespace Raul'. | David Robillard | 1 | -15/+13 |
2012-08-14 | Update for latest Raul. | David Robillard | 1 | -1/+1 |
2012-08-12 | Use ingen:root as the path for the root patch, opening up path space for engi... | David Robillard | 1 | -6/+6 |
2012-07-31 | Merge Ingen::Shared namespace into Ingen namespace and core libingen library. | David Robillard | 1 | -2/+1 |
2012-07-18 | Working bi-directional UI <=> plugin messaging. | David Robillard | 1 | -0/+24 |
2012-06-12 | Add "expose" (to parent) operation for ports. | David Robillard | 1 | -7/+2 |
2012-05-12 | Select newly pasted objects so they can be easily moved. | David Robillard | 1 | -2/+3 |
2012-05-12 | Don't send selection information to the server. | David Robillard | 1 | -9/+0 |
2012-05-11 | Avoid including gtkmm.h | David Robillard | 1 | -0/+2 |
2012-05-11 | Add missing includes. | David Robillard | 1 | -0/+1 |
2012-05-11 | Use more reasonable names for the world's interface and engine (if present). | David Robillard | 1 | -5/+5 |
2012-05-10 | LV2URIMap => URIMap. | David Robillard | 1 | -7/+8 |
2012-05-01 | Remove half baked control window stuff. The canvas is better anyway. | David Robillard | 1 | -13/+1 |
2012-04-28 | Remove using declarations from headers. | David Robillard | 1 | -0/+4 |
2012-04-25 | Preserve node UI embedded state and fix repeated embedding/de-embedding. | David Robillard | 1 | -22/+17 |
2012-04-24 | Fix downward signal flow display (i.e. port labels disabled). | David Robillard | 1 | -1/+1 |
2012-04-22 | Show non-resizable plugin UIs properly. | David Robillard | 1 | -0/+3 |
2012-04-05 | Fix subpatch creation (fix #826). | David Robillard | 1 | -4/+10 |
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 | -19/+12 |
2012-03-16 | Merge ClientInterface and ServerInterface. | David Robillard | 1 | -1/+1 |
2012-03-12 | Centralise atom creation in forge object. | David Robillard | 1 | -7/+12 |
2012-03-10 | Rename ingen:canvas-x and ingen:canvas-y to ingen:canvasX and ingen:canvasY t... | David Robillard | 1 | -8/+8 |
2011-12-10 | Fix event handling. | David Robillard | 1 | -1/+4 |
2011-12-08 | Fix node moving (inform user via "moved" signal). | David Robillard | 1 | -3/+3 |
2011-12-07 | Remove cruft from public API. | David Robillard | 1 | -4/+1 |
2011-12-06 | FlowCanvas's successor is hereby dubbed Ganv. | David Robillard | 1 | -3/+3 |
2011-12-06 | Death to Module.cpp. | David Robillard | 1 | -11/+5 |
2011-12-05 | Move event handling down to C level. | David Robillard | 1 | -4/+9 |
2011-12-04 | Move module ports down to C level. | David Robillard | 1 | -3/+3 |
2011-12-04 | Remove redundant _canvas field from Item. | David Robillard | 1 | -2/+2 |
2011-12-03 | Don't expose canvas data structures. | David Robillard | 1 | -8/+8 |
2011-12-02 | Remove Shape::store_location() in favour of Joinable::signal_moved. | David Robillard | 1 | -0/+3 |
2011-12-01 | Move color stuff down to C level. | David Robillard | 1 | -3/+0 |
2011-12-01 | Use consistent property wrappers for x and y coordinates. | David Robillard | 1 | -4/+4 |
2011-12-01 | Fix compilation. | David Robillard | 1 | -3/+3 |
2011-12-01 | Remove menu stuff from FlowCanvas. | David Robillard | 1 | -0/+9 |