Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2017-02-23 | Preliminary native OSX workosx | David Robillard | 10 | -204/+773 |
2017-02-12 | Update README | David Robillard | 1 | -2/+5 |
2017-02-12 | Disable deprecation warnings with Gtk3 | David Robillard | 1 | -1/+20 |
2017-02-12 | Fix compilation with recent Gtkmm versions that require C++11 | David Robillard | 2 | -0/+9 |
2017-01-07 | Fix compilation with newer versions of Qt5 | David Robillard | 1 | -2/+2 |
2017-01-04 | Jalv 0.6.0v1.6.0 | David Robillard | 3 | -6/+6 |
2016-10-05 | Fix combo boxes | David Robillard | 1 | -3/+3 |
2016-10-05 | Add PortAudio backend | David Robillard | 4 | -19/+257 |
2016-10-05 | Tidy | David Robillard | 2 | -10/+7 |
2016-10-05 | Fix time stamp of UI events delivered to plugin | David Robillard | 1 | -1/+1 |
2016-10-05 | Factor out UI communication from backend | David Robillard | 3 | -65/+110 |
2016-10-05 | Factor out Jack backend | David Robillard | 8 | -551/+988 |
2016-10-01 | Transition away from deprecated _BSD_SOURCE | David Robillard | 1 | -1/+2 |
2016-09-20 | Bump required LV2 version | David Robillard | 1 | -1/+1 |
2016-09-18 | Update copyright dates | David Robillard | 6 | -6/+6 |
2016-09-17 | Unify control port and parameter implementations | David Robillard | 5 | -220/+307 |
2016-09-16 | Fix memory error on preset save | David Robillard | 2 | -7/+9 |
2016-09-16 | Use cached URIs and fix pprops:rangeSteps nonsense | David Robillard | 3 | -25/+17 |
2016-09-16 | Fix incorrect man page option | David Robillard | 1 | -1/+1 |
2016-09-15 | Fix crash on changes for ports with no widget | David Robillard | 1 | -1/+3 |
2016-09-05 | Add project tag to release posts | David Robillard | 1 | -1/+1 |
2016-09-05 | Tidy up man pages | David Robillard | 4 | -4/+4 |
2016-09-05 | Update NEWS | David Robillard | 1 | -1/+2 |
2016-08-31 | Discover presence of UI before jack_activate | Hanspeter Portner | 6 | -5/+30 |
2016-08-23 | Add --no-gtkmm configure option | David Robillard | 1 | -0/+4 |
2016-08-17 | Add target for generating release announcements | David Robillard | 3 | -8/+21 |
2016-08-16 | Fix potential use of uninitialized variable | David Robillard | 1 | -2/+2 |
2016-08-01 | Add feature test macro for usleep on Lignux | David Robillard | 1 | -0/+1 |
2016-08-01 | Use consistent feature test macros | David Robillard | 1 | -1/+1 |
2016-08-01 | Use consistent feature test macros | David Robillard | 3 | -6/+8 |
2016-07-31 | Fix compilation with C++ | David Robillard | 6 | -28/+30 |
2016-07-31 | Fix log colour state | David Robillard | 2 | -2/+3 |
2016-07-31 | Do not call plugin work() method concurrently | David Robillard | 3 | -0/+6 |
2016-07-31 | Support thread-safe state restoration | David Robillard | 7 | -61/+121 |
2016-07-31 | Clean up log output | David Robillard | 6 | -16/+52 |
2016-07-26 | Fix feedback on parameter changes from plugin | David Robillard | 1 | -13/+27 |
2016-07-25 | Support test coverage with LLVM | David Robillard | 1 | -5/+5 |
2016-07-11 | Improve test framework | David Robillard | 1 | -5/+5 |
2016-07-09 | Add support for lv2:CVPort via JACK metadata API | Hanspeter Portner | 3 | -5/+32 |
2016-07-09 | Upgrade to waf 1.8.22 and autowaf 93d0926 | David Robillard | 1 | -7/+7 |
2016-04-30 | Fix wrong size in patch:Get | Hanspeter Portner | 1 | -1/+1 |
2016-04-25 | Support read-only controls | David Robillard | 2 | -66/+128 |
2016-04-25 | Fix invalid read of float port events as atoms | David Robillard | 1 | -0/+1 |
2016-04-25 | Add documentation for jalv -s option | David Robillard | 2 | -0/+7 |
2016-04-25 | Properly set jalv->has_ui for ui:showInterface | Hanspeter Portner | 1 | -1/+2 |
2016-04-25 | Fix broken plugin <-> UI comm in jalv_console | Hanspeter Portner | 1 | -0/+2 |
2016-03-31 | Fix wrong order of atom size/type in patch:Get | Hanspeter Portner | 1 | -1/+1 |
2016-03-15 | Delete trailing whitespace | David Robillard | 2 | -3/+3 |
2016-01-25 | Add ui:idleInterface to host UI features | Hanspeter Portner | 1 | -0/+4 |
2016-01-07 | Fix patch:Put handling | Hanspeter Portner | 3 | -2/+26 |