summaryrefslogtreecommitdiffstats
path: root/src/wayland.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-08-08wayland: initalize all controll membersMarcus Fritzsch1-1/+6
2017-08-08wayland: add missing controller requestsMarcus Fritzsch1-1/+13
2017-08-08wayland: task names, delete surfaces using pending_tasksMarcus Fritzsch1-3/+3
2017-08-08wayland: storing output mode and surface propertiesMarcus Fritzsch1-2/+35
2017-08-08wayland: remove surfaces that got destroyedMarcus Fritzsch1-0/+4
2017-08-08main/wayland: added a simple main loopMarcus Fritzsch1-0/+4
2017-08-08wayland: minor fix with this-> and formattingMarcus Fritzsch1-2/+3
2017-08-08renamed controller event methods, all have now a controller_ prefixMarcus Fritzsch1-10/+11
2017-08-08do not initialize registry when display is unavailableMarcus Fritzsch1-1/+1
2017-08-08wayland: refactored genivi object eventsMarcus Fritzsch1-59/+81
2017-08-08wayland: added notification prototype, be more explicit about struct typesMarcus Fritzsch1-54/+58
2017-08-08fixed display dtor message, added layer request defsMarcus Fritzsch1-9/+14
2017-08-08moved callback thunks to impl, makes classes readableMarcus Fritzsch1-209/+240
2017-08-08hooked up genivi::surface and layerMarcus Fritzsch1-2/+213
2017-08-08cpp, simple wrappers for most of what we need, ivi_* still incompleteMarcus Fritzsch1-0/+242