2017-08-08 |
Marcus Fritzsch | Add nlohnmann/json header only c++11+ json library... |
commit | commitdiff | tree | snapshot |
2017-08-08 |
Marcus Fritzsch | util: noexcept logging and also noreturn for fatal() |
commit | commitdiff | tree | snapshot |
2017-08-08 |
Marcus Fritzsch | main: read only one signal and only return -1 if it... |
commit | commitdiff | tree | snapshot |
2017-08-08 |
Marcus Fritzsch | clang-tidy the place up |
commit | commitdiff | tree | snapshot |
2017-08-08 |
Marcus Fritzsch | all: clang-format |
commit | commitdiff | tree | snapshot |
2017-08-08 |
Marcus Fritzsch | moved Poller and unique_fd from main to util, fixed... |
commit | commitdiff | tree | snapshot |
2017-08-08 |
Marcus Fritzsch | util.h and its impl are now c++ |
commit | commitdiff | tree | snapshot |
2017-08-08 |
Marcus Fritzsch | main: read only once from stdin for status log |
commit | commitdiff | tree | snapshot |
2017-08-08 |
Marcus Fritzsch | cmake: enable _GLIBCXX_DEBUG when building Debug |
commit | commitdiff | tree | snapshot |
2017-08-08 |
Marcus Fritzsch | main: handling signals, added simple unique_fd RAII... |
commit | commitdiff | tree | snapshot |
2017-08-08 |
Marcus Fritzsch | main: read() returns ssize_t not int |
commit | commitdiff | tree | snapshot |
2017-08-08 |
Marcus Fritzsch | main: cleanup Poller implementation |
commit | commitdiff | tree | snapshot |
2017-08-08 |
Marcus Fritzsch | main: better check_events implementation |
commit | commitdiff | tree | snapshot |
2017-08-08 |
Marcus Fritzsch | main: add wl_output proxy-to-id mapping in wl_output... |
commit | commitdiff | tree | snapshot |
2017-08-08 |
Marcus Fritzsch | main: rename connection, streamline init_layout and... |
commit | commitdiff | tree | snapshot |
2017-08-08 |
Marcus Fritzsch | wayland: do not special-case ~display for DEBUG_OUTPUT |
commit | commitdiff | tree | snapshot |
2017-08-08 |
Marcus Fritzsch | wayland: genivi object events are called with their... |
commit | commitdiff | tree | snapshot |
2017-08-08 |
Marcus Fritzsch | wayland: be explicit about our struct layer/surface... |
commit | commitdiff | tree | snapshot |
2017-08-08 |
Marcus Fritzsch | wayland: wayland_proxy ctor improvement |
commit | commitdiff | tree | snapshot |
2017-08-08 |
Marcus Fritzsch | wayland: header order fixed, comment on controller... |
commit | commitdiff | tree | snapshot |
2017-08-08 |
Marcus Fritzsch | wayland: delete copy ctors and operators |
commit | commitdiff | tree | snapshot |
2017-08-08 |
Marcus Fritzsch | cmake: do not generate the ivi_application protocol |
commit | commitdiff | tree | snapshot |
2017-08-08 |
Marcus Fritzsch | wayland: unique_ptr'd wayland_proxy |
commit | commitdiff | tree | snapshot |
2017-08-08 |
Marcus Fritzsch | wayland: removed unnecessary destructors |
commit | commitdiff | tree | snapshot |
2017-08-08 |
Marcus Fritzsch | wayland: simpler layout for controller::proxy_to_id... |
commit | commitdiff | tree | snapshot |
2017-08-08 |
Marcus Fritzsch | wayland: moved screen inline methods to .cpp |
commit | commitdiff | tree | snapshot |
2017-08-08 |
Marcus Fritzsch | main: do not include cstdlib, it's unused |
commit | commitdiff | tree | snapshot |
2017-08-08 |
Marcus Fritzsch | wayland: moved inline methods to .cpp |
commit | commitdiff | tree | snapshot |
2017-08-08 |
Marcus Fritzsch | wayland: less cast-y, minor style fixes |
commit | commitdiff | tree | snapshot |
2017-08-08 |
Marcus Fritzsch | cmake: merged target properties on winman, added IPO/LTO |
commit | commitdiff | tree | snapshot |
2017-08-08 |
Marcus Fritzsch | clang-tidy the place up |
commit | commitdiff | tree | snapshot |
2017-08-08 |
Marcus Fritzsch | wayland: controller_surface() sets surface visibility... |
commit | commitdiff | tree | snapshot |
2017-08-08 |
Marcus Fritzsch | wayland: less lookup-y controller_layer() |
commit | commitdiff | tree | snapshot |
2017-08-08 |
Marcus Fritzsch | wayland: remove layer on controller::layer_destroyed |
commit | commitdiff | tree | snapshot |
2017-08-08 |
Marcus Fritzsch | main: set layer visibility in init_layout() |
commit | commitdiff | tree | snapshot |
2017-08-08 |
Marcus Fritzsch | wayland: minor clang-format fixes |
commit | commitdiff | tree | snapshot |
2017-08-08 |
Marcus Fritzsch | wayland: introduce reverse mappings of proxy-ptr to id |
commit | commitdiff | tree | snapshot |
2017-08-08 |
Marcus Fritzsch | wayland: rename controlled_entity to controller_child |
commit | commitdiff | tree | snapshot |
2017-08-08 |
Marcus Fritzsch | main: pass struct conn by-reference to init_layout() |
commit | commitdiff | tree | snapshot |
2017-08-08 |
Marcus Fritzsch | main: strip std::quniue_ptr from wl::display as it... |
commit | commitdiff | tree | snapshot |
2017-08-08 |
Marcus Fritzsch | wayland: cast wl_fixed_to_double() return to float... |
commit | commitdiff | tree | snapshot |
2017-08-08 |
Marcus Fritzsch | wayland: display unique_ptr holds a void(*)(...) deleter |
commit | commitdiff | tree | snapshot |
2017-08-08 |
Marcus Fritzsch | wayland: clang-format |
commit | commitdiff | tree | snapshot |
2017-08-08 |
Marcus Fritzsch | util: make log_() static |
commit | commitdiff | tree | snapshot |
2017-08-08 |
Marcus Fritzsch | wayland: one less level of unique_ptr |
commit | commitdiff | tree | snapshot |
2017-08-08 |
Marcus Fritzsch | main: use auto variables where appropriate and sensible |
commit | commitdiff | tree | snapshot |
2017-08-08 |
Marcus Fritzsch | main: header hygiene |
commit | commitdiff | tree | snapshot |
2017-08-08 |
Marcus Fritzsch | cmake: modernized to the best of my knowledge |
commit | commitdiff | tree | snapshot |
2017-08-08 |
Marcus Fritzsch | wayland: set surface layout in controller::surface |
commit | commitdiff | tree | snapshot |
2017-08-08 |
Marcus Fritzsch | use unordered_map for id->obj maps |
commit | commitdiff | tree | snapshot |
2017-08-08 |
Marcus Fritzsch | main: c++-ifiy struct conn c init |
commit | commitdiff | tree | snapshot |
2017-08-08 |
Marcus Fritzsch | main: do not capture the whole environment in lambdas |
commit | commitdiff | tree | snapshot |
2017-08-08 |
Marcus Fritzsch | main: added some 'demarcation' comments |
commit | commitdiff | tree | snapshot |
2017-08-08 |
Marcus Fritzsch | main/init_layout: use screen::set_render_order instead... |
commit | commitdiff | tree | snapshot |
2017-08-08 |
Marcus Fritzsch | wayland: C++ified set_render_order requests for layer... |
commit | commitdiff | tree | snapshot |
2017-08-08 |
Marcus Fritzsch | update session |
commit | commitdiff | tree | snapshot |
2017-08-08 |
Marcus Fritzsch | wayland: initialize layer members |
commit | commitdiff | tree | snapshot |
2017-08-08 |
Marcus Fritzsch | wayland: print debug message when setting surface onto... |
commit | commitdiff | tree | snapshot |
2017-08-08 |
Marcus Fritzsch | wayland: remove surface immediately on surface_destroye... |
commit | commitdiff | tree | snapshot |
2017-08-08 |
Marcus Fritzsch | main: flush after execute_pending |
commit | commitdiff | tree | snapshot |
2017-08-08 |
Marcus Fritzsch | main: Reset layout on stratup; bottom and top layer... |
commit | commitdiff | tree | snapshot |
2017-08-08 |
Marcus Fritzsch | wayland: put surface 0x16180 on layer 100, all others... |
commit | commitdiff | tree | snapshot |
2017-08-08 |
Marcus Fritzsch | wayland: minimal code style change |
commit | commitdiff | tree | snapshot |
2017-08-08 |
Marcus Fritzsch | main: also show layer info on line break |
commit | commitdiff | tree | snapshot |
2017-08-08 |
Marcus Fritzsch | wayland: simplify surface property setting |
commit | commitdiff | tree | snapshot |
2017-08-08 |
Marcus Fritzsch | wayland: store layer properties |
commit | commitdiff | tree | snapshot |
2017-08-08 |
Marcus Fritzsch | wayland: set surfaces fullscreen when configured. |
commit | commitdiff | tree | snapshot |
2017-08-08 |
Marcus Fritzsch | wayland: initalize all controll members |
commit | commitdiff | tree | snapshot |
2017-08-08 |
Marcus Fritzsch | main: init dummy layout of layer 100 on the first screen |
commit | commitdiff | tree | snapshot |
2017-08-08 |
Marcus Fritzsch | main: check that outputs are available before running... |
commit | commitdiff | tree | snapshot |
2017-08-08 |
Marcus Fritzsch | wayland: add missing add_layer and clear requests to... |
commit | commitdiff | tree | snapshot |
2017-08-08 |
Marcus Fritzsch | wayland: add missing controller requests |
commit | commitdiff | tree | snapshot |
2017-08-08 |
Marcus Fritzsch | wayland: task names, delete surfaces using pending_tasks |
commit | commitdiff | tree | snapshot |
2017-08-08 |
Marcus Fritzsch | main: execute controllers pending tasks, clang-format |
commit | commitdiff | tree | snapshot |
2017-08-08 |
Marcus Fritzsch | wayland: added a pending tasks list to controller |
commit | commitdiff | tree | snapshot |
2017-08-08 |
Marcus Fritzsch | wayland: storing output mode and surface properties |
commit | commitdiff | tree | snapshot |
2017-08-08 |
Marcus Fritzsch | wayland: added genivi::rect and genivi::size and props... |
commit | commitdiff | tree | snapshot |
2017-08-08 |
Marcus Fritzsch | wayland: remove surfaces that got destroyed |
commit | commitdiff | tree | snapshot |
2017-08-08 |
Marcus Fritzsch | main/wayland: added a simple main loop |
commit | commitdiff | tree | snapshot |
2017-08-08 |
Marcus Fritzsch | updated session |
commit | commitdiff | tree | snapshot |
2017-08-08 |
Marcus Fritzsch | wayland: minor fix with this-> and formatting |
commit | commitdiff | tree | snapshot |
2017-08-08 |
Marcus Fritzsch | util: add printf format check attributes |
commit | commitdiff | tree | snapshot |
2017-08-08 |
Marcus Fritzsch | cmake: introduce ENABLE_DEBUG_OUTPUT cmake cache variable |
commit | commitdiff | tree | snapshot |
2017-08-08 |
Marcus Fritzsch | renamed controller event methods, all have now a contro... |
commit | commitdiff | tree | snapshot |
2017-08-08 |
Marcus Fritzsch | do not initialize registry when display is unavailable |
commit | commitdiff | tree | snapshot |
2017-08-08 |
Marcus Fritzsch | removed all notifier remnants |
commit | commitdiff | tree | snapshot |
2017-08-08 |
Marcus Fritzsch | wayland: refactored genivi object events |
commit | commitdiff | tree | snapshot |
2017-08-08 |
Marcus Fritzsch | wayland: added notification prototype, be more explicit... |
commit | commitdiff | tree | snapshot |
2017-08-08 |
Marcus Fritzsch | cmake: visibility is hidden, do not warn about comments |
commit | commitdiff | tree | snapshot |
2017-08-08 |
Marcus Fritzsch | fixed display dtor message, added layer request defs |
commit | commitdiff | tree | snapshot |
2017-08-08 |
Marcus Fritzsch | moved callback thunks to impl, makes classes readable |
commit | commitdiff | tree | snapshot |
2017-08-08 |
Marcus Fritzsch | hooked up genivi::surface and layer |
commit | commitdiff | tree | snapshot |
2017-08-08 |
Marcus Fritzsch | cpp, simple wrappers for most of what we need, ivi_... |
commit | commitdiff | tree | snapshot |
2017-08-08 |
Marcus Fritzsch | cpp, more listeners |
commit | commitdiff | tree | snapshot |
2017-08-08 |
Marcus Fritzsch | add gvim session |
commit | commitdiff | tree | snapshot |
2017-08-08 |
Marcus Fritzsch | initial commit |
commit | commitdiff | tree | snapshot |
|