Age | Commit message (Expand) | Author | Files | Lines |
2012-04-23 | Maybe fix boost compilation errors again. | David Robillard | 1 | -1/+1 |
2012-04-23 | Maybe fix boost compilation errors. | David Robillard | 5 | -27/+39 |
2012-04-23 | Use URI defines where possible. | David Robillard | 2 | -5/+8 |
2012-04-22 | Remove prefix for defunc contexts extension. | David Robillard | 1 | -2/+1 |
2012-04-16 | Update for latest LV2 resize-port extension. | David Robillard | 2 | -19/+18 |
2012-04-14 | Update URIs. | David Robillard | 3 | -3/+3 |
2012-04-12 | Update for latest atom extension. | David Robillard | 7 | -20/+12 |
2012-04-05 | Fix end namespace comments to match reality. | David Robillard | 21 | -22/+21 |
2012-03-31 | Update for latest LV2 state extension. | David Robillard | 2 | -7/+9 |
2012-03-27 | Squeeze blank lines. | David Robillard | 109 | -110/+0 |
2012-03-27 | Delete trailing whitespace. | David Robillard | 4 | -9/+9 |
2012-03-27 | Switch to AGPL3+. | David Robillard | 109 | -1745/+1744 |
2012-03-26 | Update for latest LV2. | David Robillard | 1 | -2/+2 |
2012-03-25 | Update for latest atom extension. | David Robillard | 12 | -34/+21 |
2012-03-23 | Fix compilation with latest LV2. | David Robillard | 15 | -184/+78 |
2012-03-22 | Remove crufty headeres. | David Robillard | 2 | -2/+0 |
2012-03-20 | More complete Ingen plugin <=> UI communication. | David Robillard | 1 | -1/+1 |
2012-03-20 | Sshh. | David Robillard | 1 | -3/+0 |
2012-03-19 | Partially functioning communication between Ingen LV2 plugin and UI. | David Robillard | 48 | -1091/+751 |
2012-03-16 | Preliminary work towards native LV2 UI. | David Robillard | 2 | -2/+1 |
2012-03-16 | Remove ping() from interface, just use a get instead. | David Robillard | 2 | -7/+0 |
2012-03-16 | Merge ClientInterface and ServerInterface. | David Robillard | 35 | -105/+100 |
2012-03-16 | Remove activity from interface and use set_property() instead. | David Robillard | 13 | -268/+54 |
2012-03-16 | Remove ClientInterface::activity and use set_property instead. | David Robillard | 2 | -10/+7 |
2012-03-15 | Remove weird "include" directory and use standard style ("ingen" directory in... | David Robillard | 1 | -4/+4 |
2012-03-15 | Implement new LV2 discovery API. | David Robillard | 1 | -56/+66 |
2012-03-14 | Use the host URI map/unmap when running as a plugin. | David Robillard | 25 | -32/+72 |
2012-03-12 | Move bundle patch finding stuff to ingen_lv2.cpp and simplify it to not require | David Robillard | 1 | -49/+52 |
2012-03-12 | Fix mysterious undefined reference when running as a plugin. | David Robillard | 1 | -0/+3 |
2012-03-12 | Centralise atom creation in forge object. | David Robillard | 21 | -113/+162 |
2012-03-12 | Unify event response mechanism and make it more appropriate for wire transmis... | David Robillard | 27 | -341/+114 |
2012-03-12 | Allow control and audio ports to be connected to CV ports. | David Robillard | 2 | -4/+8 |
2012-03-11 | Implement cv:CVPort (fix #790). Not well-tested, but at least works somewhat. | David Robillard | 18 | -53/+79 |
2012-03-11 | Implement state save/restore when Ingen is an LV2 plugin. | David Robillard | 2 | -2/+112 |
2012-03-10 | Rename ingen:canvas-x and ingen:canvas-y to ingen:canvasX and ingen:canvasY t... | David Robillard | 1 | -4/+4 |
2012-03-10 | Delete trailing whitespace. | David Robillard | 8 | -9/+9 |
2012-03-10 | Fix loading as an LV2 plugin. | David Robillard | 1 | -6/+10 |
2012-03-10 | Use new LV2 MIDI definitions. | David Robillard | 2 | -2/+2 |
2012-03-02 | Update for latest atom extension. | David Robillard | 2 | -4/+3 |
2012-02-23 | Update for latest Atom extension. | David Robillard | 3 | -8/+8 |
2012-02-08 | Update for latest Atom extension. | David Robillard | 4 | -9/+9 |
2012-01-18 | Use consistent *_config.h rather than *-config.h. | David Robillard | 7 | -7/+7 |
2012-01-14 | Replace some non-portable stuff with glib equivalents. | David Robillard | 1 | -3/+2 |
2012-01-14 | Load correct OSC module in ingen plugin. | David Robillard | 1 | -1/+1 |
2012-01-14 | Fix broken link to engine library in saved bundles (fix #806). | David Robillard | 1 | -8/+7 |
2012-01-14 | Fix crashes on shutdown (fix #805). | David Robillard | 3 | -8/+14 |
2011-12-10 | Fix buffer atom type initialisation. | David Robillard | 1 | -5/+5 |
2011-11-09 | Update for changes in LV2 SVN. | David Robillard | 2 | -4/+4 |
2011-11-07 | Remove use of non-portable _XOPEN_SOURCE and strdup. | David Robillard | 1 | -1/+2 |
2011-11-06 | Fix compilation against latest LV2 svn. | David Robillard | 3 | -1/+6 |