When we would build weston with libxkb 0.2.0 it would succesfully
compile, but the keybaord and desktop-shell wouldn't load, and
Weston wouldn't run.
Signed-off-by: Brian Lovin
---
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configur
From: Brian J Lovin
Add support for unlocking on touch up using the
green button on the unlock dialog
Signed-off-by: Brian J Lovin
---
clients/desktop-shell.c | 29 +
1 file changed, 29 insertions(+)
diff --git a/clients/desktop-shell.c b/clients/desktop-shell.c
in
Added support for touching the green unlock button.
Signed-off-by: Brian Lovin
---
clients/desktop-shell.c | 15 +++
1 file changed, 15 insertions(+)
diff --git a/clients/desktop-shell.c b/clients/desktop-shell.c
index 319382d..3f49f7d 100644
--- a/clients/desktop-shell.c
+++ b
If fdopen() fails we just close the fd and return, failing
the copy-and-paste.
Signed-off-by: Brian Lovin
---
clients/terminal.c | 4
1 file changed, 4 insertions(+)
diff --git a/clients/terminal.c b/clients/terminal.c
index 1cc26d0..acf7b85 100644
--- a/clients/terminal.c
+++ b/clients
For the clients continue to use xmalloc() to simplify OOM-handling.
Signed-off-by: Brian Lovin
---
clients/dnd.c | 6 ++
clients/editor.c | 3 ++-
clients/keyboard.c | 4 ++--
clients/resizor.c | 4 +---
clients/screenshot.c | 2 +-
clients/subsurfaces.c | 8
We never verify that fdopen() succeeds in terminal_send_selection().
Signed-off-by: Brian Lovin
---
clients/terminal.c | 4
1 file changed, 4 insertions(+)
diff --git a/clients/terminal.c b/clients/terminal.c
index 1cc26d0..5f9ee55 100644
--- a/clients/terminal.c
+++ b/clients/terminal.c
Signed-off-by: Brian Lovin
---
src/test/efl/test_dayselector.cpp | 112 +-
1 file changed, 111 insertions(+), 1 deletion(-)
diff --git a/src/test/efl/test_dayselector.cpp
b/src/test/efl/test_dayselector.cpp
index 254991f..172926d 100644
--- a/src/test/efl
Signed-off-by: Brian Lovin
---
src/test/efl/test_dayselector.cpp | 114 +-
1 file changed, 113 insertions(+), 1 deletion(-)
diff --git a/src/test/efl/test_dayselector.cpp
b/src/test/efl/test_dayselector.cpp
index 254991f..c8f4e35 100644
--- a/src/test/efl
Added test_button.cpp and the gtk+ test case
ButtonClickTest
Signed-off-by: Brian Lovin
---
src/test/gtk+/Makefile.am | 3 +-
src/test/gtk+/test_button.cpp | 138 ++
2 files changed, 140 insertions(+), 1 deletion(-)
create mode 100644 src/test/gtk
Added test_button.cpp and the gtk+ test case
ButtonClickTest
Signed-off-by: Brian Lovin
---
src/test/gtk+/Makefile.am | 3 +-
src/test/gtk+/test_button.cpp | 138 ++
2 files changed, 140 insertions(+), 1 deletion(-)
create mode 100644 src/test/gtk
10 matches
Mail list logo