aboutsummaryrefslogtreecommitdiffstats
path: root/src/jalv_gtkmm2.cpp
AgeCommit message (Collapse)AuthorFilesLines
2020-09-27Clean up includesDavid Robillard1-0/+7
2020-07-21Use modern casts in C++David Robillard1-3/+5
2020-07-21Add missing static specifierDavid Robillard1-1/+1
2020-07-21Use nullptr in C++David Robillard1-2/+2
2020-05-09Always call jalv_init_ui()David Robillard1-0/+2
2019-11-03Use screen refresh rate with Gtk3 and Qt5David Robillard1-0/+6
2019-10-17Avoid deprecation warnings in the Gtk headers themselvesDavid Robillard1-0/+4
Honestly...
2019-10-17Clean up includesDavid Robillard1-2/+2
2018-12-27Remove unused jalv_ui_resize()David Robillard1-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-10Move exit semaphore to Jalv structDavid Robillard1-1/+1
2018-09-24Fix unused parameter warningsTimo Wischer1-2/+2
Signed-off-by: Timo Wischer <twischer@de.adit-jv.com>
2018-09-21Use jalv_ui_write() universallyDavid Robillard1-0/+4
2016-09-18Update copyright datesDavid Robillard1-1/+1
2016-08-31Discover presence of UI before jack_activateHanspeter Portner1-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-14Exit GUI versions on interrupt.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@5558 a436a847-0d15-0410-975c-d299462d15a1
2014-08-08Update copyright dates.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@5426 a436a847-0d15-0410-975c-d299462d15a1
2013-08-08Fix controls with Gtkmm UI.David Robillard1-0/+1
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@5146 a436a847-0d15-0410-975c-d299462d15a1
2012-08-22Fix Jack Session 'save and close' operation.David Robillard1-0/+7
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@4747 a436a847-0d15-0410-975c-d299462d15a1
2012-08-02Pass parent widget to suil_instance_new.David Robillard1-7/+10
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@4600 a436a847-0d15-0410-975c-d299462d15a1
2012-05-11Avoid including gtkmm.hDavid Robillard1-1/+3
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@4355 a436a847-0d15-0410-975c-d299462d15a1
2012-04-28Tune UI update rate and ring size based on JACK rate and MIDI buffer size to ↵David Robillard1-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-10Make controls update when changing presets (except combos).David Robillard1-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-20Propertly implement resizable for GtkmmDavid Robillard1-2/+1
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@4084 a436a847-0d15-0410-975c-d299462d15a1
2012-02-11Add gtkmm version for testing.David Robillard1-0/+80
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@3981 a436a847-0d15-0410-975c-d299462d15a1