Age | Commit message (Expand) | Author | Files | Lines |
2011-12-23 | Use new LilvState API for state/presets. | David Robillard | 4 | -610/+83 |
2011-12-21 | Save rdf:type and rdfs:label (if supplied) with state/presets. | David Robillard | 5 | -21/+31 |
2011-12-21 | Merge preset and state saving. | David Robillard | 1 | -58/+29 |
2011-12-21 | Separate preset manifest entry writing. | David Robillard | 1 | -26/+45 |
2011-12-21 | Begin merging state and prefix implementations. | David Robillard | 3 | -369/+335 |
2011-12-21 | Make load_state_from_file fully generic. | David Robillard | 1 | -9/+24 |
2011-12-21 | Add first-class PluginState object and make state interface more generic. | David Robillard | 3 | -89/+117 |
2011-12-20 | Localize more stuff to state.c. | David Robillard | 2 | -26/+14 |
2011-12-19 | Even more generic state implementation. | David Robillard | 1 | -41/+74 |
2011-12-18 | Make state implementation more generic. | David Robillard | 3 | -22/+47 |
2011-12-18 | Use opaque port colours. | David Robillard | 1 | -1/+0 |
2011-12-18 | persist.c => state.c. | David Robillard | 2 | -1/+1 |
2011-12-18 | Merge common code from preset and state implementations. | David Robillard | 3 | -91/+65 |
2011-12-18 | Use file locking on saves presets manifest.ttl. | David Robillard | 3 | -4/+25 |
2011-12-18 | Fix UI updates. | David Robillard | 3 | -22/+32 |
2011-12-18 | Destroy UI before plugin instance. | David Robillard | 1 | -1/+1 |
2011-12-18 | Preset saving. | David Robillard | 4 | -12/+273 |
2011-12-16 | Support presets in Gtk UI. | David Robillard | 5 | -12/+185 |
2011-12-10 | Betrer tolerate UIs that fail to instantiate. | David Robillard | 1 | -0/+4 |
2011-12-09 | Less atrocious debug printing. | David Robillard | 1 | -0/+1 |
2011-11-24 | Update waf. | David Robillard | 1 | -0/+0 |
2011-11-21 | Check for atom extension. | David Robillard | 1 | -1/+3 |
2011-11-18 | Update to LV2 State extension. | David Robillard | 3 | -54/+55 |
2011-11-09 | Update for changes in LV2 SVN. | David Robillard | 4 | -26/+98 |
2011-11-08 | Fix bug resulting in corrupt (unsorted) map. | David Robillard | 1 | -2/+2 |
2011-11-07 | Implement atom buffer. | David Robillard | 4 | -88/+185 |
2011-11-07 | Remove use of non-portable _XOPEN_SOURCE and strdup. | David Robillard | 4 | -14/+18 |
2011-11-06 | Fix compilation against latest LV2 svn. | David Robillard | 3 | -7/+25 |
2011-11-05 | Add abstract interface for event buffers (towards event/atom compatibility). | David Robillard | 5 | -32/+335 |
2011-10-22 | Upgrade to r58/autowaf (Fix building against local libraries) | David Robillard | 1 | -0/+0 |
2011-10-20 | Fix compilation without UI resize extension. | David Robillard | 2 | -3/+1 |
2011-10-20 | Support UI resize extension. | David Robillard | 6 | -1/+69 |
2011-10-19 | Upgrade to r57/autowaf | David Robillard | 1 | -0/+0 |
2011-10-19 | Make LV2 Persist extension optional | David Robillard | 2 | -6/+16 |
2011-10-19 | Check for LV2 extensions via pkg-config (new style in LV2 SVN). | David Robillard | 1 | -7/+9 |
2011-10-15 | Fix man page installation directory (#781) | David Robillard | 1 | -0/+0 |
2011-10-15 | Use path variables in pkgconfig files (#782). | David Robillard | 1 | -0/+0 |
2011-09-27 | Load tools before autowaf.configure so e.g. --debug works correctly. | David Robillard | 1 | -3/+3 |
2011-09-27 | Avoid adding -std=c99 to command line repeatedly. | David Robillard | 1 | -1/+1 |
2011-09-17 | Upgrade to r52/autowaf | David Robillard | 1 | -0/+0 |
2011-08-31 | Exit gracefully when run without arguments. | David Robillard | 2 | -10/+56 |
2011-08-23 | Upgrade to waf 1.6.7 and autowaf r50 | David Robillard | 1 | -0/+0 |
2011-08-23 | Upgrade to waf 1.6.7 and autowaf r50 | David Robillard | 1 | -0/+0 |
2011-08-22 | Improve documentation. | David Robillard | 1 | -1/+15 |
2011-08-22 | Fix jalv.gtk when run with UI-less plugins. | David Robillard | 2 | -5/+7 |
2011-08-22 | Shut down cleanly both on window destroy and File->Quit. | David Robillard | 1 | -6/+16 |
2011-08-21 | Add ability to save from GUI. | David Robillard | 1 | -4/+36 |
2011-08-21 | Add menu bar to Gtk UI. | David Robillard | 1 | -3/+20 |
2011-08-21 | Set Window title from plugin name. | David Robillard | 1 | -0/+2 |
2011-08-21 | Fix Jack Session command line. | David Robillard | 2 | -3/+6 |