summaryrefslogtreecommitdiff
path: root/ivi-shell/hmi-controller.c
Commit message (Expand)AuthorAgeFilesLines
* hmi-controller: prepare for API simplificationMichael Olbrich2023-04-191-57/+24
* hmi-controller: add input panel supportMichael Olbrich2023-03-141-0/+156
* libweston: Use weston_coord in struct weston_pointerDerek Foreman2023-02-171-3/+7
* input: Convert weston_pointer_motion_to_abs() to weston_coordDerek Foreman2023-02-171-2/+4
* hmi-controller: doesn't do a configuring when surface has no contentTran Ba Khang(MS/EMC31-XC)2023-02-141-0/+4
* hmi-controller: switch to listening the shell destroy signalTran Ba Khang(MS/EMC31-XC)2022-11-101-7/+6
* hmi-controller: add missing removals of surface listenersTran Ba Khang(MS/EMC31-XC)2022-11-101-0/+4
* hmi-controller: Add missing removal of destroy listenerMarius Vlad2022-11-071-0/+2
* hmi-controller: don't add surface to layer in mode_random_replace()Tomohito Esaki2022-09-291-2/+0
* ivi-shell: replace MEM_ALLOC() with mostly xcalloc()Pekka Paalanen2022-07-201-21/+14
* Use weston_compositor_add_destroy_listener_once() in pluginsPekka Paalanen2019-11-211-0/+4
* hmi-controller: register for desktop_surface_configuredMichael Teyfel2019-02-061-30/+40
* compositor: Add some handy wrappers for wet_get_binary_path()Marius Vlad2018-12-181-1/+1
* ivi-shell/hmi-controller: Include config.h as to not break ivi-shell build on...Marius Vlad2018-12-181-0/+2
* tests: Reshuffle IVI layout testsDaniel Stone2018-06-201-1/+11
* hmi-controller: remove dead assignments in add_launchersEmre Ucan2018-03-281-4/+0
* hmi-controller: load as weston moduleEmre Ucan2018-02-071-20/+16
* hmi-controller: remove ivi_layout_interface globalEmre Ucan2018-02-071-94/+100
* libweston: Use struct timespec for touch motion eventsAlexandros Frantzis2017-11-271-2/+3
* libweston: Use struct timespec for touch up eventsAlexandros Frantzis2017-11-271-1/+2
* libweston: Use struct timespec for touch down eventsAlexandros Frantzis2017-11-271-1/+2
* libweston: Use struct timespec for axis eventsAlexandros Frantzis2017-11-271-1/+1
* libweston: Use struct timespec for button eventsAlexandros Frantzis2017-11-271-1/+1
* libweston: Use struct timespec for motion eventsAlexandros Frantzis2017-11-271-1/+2
* ivi-shell: fix minor typosAbdur Rehman2017-01-031-2/+2
* include stdint.h for int32_t/uint32_tJussi Kukkonen2016-07-261-0/+1
* ivi-shell: add surface_created listener after launchersUcan, Emre (ADITG/SW1)2016-06-291-3/+7
* Move weston source to compositor/Pekka Paalanen2016-06-231-1/+1
* compositor: remove the weston_config field in weston_compositorGiulio Camuffo2016-06-031-3/+3
* Move the functions launching clients to main.cGiulio Camuffo2016-06-031-0/+1
* ivi-shell: rework configure_surface notificationUcan, Emre (ADITG/SW1)2016-04-051-5/+9
* ivi-shell: rework remove_surface notificationUcan, Emre (ADITG/SW1)2016-04-051-5/+9
* ivi-shell: rework create_surface notificationUcan, Emre (ADITG/SW1)2016-04-051-5/+9
* ivi-shell: use weston_output in public APIsUcan, Emre (ADITG/SW1)2016-03-241-38/+15
* ivi-shell: remove ivi_layout_get_screens APIUcan, Emre (ADITG/SW1)2016-03-241-25/+2
* ivi-shell: remove ivi_layout_get_screen_resolution APIUcan, Emre (ADITG/SW1)2016-03-241-16/+11
* hmi-controller: fix wrong panel widthUcan, Emre (ADITG/SW1)2016-03-181-5/+3
* hmi-controller: fix wrong background surface sizeUcan, Emre (ADITG/SW1)2016-03-181-9/+8
* clients & tests: Unify multiple definitions of x*alloc and related functionsBryce Harrington2016-03-171-11/+1
* ivi-shell: remove ivi_layout_layer_set_position APIUcan, Emre \(ADITG/SW1\)2016-03-041-1/+5
* ivi-shell: remove ivi_layout_layer_get_position APIUcan, Emre \(ADITG/SW1\)2016-03-041-3/+8
* hmi-controller: fix leak of ivi surface listWataru Natsume2016-03-041-1/+4
* hmi-controller: remove duplicate commit_changes in random modeWataru Natsume2016-03-041-9/+0
* Support axis source, axis discrete, frame and axis stop eventsPeter Hutterer2016-01-191-0/+15
* Add a weston_pointer_axis_eventPeter Hutterer2016-01-191-2/+3
* ivi-shell: hmi-controller supports multi screens at random-mode.Nobuhiko Tanibata2015-12-141-5/+34
* ivi-shell: hmi-controller supports multi screens at fullscreen mode.Nobuhiko Tanibata2015-12-141-0/+18
* ivi-shell: hmi-controller supports multi screens at side-by-side mode.Nobuhiko Tanibata2015-12-141-23/+38
* ivi-shell: hmi-controller supports multi screens at tiling mode.Nobuhiko Tanibata2015-12-141-16/+22
* hmi-controller: allocate application layers for multi-screenNobuhiko Tanibata2015-12-141-32/+66