Age | Commit message (Expand) | Author | Files | Lines |
2017-08-08 | cmake: modernized to the best of my knowledge | Marcus Fritzsch | 2 | -13/+34 |
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 | 3 | -9/+7 |
2017-08-08 | main: c++-ifiy struct conn c init | Marcus Fritzsch | 1 | -1/+1 |
2017-08-08 | main: do not capture the whole environment in lambdas | Marcus Fritzsch | 1 | -2/+2 |
2017-08-08 | main: added some 'demarcation' comments | Marcus Fritzsch | 1 | -0/+18 |
2017-08-08 | main/init_layout: use screen::set_render_order instead of add_layer calls | Marcus Fritzsch | 1 | -2/+1 |
2017-08-08 | wayland: C++ified set_render_order requests for layer and screen | Marcus Fritzsch | 1 | -2/+15 |
2017-08-08 | update session | Marcus Fritzsch | 1 | -15/+16 |
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 | main: flush after execute_pending | Marcus Fritzsch | 1 | -0/+1 |
2017-08-08 | main: Reset layout on stratup; bottom and top layer layout | Marcus Fritzsch | 1 | -12/+19 |
2017-08-08 | wayland: put surface 0x16180 on layer 100, all others on layer 1000 | Marcus Fritzsch | 1 | -2/+3 |
2017-08-08 | wayland: minimal code style change | Marcus Fritzsch | 1 | -1/+3 |
2017-08-08 | main: also show layer info on line break | Marcus Fritzsch | 1 | -0/+11 |
2017-08-08 | wayland: simplify surface property setting | Marcus Fritzsch | 1 | -12/+8 |
2017-08-08 | wayland: store layer properties | Marcus Fritzsch | 2 | -9/+21 |
2017-08-08 | wayland: set surfaces fullscreen when configured. | Marcus Fritzsch | 2 | -6/+9 |
2017-08-08 | wayland: initalize all controll members | Marcus Fritzsch | 2 | -1/+8 |
2017-08-08 | main: init dummy layout of layer 100 on the first screen | Marcus Fritzsch | 1 | -0/+25 |
2017-08-08 | main: check that outputs are available before running main loop | Marcus Fritzsch | 1 | -0/+3 |
2017-08-08 | wayland: add missing add_layer and clear requests to genivi::screen | Marcus Fritzsch | 1 | -0/+3 |
2017-08-08 | wayland: add missing controller requests | Marcus Fritzsch | 2 | -1/+19 |
2017-08-08 | wayland: task names, delete surfaces using pending_tasks | Marcus Fritzsch | 2 | -7/+12 |
2017-08-08 | main: execute controllers pending tasks, clang-format | Marcus Fritzsch | 1 | -11/+16 |
2017-08-08 | wayland: added a pending tasks list to controller | Marcus Fritzsch | 1 | -0/+15 |
2017-08-08 | wayland: storing output mode and surface properties | Marcus Fritzsch | 2 | -2/+39 |
2017-08-08 | wayland: added genivi::rect and genivi::size and props to genivi::surface | Marcus Fritzsch | 1 | -0/+16 |
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 | 3 | -5/+52 |
2017-08-08 | updated session | Marcus Fritzsch | 1 | -18/+22 |
2017-08-08 | wayland: minor fix with this-> and formatting | Marcus Fritzsch | 2 | -3/+4 |
2017-08-08 | util: add printf format check attributes | Marcus Fritzsch | 1 | -5/+12 |
2017-08-08 | cmake: introduce ENABLE_DEBUG_OUTPUT cmake cache variable | Marcus Fritzsch | 1 | -1/+8 |
2017-08-08 | renamed controller event methods, all have now a controller_ prefix | Marcus Fritzsch | 2 | -14/+16 |
2017-08-08 | do not initialize registry when display is unavailable | Marcus Fritzsch | 1 | -1/+1 |
2017-08-08 | removed all notifier remnants | Marcus Fritzsch | 1 | -40/+0 |
2017-08-08 | wayland: refactored genivi object events | Marcus Fritzsch | 2 | -97/+128 |
2017-08-08 | wayland: added notification prototype, be more explicit about struct types | Marcus Fritzsch | 2 | -89/+212 |
2017-08-08 | cmake: visibility is hidden, do not warn about comments | Marcus Fritzsch | 1 | -2/+2 |
2017-08-08 | fixed display dtor message, added layer request defs | Marcus Fritzsch | 2 | -11/+30 |
2017-08-08 | moved callback thunks to impl, makes classes readable | Marcus Fritzsch | 4 | -371/+287 |
2017-08-08 | hooked up genivi::surface and layer | Marcus Fritzsch | 4 | -34/+346 |
2017-08-08 | cpp, simple wrappers for most of what we need, ivi_* still incomplete | Marcus Fritzsch | 8 | -146/+506 |
2017-08-08 | cpp, more listeners | Marcus Fritzsch | 6 | -110/+196 |
2017-08-08 | add gvim session | Marcus Fritzsch | 1 | -0/+79 |
2017-08-08 | initial commit | Marcus Fritzsch | 7 | -0/+924 |