Age | Commit message (Expand) | Author | Files | Lines |
2016-01-19 | Add a weston_pointer_axis_event | Peter Hutterer | 1 | -2/+3 |
2015-12-14 | ivi-shell: hmi-controller supports multi screens at random-mode. | Nobuhiko Tanibata | 1 | -5/+34 |
2015-12-14 | ivi-shell: hmi-controller supports multi screens at fullscreen mode. | Nobuhiko Tanibata | 1 | -0/+18 |
2015-12-14 | ivi-shell: hmi-controller supports multi screens at side-by-side mode. | Nobuhiko Tanibata | 1 | -23/+38 |
2015-12-14 | ivi-shell: hmi-controller supports multi screens at tiling mode. | Nobuhiko Tanibata | 1 | -16/+22 |
2015-12-14 | hmi-controller: allocate application layers for multi-screen | Nobuhiko Tanibata | 1 | -32/+66 |
2015-12-14 | hmi-controller: allocate background surfaces for multi-screen | Nobuhiko Tanibata | 2 | -33/+44 |
2015-12-14 | hmi-controller: allocate base layers for multi-screen | Nobuhiko Tanibata | 2 | -19/+65 |
2015-12-14 | ivi-shell: hmi-controller implements internal method to get screen. | Nobuhiko Tanibata | 1 | -13/+47 |
2015-12-14 | ivi-shell: multi screen support to calcuration of a mask of weston_surface. | Nobuhiko Tanibata | 1 | -5/+31 |
2015-12-14 | ivi-shell: convert from screen to global coordinates | Nobuhiko Tanibata | 1 | -2/+8 |
2015-12-14 | ivi-shell: avoid update_prop() on invisible surfaces | Nobuhiko Tanibata | 1 | -4/+19 |
2015-12-14 | ivi-shell: activate weston surface with a seat when left click or touch. | Nobuhiko Tanibata | 1 | -0/+54 |
2015-11-27 | ivi-shell: remove a code which expects only a screen in the system. | Nobuhiko Tanibata | 1 | -2/+0 |
2015-11-27 | ivi-shell: fix layout_layer.view_list is not initilized per a screen. | Nobuhiko Tanibata | 1 | -3/+3 |
2015-11-27 | ivi-shell: avoid inserting a ivi_layer to multiple screens. | Nobuhiko Tanibata | 1 | -0/+3 |
2015-11-27 | ivi-shell: fix TODO which expects only one screen in the system. | Nobuhiko Tanibata | 1 | -3/+2 |
2015-11-20 | input: Make pointer grab motion callbacks take an event struct | Jonas Ådahl | 1 | -3/+5 |
2015-11-19 | Use input method protocol from wayland-protocols | Jonas Ådahl | 1 | -6/+8 |
2015-11-02 | input: Pass axis events through pointer grab interfaces | Jonas Ådahl | 1 | -0/+8 |
2015-10-29 | ivi-shell: rename ivi_controller_interface | Ucan, Emre \(ADITG/SW1\) | 3 | -89/+89 |
2015-10-01 | ivi-shell: Add missing '\n' in weston_log function usage | Chris Michael | 1 | -1/+1 |
2015-10-01 | ivi-shell: introduce get_weston_view | Ucan, Emre (ADITG/SW1) | 1 | -42/+33 |
2015-10-01 | ivi-shell: remove is_surface_in_layer API | Ucan, Emre (ADITG/SW1) | 1 | -22/+1 |
2015-10-01 | ivi-shell: remove is_layer_in_screen API | Ucan, Emre (ADITG/SW1) | 1 | -18/+1 |
2015-10-01 | ivi-shell: remove struct link_layer | Ucan, Emre (ADITG/SW1) | 2 | -88/+7 |
2015-10-01 | ivi-shell: remove struct link_screen | Ucan, Emre (ADITG/SW1) | 2 | -63/+6 |
2015-09-30 | ivi-layout-transition: Standardize the check for layout_transition_register | Lucas Tanure | 1 | -3/+6 |
2015-09-23 | ivi-layout-transition: Fix potential leak of memory pointed to by transition | Lucas Tanure | 1 | -4/+7 |
2015-09-22 | ivi-shell: initialize all fields in create_layout_transition | John-John Tedro | 1 | -0/+1 |
2015-09-22 | ivi_layout_surface_add_notification: Fix potential leak of memory pointed to ... | Lucas Tanure | 1 | -0/+1 |
2015-09-22 | ivi-layout-transition: Fix potential leak of memory pointed to by transition | Lucas Tanure | 1 | -1/+2 |
2015-09-22 | ivi-layout-transition: Change layout_transition_register return type | Lucas Tanure | 1 | -2/+4 |
2015-09-22 | ivi-layout-transition: Fix potential leak of memory pointed to by transition | Lucas Tanure | 1 | -0/+3 |
2015-08-26 | hmi-controller: fix wrong width and height are set to a layer of workspace. | Nobuhiko Tanibata | 1 | -2/+2 |
2015-08-26 | hmi-controller: fix the laucher layer width | Nobuhiko Tanibata | 1 | -27/+44 |
2015-08-26 | ivi-layout: implement surface clipping | Nobuhiko Tanibata | 1 | -6/+141 |
2015-08-21 | ivi-shell: remove redundant wl_list_empty/init calls | Ucan, Emre (ADITG/SW1) | 1 | -62/+18 |
2015-08-21 | ivi-shell: clear order.layer_list before reordering it | Ucan, Emre (ADITG/SW1) | 1 | -44/+11 |
2015-08-21 | ivi-shell: clear order.surface_list before reordering it | Ucan, Emre (ADITG/SW1) | 2 | -46/+21 |
2015-08-20 | ivi-shell: bugfix, list of surfaces on a layer are cumulated when set render ... | Ucan, Emre (ADITG/SW1) | 1 | -11/+1 |
2015-08-07 | Coding style fixes | Dawid Gajownik | 3 | -19/+19 |
2015-07-31 | input: Don't test keyboard/pointer/touch pointers | Derek Foreman | 2 | -13/+24 |
2015-07-16 | input: Pass the appropriate pointer type to bindings instead of a seat | Derek Foreman | 1 | -2/+2 |
2015-07-16 | ivi-shell: transform refactoring to improve it to more readable code | Nobuhiko Tanibata | 2 | -2/+168 |
2015-07-16 | ivi-shell: transform refactoring, remove transform part of ivi_layout_surface... | Nobuhiko Tanibata | 2 | -288/+0 |
2015-07-16 | ivi-shell: remove one indent level from update_prop() | Nobuhiko Tanibata | 1 | -18/+21 |
2015-06-26 | text_backend: make destructor call explicit | Pekka Paalanen | 2 | -1/+5 |
2015-06-23 | ivi-shell: rename to ivi_layout_layer_destroy() | Nobuhiko Tanibata | 2 | -3/+3 |
2015-06-23 | ivi-shell: bugfix, update event_mask when new propertiy is not same as before. | Nobuhiko Tanibata | 1 | -14/+66 |