summaryrefslogtreecommitdiff
path: root/ivi-shell
AgeCommit message (Expand)AuthorFilesLines
2016-03-24ivi-shell: harden get_ivi_shell_surface()Pekka Paalanen1-3/+9
2016-03-24ivi-shell: add sanity check in ivi_shell_surface_configurePekka Paalanen1-1/+5
2016-03-24ivi-shell: add input panel label funcPekka Paalanen1-0/+8
2016-03-24ivi-shell: add shell surface labelsPekka Paalanen1-0/+16
2016-03-24ivi-shell: remove ivi_layout_get_screen_output APIUcan, Emre (ADITG/SW1)2-17/+0
2016-03-24ivi-shell: remove ivi_layout_get_screen_from_id APIUcan, Emre (ADITG/SW1)2-26/+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)3-55/+41
2016-03-24ivi-shell: remove ivi_layout_get_screens APIUcan, Emre (ADITG/SW1)3-67/+2
2016-03-24ivi-shell: remove ivi_layout_get_screen_resolution APIUcan, Emre (ADITG/SW1)3-45/+11
2016-03-24ivi-shell: remove ivi_layout_get_id_of_screen APIUcan, Emre (ADITG/SW1)2-20/+1
2016-03-24ivi-shell: remove id_screenUcan, Emre (ADITG/SW1)1-7/+2
2016-03-18hmi-controller: fix wrong panel widthUcan, Emre (ADITG/SW1)1-5/+3
2016-03-18hmi-controller: fix wrong background surface sizeUcan, Emre (ADITG/SW1)1-9/+8
2016-03-17clients & tests: Unify multiple definitions of x*alloc and related functionsBryce Harrington1-11/+1
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: remove add_configured_listener left-overPekka Paalanen1-4/+0
2016-03-16ivi-shell: introduce ivi-layout-shell.hPekka Paalanen4-20/+70
2016-03-16ivi-shell: remove configured signal from ivi-layoutPekka Paalanen3-30/+1
2016-03-16ivi-shell: call shell_surface_send_configure() directlyPekka Paalanen4-26/+35
2016-03-15ivi-shell: add include guards on ivi-shell.hPekka Paalanen1-0/+5
2016-03-15ivi-shell: include config.h in ivi-layout-transition.cPekka Paalanen1-0/+2
2016-03-15ivi-shell: remove content_observer notificationUcan, Emre (ADITG/SW1)3-32/+0
2016-03-15ivi-shell: Remove all surface transitions when it is being removed.Mateusz Polrola3-0/+21
2016-03-04ivi-shell: remove ivi_layout_layer_set_dimension APIUcan, Emre \(ADITG/SW1\)2-35/+0
2016-03-04ivi-shell: remove ivi_layout_surface_set_dimension APIUcan, Emre \(ADITG/SW1\)2-34/+0
2016-03-04ivi-shell: remove ivi_layout_layer_set_position APIUcan, Emre \(ADITG/SW1\)5-38/+11
2016-03-04ivi-shell: remove ivi_layout_surface_set_position APIUcan, Emre \(ADITG/SW1\)2-33/+0
2016-03-04ivi-shell: remove ivi_layout_layer_get_orientation APIUcan, Emre \(ADITG/SW1\)2-22/+0
2016-03-04ivi-shell: remove ivi_layout_surface_get_orientation APIUcan, Emre \(ADITG/SW1\)2-22/+0
2016-03-04ivi-shell: remove ivi_layout_layer_get_dimension APIUcan, Emre \(ADITG/SW1\)2-25/+0
2016-03-04ivi-shell: remove ivi_layout_surface_get_dimension APIUcan, Emre \(ADITG/SW1\)4-33/+2
2016-03-04ivi-shell: remove ivi_layout_layer_get_position APIUcan, Emre \(ADITG/SW1\)5-35/+10
2016-03-04ivi-shell: remove ivi_layout_surface_get_position APIUcan, Emre \(ADITG/SW1\)2-25/+0
2016-03-04ivi-shell: remove ivi_layout_layer_get_opacity APIUcan, Emre \(ADITG/SW1\)4-23/+1
2016-03-04ivi-shell: remove ivi_layout_surface_get_opacity APIUcan, Emre \(ADITG/SW1\)4-25/+3
2016-03-04ivi-shell: remove ivi_layout_layer_get_visibility APIUcan, Emre \(ADITG/SW1\)2-21/+0
2016-03-04ivi-shell: remove ivi_layout_surface_get_visibility APIUcan, Emre \(ADITG/SW1\)4-25/+1
2016-03-04hmi-controller: fix leak of ivi surface listWataru Natsume1-1/+4
2016-03-04remove warning of ivisurface reassign on the ivilayerWataru Natsume1-3/+1
2016-03-04hmi-controller: remove duplicate commit_changes in random modeWataru Natsume1-9/+0
2016-02-03ivi-layout: apply opacity to weston_view correctlyNobuhiko Tanibata1-6/+3
2016-01-19Support axis source, axis discrete, frame and axis stop eventsPeter Hutterer1-0/+15
2016-01-19Add a weston_pointer_axis_eventPeter Hutterer1-2/+3
2015-12-14ivi-shell: hmi-controller supports multi screens at random-mode.Nobuhiko Tanibata1-5/+34
2015-12-14ivi-shell: hmi-controller supports multi screens at fullscreen mode.Nobuhiko Tanibata1-0/+18