Re: libwayland and Java

2013-01-04 Thread Pekka Paalanen
On Fri, 28 Dec 2012 17:16:40 -0600 Jason Ekstrand wrote: > PQ et. al., Hi Jason > I've finally found the time to sit down and draft up my proposal for how > events and requests get handled to make it easier to write language > bindings. As a word of disclaimer, I've tried to pick through the so

Re: libwayland and Java

2012-12-28 Thread Jason Ekstrand
PQ et. al., I've finally found the time to sit down and draft up my proposal for how events and requests get handled to make it easier to write language bindings. As a word of disclaimer, I've tried to pick through the source code on connection.c and a few other places but my working knowledge of l

Re: libwayland and Java

2012-12-18 Thread Pekka Paalanen
On Mon, 17 Dec 2012 12:17:48 -0600 Jason Ekstrand wrote: > I'll send out an e-mail later about API ideas once I have more time. I've > got an idea of what I'd like to see but I haven't had a chance to write it > down and formalize it yet. ... > I'm sorry if that got a bit long-winded but I hope y

Re: libwayland and Java

2012-12-17 Thread Jason Ekstrand
I'll send out an e-mail later about API ideas once I have more time. I've got an idea of what I'd like to see but I haven't had a chance to write it down and formalize it yet. Concerning use cases and why I'm doing it in Java: I foresee two major use cases (that should possibly be separate apps).

Re: libwayland and Java

2012-12-17 Thread Pekka Paalanen
On Sun, 16 Dec 2012 20:11:51 -0600 Jason Ekstrand wrote: > Hello All, > My name is Jason Ekstrand and I'm currently working on writing a Wayland > server for Android. This is not to be confused with what Pekka Paalanen is > working on; rather, my objective is to make a Wayland server that runs as

Re: libwayland and Java

2012-12-17 Thread Andreas Ericsson
On 12/17/2012 03:11 AM, Jason Ekstrand wrote: > Hello All, > My name is Jason Ekstrand and I'm currently working on writing a Wayland > server for Android. This is not to be confused with what Pekka Paalanen is > working on; rather, my objective is to make a Wayland server that runs as > an actual

libwayland and Java

2012-12-16 Thread Jason Ekstrand
Hello All, My name is Jason Ekstrand and I'm currently working on writing a Wayland server for Android. This is not to be confused with what Pekka Paalanen is working on; rather, my objective is to make a Wayland server that runs as an actual Android app. I have a basic proof-of-concept working wit