aboutsummaryrefslogtreecommitdiffstats
path: root/src/wayland_ivi_wm.cpp
AgeCommit message (Collapse)AuthorFilesLines
2018-06-11Fix bugKazumasa Mitsunari1-2/+2
Change-Id: I5cf922050095dca3dd304acbc25e4b62d2113ab1 Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>
2018-06-11Bind surface properties to adding floating surfaceKazumasa Mitsunari1-0/+1
Change-Id: Ib582d4d40ccaebf24c2990a4a0d04bcc1a266f72 Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>
2018-06-10Get pid from callbackKazumasa Mitsunari1-1/+9
Add new function into wayland_ivi_wm Get surface properties function. Change-Id: Id2d98d7751c02de59dd118cffddfdf1b6bf0814e Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>
2018-05-30Format source codesKazumasa Mitsunari1-351/+451
Change-Id: I28e99487b814b23fe99aa6bc8ec4538af3940acf Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>
2018-02-09Add APIs which can get information about the display and the surface areaYuta Doi1-0/+3
getDisplayInfo() can get the display information as follows: - width[pixel] - height[pixel] - width[mm] - height[mm] NOTE: It uses wl_output::geometry() for getting physical width[mm] and height[mm] of the display, but the value is different with measured value. value from wl_output::geometry(): width:320 height:520 measured value : width:193 height:343 getAreaInfo() can get the information of area drawn by the application as follows: - x-coordinate - y-coordinate - width - height The details are described in doc/ApplicationGuide.md. Bug-AGL: SPEC-1087 Change-Id: I9e6d64ff04e0845b83c69db374d06af17a6d6b66 Signed-off-by: Yuta Doi <yuta-d@witz-inc.co.jp>
2018-01-24Change the protocol from ivi-controller to ivi-wmYuta Doi1-0/+647
This patch is for master branch only. For using wayland-ivi-extension version 2.x, the wayland protocol in WindowManager is changed from ivi-controller to ivi-wm. NOTE: If using this patch, the modification for AGL/meta-agl which described in SPEC-1244 is necessary. Bug-AGL: SPEC-1244 Change-Id: I5489db202dfeec8f4626aee53bd1f86c145b95d9 Signed-off-by: Yuta Doi <yuta-d@witz-inc.co.jp>