Age | Commit message (Expand) | Author | Files | Lines |
2012-03-25 | Update for latest atom extension. | David Robillard | 2 | -15/+15 |
2012-03-23 | Implement LV2 worker extension. | David Robillard | 3 | -10/+255 |
2012-03-21 | Remove implementation of UI resize extension which is handled autommatically ... | David Robillard | 5 | -55/+11 |
2012-03-20 | Actually check for ui:noUserResize. Oops. | David Robillard | 1 | -1/+1 |
2012-03-20 | Check for both ui:fixedSize and ui:noUserResize. | David Robillard | 1 | -7/+11 |
2012-03-20 | Add sratom to lib dependencies. | David Robillard | 1 | -1/+1 |
2012-03-20 | Propertly implement resizable for Gtkmm | David Robillard | 1 | -2/+1 |
2012-03-20 | More gracefully handle plugin => UI message overflows. | David Robillard | 1 | -2/+5 |
2012-03-20 | Depend on sratom as a proper library and eliminate rampant copy/paste code re... | David Robillard | 3 | -845/+3 |
2012-03-19 | Update for latest atom extension. | David Robillard | 3 | -4/+4 |
2012-03-18 | Fix crash on plugins with no UI. | David Robillard | 1 | -0/+4 |
2012-03-16 | Update for latest atom extension. | David Robillard | 1 | -10/+10 |
2012-03-16 | Upgrade Atom serialisation stuff for UI<=>Plugin comm debugging. | David Robillard | 6 | -142/+861 |
2012-03-16 | Properly implement non-resizable UIs, not that any plugins that should set th... | David Robillard | 3 | -2/+21 |
2012-03-08 | Fix sequence ports. | David Robillard | 2 | -8/+17 |
2012-03-06 | Use raw type/size/value instead of LilvNode for port values. | David Robillard | 1 | -9/+16 |
2012-03-03 | Update for latest Lilv. | David Robillard | 1 | -4/+4 |
2012-03-02 | Update for latest atom extension. | David Robillard | 1 | -1/+1 |
2012-02-29 | Update for latest atom extension. | David Robillard | 5 | -59/+134 |
2012-02-28 | Update LV2_Evbuf (matches that used in current ardour 3.0). | David Robillard | 4 | -18/+44 |
2012-02-23 | Update for latest Atom extension. | David Robillard | 2 | -7/+6 |
2012-02-19 | Shrink atom:Bool serialisation code. | David Robillard | 1 | -6/+4 |
2012-02-19 | Update for latest LV2 changes. | David Robillard | 2 | -12/+15 |
2012-02-18 | Add -d option and implement proper communication dumping. | David Robillard | 8 | -24/+181 |
2012-02-18 | Implement/fix atom event port UI notifications. | David Robillard | 2 | -6/+25 |
2012-02-17 | Fix command line syntax on jalv man page. | David Robillard | 1 | -1/+1 |
2012-02-17 | Update for latest atom extension. | David Robillard | 3 | -40/+20 |
2012-02-12 | Update for latest atom extension. | David Robillard | 3 | -3/+28 |
2012-02-11 | Add gtkmm version for testing. | David Robillard | 2 | -0/+94 |
2012-02-11 | Shh. | David Robillard | 1 | -4/+0 |
2012-02-09 | Add missing files. | David Robillard | 3 | -1/+310 |
2012-02-09 | Mac portability fixes. | David Robillard | 6 | -22/+28 |
2012-02-08 | Update for latest Atom extension. | David Robillard | 4 | -89/+76 |
2012-02-02 | Update to r65/autowaf and waf-1.6.10. | David Robillard | 1 | -0/+0 |
2012-02-01 | Update to r64/autowaf. | David Robillard | 1 | -0/+0 |
2012-01-28 | Update state interface to support multiple state snapshots with shared files. | David Robillard | 3 | -21/+56 |
2012-01-18 | Use consistent *_config.h rather than *-config.h. | David Robillard | 4 | -4/+4 |
2012-01-17 | Update man page. | David Robillard | 1 | -16/+16 |
2012-01-17 | Fix crashes when loading presets with no UI present (fix #808). | David Robillard | 2 | -7/+13 |
2012-01-16 | Update to r63/autowaf | David Robillard | 1 | -0/+0 |
2012-01-16 | Update to r62/autowaf. | David Robillard | 1 | -0/+0 |
2012-01-15 | Lint. | David Robillard | 7 | -119/+124 |
2012-01-14 | Link with pthread, fixing compilation with Jack2 (fix #807). | David Robillard | 1 | -0/+3 |
2012-01-14 | Always print MIDI buffer size. | David Robillard | 1 | -0/+1 |
2012-01-12 | Support passing either a file or the bundle directory for -l. | David Robillard | 1 | -4/+14 |
2012-01-10 | Fix compilation on old Jack without jack_port_type_get_buffer_size (fix ticke... | David Robillard | 1 | -0/+8 |
2012-01-10 | Update for latest Lilv state API (fix ticket #801). | David Robillard | 4 | -20/+73 |
2012-01-03 | Don't run plugin while setting state (which violates threading rules). | David Robillard | 3 | -0/+37 |
2011-12-29 | Destroy UI instance before shutting down Gtk (fix messy shutdown). | David Robillard | 1 | -1/+4 |
2011-12-23 | Use new LilvState API for state/presets. | David Robillard | 4 | -610/+83 |