Age | Commit message (Expand) | Author | Files | Lines |
2012-04-09 | Generic UI for jalv.gtk from Nick Lanham. | David Robillard | 2 | -15/+229 |
2012-04-09 | Tidy. | David Robillard | 2 | -4/+8 |
2012-04-05 | Implement log extension. | David Robillard | 3 | -5/+67 |
2012-04-01 | Fix crash with plugins without a worker interface. | David Robillard | 1 | -1/+1 |
2012-03-31 | Make jalv_worker_respond() private. | David Robillard | 2 | -16/+11 |
2012-03-31 | Move worker implementation to separate file. | David Robillard | 4 | -86/+168 |
2012-03-27 | Squeeze blank lines. | David Robillard | 1 | -1/+0 |
2012-03-27 | Delete trailing whitespace. | David Robillard | 2 | -4/+4 |
2012-03-27 | Implement end_run hook of worker interface. | David Robillard | 1 | -0/+4 |
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 | 4 | -53/+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 | 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 | 2 | -844/+0 |
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 | 5 | -141/+860 |
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 | 6 | -22/+175 |
2012-02-18 | Implement/fix atom event port UI notifications. | David Robillard | 2 | -6/+25 |
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 | 1 | -0/+80 |
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 | 5 | -19/+25 |
2012-02-08 | Update for latest Atom extension. | David Robillard | 4 | -89/+76 |
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 | 3 | -3/+3 |
2012-01-17 | Fix crashes when loading presets with no UI present (fix #808). | David Robillard | 2 | -7/+13 |
2012-01-15 | Lint. | David Robillard | 7 | -119/+124 |
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 |