View Issue Details

IDProjectCategoryView StatusLast Update
0006323ardourfeaturespublic2016-03-17 22:18
Reporterssj71 Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionno change required 
Product Version4.0 
Summary0006323: Implement LV2_UI__resize for plugin resizing
Descriptionthe LV2 ui:resize feature can be used for non-native toolkit plugins to be able to be resized after initialization. This requires binding resize callback ("configure-event" in gtk) of the parent window created for the plugin to a callback that calls the LV2UI_Resize ui_resize function passed by the plugin's extension data. The current behavior resizes the parent window but the actual plugin widget is not resized correspondingly.

Anyhow, this just makes it so that I can use my infamous plugins comfortably with my tiling window manager. If you'd like to test you can use the infamous plugins built from the gui branch of my git repo: git://git.code.sf.net/p/infamousplugins/code
TagsNo tags attached.

Activities

ssj71

2016-03-17 22:17

reporter   ~0018072

perhaps unsurprisingly, it was a bug in the plugins. It works properly now.

Issue History

Date Modified Username Field Change
2015-05-13 22:22 ssj71 New Issue
2016-03-17 22:17 ssj71 Note Added: 0018072
2016-03-17 22:18 ssj71 Status new => closed
2016-03-17 22:18 ssj71 Resolution open => no change required