app: surfaces on layer != 1000 leave a 100pixel top and bottom margin
[staging/windowmanager.git] / src / app.cpp
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 Fritzschapp: clang-format
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 Fritzschapp/layers: move embedded test run to layers
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 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 Fritzschutil: move DB() debug macro from app
2017-08-08 Marcus Fritzschjson_helper: move get here (from app)
2017-08-08 Marcus Fritzschapp: propagate errors from layout parsing, more thoroug...
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 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 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