On Tue, Jun 19, 2012 at 12:04:12PM -0400, Kristian Høgsberg wrote:
> On Tue, Jun 19, 2012 at 01:45:56PM +0300, Ander Conselvan de Oliveira wrote:
> > After commit 460a79bd, the compositor will only upload the contents of
> > an shm buffer to a texture during repaint, but at the point the buffer
> >
Add weston.ini section to allow customizing the
format of the displayed time. The redraw interval
is based on whether the required format
contains a second entries (%S %s %T).
In case no settings are found, fall back to default
values.
---
clients/desktop-shell.c | 52 ++
Print an user friendly error mesage when
the variable is not a valid directory.
---
src/compositor.c | 34 +-
1 files changed, 29 insertions(+), 5 deletions(-)
diff --git a/src/compositor.c b/src/compositor.c
index d40a878..f5940aa 100644
--- a/src/compositor.c
+
This provides support for international text in window titles.
---
configure.ac|5 +++--
shared/cairo-util.c | 37 ++---
2 files changed, 25 insertions(+), 17 deletions(-)
diff --git a/configure.ac b/configure.ac
index ce97486..3198d16 100644
--- a/co
On Tue, Jun 19, 2012 at 01:45:56PM +0300, Ander Conselvan de Oliveira wrote:
> After commit 460a79bd, the compositor will only upload the contents of
> an shm buffer to a texture during repaint, but at the point the buffer
> might have been destroyed already. In that case, the surface simply
> isn'
This was causing a leak on every frame when using shm buffers.
---
clients/window.c |2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/clients/window.c b/clients/window.c
index 36caeb3..aaf2009 100644
--- a/clients/window.c
+++ b/clients/window.c
@@ -422,6 +422,8 @@ shm_surf
---
cursor/xcursor.c |5 -
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/cursor/xcursor.c b/cursor/xcursor.c
index 360f7f3..0fe0440 100644
--- a/cursor/xcursor.c
+++ b/cursor/xcursor.c
@@ -883,8 +883,10 @@ load_all_cursors_from_dir(const char *path, int size,
After commit 460a79bd, the compositor will only upload the contents of
an shm buffer to a texture during repaint, but at the point the buffer
might have been destroyed already. In that case, the surface simply
isn't drawn.
The compositor sends a release event when it's done using a buffer, so
this
On Mon, 18 Jun 2012 16:02:34 +0300
Ander Conselvan de Oliveira wrote:
> On 06/18/2012 12:06 PM, Pekka Paalanen wrote:
> > On Fri, 15 Jun 2012 17:27:32 +0300
> > Ander Conselvan de Oliveira
> > wrote:
> >
> >> ---
> >> protocol/wayland.xml | 27 +--
> >> 1 files change