Re: Orbital 0.1

2014-01-28 Thread Michael Hasselmann
[0]: http://min.us/m7qsx2pHqpImB [1]: http://www.youtube.com/watch?v=bd1hguj2bPE Giulio Looks great, thanks for sharing! Agree, good work. But what *is* orbit and the other thing, in a single sentence? Compiz-ng? ciao Michael ___

Re: [Accessibility] Need to be able to register for key events globally

2013-12-17 Thread Michael Hasselmann
Hi, On Tue, 2013-12-17 at 11:23 +0100, Piñeiro wrote: Well, if we can consider an on-screen keyboard, or a screen reader trusted clients, but we can't consider as a trusted client the daemon providing accessibility services, then we have a problem. A bridge to connect existing accessibility

RE: Payload size and text.xml in weston

2013-12-17 Thread Michael Hasselmann
On Mon, 2013-12-16 at 11:52 +0900, Elvis Lee(KwangWoong Lee) wrote: I just started to feel that something is wrong on our implementation. Anyway let me explain current state. 'set_surrounding_text' carries whole text of input box(UX). Now it's used to support an action 'clear all' with

Re: Payload size and text.xml in weston

2013-12-13 Thread Michael Hasselmann
On Thu, 2013-12-12 at 18:23 -0600, Jason Ekstrand wrote: Elvis, On Dec 12, 2013 2:08 AM, Elvis Lee(KwangWoong Lee) kwangwoong@lge.com wrote: While using text protocol in Weston, we encountered some cases which exceeds the limitation. For example, set_surrounding_text carries a

Re: weston and hardware keyboard

2013-06-17 Thread Michael Hasselmann
On Mon, 2013-06-17 at 18:08 +0200, Marc Chalain wrote: Hello, My first observation is we need a PC keyboard support at the end ( often a virtual keyboard). There's an input method procotol that we intended to use for virtual keyboards. Try weston's clients/editor.c together with the example

Re: Compiling weston now needs colord

2013-05-30 Thread Michael Hasselmann
On Tue, 2013-05-28 at 22:16 -0700, Bill Spitzak wrote: Running autogen.sh in weston with --disable-colord works to avoid this, I suspect nothing I care about is lost this way. I ran into the very same problems. I would have preferred if such new dependencies were optional or if someone would

Re: Hawaii is usable now

2013-04-01 Thread Michael Hasselmann
On Mon, 2013-04-01 at 16:46 +0200, Pier Luigi wrote: Hi, Hawaii is a lightweight desktop environment for Wayland written using QtQuick 2.x. Very nice! Do you have a recent screencast for http://www.youtube.com/user/mauidesktop perhaps? ciao Michael

Re: [PATCH wayland] client: Invoke new_id closure arguments as pointers instead of integers

2013-03-15 Thread Michael Hasselmann
Could we get this merged please? It fixes an annoying crasher bug for us (see FDO#62367). Thanks, Michael On Fri, 2013-03-08 at 18:44 +0100, Jonas Ådahl wrote: This commit adds a flags parameter to wl_closure_invoke(). The so far added flags are ment to specify if the invokation is client side

Re: [PATCH 00/13] Clean up text protocol and move to wayland

2013-02-19 Thread Michael Hasselmann
On Tue, 2013-02-19 at 23:31 +0200, Pekka Vuorela wrote: On 19.02.2013 22:11, Jan Arne Petersen wrote: With this series we try to get the text protocol into Wayland (so it can be supported by toolkits). The input-method protocol for input methods is not ready yet and will be included into

Rename text_model and text_model_factory?

2013-02-02 Thread Michael Hasselmann
Hi! Shouldn't the naming for the complementary interfaces in Weston's protocol/text.xml and protocol/input-method.xml be more consistent? For instance, there's text_model and text_model_factory interfaces in text.xml, but in input-method.xml, the corresponding interfaces are called

Re: Rename text_model and text_model_factory?

2013-02-02 Thread Michael Hasselmann
On Sat, 2013-02-02 at 13:39 +0100, Michael Hasselmann wrote: Hi! Shouldn't the naming for the complementary interfaces in Weston's protocol/text.xml and protocol/input-method.xml be more consistent? For instance, there's text_model and text_model_factory interfaces in text.xml

Re: [PATCH 2/5] text: Add commit request

2013-01-31 Thread Michael Hasselmann
On Thu, 2013-01-31 at 15:52 +0100, Jan Arne Petersen wrote: From: Jan Arne Petersen jpeter...@openismus.com Allows for atomic state changes. Updated surrounding text, content type and micro focus is taken into account all at once at commit. Does this enforce the atomicity of state changes or

Re: [PATCH RFC] Add language and text-direction to text protocol

2013-01-31 Thread Michael Hasselmann
On Thu, 2013-01-31 at 09:33 -0800, Bill Spitzak wrote: On 01/31/2013 08:44 AM, Jan Arne Petersen wrote: From: Jan Arne Petersen jpeter...@openismus.com The proposed API allows to send the language and text-direction for inserted text from an input-method to an application. Can't

Re: FOSDEM2013: DevRoom or not?

2012-12-01 Thread Michael Hasselmann
On Fri, 2012-09-28 at 23:51 +0200, Luc Verhaegen wrote: We still have, i hope (depends on what the FOSDEM organizers have left for us), 6 slots fully open: first come first serve, and the earlier bird gets the nicer slot! Thanks all, especially those who stepped up already. What's the

Re: [PATCH v2 16/17] text: Add support for control keys to the protocol

2012-09-10 Thread Michael Hasselmann
On Sun, 2012-09-09 at 23:08 +0200, Jan Arne Petersen wrote: From: Jan Arne Petersen jpeter...@openismus.com Add key event to the text_model interface and a key request to the input_method_context interface. Implement it in the example editor client and the example keyboard. Could mention

Re: Input method and input/output redirect under wayland

2012-08-30 Thread Michael Hasselmann
On Mon, 2012-08-27 at 21:02 -0400, Yichao Yu wrote: Hi, How can the proposed input method system[1] support the input method server drawing a window around the cursor for user interaction? Best to check Weston keyboard example:

Re: [RFC] compositor: Simple key repeat implementation.

2012-03-08 Thread Michael Hasselmann
On Wed, 2012-03-07 at 15:35 -0700, Scott Moreau wrote: On Wed, Mar 7, 2012 at 3:27 PM, Daniel Stone dan...@fooishbar.org wrote: Hi, On 7 March 2012 22:21, Scott Moreau ore...@gmail.com wrote: There's nothing fancy about this, we just set a timer and

Designing an input method system for Wayland

2012-03-04 Thread Michael Hasselmann
Hi, I wrote down an initial design proposal [P] that would allow integration of input methods with Wayland. I worked on text input methods for the Nokia N9, for the last two years, so that's where I am coming from. I think we can basically break it down to two additional Wayland protocols, and

Re: [PATCH 0/3] Resubmit - Unit test framework for Wayland

2012-03-02 Thread Michael Hasselmann
On Thu, 2012-03-01 at 22:34 -0500, Kristian Høgsberg wrote: Hi Artie, Thanks for starting this. Looks good and certainly when we start adding tests for some of the more complex objects and data structures in the library (wl_map would be a good next step), it will be a good way to avoid

Re: [PATCH RFC] protocol: add xslt stylesheet to prettify the protocol

2012-02-24 Thread Michael Hasselmann
On Fri, 2012-02-24 at 17:42 +1000, Peter Hutterer wrote: I've played around a bit today and the result is this: http://people.freedesktop.org/~whot/Wayland/tmp/en-US/html/ The blue text for type names etc. is a bit confusing, in the sense that they are not links. regards, Michael

Re: [PATCH RFC] protocol: add xslt stylesheet to prettify the protocol

2012-02-23 Thread Michael Hasselmann
On Thu, 2012-02-23 at 21:20 +1000, Peter Hutterer wrote: On 23/02/12 19:57 , Tiago Vignatti wrote: On 02/23/2012 07:58 AM, Peter Hutterer wrote: Includes rudimentary styling only. Signed-off-by: Peter Huttererpeter.hutte...@who-t.net --- A few things to note: - I'm not a designer

Re: Passive and active attacks via X11. Is Wayland any better?

2012-02-17 Thread Michael Hasselmann
On Fri, 2012-02-17 at 12:05 -0800, Bill Spitzak wrote: Kristian Høgsberg wrote: 1) Are you planning to support on-screen keyboard apps? If so, how this is going to be implemented, so that a malicious/compromised app couldn't act as such on-screen keyboard and inject keystrokes to other

spec: Fix the escaping of special characters in Interfaces section

2012-02-16 Thread Michael Hasselmann
Hi, just noticed these small issues while going through the available Wayland documentation. regards, Michael From cf98b94497fc8e9a2e9eb5c2f99a9b21f20fe1d0 Mon Sep 17 00:00:00 2001 From: Michael Hasselmann micha...@openismus.com Date: Thu, 16 Feb 2012 11:55:32 +0100 Subject: [PATCH] spec: Fix

Re: spec: Fix the escaping of special characters in Interfaces section

2012-02-16 Thread Michael Hasselmann
On Thu, 2012-02-16 at 15:40 +0200, Tiago Vignatti wrote: On 02/16/2012 01:42 PM, Michael Hasselmann wrote: Hi, just noticed these small issues while going through the available Wayland documentation. FYI, this short-circuit with the idea of dynamically dump the interfaces on the doc

Re: RFC: multitouch support v2

2011-12-22 Thread Michael Hasselmann
On Thu, 2011-12-22 at 11:40 -0800, Chase Douglas wrote: Off the top of my head, I would think Wayland should automatically create the equivalent of X master pointer devices for each touchscreen device. There shouldn't be a sprite for touchscreens, though the WM could do fancy effects like

Wayland's client protocol header is not self contained

2011-06-19 Thread Michael Hasselmann
df9af09af8104b71d09b49deb98713a59e47ddfd Mon Sep 17 00:00:00 2001 From: Michael Hasselmann micha...@openismus.com Date: Sun, 19 Jun 2011 19:39:39 +0200 Subject: [PATCH] Include wayland-client.h in exported client protocol headers --- wayland/scanner.c |6 -- 1 files changed, 4 insertions(+), 2 deletions