Age | Commit message (Expand) | Author | Files | Lines |
2017-08-08 | main: better check_events implementation | Marcus Fritzsch | 1 | -0/+23 |
2017-08-08 | wayland: do not special-case ~display for DEBUG_OUTPUT | Marcus Fritzsch | 1 | -11/+2 |
2017-08-08 | wayland: genivi object events are called with their respective object | Marcus Fritzsch | 1 | -55/+58 |
2017-08-08 | wayland: be explicit about our struct layer/surface designation | Marcus Fritzsch | 1 | -2/+2 |
2017-08-08 | wayland: unique_ptr'd wayland_proxy | Marcus Fritzsch | 1 | -91/+101 |
2017-08-08 | wayland: removed unnecessary destructors | Marcus Fritzsch | 1 | -8/+0 |
2017-08-08 | wayland: simpler layout for controller::proxy_to_id maps | Marcus Fritzsch | 1 | -2/+3 |
2017-08-08 | wayland: moved screen inline methods to .cpp | Marcus Fritzsch | 1 | -0/+15 |
2017-08-08 | wayland: moved inline methods to .cpp | Marcus Fritzsch | 1 | -0/+134 |
2017-08-08 | wayland: less cast-y, minor style fixes | Marcus Fritzsch | 1 | -41/+39 |
2017-08-08 | clang-tidy the place up | Marcus Fritzsch | 1 | -63/+68 |
2017-08-08 | wayland: controller_surface() sets surface visibility, less lookups | Marcus Fritzsch | 1 | -3/+3 |
2017-08-08 | wayland: less lookup-y controller_layer() | Marcus Fritzsch | 1 | -1/+2 |
2017-08-08 | wayland: remove layer on controller::layer_destroyed | Marcus Fritzsch | 1 | -0/+2 |
2017-08-08 | main: set layer visibility in init_layout() | Marcus Fritzsch | 1 | -2/+1 |
2017-08-08 | wayland: introduce reverse mappings of proxy-ptr to id | Marcus Fritzsch | 1 | -2/+11 |
2017-08-08 | wayland: rename controlled_entity to controller_child | Marcus Fritzsch | 1 | -3/+3 |
2017-08-08 | wayland: cast wl_fixed_to_double() return to float for our interface | Marcus Fritzsch | 1 | -2/+4 |
2017-08-08 | wayland: display unique_ptr holds a void(*)(...) deleter | Marcus Fritzsch | 1 | -3/+7 |
2017-08-08 | wayland: clang-format | Marcus Fritzsch | 1 | -10/+10 |
2017-08-08 | wayland: one less level of unique_ptr | Marcus Fritzsch | 1 | -1/+1 |
2017-08-08 | wayland: set surface layout in controller::surface | Marcus Fritzsch | 1 | -15/+11 |
2017-08-08 | use unordered_map for id->obj maps | Marcus Fritzsch | 1 | -3/+2 |
2017-08-08 | wayland: initialize layer members | Marcus Fritzsch | 1 | -2/+10 |
2017-08-08 | wayland: print debug message when setting surface onto layer | Marcus Fritzsch | 1 | -0/+1 |
2017-08-08 | wayland: remove surface immediately on surface_destroyed event | Marcus Fritzsch | 1 | -0/+1 |
2017-08-08 | wayland: put surface 0x16180 on layer 100, all others on layer 1000 | Marcus Fritzsch | 1 | -2/+3 |
2017-08-08 | wayland: simplify surface property setting | Marcus Fritzsch | 1 | -12/+8 |
2017-08-08 | wayland: store layer properties | Marcus Fritzsch | 1 | -9/+13 |
2017-08-08 | wayland: set surfaces fullscreen when configured. | Marcus Fritzsch | 1 | -6/+6 |
2017-08-08 | wayland: initalize all controll members | Marcus Fritzsch | 1 | -1/+6 |
2017-08-08 | wayland: add missing controller requests | Marcus Fritzsch | 1 | -1/+13 |
2017-08-08 | wayland: task names, delete surfaces using pending_tasks | Marcus Fritzsch | 1 | -3/+3 |
2017-08-08 | wayland: storing output mode and surface properties | Marcus Fritzsch | 1 | -2/+35 |
2017-08-08 | wayland: remove surfaces that got destroyed | Marcus Fritzsch | 1 | -0/+4 |
2017-08-08 | main/wayland: added a simple main loop | Marcus Fritzsch | 1 | -0/+4 |
2017-08-08 | wayland: minor fix with this-> and formatting | Marcus Fritzsch | 1 | -2/+3 |
2017-08-08 | renamed controller event methods, all have now a controller_ prefix | Marcus Fritzsch | 1 | -10/+11 |
2017-08-08 | do not initialize registry when display is unavailable | Marcus Fritzsch | 1 | -1/+1 |
2017-08-08 | wayland: refactored genivi object events | Marcus Fritzsch | 1 | -59/+81 |
2017-08-08 | wayland: added notification prototype, be more explicit about struct types | Marcus Fritzsch | 1 | -54/+58 |
2017-08-08 | fixed display dtor message, added layer request defs | Marcus Fritzsch | 1 | -9/+14 |
2017-08-08 | moved callback thunks to impl, makes classes readable | Marcus Fritzsch | 1 | -209/+240 |
2017-08-08 | hooked up genivi::surface and layer | Marcus Fritzsch | 1 | -2/+213 |
2017-08-08 | cpp, simple wrappers for most of what we need, ivi_* still incomplete | Marcus Fritzsch | 1 | -0/+242 |