summaryrefslogtreecommitdiff
path: root/ivi-shell
AgeCommit message (Expand)AuthorFilesLines
2019-07-01ivi-layout: unmap desktop surfaces in ivi_view_destroy()Michael Olbrich1-2/+1
2019-07-01ivi-layout: use libweston-desktop api is to send configure events everywhereMichael Olbrich3-15/+25
2019-04-18Move libweston-desktop.hPekka Paalanen2-2/+2
2019-04-18Rename plugin-registry.h to libweston/plugin-registry.hPekka Paalanen1-1/+1
2019-04-18Rename compositor.h to libweston/libweston.hPekka Paalanen4-4/+4
2019-04-16meson.build: Fix warning for configure_fileHarish Krupo1-1/+0
2019-04-09support byte-by-byte reproducible buildHéctor Orón Martínez1-2/+0
2019-03-28Clean up .gitignore after autotools removalPekka Paalanen1-1/+0
2019-02-20Fix typos all around (thanks codespell!)Emmanuel Gil Peyrot2-4/+4
2019-02-06hmi-controller: register for desktop_surface_configuredMichael Teyfel1-30/+40
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-layout: use libweston-desktop api for configure eventMichael Teyfel1-3/+9
2019-02-06ivi-layout: use libweston-desktop api for viewsMichael Teyfel1-2/+11
2019-02-06ivi-shell: linked libweston-desktop and added structsMichael Teyfel4-2/+8
2019-02-06ivi-layout: introduced surface create and configureMichael Teyfel2-23/+57
2019-02-06ivi-layout: introduced configure_desktop_changedMichael Teyfel3-0/+28
2019-02-06layout-interface: added interface to change surface idMichael Teyfel2-0/+45
2019-02-06ivi-shell: introduction of IVI_INVALID_IDMichael Teyfel1-0/+2
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-06libweston: export weston_config APIPekka Paalanen1-1/+1
2019-02-06ivi-shell: use weston_compositor_exitPekka Paalanen1-1/+1
2018-12-18compositor: Add some handy wrappers for wet_get_binary_path()Marius Vlad1-1/+1
2018-12-18ivi-shell/hmi-controller: Include config.h as to not break ivi-shell build on...Marius Vlad1-0/+2
2018-12-09Add Meson build systemDaniel Stone1-0/+53
2018-11-05ivi-shell: remove input-method section from configEmre Ucan1-3/+0
2018-11-05ivi-shell: remove unused functions and membersEmre Ucan2-47/+0
2018-11-05ivi-shell: remove input panel implementationEmre Ucan1-413/+0
2018-11-05ivi-shell: don't use input panel implementationEmre Ucan1-13/+0
2018-11-02ivi-shell: check ivi_view mappedness in commit_changes()Emre Ucan1-26/+1
2018-11-02ivi-shell: unmap views which are not in scenegraphEmre Ucan1-0/+17
2018-11-02ivi-shell: Add build_view_list functionEmre Ucan1-4/+14
2018-09-18ivi-shell: Add missing sentence pointEmmanuel Gil Peyrot1-1/+1
2018-09-18Fix and remove broken links to confluence pagesSruthik P1-4/+3
2018-08-10ivi-shell: Remove the compositor destory listener from list during de-initHarsha M M1-0/+2
2018-07-22ivi-shell: use install paths in example configEmre Ucan1-27/+27
2018-07-22ivi-shell: listen compositor wake_signalEmre Ucan2-0/+17
2018-06-20tests: Reshuffle IVI layout testsDaniel Stone2-5/+15
2018-04-10libweston: make wl_output point to weston_headPekka Paalanen1-1/+3
2018-03-28ivi-shell: remove dead assignments in layer transitionEmre Ucan1-5/+4
2018-03-28hmi-controller: remove dead assignments in add_launchersEmre Ucan1-4/+0
2018-02-08ivi-shell: fix the layer assignment change from one screen to anotherEmre Ucan1-0/+5
2018-02-08ivi-shell: don't expilicitly assign outputs to viewsEmre Ucan1-1/+0
2018-02-08ivi-shell: don't schedule compositor repaintEmre Ucan1-7/+6
2018-02-08ivi-shell: change layer visibility to boolEmre Ucan1-1/+1
2018-02-07ivi-shell: remove ivi_shell_settingEmre Ucan1-30/+12
2018-02-07ivi-shell: don't load controller modulesEmre Ucan2-64/+4
2018-02-07hmi-controller: load as weston moduleEmre Ucan2-21/+17