wayland: print debug message when setting surface onto layer
[staging/windowmanager.git] / src / wayland.cpp
2017-08-08 Marcus Fritzschwayland: print debug message when setting surface onto...
2017-08-08 Marcus Fritzschwayland: remove surface immediately on surface_destroye...
2017-08-08 Marcus Fritzschwayland: put surface 0x16180 on layer 100, all others...
2017-08-08 Marcus Fritzschwayland: simplify surface property setting
2017-08-08 Marcus Fritzschwayland: store layer properties
2017-08-08 Marcus Fritzschwayland: set surfaces fullscreen when configured.
2017-08-08 Marcus Fritzschwayland: initalize all controll members
2017-08-08 Marcus Fritzschwayland: add missing controller requests
2017-08-08 Marcus Fritzschwayland: task names, delete surfaces using pending_tasks
2017-08-08 Marcus Fritzschwayland: storing output mode and surface properties
2017-08-08 Marcus Fritzschwayland: remove surfaces that got destroyed
2017-08-08 Marcus Fritzschmain/wayland: added a simple main loop
2017-08-08 Marcus Fritzschwayland: minor fix with this-> and formatting
2017-08-08 Marcus Fritzschrenamed controller event methods, all have now a contro...
2017-08-08 Marcus Fritzschdo not initialize registry when display is unavailable
2017-08-08 Marcus Fritzschwayland: refactored genivi object events
2017-08-08 Marcus Fritzschwayland: added notification prototype, be more explicit...
2017-08-08 Marcus Fritzschfixed display dtor message, added layer request defs
2017-08-08 Marcus Fritzschmoved callback thunks to impl, makes classes readable
2017-08-08 Marcus Fritzschhooked up genivi::surface and layer
2017-08-08 Marcus Fritzschcpp, simple wrappers for most of what we need, ivi_...