Re: [LAD] Xputty - damn tiny abstraction Layer to create X11 window/widgets with cairo surfaces

2019-10-09 Thread Hermann Meyer
snip: . . . and now include a example file-browser which demonstrate how to create a file picker with Xputty to be used in a LV2 UI. also demoing the dynamic create/destroy of X11 Window's with the help of the underling Xputty structure. https://github.com/brummer10/Xputty Beside, comments

Re: [LAD] Xputty - damn tiny abstraction Layer to create X11 window/widgets with cairo surfaces

2019-09-30 Thread Hermann Meyer
Am 28.07.19 um 21:22 schrieb Hermann Meyer: Am 21.07.19 um 16:25 schrieb Hermann Meyer: Am 20.07.19 um 21:35 schrieb Will J Godfrey: On Sat, 20 Jul 2019 17:24:47 +0200 Hermann Meyer wrote: However, I've setup a online Documentation for libxputty here:

Re: [LAD] Xputty - damn tiny abstraction Layer to create X11 window/widgets with cairo surfaces

2019-07-28 Thread Hermann Meyer
Am 21.07.19 um 16:25 schrieb Hermann Meyer: Am 20.07.19 um 21:35 schrieb Will J Godfrey: On Sat, 20 Jul 2019 17:24:47 +0200 Hermann Meyer wrote: However, I've setup a online Documentation for libxputty here: https://brummer10.github.io/Xputty/html/xputty_8h.html regards hermann And

Re: [LAD] Xputty - damn tiny abstraction Layer to create X11 window/widgets with cairo surfaces

2019-07-21 Thread Hermann Meyer
Am 20.07.19 um 21:35 schrieb Will J Godfrey: On Sat, 20 Jul 2019 17:24:47 +0200 Hermann Meyer wrote: However, I've setup a online Documentation for libxputty here: https://brummer10.github.io/Xputty/html/xputty_8h.html regards hermann And *that* is the best news of the lot! So many

Re: [LAD] Xputty - damn tiny abstraction Layer to create X11 window/widgets with cairo surfaces

2019-07-20 Thread Will J Godfrey
On Sat, 20 Jul 2019 17:24:47 +0200 Hermann Meyer wrote: >However, I've setup a online Documentation for libxputty here: > >https://brummer10.github.io/Xputty/html/xputty_8h.html > >regards > >hermann And *that* is the best news of the lot! So many projects have little or no documentation until

Re: [LAD] Xputty - damn tiny abstraction Layer to create X11 window/widgets with cairo surfaces

2019-07-20 Thread Hermann Meyer
Hi Cédric Well, I must admit that it is grown already a bit, and still is work in progress. Things have changed and it is no longer a single header. I've implemented widgets to be transparent, usage of adjustments and currently working on proper scaling support modes. My goal is to implement

Re: [LAD] Xputty - damn tiny abstraction Layer to create X11 window/widgets with cairo surfaces

2019-07-20 Thread Cedric Roux
Dear Hermann, let me use your announcement to try sending an email to the LAD list. Seems like free.fr is now "whitelisted" for LAD, which allows me to salute your work! Let's make writing basic and simple software great again! :) Regards, Cédric. On 7/16/19 1:48 PM, Hermann Meyer wrote: > For

[LAD] Xputty - damn tiny abstraction Layer to create X11 window/widgets with cairo surfaces

2019-07-16 Thread Hermann Meyer
For creating LV2 UI's I end up more and more writing the same code, so I decided to wrote a Layer for it. It's supposed to create, manage, draw, and destroy X11 widgets with a cairo surface to draw. Additional to subscribe to and handle events. I decided to put it in the Public Domain, so