2014-07-07 16:58 に Pekka Paalanen さんは書きました:
On Tue, 20 May 2014 18:57:46 +0900
Nobuhiko Tanibata wrote:
2014-04-25 20:38 に Pekka Paalanen さんは書きました:
> On Mon, 17 Mar 2014 15:28:22 +0900
> Nobuhiko Tanibata wrote:
>
>> The library is used to manage layout of surfaces/layers. Layout change
>> is
2014-07-07 17:04 に Pekka Paalanen さんは書きました:
On Tue, 20 May 2014 19:02:56 +0900
Nobuhiko Tanibata wrote:
2014-04-25 20:55 に Pekka Paalanen さんは書きました:
> On Thu, 20 Mar 2014 16:00:57 +0900
> Nobuhiko Tanibata wrote:
>
>> This is launched from hmi-controller by using hmi_client_start and
>> create
2014-07-07 16:34 に Pekka Paalanen さんは書きました:
On Tue, 20 May 2014 14:05:10 +0900
Nobuhiko Tanibata wrote:
Hi pq,
I applied your comments except for several ones,
>> +struct ivi_shell *shell = wl_resource_get_user_data(resource);
>> +struct ivi_shell_surface *ivisurf = NULL;
>> +str
2014-07-07 16:10 に Pekka Paalanen さんは書きました:
On Tue, 20 May 2014 13:52:55 +0900
Nobuhiko Tanibata wrote:
Hi,
I apply review comments as v5 except following comments.
>> +
>> +struct link_layerPropertyNotification {
>> +layerPropertyNotificationFunc callback;
>> +void *userdata;
>> +
Since the orientation of the tablet can potentially change, this naming scheme
makes a lot more sense then VERTICAL and HORIZONTAL does since they don't
reflect the actual physical movement.
Signed-off-by: Stephen Chandler Paul
---
src/evdev-tablet.c | 4 ++--
src/evdev-tablet.h | 8
Also defaults to printing all events if you specify none.
Removed incorrect "-0" switch which would turn on one of them.
---
clients/eventdemo.c | 42 +-
1 file changed, 33 insertions(+), 9 deletions(-)
diff --git a/clients/eventdemo.c b/clients/eventdemo
---
clients/subsurfaces.c |4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/clients/subsurfaces.c b/clients/subsurfaces.c
index 66a10f2..833030f 100644
--- a/clients/subsurfaces.c
+++ b/clients/subsurfaces.c
@@ -775,8 +775,8 @@ main(int argc, char *argv[])
struct d
This replaces my previous single patch. This version does not change
parse_options return value, and discards the attempt to print automatic
help from the option list, as that was rarely used. Also split all
the client changes into individual patches.
Bill Spitzak (11):
Fixes to parse_options
---
clients/nested.c |7 +--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/clients/nested.c b/clients/nested.c
index 2a952be..f094237 100644
--- a/clients/nested.c
+++ b/clients/nested.c
@@ -1115,8 +1115,11 @@ main(int argc, char *argv[])
struct display *display;
---
clients/scaler.c | 12 ++--
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/clients/scaler.c b/clients/scaler.c
index 3939022..f6d45c7 100644
--- a/clients/scaler.c
+++ b/clients/scaler.c
@@ -274,12 +274,6 @@ main(int argc, char *argv[])
struct timeval tv;
---
clients/editor.c | 15 ++-
1 file changed, 10 insertions(+), 5 deletions(-)
diff --git a/clients/editor.c b/clients/editor.c
index 08d1203..66cba0b 100644
--- a/clients/editor.c
+++ b/clients/editor.c
@@ -1331,11 +1331,16 @@ main(int argc, char *argv[])
for (i = 1; i < a
Option array existed but was unused. Added --font-size.
---
clients/terminal.c | 11 +++
1 file changed, 11 insertions(+)
diff --git a/clients/terminal.c b/clients/terminal.c
index eb133cd..1915c9f 100644
--- a/clients/terminal.c
+++ b/clients/terminal.c
@@ -2991,6 +2991,7 @@ terminal_r
---
clients/wscreensaver.c |8 ++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/clients/wscreensaver.c b/clients/wscreensaver.c
index 47f6c8a..f75d0d8 100644
--- a/clients/wscreensaver.c
+++ b/clients/wscreensaver.c
@@ -310,8 +310,12 @@ int main(int argc, char *argv[])
---
clients/image.c |5 +
1 file changed, 5 insertions(+)
diff --git a/clients/image.c b/clients/image.c
index 112b93d..573117c 100644
--- a/clients/image.c
+++ b/clients/image.c
@@ -412,6 +412,11 @@ main(int argc, char *argv[])
int i;
int image_counter = 0;
+ if (
Fail on malformed numbers, such as --width=100mm
Fail on = after booleans, such as --flag=false
Multiple single-letter booleans in one switch allowed, ie
-xyz is the same as -x -y -z. For wayland modules they all have
to belong to the same module.
Previous version could use text after the null a
---
clients/cliptest.c |8 ++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/clients/cliptest.c b/clients/cliptest.c
index a1928f4..51a4075 100644
--- a/clients/cliptest.c
+++ b/clients/cliptest.c
@@ -893,8 +893,12 @@ main(int argc, char *argv[])
struct display *d;
---
clients/dnd.c | 14 +-
1 file changed, 9 insertions(+), 5 deletions(-)
diff --git a/clients/dnd.c b/clients/dnd.c
index 620cfff..cb13697 100644
--- a/clients/dnd.c
+++ b/clients/dnd.c
@@ -652,7 +652,14 @@ main(int argc, char *argv[])
{
struct display *d;
struct
A couple of notes on the previous emails,
Fabrice, so long as your app ensures that no third-party code can
programmatically grab a shortcut without user agreement, it would make sense to
let it have a privilege.
Quite obviously a compo should have the last word and be able to refuse a
request
Hi,
On 07/08/2014 06:20 AM, Peter Hutterer wrote:
> The resolution-based scaling may result in deltas of 0. The accel code doesn't
> handle 0 deltas too well. 0/0 deltas can't happen for EV_REL devices, so the
> code just isn't designed for it.
>
> Most notably, events with delta 0/0 have no dire
19 matches
Mail list logo