Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
Since libwindowmanager is split from agl-service-windowmanager-2017,
I think the package configuration file should use the same name
as the library, so change the file name to libwindowmanager.pc.
Change-Id: I08ec3a133edfb689b0b44bba4e11f9f222bfb2ff
Signed-off-by: Yuta Doi <yuta-d@witz-inc.co.jp>
|
|
|
|
|
|
wayland-client is not used in this library
(used in binder agl-service-windowmanager-2017)
Bug-AGL: SPEC-1000
Change-Id: I5d5f0cafa79a09e9b34b1d81708c860b4c07a269
Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>
|
|
Change-Id: I96f99de7b5854066691897cdf838f73d3bea0276
Signed-off-by: Yuta Doi <yuta-d@witz-inc.co.jp>
|
|
The windowmanager server treats the event list as a vector,
thus it numbers the events starting from 0.
Likewise we need to change the eventlist to start from 0 in this library.
Related commit : https://gerrit.automotivelinux.org/gerrit/#/c/11481/
Bug-AGL: SPEC-987
Change-Id: I72a36033191b0a43fc8ab6923e2897715d02bcbd
Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>
|
|
For future extensibility, change the argument parameter to json_object
Bug-AGL: SPEC-990
Conflicts:
src/libwindowmanager.cpp
Change-Id: I7015fe26d22489f250b67907870d2863d1e8158b
Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>
|
|
Related commit : https://gerrit.automotivelinux.org/gerrit/#/c/11451/
[Patch Sets 2]
- Remove doc/* because these documents are integtrated
to agl-service-windowmanager-2017.
https://gerrit.automotivelinux.org/gerrit/#/c/11507/1
- Modify the function comments to doxygen format.
Bug-AGL : SPEC-993
Change-Id: Id82ee513e06f0c12eba044b8d42d8dde68063168
Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>
|
|
|