Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-05-27 | Format all code with clang-format | David Robillard | 1 | -37/+37 | |
2022-05-27 | Use "auto" to avoid repeating type names | David Robillard | 1 | -3/+3 | |
2021-02-15 | Pass ui:scaleFactor option to UIs | Alexandros Theodotou | 1 | -0/+6 | |
This option was added in LV2 1.18.0. | |||||
2021-01-02 | Use email address instead of website for attribution | David Robillard | 1 | -1/+1 | |
2020-12-14 | Use C++-style include | David Robillard | 1 | -1/+1 | |
2020-12-14 | Fix unused parameter warnings | David Robillard | 1 | -4/+4 | |
2020-09-27 | Clean up includes | David Robillard | 1 | -0/+7 | |
2020-07-21 | Use modern casts in C++ | David Robillard | 1 | -3/+5 | |
2020-07-21 | Add missing static specifier | David Robillard | 1 | -1/+1 | |
2020-07-21 | Use nullptr in C++ | David Robillard | 1 | -2/+2 | |
2020-05-09 | Always call jalv_init_ui() | David Robillard | 1 | -0/+2 | |
2019-11-03 | Use screen refresh rate with Gtk3 and Qt5 | David Robillard | 1 | -0/+6 | |
2019-10-17 | Avoid deprecation warnings in the Gtk headers themselves | David Robillard | 1 | -0/+4 | |
Honestly... | |||||
2019-10-17 | Clean up includes | David Robillard | 1 | -2/+2 | |
2018-12-27 | Remove unused jalv_ui_resize() | David Robillard | 1 | -13/+0 | |
This function was added many years ago to support the UI resize feature, but has been dead code for a long time and nobody seems to have noticed, so it can't be that important. | |||||
2018-11-10 | Move exit semaphore to Jalv struct | David Robillard | 1 | -1/+1 | |
2018-09-24 | Fix unused parameter warnings | Timo Wischer | 1 | -2/+2 | |
Signed-off-by: Timo Wischer <twischer@de.adit-jv.com> | |||||
2018-09-21 | Use jalv_ui_write() universally | David Robillard | 1 | -0/+4 | |
2016-09-18 | Update copyright dates | David Robillard | 1 | -1/+1 | |
2016-08-31 | Discover presence of UI before jack_activate | Hanspeter Portner | 1 | -1/+6 | |
jalv.has_ui should be set before jack_activate. If not, patch:Get message may be without effect and parameter replies never be sent from within jack process callback, as the latter may run before the corresponding UI logic (e.g. with jalv.has_ui still being false). | |||||
2015-02-14 | Exit GUI versions on interrupt. | David Robillard | 1 | -1/+1 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@5558 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2014-08-08 | Update copyright dates. | David Robillard | 1 | -1/+1 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@5426 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2013-08-08 | Fix controls with Gtkmm UI. | David Robillard | 1 | -0/+1 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@5146 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2012-08-22 | Fix Jack Session 'save and close' operation. | David Robillard | 1 | -0/+7 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@4747 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2012-08-02 | Pass parent widget to suil_instance_new. | David Robillard | 1 | -7/+10 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@4600 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2012-05-11 | Avoid including gtkmm.h | David Robillard | 1 | -1/+3 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@4355 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2012-04-28 | Tune UI update rate and ring size based on JACK rate and MIDI buffer size to ↵ | David Robillard | 1 | -1/+1 | |
handle the handle the maximum message rate the plugin can send. git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@4298 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2012-04-10 | Make controls update when changing presets (except combos). | David Robillard | 1 | -0/+9 | |
Fix scale point value bug. Fix memory leaks. git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@4158 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2012-03-20 | Propertly implement resizable for Gtkmm | David Robillard | 1 | -2/+1 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@4084 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2012-02-11 | Add gtkmm version for testing. | David Robillard | 1 | -0/+80 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@3981 a436a847-0d15-0410-975c-d299462d15a1 |