summaryrefslogtreecommitdiff
path: root/ivi-shell/ivi-layout.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-16ivi-shell: activate desktop surfaceTomohito Esaki1-0/+63
2023-07-25ivi-layout: Remove weston_view_schedule_repaint()Philipp Zabel1-2/+0
2023-07-25ivi-layout: Use weston_view_move_to_layer()Philipp Zabel1-12/+8
2023-07-25ivi-layout: Use weston_view_set_alpha()Philipp Zabel1-1/+1
2023-07-25ivi-layout: Use weston_view_add/remove_transform()Philipp Zabel1-8/+5
2023-06-12libweston: Use weston_coord in struct weston_outputDerek Foreman1-5/+5
2023-04-19ivi-layout: simplify APIMichael Olbrich1-237/+89
2023-03-14ivi-shell: add input panel supportMichael Olbrich1-6/+147
2023-03-14ivi-layout: add surface type to the surface propertiesMichael Olbrich1-3/+7
2023-02-14ivi-shell: add commit_current into ivi_layout interfaceTran Ba Khang(MS/EMC31-XC)1-0/+13
2023-02-07ivi-shell: simplify surface creationMichael Olbrich1-9/+2
2023-02-07ivi-shell: use x*alloc for small allocationsMichael Olbrich1-50/+11
2022-11-10ivi-shell: add new signal to notify ivi shell destroyingTran Ba Khang(MS/EMC31-XC)1-0/+34
2022-11-04ivi-shell: listen output_destroyed_signalEmre Ucan1-0/+42
2022-11-04ivi-shell: listen output_created signalEmre Ucan1-18/+32
2022-11-03ivi-shell: Set view mask solely based on source rectangleHarsha M M1-12/+1
2022-10-24ivi-layout: fix rectangle calculation by calc_inverse_matrix_transform()Michael Olbrich1-8/+8
2022-10-19ivi-shell: fix free in get_layers_under_surfaceMichael Tretter1-5/+4
2022-09-29ivi-shell: activate keyboard focus for xdg-shell surfaceTomohito Esaki1-0/+2
2022-06-16libweston: Add weston_surface_map() wrapperDaniel Stone1-1/+1
2022-04-14ivi-shell: emit created notification earlier for desktop surfacesMichael Olbrich1-3/+13
2021-05-28ivi-shell: call weston_layer_fini()Pekka Paalanen1-0/+10
2020-08-17ivi-shell: Avoid unnecessary scaling of the view transformation matrixRajendraprasad K J1-3/+7
2019-07-01ivi-layout: unmap desktop surfaces in ivi_view_destroy()Michael Olbrich1-2/+1
2019-07-01ivi-layout: use libweston-desktop api is to send configure events everywhereMichael Olbrich1-12/+19
2019-04-18Rename compositor.h to libweston/libweston.hPekka Paalanen1-1/+1
2019-02-20Fix typos all around (thanks codespell!)Emmanuel Gil Peyrot1-2/+2
2019-02-06ivi-layout: use libweston-desktop api for configure eventMichael Teyfel1-3/+9
2019-02-06ivi-layout: use libweston-desktop api for viewsMichael Teyfel1-2/+11
2019-02-06ivi-layout: introduced surface create and configureMichael Teyfel1-23/+50
2019-02-06ivi-layout: introduced configure_desktop_changedMichael Teyfel1-0/+17
2019-02-06layout-interface: added interface to change surface idMichael Teyfel1-0/+39
2018-11-02ivi-shell: check ivi_view mappedness in commit_changes()Emre Ucan1-26/+1
2018-11-02ivi-shell: unmap views which are not in scenegraphEmre Ucan1-0/+17
2018-11-02ivi-shell: Add build_view_list functionEmre Ucan1-4/+14
2018-02-08ivi-shell: fix the layer assignment change from one screen to anotherEmre Ucan1-0/+5
2018-02-08ivi-shell: don't expilicitly assign outputs to viewsEmre Ucan1-1/+0
2018-02-08ivi-shell: don't schedule compositor repaintEmre Ucan1-7/+6
2018-02-07ivi-shell: don't load controller modulesEmre Ucan1-40/+0
2018-02-07ivi-shell: register ivi_layout_interfaceEmre Ucan1-0/+6
2017-11-24ivi-shell: Fix incorrect use of logical instead of bitwise operatorAlexandros Frantzis1-1/+1
2017-07-24ivi-shell: remove orientation calculationUcan, Emre (ADITG/SW1)1-76/+4
2017-07-24ivi-shell: remove layer_set_orientation APIUcan, Emre (ADITG/SW1)1-23/+0
2017-07-24ivi-shell: remove surface_set_orientation APIUcan, Emre (ADITG/SW1)1-23/+0
2017-07-24ivi-shell: add_screen_remove_layer APIUcan, Emre (ADITG/SW1)1-0/+22
2017-03-31ivi-layout: Add missing free() in ivi_view_createRaúl Peñacoba1-0/+1
2017-02-07ivi-shell: Damage view below after unmappingUcan, Emre (ADITG/SW1)1-1/+12
2017-02-06ivi-shell: simplify commit_changes functionUcan, Emre (ADITG/SW1)1-20/+21
2017-02-06ivi-shell: pass only ivi_view to update_propUcan, Emre (ADITG/SW1)1-9/+5
2017-01-27ivi-shell: don't check layer is already on the screenUcan, Emre (ADITG/SW1)1-5/+0