summaryrefslogtreecommitdiff
path: root/ivi-shell
AgeCommit message (Expand)AuthorFilesLines
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
2015-12-14ivi-shell: hmi-controller supports multi screens at side-by-side mode.Nobuhiko Tanibata1-23/+38
2015-12-14ivi-shell: hmi-controller supports multi screens at tiling mode.Nobuhiko Tanibata1-16/+22
2015-12-14hmi-controller: allocate application layers for multi-screenNobuhiko Tanibata1-32/+66
2015-12-14hmi-controller: allocate background surfaces for multi-screenNobuhiko Tanibata2-33/+44
2015-12-14hmi-controller: allocate base layers for multi-screenNobuhiko Tanibata2-19/+65
2015-12-14ivi-shell: hmi-controller implements internal method to get screen.Nobuhiko Tanibata1-13/+47
2015-12-14ivi-shell: multi screen support to calcuration of a mask of weston_surface.Nobuhiko Tanibata1-5/+31
2015-12-14ivi-shell: convert from screen to global coordinatesNobuhiko Tanibata1-2/+8
2015-12-14ivi-shell: avoid update_prop() on invisible surfacesNobuhiko Tanibata1-4/+19
2015-12-14ivi-shell: activate weston surface with a seat when left click or touch.Nobuhiko Tanibata1-0/+54
2015-11-27ivi-shell: remove a code which expects only a screen in the system.Nobuhiko Tanibata1-2/+0
2015-11-27ivi-shell: fix layout_layer.view_list is not initilized per a screen.Nobuhiko Tanibata1-3/+3
2015-11-27ivi-shell: avoid inserting a ivi_layer to multiple screens.Nobuhiko Tanibata1-0/+3
2015-11-27ivi-shell: fix TODO which expects only one screen in the system.Nobuhiko Tanibata1-3/+2
2015-11-20input: Make pointer grab motion callbacks take an event structJonas Ådahl1-3/+5
2015-11-19Use input method protocol from wayland-protocolsJonas Ådahl1-6/+8
2015-11-02input: Pass axis events through pointer grab interfacesJonas Ådahl1-0/+8
2015-10-29ivi-shell: rename ivi_controller_interfaceUcan, Emre \(ADITG/SW1\)3-89/+89
2015-10-01ivi-shell: Add missing '\n' in weston_log function usageChris Michael1-1/+1
2015-10-01ivi-shell: introduce get_weston_viewUcan, Emre (ADITG/SW1)1-42/+33
2015-10-01ivi-shell: remove is_surface_in_layer APIUcan, Emre (ADITG/SW1)1-22/+1
2015-10-01ivi-shell: remove is_layer_in_screen APIUcan, Emre (ADITG/SW1)1-18/+1
2015-10-01ivi-shell: remove struct link_layerUcan, Emre (ADITG/SW1)2-88/+7
2015-10-01ivi-shell: remove struct link_screenUcan, Emre (ADITG/SW1)2-63/+6
2015-09-30ivi-layout-transition: Standardize the check for layout_transition_registerLucas Tanure1-3/+6
2015-09-23ivi-layout-transition: Fix potential leak of memory pointed to by transitionLucas Tanure1-4/+7
2015-09-22ivi-shell: initialize all fields in create_layout_transitionJohn-John Tedro1-0/+1
2015-09-22ivi_layout_surface_add_notification: Fix potential leak of memory pointed to ...Lucas Tanure1-0/+1
2015-09-22ivi-layout-transition: Fix potential leak of memory pointed to by transitionLucas Tanure1-1/+2
2015-09-22ivi-layout-transition: Change layout_transition_register return typeLucas Tanure1-2/+4
2015-09-22ivi-layout-transition: Fix potential leak of memory pointed to by transitionLucas Tanure1-0/+3
2015-08-26hmi-controller: fix wrong width and height are set to a layer of workspace.Nobuhiko Tanibata1-2/+2
2015-08-26hmi-controller: fix the laucher layer widthNobuhiko Tanibata1-27/+44
2015-08-26ivi-layout: implement surface clippingNobuhiko Tanibata1-6/+141
2015-08-21ivi-shell: remove redundant wl_list_empty/init callsUcan, Emre (ADITG/SW1)1-62/+18
2015-08-21ivi-shell: clear order.layer_list before reordering itUcan, Emre (ADITG/SW1)1-44/+11
2015-08-21ivi-shell: clear order.surface_list before reordering itUcan, Emre (ADITG/SW1)2-46/+21
2015-08-20ivi-shell: bugfix, list of surfaces on a layer are cumulated when set render ...Ucan, Emre (ADITG/SW1)1-11/+1
2015-08-07Coding style fixesDawid Gajownik3-19/+19
2015-07-31input: Don't test keyboard/pointer/touch pointersDerek Foreman2-13/+24
2015-07-16input: Pass the appropriate pointer type to bindings instead of a seatDerek Foreman1-2/+2
2015-07-16ivi-shell: transform refactoring to improve it to more readable codeNobuhiko Tanibata2-2/+168
2015-07-16ivi-shell: transform refactoring, remove transform part of ivi_layout_surface...Nobuhiko Tanibata2-288/+0
2015-07-16ivi-shell: remove one indent level from update_prop()Nobuhiko Tanibata1-18/+21
2015-06-26text_backend: make destructor call explicitPekka Paalanen2-1/+5
2015-06-23ivi-shell: rename to ivi_layout_layer_destroy()Nobuhiko Tanibata2-3/+3
2015-06-23ivi-shell: bugfix, update event_mask when new propertiy is not same as before.Nobuhiko Tanibata1-14/+66