staging/windowmanager.git
2017-08-08 Marcus Fritzschminor clang-format
2017-08-08 Marcus Fritzschadd simple README
2017-08-08 Marcus Fritzschapp: handle failure to load layout.json gracefully
2017-08-08 Marcus Fritzschapp: implement configured surface areas from ids.json
2017-08-08 Marcus Fritzschwayland: make genivi::rect::width and height int32
2017-08-08 Marcus Fritzschapp: surfaces on layer != 1000 leave a 100pixel top...
2017-08-08 Marcus Fritzschapp: add debug_terminate() event, quick hack to terminate
2017-08-08 Marcus Fritzschwayland: clang-format
2017-08-08 Marcus Fritzschutil: clang-format
2017-08-08 Marcus Fritzschlayers: clang-format
2017-08-08 Marcus Fritzschjson_helper: clang-format
2017-08-08 Marcus Fritzschcontroller_hooks: clang-format
2017-08-08 Marcus Fritzschapp: clang-format
2017-08-08 Marcus Fritzschresult: return nullopt if error is actuall nullptr
2017-08-08 Marcus Fritzschlayers: provide a layers-only vector
2017-08-08 Marcus Fritzschapp: logdebug() layer setup
2017-08-08 Marcus Fritzschapp: scene setup according to ids.json
2017-08-08 Marcus Fritzschapp: preallocate layouts storage
2017-08-08 Marcus Fritzschapp/wayland: move surface setup as is to app controller...
2017-08-08 Marcus Fritzschapp: wire up controller_hooks
2017-08-08 Marcus Fritzschadd controller_hooks, a proxy for calls from the contro...
2017-08-08 Marcus Fritzschapp/layers: move embedded test run to layers
2017-08-08 Marcus Fritzschremove some of th more verbose debug messages
2017-08-08 Marcus Fritzschresult: remove broken map()
2017-08-08 Marcus Fritzschlayers: move get_layer_for_surface() to .cpp
2017-08-08 Marcus Fritzschclang-tidy once more
2017-08-08 Marcus Fritzschlayers: introduce layers.hpp and .cpp for layer related...
2017-08-08 Marcus Fritzschids.json: add comment about tests expecting a failure
2017-08-08 Marcus Fritzschlayout: check id_min against lower_bound() result
2017-08-08 Marcus Fritzschapp: resturn Err() on failed IDs test
2017-08-08 Marcus Fritzschapp: try to parse ids.json, run embedded tests (debug...
2017-08-08 Marcus Fritzschlayout: add surface id to layer mapping
2017-08-08 Marcus Fritzschresult: add some more functionality
2017-08-08 Marcus Fritzschutil: move DB() debug macro from app
2017-08-08 Marcus Fritzschjson_helper: move get here (from app)
2017-08-08 Marcus Fritzschadd ids.json and layout.json
2017-08-08 Marcus Fritzschapp: propagate errors from layout parsing, more thoroug...
2017-08-08 Marcus Fritzschresult: implicit unwrap on conversion to result T
2017-08-08 Marcus Fritzschapp: add very c++-y layout parsing
2017-08-08 Marcus Fritzschwayland: add display::add_global_handler which forwards...
2017-08-08 Marcus Fritzschcmake: fix source list layout
2017-08-08 Marcus Fritzschcmake: require afb-daemon w/o version specifier
2017-08-08 Marcus Fritzschcmake: add opton to link against LLVM's libc++
2017-08-08 Marcus Fritzschjson_helper: use json-c object creation
2017-08-08 Marcus Fritzschapp: reset g_app on ~App()
2017-08-08 Marcus Fritzschclang-format, mostly indenting.
2017-08-08 Marcus Fritzschclang-tidy the place up
2017-08-08 Marcus Fritzschglue: renamed output files to better represent their...
2017-08-08 Marcus Fritzschmain: move most of main to app, separate ownership
2017-08-08 Marcus FritzschGenerating binding API glue code using generate-binding.py
2017-08-08 Marcus Fritzschmain/app: started to move things to app
2017-08-08 Marcus Fritzschmain: appid and surfaceid in register_surface are unsigned
2017-08-08 Marcus Fritzschmain: rename g_wayland to g_afb_instance
2017-08-08 Marcus Fritzschwayland: sprops and lprops should be before the *_map_types
2017-08-08 Marcus FritzschTrack surface/layer properties with one struct
2017-08-08 Marcus Fritzschmain: imeplemented dummy register_surface with reply
2017-08-08 Marcus Fritzschmain: remove CHECK_WAYLAND, inline logic into WRAP
2017-08-08 Marcus Fritzschutil: do not define needed afb version
2017-08-08 Marcus Fritzschmain: use our own log functions
2017-08-08 Marcus Fritzschcmake: define afb-daemon configuration items on target...
2017-08-08 Marcus Fritzschmain: wrap afb verb handlers, "namepace" debug verbs
2017-08-08 Marcus Fritzschutil: logging to the afb daemon
2017-08-08 Marcus FritzschMove all nlohmann::json to json_helper.cpp
2017-08-08 Marcus Fritzschmain: further simplification
2017-08-08 Marcus Fritzschmain: reorganize and simplify
2017-08-08 Marcus Fritzschwayland: add wl::display::get_error()
2017-08-08 Marcus FritzschCheck for g_wayland in every API call.
2017-08-08 Marcus Fritzschmain: add layers and surfaces API calls
2017-08-08 Marcus FritzschImplement window manager as an AGL App-FW binding
2017-08-08 Marcus FritzschAdd nlohnmann/json header only c++11+ json library...
2017-08-08 Marcus Fritzschutil: noexcept logging and also noreturn for fatal()
2017-08-08 Marcus Fritzschmain: read only one signal and only return -1 if it...
2017-08-08 Marcus Fritzschclang-tidy the place up
2017-08-08 Marcus Fritzschall: clang-format
2017-08-08 Marcus Fritzschmoved Poller and unique_fd from main to util, fixed...
2017-08-08 Marcus Fritzschutil.h and its impl are now c++
2017-08-08 Marcus Fritzschmain: read only once from stdin for status log
2017-08-08 Marcus Fritzschcmake: enable _GLIBCXX_DEBUG when building Debug
2017-08-08 Marcus Fritzschmain: handling signals, added simple unique_fd RAII...
2017-08-08 Marcus Fritzschmain: read() returns ssize_t not int
2017-08-08 Marcus Fritzschmain: cleanup Poller implementation
2017-08-08 Marcus Fritzschmain: better check_events implementation
2017-08-08 Marcus Fritzschmain: add wl_output proxy-to-id mapping in wl_output...
2017-08-08 Marcus Fritzschmain: rename connection, streamline init_layout and...
2017-08-08 Marcus Fritzschwayland: do not special-case ~display for DEBUG_OUTPUT
2017-08-08 Marcus Fritzschwayland: genivi object events are called with their...
2017-08-08 Marcus Fritzschwayland: be explicit about our struct layer/surface...
2017-08-08 Marcus Fritzschwayland: wayland_proxy ctor improvement
2017-08-08 Marcus Fritzschwayland: header order fixed, comment on controller...
2017-08-08 Marcus Fritzschwayland: delete copy ctors and operators
2017-08-08 Marcus Fritzschcmake: do not generate the ivi_application protocol
2017-08-08 Marcus Fritzschwayland: unique_ptr'd wayland_proxy
2017-08-08 Marcus Fritzschwayland: removed unnecessary destructors
2017-08-08 Marcus Fritzschwayland: simpler layout for controller::proxy_to_id...
2017-08-08 Marcus Fritzschwayland: moved screen inline methods to .cpp
2017-08-08 Marcus Fritzschmain: do not include cstdlib, it's unused
2017-08-08 Marcus Fritzschwayland: moved inline methods to .cpp
2017-08-08 Marcus Fritzschwayland: less cast-y, minor style fixes
2017-08-08 Marcus Fritzschcmake: merged target properties on winman, added IPO/LTO
2017-08-08 Marcus Fritzschclang-tidy the place up
next