- 67546be ivi-shell: use install paths in example config by Emre Ucan · 7 years ago
- cf4113c ivi-shell: listen compositor wake_signal by Emre Ucan · 7 years ago
- 78a4211 tests: Reshuffle IVI layout tests by Daniel Stone · 8 years ago
- 055c113 libweston: make wl_output point to weston_head by Pekka Paalanen · 8 years ago
- 77db931 ivi-shell: remove dead assignments in layer transition by Emre Ucan · 7 years ago
- 16ac6a0 hmi-controller: remove dead assignments in add_launchers by Emre Ucan · 7 years ago
- e8ff7df ivi-shell: fix the layer assignment change from one screen to another by Emre Ucan · 7 years ago
- 40d67c2 ivi-shell: don't expilicitly assign outputs to views by Emre Ucan · 7 years ago
- 7b69055 ivi-shell: don't schedule compositor repaint by Emre Ucan · 7 years ago
- a460846 ivi-shell: change layer visibility to bool by Emre Ucan · 7 years ago
- f85bf15 ivi-shell: remove ivi_shell_setting by Emre Ucan · 7 years ago
- 0c1bbb9 ivi-shell: don't load controller modules by Emre Ucan · 7 years ago
- ffaf09e hmi-controller: load as weston module by Emre Ucan · 7 years ago
- a9db8d7 hmi-controller: remove ivi_layout_interface global by Emre Ucan · 7 years ago
- ce9bc35 ivi-shell: register ivi_layout_interface by Emre Ucan · 7 years ago
- 7d2abcf libweston: Use struct timespec for touch motion events by Alexandros Frantzis · 7 years ago
- 27a51b8 libweston: Use struct timespec for touch up events by Alexandros Frantzis · 7 years ago
- 9448deb libweston: Use struct timespec for touch down events by Alexandros Frantzis · 7 years ago
- 47e79c8 libweston: Use struct timespec for key events by Alexandros Frantzis · 7 years ago
- 8032194 libweston: Use struct timespec for axis events by Alexandros Frantzis · 7 years ago
- 215bedc libweston: Use struct timespec for button events by Alexandros Frantzis · 7 years ago
- 84b31f8 libweston: Use struct timespec for motion events by Alexandros Frantzis · 7 years ago
- 0343c6a ivi-shell: Fix incorrect use of logical instead of bitwise operator by Alexandros Frantzis · 7 years ago
- 9ffb250 libweston: introduce weston_output_from_resource() by Pekka Paalanen · 8 years ago
- d2535d7 ivi-shell: Fixed broken link to wiki page in ivi-layout header file by Michael Teyfel · 8 years ago
- 57ac260 ivi-shell: remove orientation calculation by Ucan, Emre (ADITG/SW1) · 8 years ago
- 6e423ed ivi-shell: remove layer_set_orientation API by Ucan, Emre (ADITG/SW1) · 8 years ago
- 9337197 ivi-shell: remove surface_set_orientation API by Ucan, Emre (ADITG/SW1) · 8 years ago
- deee858 ivi-shell: add_screen_remove_layer API by Ucan, Emre (ADITG/SW1) · 8 years ago
- bd8dc0a ivi-layout: Add missing free() in ivi_view_create by Raúl Peñacoba · 8 years ago
- 7fe0bb2 ivi-shell: Damage view below after unmapping by Ucan, Emre (ADITG/SW1) · 8 years ago
- 2779935 ivi-shell: simplify commit_changes function by Ucan, Emre (ADITG/SW1) · 8 years ago
- 1b92ba2 ivi-shell: pass only ivi_view to update_prop by Ucan, Emre (ADITG/SW1) · 8 years ago
- 847c32d ivi-shell: don't check layer is already on the screen by Ucan, Emre (ADITG/SW1) · 8 years ago
- 67ed902 ivi-shell: don't check view is rendered before adding surface by Ucan, Emre (ADITG/SW1) · 8 years ago
- 6660252 ivi-shell: fix typo in layer_destroy API by Ucan, Emre (ADITG/SW1) · 8 years ago
- da01c1d weston: Make the shell entrypoint specific by Quentin Glidic · 8 years ago
- 8af2bec weston: Properly namespace modules entrypoint by Quentin Glidic · 8 years ago
- 8268157 libweston: Position layers in an absolute way by Quentin Glidic · 8 years ago
- b833d74 ivi-shell: fix minor typos by Abdur Rehman · 8 years ago
- 7da3823 ivi-shell: describe members of type wl_list by Ucan, Emre (ADITG/SW1) · 9 years ago
- 606f592 ivi-shell: clear unused struct members by Ucan, Emre (ADITG/SW1) · 9 years ago
- 2edc3d5 libweston: Rename weston_surface::configure to ::committed by Quentin Glidic · 9 years ago
- 649bbce include stdint.h for int32_t/uint32_t by Jussi Kukkonen · 9 years ago
- 1dbdc0b Include space in 'if (' by Bryce Harrington · 9 years ago
- 50ff4bf ivi-shell: update for manual surface/view mapping by Armin Krezović · 9 years ago
- 260c2ff input: Rename weston_surface_activate to weston_seat_set_keyboard_focus by Bryce Harrington · 9 years ago
- 5e8d55d ivi-shell: introduce ivi_layout_view by Ucan, Emre (ADITG/SW1) · 9 years ago
- d97f100 ivi-shell: add surface_created listener after launchers by Ucan, Emre (ADITG/SW1) · 9 years ago
- 58f98c9 Move weston source to compositor/ by Pekka Paalanen · 9 years ago
- ba0c630 ivi-shell: remove ivi_layout_get_weston_view by Ucan, Emre (ADITG/SW1) · 9 years ago
- 179fcda Split the modules and include files between weston and libweston by Giulio Camuffo · 9 years ago
- d52f3b7 compositor: remove the weston_config field in weston_compositor by Giulio Camuffo · 9 years ago
- fba27fb Move the functions launching clients to main.c by Giulio Camuffo · 9 years ago
- eaa43fc ivi-shell: add API for weston_surface -> ivi_layout_surface by Pekka Paalanen · 9 years ago
- e6da35d ivi: Fix spellings in comments by Bryce Harrington · 9 years ago
- edcb312 ivi-layout: clarify get_layers_under_surface doc by Pekka Paalanen · 9 years ago
- e069871 ivi-layout: Correct coordinate adjective grammar, misspellings by Yong Bakos · 9 years ago
- 7b3a52a ivi-layout: clear on_layer when layer_destroy by Wataru Natsume · 9 years ago
- c49aa5a ivi-shell: rework configure_surface notification by Ucan, Emre (ADITG/SW1) · 9 years ago
- 67f0aa8 ivi-shell: rework remove_surface notification by Ucan, Emre (ADITG/SW1) · 9 years ago
- 562f2ec ivi-shell: rework remove_layer notification by Ucan, Emre (ADITG/SW1) · 9 years ago
- c98f2cf ivi-shell: rework create_layer_notification by Ucan, Emre (ADITG/SW1) · 9 years ago
- 970f831 ivi-shell: rework create_surface notification by Ucan, Emre (ADITG/SW1) · 9 years ago
- 3750d1b ivi-shell: rework layer_add_notification API by Ucan, Emre (ADITG/SW1) · 9 years ago
- 706cb5a ivi-shell: rework surface_add_notification API by Ucan, Emre (ADITG/SW1) · 9 years ago
- 0bd29b6 ivi-shell: move event_mask to properties struct by Ucan, Emre (ADITG/SW1) · 9 years ago
- 8e21e96 ivi-shell: remove content_observer leftover by Ucan, Emre (ADITG/SW1) · 9 years ago
- 94cb06a ivi-shell: harden get_ivi_shell_surface() by Pekka Paalanen · 9 years ago
- fd45f60 ivi-shell: add sanity check in ivi_shell_surface_configure by Pekka Paalanen · 9 years ago
- cfb053f ivi-shell: add input panel label func by Pekka Paalanen · 9 years ago
- 13281f6 ivi-shell: add shell surface labels by Pekka Paalanen · 9 years ago
- 1c04d7b ivi-shell: remove ivi_layout_get_screen_output API by Ucan, Emre (ADITG/SW1) · 9 years ago
- 6d89b1c ivi-shell: remove ivi_layout_get_screen_from_id API by Ucan, Emre (ADITG/SW1) · 9 years ago
- b216c92 ivi-shell: implement get_screen_from_output by Ucan, Emre (ADITG/SW1) · 9 years ago
- 273874e ivi-shell: use weston_output in public APIs by Ucan, Emre (ADITG/SW1) · 9 years ago
- 3a8521e ivi-shell: remove ivi_layout_get_screens API by Ucan, Emre (ADITG/SW1) · 9 years ago
- ff6a9f8 ivi-shell: remove ivi_layout_get_screen_resolution API by Ucan, Emre (ADITG/SW1) · 9 years ago
- d56b90d ivi-shell: remove ivi_layout_get_id_of_screen API by Ucan, Emre (ADITG/SW1) · 9 years ago
- 1e344dc ivi-shell: remove id_screen by Ucan, Emre (ADITG/SW1) · 9 years ago
- c6459c49 hmi-controller: fix wrong panel width by Ucan, Emre (ADITG/SW1) · 9 years ago
- 783cb4d hmi-controller: fix wrong background surface size by Ucan, Emre (ADITG/SW1) · 9 years ago
- e99e4bf clients & tests: Unify multiple definitions of x*alloc and related functions by Bryce Harrington · 9 years ago
- 4e221f0 ivi-shell: simplify ivi_layout_screen_set_render_order by Ucan, Emre (ADITG/SW1) · 9 years ago
- f46306f ivi-shell: simplify ivi_layout_screen_add_layer by Ucan, Emre (ADITG/SW1) · 9 years ago
- 72ad164 ivi-shell: simplify ivi_layout_set_render_order by Ucan, Emre (ADITG/SW1) · 9 years ago
- 1094237 ivi-shell: simplify ivi_layout_layer_add_surface by Ucan, Emre (ADITG/SW1) · 9 years ago
- 536d833 ivi-shell: simplify ivi_layout_remove_surface by Ucan, Emre (ADITG/SW1) · 9 years ago
- 5cbf1e8 ivi-shell: remove add_configured_listener left-over by Pekka Paalanen · 9 years ago
- 32ca791 ivi-shell: introduce ivi-layout-shell.h by Pekka Paalanen · 9 years ago
- 4a75039 ivi-shell: remove configured signal from ivi-layout by Pekka Paalanen · 9 years ago
- 1f82193 ivi-shell: call shell_surface_send_configure() directly by Pekka Paalanen · 9 years ago
- f72df1d ivi-shell: add include guards on ivi-shell.h by Pekka Paalanen · 9 years ago
- ae8c3d8 ivi-shell: include config.h in ivi-layout-transition.c by Pekka Paalanen · 9 years ago
- 193e301 ivi-shell: remove content_observer notification by Ucan, Emre (ADITG/SW1) · 9 years ago
- dada6e3 ivi-shell: Remove all surface transitions when it is being removed. by Mateusz Polrola · 9 years ago
- 16d1fa1 ivi-shell: remove ivi_layout_layer_set_dimension API by Ucan, Emre \(ADITG/SW1\) · 9 years ago
- 45d3942 ivi-shell: remove ivi_layout_surface_set_dimension API by Ucan, Emre \(ADITG/SW1\) · 9 years ago
- e62bfd8 ivi-shell: remove ivi_layout_layer_set_position API by Ucan, Emre \(ADITG/SW1\) · 9 years ago
- 161da40 ivi-shell: remove ivi_layout_surface_set_position API by Ucan, Emre \(ADITG/SW1\) · 9 years ago