staging/windowmanager.git
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
2017-08-08 Marcus Fritzschwayland: controller_surface() sets surface visibility...
2017-08-08 Marcus Fritzschwayland: less lookup-y controller_layer()
2017-08-08 Marcus Fritzschwayland: remove layer on controller::layer_destroyed
2017-08-08 Marcus Fritzschmain: set layer visibility in init_layout()
2017-08-08 Marcus Fritzschwayland: minor clang-format fixes
2017-08-08 Marcus Fritzschwayland: introduce reverse mappings of proxy-ptr to id
2017-08-08 Marcus Fritzschwayland: rename controlled_entity to controller_child
2017-08-08 Marcus Fritzschmain: pass struct conn by-reference to init_layout()
2017-08-08 Marcus Fritzschmain: strip std::quniue_ptr from wl::display as it...
2017-08-08 Marcus Fritzschwayland: cast wl_fixed_to_double() return to float...
2017-08-08 Marcus Fritzschwayland: display unique_ptr holds a void(*)(...) deleter
2017-08-08 Marcus Fritzschwayland: clang-format
2017-08-08 Marcus Fritzschutil: make log_() static
2017-08-08 Marcus Fritzschwayland: one less level of unique_ptr
2017-08-08 Marcus Fritzschmain: use auto variables where appropriate and sensible
2017-08-08 Marcus Fritzschmain: header hygiene
2017-08-08 Marcus Fritzschcmake: modernized to the best of my knowledge
2017-08-08 Marcus Fritzschwayland: set surface layout in controller::surface
2017-08-08 Marcus Fritzschuse unordered_map for id->obj maps
2017-08-08 Marcus Fritzschmain: c++-ifiy struct conn c init
2017-08-08 Marcus Fritzschmain: do not capture the whole environment in lambdas
2017-08-08 Marcus Fritzschmain: added some 'demarcation' comments
2017-08-08 Marcus Fritzschmain/init_layout: use screen::set_render_order instead...
2017-08-08 Marcus Fritzschwayland: C++ified set_render_order requests for layer...
2017-08-08 Marcus Fritzschupdate session
2017-08-08 Marcus Fritzschwayland: initialize layer members
2017-08-08 Marcus Fritzschwayland: print debug message when setting surface onto...
2017-08-08 Marcus Fritzschwayland: remove surface immediately on surface_destroye...
2017-08-08 Marcus Fritzschmain: flush after execute_pending
2017-08-08 Marcus Fritzschmain: Reset layout on stratup; bottom and top layer...
2017-08-08 Marcus Fritzschwayland: put surface 0x16180 on layer 100, all others...
2017-08-08 Marcus Fritzschwayland: minimal code style change
2017-08-08 Marcus Fritzschmain: also show layer info on line break
2017-08-08 Marcus Fritzschwayland: simplify surface property setting
2017-08-08 Marcus Fritzschwayland: store layer properties
2017-08-08 Marcus Fritzschwayland: set surfaces fullscreen when configured.
2017-08-08 Marcus Fritzschwayland: initalize all controll members
2017-08-08 Marcus Fritzschmain: init dummy layout of layer 100 on the first screen
2017-08-08 Marcus Fritzschmain: check that outputs are available before running...
2017-08-08 Marcus Fritzschwayland: add missing add_layer and clear requests to...
2017-08-08 Marcus Fritzschwayland: add missing controller requests
2017-08-08 Marcus Fritzschwayland: task names, delete surfaces using pending_tasks
next