Implement window manager as an AGL App-FW binding
[staging/windowmanager.git] / src / main.cpp
2017-08-08 Marcus FritzschImplement window manager as an AGL App-FW binding
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 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 Fritzschmain: do not include cstdlib, it's unused
2017-08-08 Marcus Fritzschclang-tidy the place up
2017-08-08 Marcus Fritzschmain: set layer visibility in init_layout()
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: 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 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 Fritzschmain: flush after execute_pending
2017-08-08 Marcus Fritzschmain: Reset layout on stratup; bottom and top layer...
2017-08-08 Marcus Fritzschmain: also show layer info on line break
2017-08-08 Marcus Fritzschwayland: set surfaces fullscreen when configured.
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 Fritzschmain: execute controllers pending tasks, clang-format
2017-08-08 Marcus Fritzschmain/wayland: added a simple main loop
2017-08-08 Marcus Fritzschmoved callback thunks to impl, makes classes readable
2017-08-08 Marcus Fritzschhooked up genivi::surface and layer
2017-08-08 Marcus Fritzschcpp, simple wrappers for most of what we need, ivi_...
2017-08-08 Marcus Fritzschcpp, more listeners