Age | Commit message (Expand) | Author | Files | Lines |
2017-11-27 | libweston: Use struct timespec for touch motion events | Alexandros Frantzis | 1 | -2/+3 |
2017-11-27 | libweston: Use struct timespec for touch up events | Alexandros Frantzis | 1 | -1/+2 |
2017-11-27 | libweston: Use struct timespec for touch down events | Alexandros Frantzis | 2 | -2/+4 |
2017-11-27 | libweston: Use struct timespec for key events | Alexandros Frantzis | 1 | -1/+1 |
2017-11-27 | libweston: Use struct timespec for axis events | Alexandros Frantzis | 1 | -1/+1 |
2017-11-27 | libweston: Use struct timespec for button events | Alexandros Frantzis | 2 | -2/+3 |
2017-11-27 | libweston: Use struct timespec for motion events | Alexandros Frantzis | 1 | -1/+2 |
2017-11-24 | ivi-shell: Fix incorrect use of logical instead of bitwise operator | Alexandros Frantzis | 1 | -1/+1 |
2017-07-25 | libweston: introduce weston_output_from_resource() | Pekka Paalanen | 1 | -1/+1 |
2017-07-25 | ivi-shell: Fixed broken link to wiki page in ivi-layout header file | Michael Teyfel | 1 | -1/+1 |
2017-07-24 | ivi-shell: remove orientation calculation | Ucan, Emre (ADITG/SW1) | 1 | -76/+4 |
2017-07-24 | ivi-shell: remove layer_set_orientation API | Ucan, Emre (ADITG/SW1) | 2 | -32/+0 |
2017-07-24 | ivi-shell: remove surface_set_orientation API | Ucan, Emre (ADITG/SW1) | 2 | -32/+0 |
2017-07-24 | ivi-shell: add_screen_remove_layer API | Ucan, Emre (ADITG/SW1) | 2 | -0/+32 |
2017-03-31 | ivi-layout: Add missing free() in ivi_view_create | Raúl Peñacoba | 1 | -0/+1 |
2017-02-07 | ivi-shell: Damage view below after unmapping | Ucan, Emre (ADITG/SW1) | 1 | -1/+12 |
2017-02-06 | ivi-shell: simplify commit_changes function | Ucan, Emre (ADITG/SW1) | 1 | -20/+21 |
2017-02-06 | ivi-shell: pass only ivi_view to update_prop | Ucan, Emre (ADITG/SW1) | 1 | -9/+5 |
2017-01-27 | ivi-shell: don't check layer is already on the screen | Ucan, Emre (ADITG/SW1) | 1 | -5/+0 |
2017-01-27 | ivi-shell: don't check view is rendered before adding surface | Ucan, Emre (ADITG/SW1) | 1 | -2/+0 |
2017-01-27 | ivi-shell: fix typo in layer_destroy API | Ucan, Emre (ADITG/SW1) | 1 | -1/+1 |
2017-01-17 | weston: Make the shell entrypoint specific | Quentin Glidic | 1 | -2/+2 |
2017-01-17 | weston: Properly namespace modules entrypoint | Quentin Glidic | 2 | -3/+5 |
2017-01-17 | libweston: Position layers in an absolute way | Quentin Glidic | 3 | -5/+7 |
2017-01-03 | ivi-shell: fix minor typos | Abdur Rehman | 2 | -5/+5 |
2016-11-09 | ivi-shell: describe members of type wl_list | Ucan, Emre (ADITG/SW1) | 3 | -11/+15 |
2016-11-09 | ivi-shell: clear unused struct members | Ucan, Emre (ADITG/SW1) | 2 | -17/+0 |
2016-08-14 | libweston: Rename weston_surface::configure to ::committed | Quentin Glidic | 2 | -16/+16 |
2016-07-26 | include stdint.h for int32_t/uint32_t | Jussi Kukkonen | 8 | -0/+10 |
2016-07-12 | Include space in 'if (' | Bryce Harrington | 1 | -1/+1 |
2016-07-01 | ivi-shell: update for manual surface/view mapping | Armin Krezović | 2 | -0/+4 |
2016-06-30 | input: Rename weston_surface_activate to weston_seat_set_keyboard_focus | Bryce Harrington | 1 | -1/+1 |
2016-06-29 | ivi-shell: introduce ivi_layout_view | Ucan, Emre (ADITG/SW1) | 2 | -117/+191 |
2016-06-29 | ivi-shell: add surface_created listener after launchers | Ucan, Emre (ADITG/SW1) | 1 | -3/+7 |
2016-06-23 | Move weston source to compositor/ | Pekka Paalanen | 3 | -3/+3 |
2016-06-13 | ivi-shell: remove ivi_layout_get_weston_view | Ucan, Emre (ADITG/SW1) | 3 | -19/+0 |
2016-06-03 | Split the modules and include files between weston and libweston | Giulio Camuffo | 1 | -1/+2 |
2016-06-03 | compositor: remove the weston_config field in weston_compositor | Giulio Camuffo | 2 | -4/+5 |
2016-06-03 | Move the functions launching clients to main.c | Giulio Camuffo | 1 | -0/+1 |
2016-06-01 | ivi-shell: add API for weston_surface -> ivi_layout_surface | Pekka Paalanen | 4 | -0/+27 |
2016-05-19 | ivi: Fix spellings in comments | Bryce Harrington | 1 | -14/+14 |
2016-05-12 | ivi-layout: clarify get_layers_under_surface doc | Pekka Paalanen | 1 | -1/+4 |
2016-04-29 | ivi-layout: Correct coordinate adjective grammar, misspellings | Yong Bakos | 1 | -8/+8 |
2016-04-12 | ivi-layout: clear on_layer when layer_destroy | Wataru Natsume | 1 | -0/+1 |
2016-04-05 | ivi-shell: rework configure_surface notification | Ucan, Emre (ADITG/SW1) | 3 | -122/+22 |
2016-04-05 | ivi-shell: rework remove_surface notification | Ucan, Emre (ADITG/SW1) | 3 | -60/+22 |
2016-04-05 | ivi-shell: rework remove_layer notification | Ucan, Emre (ADITG/SW1) | 2 | -54/+13 |
2016-04-05 | ivi-shell: rework create_layer_notification | Ucan, Emre (ADITG/SW1) | 2 | -55/+13 |
2016-04-05 | ivi-shell: rework create_surface notification | Ucan, Emre (ADITG/SW1) | 3 | -60/+22 |
2016-04-05 | ivi-shell: rework layer_add_notification API | Ucan, Emre (ADITG/SW1) | 2 | -110/+15 |