I Haven't tried this in a while, but it may still be relevant...
http://lists.freedesktop.org/archives/wayland-devel/2012-October/005719.html
I'm fairly sure, though, that gstreamer-vaapi still only works with gst-0.10
and is updated to the Wayland 1.0 protocol.
U. Artie
From: wayland-devel-bo
Updates since last patch:
- The weston.ini.5 is now generated from weston.ini.man by automake
- Track changes in weston.ini format: core, input-method sections.
- animation: make zoom, fade bold.
- More examples for keymap layous.
- Example for term=xterm-256color
- Use key= instead of optio
On Wednesday 16 January 2013 21:26:55,Jan Arne Petersen :
> From: Jan Arne Petersen
>
> Move the input_panel interface from desktop-shell to input-method (since
> it is not really tied to desktop-shell).
>
> Add an input_panel_surface interface like wl_shell_surface to make it
> easier to extend i
On Wed, Jan 16, 2013 at 11:22 PM, David Herrmann
wrote:
> Hi Philip
>
> I like the simple design of this. I don't think we need to share much
> of the code as it's pretty simple.
>
> I haven't checked all of it, but some comments below.
>
> Thanks
> David
>
> On Tue, Jan 15, 2013 at 3:08 PM, Phili
On 01/15/2013 09:13 PM, Kristian Høgsberg wrote:
> - If a patch wasn't committed or dropped, I probably forgot about,
>remind me by replying to the patch queue mail (including this one).
* Pending input method support patches
- I created a series with all pending patches at
http://lists.free
From: Jan Arne Petersen
Commit pending pre-edit text when focus-out or changing the cursor
location.
Signed-off-by: Jan Arne Petersen
---
clients/editor.c | 54 +-
1 file changed, 49 insertions(+), 5 deletions(-)
diff --git a/clients/editor.
From: Jan Arne Petersen
There are some penfing input method support patches. I rebased them on master.
* Add pre-edit styling support to the text protocol and the
keyboard and editor examples. The editor example client
depends on pango (for text layout) now.
* Support content types in text prot
From: Jan Arne Petersen
Set the pre-edit cursor on the clicked index on invoke_action.
Signed-off-by: Jan Arne Petersen
---
clients/keyboard.c | 32 ++--
1 file changed, 26 insertions(+), 6 deletions(-)
diff --git a/clients/keyboard.c b/clients/keyboard.c
index 204
From: Jan Arne Petersen
Add a request to be called by the client when the word currently being
composed is tapped by the user. Input methods often use this information
to offer more word suggestions to the user.
Signed-off-by: Jan Arne Petersen
---
protocol/input-method.xml | 4
protocol
From: Jan Arne Petersen
Add pango dependency to the example and use pango for text handling.
Signed-off-by: Jan Arne Petersen
---
clients/Makefile.am | 8 +-
clients/editor.c| 444 +++-
configure.ac| 3 +
3 files changed, 170 inse
From: Jan Arne Petersen
Add a struct weston_keyboard, to handle the input method grab.
Signed-off-by: Jan Arne Petersen
---
src/compositor.c| 29 +++--
src/compositor.h| 9 -
src/shell.c | 10 --
src/text-backend.c | 48
From: Jan Arne Petersen
The serial argument will allow to ignore outdated events from before a
reset request.
Signed-off-by: Jan Arne Petersen
---
clients/editor.c | 13 -
clients/keyboard.c | 20 ++--
clients/weston-simple-im.c | 21 ++
From: Jan Arne Petersen
Also add a separate preedit-cursor event and add a commit argument to
preedit-string to allow to support commit on reset. Fix editor and
keyboard example to adapt to the protocol changes.
Signed-off-by: Jan Arne Petersen
---
clients/editor.c | 73 +
From: Jan Arne Petersen
Adds a button to the keyboard to support different styles of pre-edit
styling.
Signed-off-by: Jan Arne Petersen
---
clients/keyboard.c | 85 +++---
1 file changed, 61 insertions(+), 24 deletions(-)
diff --git a/clients/ke
From: Jan Arne Petersen
Signed-off-by: Jan Arne Petersen
---
clients/weston-simple-im.c | 20 +++-
1 file changed, 19 insertions(+), 1 deletion(-)
diff --git a/clients/weston-simple-im.c b/clients/weston-simple-im.c
index bb01332..cb91aeb 100644
--- a/clients/weston-simple-im.c
From: Jan Arne Petersen
Support content types in text protocol. Content is defined by a hint
bitmask and a purpose field.
Signed-off-by: Jan Arne Petersen
---
protocol/input-method.xml | 4
protocol/text.xml | 52 ++-
src/text-backend.c
From: Jan Arne Petersen
Move the input_panel interface from desktop-shell to input-method (since
it is not really tied to desktop-shell).
Add an input_panel_surface interface like wl_shell_surface to make it
easier to extend it. Also add a parameter to the set_toplevel request to
be able to spec
From: Jan Arne Petersen
Call invoke_action request when a currently composed word is clicked.
Signed-off-by: Jan Arne Petersen
---
clients/editor.c | 52 +---
1 file changed, 41 insertions(+), 11 deletions(-)
diff --git a/clients/editor.c b/clie
From: Jan Arne Petersen
Allow an input panel to attach a NULL-buffer for hiding.
Signed-off-by: Jan Arne Petersen
---
src/shell.c | 12 +---
1 file changed, 9 insertions(+), 3 deletions(-)
diff --git a/src/shell.c b/src/shell.c
index 1bc6142..0f25663 100644
--- a/src/shell.c
+++ b/src
From: Jan Arne Petersen
Add support for a numeric key layout, which is used for some numeric
content purpose types.
Signed-off-by: Jan Arne Petersen
---
clients/keyboard.c | 126 ++---
1 file changed, 110 insertions(+), 16 deletions(-)
diff --gi
From: Jan Arne Petersen
Set the content type purpose to numeric of the second entry.
Signed-off-by: Jan Arne Petersen
---
clients/editor.c | 37 -
1 file changed, 20 insertions(+), 17 deletions(-)
diff --git a/clients/editor.c b/clients/editor.c
index ef1dd
From: Jan Arne Petersen
Signed-off-by: Jan Arne Petersen
---
protocol/text.xml | 26 +-
1 file changed, 21 insertions(+), 5 deletions(-)
diff --git a/protocol/text.xml b/protocol/text.xml
index 2b31b01..1871619 100644
--- a/protocol/text.xml
+++ b/protocol/text.xml
@@ -
From: Jan Arne Petersen
Ignore multiple calls with the same surface in input_panel_set_surface.
Signed-off-by: Jan Arne Petersen
---
src/shell.c | 8
1 file changed, 8 insertions(+)
diff --git a/src/shell.c b/src/shell.c
index 0f25663..898d228 100644
--- a/src/shell.c
+++ b/src/shell
From: Jan Arne Petersen
Signed-off-by: Jan Arne Petersen
---
clients/editor.c | 18 ++
1 file changed, 18 insertions(+)
diff --git a/clients/editor.c b/clients/editor.c
index 462c400..2909109 100644
--- a/clients/editor.c
+++ b/clients/editor.c
@@ -304,6 +304,24 @@ text_model_k
Hi Philip
I like the simple design of this. I don't think we need to share much
of the code as it's pretty simple.
I haven't checked all of it, but some comments below.
Thanks
David
On Tue, Jan 15, 2013 at 3:08 PM, Philip Withnall wrote:
> This is an initial version of an fbdev backend for Wes
On Wed, 16 Jan 2013 12:40:15 +0200
Pekka Paalanen wrote:
> Update the matrix always, regardless of transform.enabled. Will make it
> easier to inherit a surface transform.
>
> Signed-off-by: Pekka Paalanen
> ---
> src/compositor.c |5 +
> src/compositor.h |6 --
> 2 files chang
Implement the final bits needed to have inheritable surface
transformations:
- add 'parent' to weston_matrix_pointer, so that
weston_surface_update_transform() knows to update the parent surface
first
- add 'dirty_signal' to weston_surface, so that when the parent's
transformation gets dirtie
Define struct weston_matrix_pointer, which acts as pointer to a matrix,
not a matrix itself. This type is stored into
weston_surface::geometry.transformation_list instead of
weston_transform.
This is a step towards making surface transformations properly
inheritable. Transformation list can refer
Instead of directly setting the dirty flag on weston_surface geometry,
use a function for that.
This allows us to hook into geometry dirtying in following patches.
Also add comments to weston_surface fields, whose modification causes
transform state to become outdated.
Signed-off-by: Pekka Paala
Update the matrix always, regardless of transform.enabled. Will make it
easier to inherit a surface transform.
Signed-off-by: Pekka Paalanen
---
src/compositor.c |5 +
src/compositor.h |6 --
2 files changed, 9 insertions(+), 2 deletions(-)
diff --git a/src/compositor.c b/src/co
On Tue, 15 Jan 2013 14:08:10 +
Philip Withnall wrote:
> This is an initial version of an fbdev backend for Weston. I don't
> consider it polished; I'm just looking for rough feedback at the
> moment. The work is also available as a gitorious branch if anyone
> prefers that:
> https://gitoriou
On Tue, 15 Jan 2013 15:13:04 -0500
Kristian Høgsberg wrote:
> So without further ado, here's the list I have now:
>
> * Subsurface (Pekka Paalanen)
>
> - Still work-in-progress. There are a few corner cases around
> commit behavior and clipping that we need to get consensus on.
> Als
32 matches
Mail list logo