summaryrefslogtreecommitdiff
path: root/ivi-shell/ivi-shell.c
AgeCommit message (Expand)AuthorFilesLines
2019-11-28config-parser: Make get_bool be boolDaniel Stone1-1/+1
2019-11-21Use weston_compositor_add_destroy_listener_once() in pluginsPekka Paalanen1-3/+7
2019-11-21ivi-shell: fix init error pathPekka Paalanen1-0/+1
2019-02-06ivi-shell: create weston_desktop in wet_shell_initMichael Teyfel1-1/+8
2019-02-06ivi-shell: remove surface_destroy_listenerMichael Teyfel1-3/+4
2019-02-06ivi-shell: added libweston-desktop-api implementationMichael Teyfel1-0/+155
2019-02-06ivi-shell: linked libweston-desktop and added structsMichael Teyfel1-1/+3
2019-02-06ivi-shell: removed assertMichael Teyfel1-1/+0
2019-02-06ivi-shell: rework goto labels to avoid memory leaksMichael Teyfel1-5/+6
2019-02-06ivi-shell: use weston_compositor_exitPekka Paalanen1-1/+1
2018-11-05ivi-shell: remove unused functions and membersEmre Ucan1-17/+0
2018-11-05ivi-shell: don't use input panel implementationEmre Ucan1-13/+0
2018-08-10ivi-shell: Remove the compositor destory listener from list during de-initHarsha M M1-0/+2
2018-07-22ivi-shell: listen compositor wake_signalEmre Ucan1-0/+16
2018-02-07ivi-shell: remove ivi_shell_settingEmre Ucan1-30/+12
2018-02-07ivi-shell: don't load controller modulesEmre Ucan1-24/+4
2018-02-07ivi-shell: register ivi_layout_interfaceEmre Ucan1-2/+0
2017-11-27libweston: Use struct timespec for touch down eventsAlexandros Frantzis1-1/+2
2017-11-27libweston: Use struct timespec for key eventsAlexandros Frantzis1-1/+1
2017-11-27libweston: Use struct timespec for button eventsAlexandros Frantzis1-1/+2
2017-01-17weston: Make the shell entrypoint specificQuentin Glidic1-2/+2
2017-01-17weston: Properly namespace modules entrypointQuentin Glidic1-2/+2
2017-01-17libweston: Position layers in an absolute wayQuentin Glidic1-1/+1
2016-08-14libweston: Rename weston_surface::configure to ::committedQuentin Glidic1-8/+8
2016-07-26include stdint.h for int32_t/uint32_tJussi Kukkonen1-0/+1
2016-06-30input: Rename weston_surface_activate to weston_seat_set_keyboard_focusBryce Harrington1-1/+1
2016-06-23Move weston source to compositor/Pekka Paalanen1-1/+1
2016-06-13ivi-shell: remove ivi_layout_get_weston_viewUcan, Emre (ADITG/SW1)1-8/+0
2016-06-03compositor: remove the weston_config field in weston_compositorGiulio Camuffo1-1/+2
2016-06-01ivi-shell: add API for weston_surface -> ivi_layout_surfacePekka Paalanen1-0/+12
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 shell surface labelsPekka Paalanen1-0/+16
2016-03-16ivi-shell: introduce ivi-layout-shell.hPekka Paalanen1-1/+1
2016-03-16ivi-shell: call shell_surface_send_configure() directlyPekka Paalanen1-24/+16
2016-03-04ivi-shell: remove ivi_layout_surface_get_dimension APIUcan, Emre \(ADITG/SW1\)1-5/+2
2015-12-14ivi-shell: activate weston surface with a seat when left click or touch.Nobuhiko Tanibata1-0/+54
2015-08-07Coding style fixesDawid Gajownik1-1/+1
2015-07-16input: Pass the appropriate pointer type to bindings instead of a seatDerek Foreman1-2/+2
2015-06-26text_backend: make destructor call explicitPekka Paalanen1-1/+3
2015-06-23ivi-shell: fix ivi_shell_surface lifetimeNobuhiko Tanibata1-10/+12
2015-06-23ivi-shell: make ivi_layout_surface destruction explicitNobuhiko Tanibata1-8/+18
2015-06-15Moved helper macro to a discrete include file.Jon Cruz1-0/+1
2015-06-15*-shell: Update boilerplate from MIT X11 license to MIT Expat licensesBryce Harrington1-16/+19
2015-06-11move text_backend initialization into the shell pluginMurray Calavera1-0/+3
2015-04-28ivi-shell: remove unnecesary code in ivi_shell_surface_configureNobuhiko Tanibata1-18/+0
2015-04-02ivi-shell: add cmdline option for controller modulePekka Paalanen1-7/+13
2015-03-02ivi-shell: add exit bindingPekka Paalanen1-1/+17
2015-03-02ivi-shell: developer mode debug key bindingsPekka Paalanen1-13/+24
2014-12-15ivi-shell: rewrite controller APINobuhiko Tanibata1-32/+1