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
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
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.
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
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
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
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
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
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
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
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
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
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
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
14 matches
Mail list logo