summaryrefslogtreecommitdiff
path: root/ivi-shell/ivi-layout.c
AgeCommit message (Expand)AuthorFilesLines
2017-01-17weston: Properly namespace modules entrypointQuentin Glidic1-1/+3
2017-01-17libweston: Position layers in an absolute wayQuentin Glidic1-1/+3
2016-11-09ivi-shell: describe members of type wl_listUcan, Emre (ADITG/SW1)1-3/+3
2016-11-09ivi-shell: clear unused struct membersUcan, Emre (ADITG/SW1)1-10/+0
2016-07-26include stdint.h for int32_t/uint32_tJussi Kukkonen1-0/+1
2016-07-01ivi-shell: update for manual surface/view mappingArmin Krezović1-0/+2
2016-06-29ivi-shell: introduce ivi_layout_viewUcan, Emre (ADITG/SW1)1-112/+173
2016-06-23Move weston source to compositor/Pekka Paalanen1-1/+1
2016-06-13ivi-shell: remove ivi_layout_get_weston_viewUcan, Emre (ADITG/SW1)1-8/+0
2016-06-03Split the modules and include files between weston and libwestonGiulio Camuffo1-1/+2
2016-06-01ivi-shell: add API for weston_surface -> ivi_layout_surfacePekka Paalanen1-0/+1
2016-05-19ivi: Fix spellings in commentsBryce Harrington1-14/+14
2016-04-29ivi-layout: Correct coordinate adjective grammar, misspellingsYong Bakos1-8/+8
2016-04-12ivi-layout: clear on_layer when layer_destroyWataru Natsume1-0/+1
2016-04-05ivi-shell: rework configure_surface notificationUcan, Emre (ADITG/SW1)1-105/+6
2016-04-05ivi-shell: rework remove_surface notificationUcan, Emre (ADITG/SW1)1-43/+6
2016-04-05ivi-shell: rework remove_layer notificationUcan, Emre (ADITG/SW1)1-42/+6
2016-04-05ivi-shell: rework create_layer_notificationUcan, Emre (ADITG/SW1)1-43/+6
2016-04-05ivi-shell: rework create_surface notificationUcan, Emre (ADITG/SW1)1-43/+6
2016-04-05ivi-shell: rework layer_add_notification APIUcan, Emre (ADITG/SW1)1-88/+7
2016-04-05ivi-shell: rework surface_add_notification APIUcan, Emre (ADITG/SW1)1-74/+6
2016-04-01ivi-shell: move event_mask to properties structUcan, Emre (ADITG/SW1)1-35/+31
2016-03-24ivi-shell: remove ivi_layout_get_screen_output APIUcan, Emre (ADITG/SW1)1-7/+0
2016-03-24ivi-shell: remove ivi_layout_get_screen_from_id APIUcan, Emre (ADITG/SW1)1-16/+1
2016-03-24ivi-shell: implement get_screen_from_outputUcan, Emre (ADITG/SW1)1-3/+17
2016-03-24ivi-shell: use weston_output in public APIsUcan, Emre (ADITG/SW1)1-9/+18
2016-03-24ivi-shell: remove ivi_layout_get_screens APIUcan, Emre (ADITG/SW1)1-34/+0
2016-03-24ivi-shell: remove ivi_layout_get_screen_resolution APIUcan, Emre (ADITG/SW1)1-19/+0
2016-03-24ivi-shell: remove ivi_layout_get_id_of_screen APIUcan, Emre (ADITG/SW1)1-12/+1
2016-03-24ivi-shell: remove id_screenUcan, Emre (ADITG/SW1)1-7/+2
2016-03-17ivi-shell: simplify ivi_layout_screen_set_render_orderUcan, Emre (ADITG/SW1)1-13/+3
2016-03-17ivi-shell: simplify ivi_layout_screen_add_layerUcan, Emre (ADITG/SW1)1-12/+2
2016-03-17ivi-shell: simplify ivi_layout_set_render_orderUcan, Emre (ADITG/SW1)1-16/+3
2016-03-17ivi-shell: simplify ivi_layout_layer_add_surfaceUcan, Emre (ADITG/SW1)1-12/+2
2016-03-17ivi-shell: simplify ivi_layout_remove_surfaceUcan, Emre (ADITG/SW1)1-11/+2
2016-03-16ivi-shell: introduce ivi-layout-shell.hPekka Paalanen1-0/+1
2016-03-16ivi-shell: remove configured signal from ivi-layoutPekka Paalanen1-24/+0
2016-03-16ivi-shell: call shell_surface_send_configure() directlyPekka Paalanen1-2/+11
2016-03-15ivi-shell: remove content_observer notificationUcan, Emre (ADITG/SW1)1-16/+0
2016-03-15ivi-shell: Remove all surface transitions when it is being removed.Mateusz Polrola1-0/+2
2016-03-04ivi-shell: remove ivi_layout_layer_set_dimension APIUcan, Emre \(ADITG/SW1\)1-26/+0
2016-03-04ivi-shell: remove ivi_layout_surface_set_dimension APIUcan, Emre \(ADITG/SW1\)1-25/+0
2016-03-04ivi-shell: remove ivi_layout_layer_set_position APIUcan, Emre \(ADITG/SW1\)1-25/+1
2016-03-04ivi-shell: remove ivi_layout_surface_set_position APIUcan, Emre \(ADITG/SW1\)1-24/+0
2016-03-04ivi-shell: remove ivi_layout_layer_get_orientation APIUcan, Emre \(ADITG/SW1\)1-12/+0
2016-03-04ivi-shell: remove ivi_layout_surface_get_orientation APIUcan, Emre \(ADITG/SW1\)1-12/+0
2016-03-04ivi-shell: remove ivi_layout_layer_get_dimension APIUcan, Emre \(ADITG/SW1\)1-16/+0
2016-03-04ivi-shell: remove ivi_layout_surface_get_dimension APIUcan, Emre \(ADITG/SW1\)1-16/+0
2016-03-04ivi-shell: remove ivi_layout_layer_get_position APIUcan, Emre \(ADITG/SW1\)1-16/+0
2016-03-04ivi-shell: remove ivi_layout_surface_get_position APIUcan, Emre \(ADITG/SW1\)1-16/+0