Wayland and Weston 0.99.0 snapshots released

2012-10-15 Thread Kristian Høgsberg
Hello, After a couple of weeks of pretty intense activity, I've merged the ~krh/next branches back into wayland and weston master and released a 0.99.0 snapshot of both repos. At this point I've pulled all patches from the list and I feel that the big changes have settled in pretty well. We now

Re: [RFC wayland 10/12] wayland-client: link all event-queues of each display into a list

2012-10-15 Thread Kristian Høgsberg
On Thu, Oct 11, 2012 at 11:37:51PM +0200, David Herrmann wrote: > We need access to all event-queues of a single wl_display object. For > instance during connection-errors, we need to be able to wake up all event > queues. Otherwise, they will be stuck waiting for incoming events. > > The API user

Re: Comments on Weston's text interface

2012-10-15 Thread Pekka Vuorela
On ma, 2012-10-15 at 15:30 +0200, Jan Arne Petersen wrote: > Hi, > > On 10/02/2012 10:29 PM, Pekka Vuorela wrote: > > As mentioned earlier, I've been checking out a bit how the input method > > interface "text" has been proceeding in Weston. Nice stuff on the editor > > and virtual keyboard apps.

Re: [RFC wayland 03/12] wayland-util: return -1 on OOM in wl_map_insert_new()

2012-10-15 Thread Kristian Høgsberg
On Thu, Oct 11, 2012 at 11:37:44PM +0200, David Herrmann wrote: > If we cannot increase the array for new entries, we now return -1 instead > of accessing invalid memory. We can't change the data type of IDs, it has to stay uint32_t. What we can do instead is do define an invalid ID. Either use

Re: Building Wayland on Ubuntu

2012-10-15 Thread Simos Xenitellis
On Mon, Oct 15, 2012 at 5:47 PM, Eunchul Kim wrote: > Thank's Rob and Simos. > My gcc version is very old as you know. > so, I updated gcc version from 4.6 to 4.7 using this web site > - http://charette.no-ip.com:81/programming/2011-12-24_GCCv47/ > > and I success building Wayland. I can start my

Re: [PATCH weston 6/8] window: Fix issue causing pointer to have the wrong sprite

2012-10-15 Thread Kristian Høgsberg
On Thu, Sep 27, 2012 at 06:40:44PM +0200, Jonas Ådahl wrote: > There is no event notifying when a move is finished and if a window > requests to be moved but no move is performed and no enter/leave events > are received, the pointer gets stuck in a grab-state. To avoid this, > change the sprite to

Re: [PATCH weston 1/8] evdev-touchpad: Cleanup and refactoring

2012-10-15 Thread Kristian Høgsberg
On Thu, Sep 27, 2012 at 06:40:39PM +0200, Jonas Ådahl wrote: > Signed-off-by: Jonas Ådahl Applied this as-is, but even for "just cleanup and fefactoring" this is a big patch with many unrelated changes. It makes it harder to review and worse, the patch subject becomes very generic (cleanup and r

Re: Comments on Weston's text interface

2012-10-15 Thread Yichao Yu
On Mon, Oct 15, 2012 at 9:30 AM, Jan Arne Petersen wrote: > Hi, > > On 10/02/2012 10:29 PM, Pekka Vuorela wrote: >> As mentioned earlier, I've been checking out a bit how the input method >> interface "text" has been proceeding in Weston. Nice stuff on the editor >> and virtual keyboard apps. Base

Re: [PATCH weston] window: don't call output configure uninitialised

2012-10-15 Thread Kristian Høgsberg
On Mon, Oct 15, 2012 at 12:06:53PM +0300, Pekka Paalanen wrote: > Callbacks registered via display_set_output_configure_handler() are > promised to be called when we know the current mode for the output. If > the following order of events happens: > 1. toytoolkit binds to a wl_output global > 2. ap

Re: wayland scanner writes incorrect descriptions on i586

2012-10-15 Thread Kristian Høgsberg
On Mon, Oct 15, 2012 at 12:47:33AM +0200, Olivier Blin wrote: > Hi, > > On i586, wayland scanner writes incorrect descriptions in the header > files, see at the end of this mail for the first few differences between > the x86_64 header and the i586 one. > > On i586, desc_dump() does not use the d

[PATCH vignatti/wayland/doc] doc: Improve libwayland-client doxygen documetation

2012-10-15 Thread Ander Conselvan de Oliveira
Document wl_proxy, wl_display and wl_event_queue classes and add a description to all public entry points. Also fix some typos. --- src/wayland-client.c | 53 +++--- src/wayland-client.h | 48 + 2 files cha

Re: Building Wayland on Ubuntu

2012-10-15 Thread Eunchul Kim
Thank's Rob and Simos. My gcc version is very old as you know. so, I updated gcc version from 4.6 to 4.7 using this web site - http://charette.no-ip.com:81/programming/2011-12-24_GCCv47/ and I success building Wayland. I can start my contribution. (I got some minor error at execution of weston com

Re: Comments on Weston's text interface

2012-10-15 Thread Jan Arne Petersen
Hi, On 10/02/2012 10:29 PM, Pekka Vuorela wrote: > As mentioned earlier, I've been checking out a bit how the input method > interface "text" has been proceeding in Weston. Nice stuff on the editor > and virtual keyboard apps. Based on those, I came up with bunch of > questions, suggestions and co

[PATCH weston] window: don't call output configure uninitialised

2012-10-15 Thread Pekka Paalanen
Callbacks registered via display_set_output_configure_handler() are promised to be called when we know the current mode for the output. If the following order of events happens: 1. toytoolkit binds to a wl_output global 2. application registers an output configure handler 3. the wl_output.mode even