staging/windowmanager.git
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
2017-08-08 Marcus Fritzschmain: execute controllers pending tasks, clang-format
2017-08-08 Marcus Fritzschwayland: added a pending tasks list to controller
2017-08-08 Marcus Fritzschwayland: storing output mode and surface properties
2017-08-08 Marcus Fritzschwayland: added genivi::rect and genivi::size and props...
2017-08-08 Marcus Fritzschwayland: remove surfaces that got destroyed
2017-08-08 Marcus Fritzschmain/wayland: added a simple main loop
2017-08-08 Marcus Fritzschupdated session
2017-08-08 Marcus Fritzschwayland: minor fix with this-> and formatting
2017-08-08 Marcus Fritzschutil: add printf format check attributes
2017-08-08 Marcus Fritzschcmake: introduce ENABLE_DEBUG_OUTPUT cmake cache variable
2017-08-08 Marcus Fritzschrenamed controller event methods, all have now a contro...
2017-08-08 Marcus Fritzschdo not initialize registry when display is unavailable
2017-08-08 Marcus Fritzschremoved all notifier remnants
2017-08-08 Marcus Fritzschwayland: refactored genivi object events
2017-08-08 Marcus Fritzschwayland: added notification prototype, be more explicit...
2017-08-08 Marcus Fritzschcmake: visibility is hidden, do not warn about comments
2017-08-08 Marcus Fritzschfixed display dtor message, added layer request defs
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
2017-08-08 Marcus Fritzschadd gvim session
2017-08-08 Marcus Fritzschinitial commit