Age | Commit message (Expand) | Author | Files | Lines |
2011-10-21 | Move more headers to shared include directory. | David Robillard | 1 | -1/+1 |
2011-10-21 | Separate URIs from LV2URIMap. | David Robillard | 1 | -4/+4 |
2011-10-21 | Move World.hpp and Module.hpp to public include directory. | David Robillard | 1 | -1/+1 |
2011-10-21 | Begin moving shared headers to public include directory. | David Robillard | 1 | -2/+2 |
2011-10-21 | Use Builder::connect | David Robillard | 1 | -9/+1 |
2011-10-01 | Support inline display of HTML LV2 documentation via WebKit. | David Robillard | 1 | -1/+1 |
2011-09-24 | Only store patch canvas coordinates in containing patch. | David Robillard | 1 | -6/+11 |
2011-06-10 | Avoid resizing entirely when adding a port and new size/etc is simple to comp... | David Robillard | 1 | -8/+11 |
2011-06-07 | Remove use of smart pointers in FlowCanvas entirely. | David Robillard | 1 | -47/+35 |
2011-06-06 | Use sane typedefs for collections. | David Robillard | 1 | -2/+2 |
2011-06-04 | Make all Canvas data members private. | David Robillard | 1 | -22/+13 |
2011-06-03 | Remove use of boost::enable_shared_from_this<Canvas>. | David Robillard | 1 | -13/+4 |
2011-05-25 | Move sanitised serialisation headers to public include directory | David Robillard | 1 | -1/+1 |
2011-05-24 | Move appropriate client headers to public include directory. | David Robillard | 1 | -4/+4 |
2011-05-24 | Remove use of ingen-config.h in soon-to-be-public headers. | David Robillard | 1 | -7/+0 |
2011-05-21 | Fix Gtk warnings (avoid loading top level of UI file). | David Robillard | 1 | -1/+1 |
2011-05-20 | Remove dependency on glade and glademm (migrate to GtkBuilder). | David Robillard | 1 | -2/+2 |
2011-05-13 | Make models const in client code. | David Robillard | 1 | -14/+17 |
2011-05-13 | Make signals private with accessors, and localise dependency on sigc::signal. | David Robillard | 1 | -8/+8 |
2011-04-29 | LilvValue => LilvNode. | David Robillard | 1 | -8/+8 |
2011-04-29 | Don't hide pointers behind typedefs. | David Robillard | 1 | -14/+17 |
2011-04-28 | Switch to Lilv from SLV2. | David Robillard | 1 | -21/+21 |
2011-04-28 | More future-proof collection APIs. | David Robillard | 1 | -1/+1 |
2011-04-20 | Rename Ingen::Engine to Ingen::Server (hopefully avoid odd name clases and fi... | David Robillard | 1 | -1/+1 |
2011-04-16 | Update copyright headers | David Robillard | 1 | -1/+1 |
2011-04-15 | Move Shared::Module and Shared::World to shared directory. | David Robillard | 1 | -1/+1 |
2011-04-13 | Consistent local or installed includes for interface headers. | David Robillard | 1 | -1/+1 |
2011-03-17 | Show plugin/port documentation in side pane when selected. | David Robillard | 1 | -0/+12 |
2011-03-17 | Tidy. | David Robillard | 1 | -63/+65 |
2011-03-11 | Shhh. | David Robillard | 1 | -1/+1 |
2011-03-11 | Hide replaced plugins from context menu and load plugin window. | David Robillard | 1 | -0/+6 |
2011-03-09 | Update for new SLV2 API. | David Robillard | 1 | -2/+2 |
2011-02-19 | Partially working copy/paste. | David Robillard | 1 | -14/+18 |
2011-02-19 | Save/load patches as nested bundles (fix ticket #520). | David Robillard | 1 | -2/+4 |
2011-02-18 | Trim more cruft. | David Robillard | 1 | -2/+1 |
2011-02-16 | Drop redlandmm for sordmm. | David Robillard | 1 | -4/+3 |
2010-12-14 | Apply patch from larsl to tolerate broken LV2 class hierarchies (ticket #529). | David Robillard | 1 | -4/+14 |
2010-09-04 | My name is David. :) | David Robillard | 1 | -1/+1 |
2010-03-06 | Save Ingen patches as working standard LV2 plugin bundles. | David Robillard | 1 | -3/+4 |
2010-03-04 | Scroll to origin on Home key press. | David Robillard | 1 | -0/+3 |
2010-03-04 | Cascade when several objects are added via keyboard in sequence. | David Robillard | 1 | -9/+15 |
2010-03-04 | Pop up patch context menu on space or menu key press (i.e. ability to add stu... | David Robillard | 1 | -3/+29 |
2010-03-04 | Fix non-canvas key bindings (alt-f for file and such). | David Robillard | 1 | -2/+2 |
2010-03-04 | Fix FlowCanvas key bindings (arrow scrolling and select-connect with enter). | David Robillard | 1 | -26/+10 |
2010-02-26 | Add center parameter to FlowCanvas::Canvas::arrange with default value true | David Robillard | 1 | -2/+2 |
2010-02-25 | Work on contexts and polymorphic ports. | David Robillard | 1 | -6/+1 |
2010-02-25 | Store patch connections in a map using a lexicographic <Port*,Port*> key for | David Robillard | 1 | -2/+2 |
2010-02-20 | Heavy overhaul of buffer management and polyphony. | David Robillard | 1 | -1/+1 |
2010-02-14 | Merge LoadPatchWindow and LoadSubpatchWindow. | David Robillard | 1 | -1/+0 |
2010-02-04 | Use std::string::empty where possible (faster, and less prone to C string err... | David Robillard | 1 | -2/+2 |