summaryrefslogtreecommitdiff
path: root/ivi-shell/ivi-layout.c
Commit message (Expand)AuthorAgeFilesLines
* ivi: Fix spellings in commentsBryce Harrington2016-05-191-14/+14
* ivi-layout: Correct coordinate adjective grammar, misspellingsYong Bakos2016-04-291-8/+8
* ivi-layout: clear on_layer when layer_destroyWataru Natsume2016-04-121-0/+1
* ivi-shell: rework configure_surface notificationUcan, Emre (ADITG/SW1)2016-04-051-105/+6
* ivi-shell: rework remove_surface notificationUcan, Emre (ADITG/SW1)2016-04-051-43/+6
* ivi-shell: rework remove_layer notificationUcan, Emre (ADITG/SW1)2016-04-051-42/+6
* ivi-shell: rework create_layer_notificationUcan, Emre (ADITG/SW1)2016-04-051-43/+6
* ivi-shell: rework create_surface notificationUcan, Emre (ADITG/SW1)2016-04-051-43/+6
* ivi-shell: rework layer_add_notification APIUcan, Emre (ADITG/SW1)2016-04-051-88/+7
* ivi-shell: rework surface_add_notification APIUcan, Emre (ADITG/SW1)2016-04-051-74/+6
* ivi-shell: move event_mask to properties structUcan, Emre (ADITG/SW1)2016-04-011-35/+31
* ivi-shell: remove ivi_layout_get_screen_output APIUcan, Emre (ADITG/SW1)2016-03-241-7/+0
* ivi-shell: remove ivi_layout_get_screen_from_id APIUcan, Emre (ADITG/SW1)2016-03-241-16/+1
* ivi-shell: implement get_screen_from_outputUcan, Emre (ADITG/SW1)2016-03-241-3/+17
* ivi-shell: use weston_output in public APIsUcan, Emre (ADITG/SW1)2016-03-241-9/+18
* ivi-shell: remove ivi_layout_get_screens APIUcan, Emre (ADITG/SW1)2016-03-241-34/+0
* ivi-shell: remove ivi_layout_get_screen_resolution APIUcan, Emre (ADITG/SW1)2016-03-241-19/+0
* ivi-shell: remove ivi_layout_get_id_of_screen APIUcan, Emre (ADITG/SW1)2016-03-241-12/+1
* ivi-shell: remove id_screenUcan, Emre (ADITG/SW1)2016-03-241-7/+2
* ivi-shell: simplify ivi_layout_screen_set_render_orderUcan, Emre (ADITG/SW1)2016-03-171-13/+3
* ivi-shell: simplify ivi_layout_screen_add_layerUcan, Emre (ADITG/SW1)2016-03-171-12/+2
* ivi-shell: simplify ivi_layout_set_render_orderUcan, Emre (ADITG/SW1)2016-03-171-16/+3
* ivi-shell: simplify ivi_layout_layer_add_surfaceUcan, Emre (ADITG/SW1)2016-03-171-12/+2
* ivi-shell: simplify ivi_layout_remove_surfaceUcan, Emre (ADITG/SW1)2016-03-171-11/+2
* ivi-shell: introduce ivi-layout-shell.hPekka Paalanen2016-03-161-0/+1
* ivi-shell: remove configured signal from ivi-layoutPekka Paalanen2016-03-161-24/+0
* ivi-shell: call shell_surface_send_configure() directlyPekka Paalanen2016-03-161-2/+11
* ivi-shell: remove content_observer notificationUcan, Emre (ADITG/SW1)2016-03-151-16/+0
* ivi-shell: Remove all surface transitions when it is being removed.Mateusz Polrola2016-03-151-0/+2
* ivi-shell: remove ivi_layout_layer_set_dimension APIUcan, Emre \(ADITG/SW1\)2016-03-041-26/+0
* ivi-shell: remove ivi_layout_surface_set_dimension APIUcan, Emre \(ADITG/SW1\)2016-03-041-25/+0
* ivi-shell: remove ivi_layout_layer_set_position APIUcan, Emre \(ADITG/SW1\)2016-03-041-25/+1
* ivi-shell: remove ivi_layout_surface_set_position APIUcan, Emre \(ADITG/SW1\)2016-03-041-24/+0
* ivi-shell: remove ivi_layout_layer_get_orientation APIUcan, Emre \(ADITG/SW1\)2016-03-041-12/+0
* ivi-shell: remove ivi_layout_surface_get_orientation APIUcan, Emre \(ADITG/SW1\)2016-03-041-12/+0
* ivi-shell: remove ivi_layout_layer_get_dimension APIUcan, Emre \(ADITG/SW1\)2016-03-041-16/+0
* ivi-shell: remove ivi_layout_surface_get_dimension APIUcan, Emre \(ADITG/SW1\)2016-03-041-16/+0
* ivi-shell: remove ivi_layout_layer_get_position APIUcan, Emre \(ADITG/SW1\)2016-03-041-16/+0
* ivi-shell: remove ivi_layout_surface_get_position APIUcan, Emre \(ADITG/SW1\)2016-03-041-16/+0
* ivi-shell: remove ivi_layout_layer_get_opacity APIUcan, Emre \(ADITG/SW1\)2016-03-041-12/+0
* ivi-shell: remove ivi_layout_surface_get_opacity APIUcan, Emre \(ADITG/SW1\)2016-03-041-12/+0
* ivi-shell: remove ivi_layout_layer_get_visibility APIUcan, Emre \(ADITG/SW1\)2016-03-041-12/+0
* ivi-shell: remove ivi_layout_surface_get_visibility APIUcan, Emre \(ADITG/SW1\)2016-03-041-12/+0
* remove warning of ivisurface reassign on the ivilayerWataru Natsume2016-03-041-3/+1
* ivi-layout: apply opacity to weston_view correctlyNobuhiko Tanibata2016-02-031-6/+3
* ivi-shell: multi screen support to calcuration of a mask of weston_surface.Nobuhiko Tanibata2015-12-141-5/+31
* ivi-shell: convert from screen to global coordinatesNobuhiko Tanibata2015-12-141-2/+8
* ivi-shell: avoid update_prop() on invisible surfacesNobuhiko Tanibata2015-12-141-4/+19
* ivi-shell: remove a code which expects only a screen in the system.Nobuhiko Tanibata2015-11-271-2/+0
* ivi-shell: fix layout_layer.view_list is not initilized per a screen.Nobuhiko Tanibata2015-11-271-3/+3