aboutsummaryrefslogtreecommitdiffstats
path: root/src/jalv_gtk.c
AgeCommit message (Collapse)AuthorFilesLines
2012-08-21Set WM_ROLE to 'plugin_ui' to appease someone who would never do the same ↵David Robillard1-0/+1
for me. As far as I can tell this doesn't make sense for Jalv and doesn't conform to the purpose/meaning of WM_ROLE in general. However it doesn't do any harm either and is useful as a hook for WM kludges. git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@4733 a436a847-0d15-0410-975c-d299462d15a1
2012-08-10Fix a ton of warnings.David Robillard1-9/+10
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@4648 a436a847-0d15-0410-975c-d299462d15a1
2012-08-09Fix warnings: -Wshadow -Wpointer-arith -Wcast-align -Wstrict-prototypes ↵David Robillard1-3/+3
-Wmissing-prototypes. git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@4634 a436a847-0d15-0410-975c-d299462d15a1
2012-08-05Fix UI/plugin communication.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@4619 a436a847-0d15-0410-975c-d299462d15a1
2012-08-02Pass parent widget to suil_instance_new.David Robillard1-12/+18
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@4600 a436a847-0d15-0410-975c-d299462d15a1
2012-07-29Add Gtk3 UI.David Robillard1-0/+638
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@4572 a436a847-0d15-0410-975c-d299462d15a1