2017-08-08 |
Marcus Fritzsch | app: scene setup according to ids.json |
commit | commitdiff | tree | snapshot |
2017-08-08 |
Marcus Fritzsch | app: preallocate layouts storage |
commit | commitdiff | tree | snapshot |
2017-08-08 |
Marcus Fritzsch | app/wayland: move surface setup as is to app controller... |
commit | commitdiff | tree | snapshot |
2017-08-08 |
Marcus Fritzsch | app: wire up controller_hooks |
commit | commitdiff | tree | snapshot |
2017-08-08 |
Marcus Fritzsch | add controller_hooks, a proxy for calls from the contro... |
commit | commitdiff | tree | snapshot |
2017-08-08 |
Marcus Fritzsch | app/layers: move embedded test run to layers |
commit | commitdiff | tree | snapshot |
2017-08-08 |
Marcus Fritzsch | remove some of th more verbose debug messages |
commit | commitdiff | tree | snapshot |
2017-08-08 |
Marcus Fritzsch | result: remove broken map() |
commit | commitdiff | tree | snapshot |
2017-08-08 |
Marcus Fritzsch | layers: move get_layer_for_surface() to .cpp |
commit | commitdiff | tree | snapshot |
2017-08-08 |
Marcus Fritzsch | clang-tidy once more |
commit | commitdiff | tree | snapshot |
2017-08-08 |
Marcus Fritzsch | layers: introduce layers.hpp and .cpp for layer related... |
commit | commitdiff | tree | snapshot |
2017-08-08 |
Marcus Fritzsch | ids.json: add comment about tests expecting a failure |
commit | commitdiff | tree | snapshot |
2017-08-08 |
Marcus Fritzsch | layout: check id_min against lower_bound() result |
commit | commitdiff | tree | snapshot |
2017-08-08 |
Marcus Fritzsch | app: resturn Err() on failed IDs test |
commit | commitdiff | tree | snapshot |
2017-08-08 |
Marcus Fritzsch | app: try to parse ids.json, run embedded tests (debug... |
commit | commitdiff | tree | snapshot |
2017-08-08 |
Marcus Fritzsch | layout: add surface id to layer mapping |
commit | commitdiff | tree | snapshot |
2017-08-08 |
Marcus Fritzsch | result: add some more functionality |
commit | commitdiff | tree | snapshot |
2017-08-08 |
Marcus Fritzsch | util: move DB() debug macro from app |
commit | commitdiff | tree | snapshot |
2017-08-08 |
Marcus Fritzsch | json_helper: move get here (from app) |
commit | commitdiff | tree | snapshot |
2017-08-08 |
Marcus Fritzsch | add ids.json and layout.json |
commit | commitdiff | tree | snapshot |
2017-08-08 |
Marcus Fritzsch | app: propagate errors from layout parsing, more thoroug... |
commit | commitdiff | tree | snapshot |
2017-08-08 |
Marcus Fritzsch | result: implicit unwrap on conversion to result T |
commit | commitdiff | tree | snapshot |
2017-08-08 |
Marcus Fritzsch | app: add very c++-y layout parsing |
commit | commitdiff | tree | snapshot |
2017-08-08 |
Marcus Fritzsch | wayland: add display::add_global_handler which forwards... |
commit | commitdiff | tree | snapshot |
2017-08-08 |
Marcus Fritzsch | cmake: fix source list layout |
commit | commitdiff | tree | snapshot |
2017-08-08 |
Marcus Fritzsch | cmake: require afb-daemon w/o version specifier |
commit | commitdiff | tree | snapshot |
2017-08-08 |
Marcus Fritzsch | cmake: add opton to link against LLVM's libc++ |
commit | commitdiff | tree | snapshot |
2017-08-08 |
Marcus Fritzsch | json_helper: use json-c object creation |
commit | commitdiff | tree | snapshot |
2017-08-08 |
Marcus Fritzsch | app: reset g_app on ~App() |
commit | commitdiff | tree | snapshot |
2017-08-08 |
Marcus Fritzsch | clang-format, mostly indenting. |
commit | commitdiff | tree | snapshot |
2017-08-08 |
Marcus Fritzsch | clang-tidy the place up |
commit | commitdiff | tree | snapshot |
2017-08-08 |
Marcus Fritzsch | glue: renamed output files to better represent their... |
commit | commitdiff | tree | snapshot |
2017-08-08 |
Marcus Fritzsch | main: move most of main to app, separate ownership |
commit | commitdiff | tree | snapshot |
2017-08-08 |
Marcus Fritzsch | Generating binding API glue code using generate-binding.py |
commit | commitdiff | tree | snapshot |
2017-08-08 |
Marcus Fritzsch | main/app: started to move things to app |
commit | commitdiff | tree | snapshot |
2017-08-08 |
Marcus Fritzsch | main: appid and surfaceid in register_surface are unsigned |
commit | commitdiff | tree | snapshot |
2017-08-08 |
Marcus Fritzsch | main: rename g_wayland to g_afb_instance |
commit | commitdiff | tree | snapshot |
2017-08-08 |
Marcus Fritzsch | wayland: sprops and lprops should be before the *_map_types |
commit | commitdiff | tree | snapshot |
2017-08-08 |
Marcus Fritzsch | Track surface/layer properties with one struct |
commit | commitdiff | tree | snapshot |
2017-08-08 |
Marcus Fritzsch | main: imeplemented dummy register_surface with reply |
commit | commitdiff | tree | snapshot |
2017-08-08 |
Marcus Fritzsch | main: remove CHECK_WAYLAND, inline logic into WRAP |
commit | commitdiff | tree | snapshot |
2017-08-08 |
Marcus Fritzsch | util: do not define needed afb version |
commit | commitdiff | tree | snapshot |
2017-08-08 |
Marcus Fritzsch | main: use our own log functions |
commit | commitdiff | tree | snapshot |
2017-08-08 |
Marcus Fritzsch | cmake: define afb-daemon configuration items on target... |
commit | commitdiff | tree | snapshot |
2017-08-08 |
Marcus Fritzsch | main: wrap afb verb handlers, "namepace" debug verbs |
commit | commitdiff | tree | snapshot |
2017-08-08 |
Marcus Fritzsch | util: logging to the afb daemon |
commit | commitdiff | tree | snapshot |
2017-08-08 |
Marcus Fritzsch | Move all nlohmann::json to json_helper.cpp |
commit | commitdiff | tree | snapshot |
2017-08-08 |
Marcus Fritzsch | main: further simplification |
commit | commitdiff | tree | snapshot |
2017-08-08 |
Marcus Fritzsch | main: reorganize and simplify |
commit | commitdiff | tree | snapshot |
2017-08-08 |
Marcus Fritzsch | wayland: add wl::display::get_error() |
commit | commitdiff | tree | snapshot |
2017-08-08 |
Marcus Fritzsch | Check for g_wayland in every API call. |
commit | commitdiff | tree | snapshot |
2017-08-08 |
Marcus Fritzsch | main: add layers and surfaces API calls |
commit | commitdiff | tree | snapshot |
2017-08-08 |
Marcus Fritzsch | Implement window manager as an AGL App-FW binding |
commit | commitdiff | tree | snapshot |
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 |
next |