app/api: add demo_activate_surface() api_binding
[staging/windowmanager.git] / src / app.cpp
2017-08-08 Marcus Fritzschapp/api: add demo_activate_surface() api_binding
2017-08-08 Marcus Fritzschapp: do not set surface source rectangle on layout...
2017-08-08 Marcus Fritzschapp: comment on surface visiblity and layout setup
2017-08-08 Marcus Fritzschapp/wayland: move late-tasks to App
2017-08-08 Marcus Fritzschapp: add surface_set_layout(), call it from genivi...
2017-08-08 Marcus Fritzschapp: rename fullscren surface task
2017-08-08 Marcus Fritzschadd license text to implementation files
2017-08-08 Marcus Fritzschapp: debug_layers returns a representation of layers...
2017-08-08 Marcus Fritzschapp: use config to determine json config file names
2017-08-08 Marcus Fritzschapp: rename load_layer_ids to load_layer_map
2017-08-08 Marcus Fritzschlayers: rename surface_id_to_layer and surface_id_to_la...
2017-08-08 Marcus Fritzschapp: some comments and erorrs regarding IDs configuration
2017-08-08 Marcus Fritzschapp: when loading config, handle returned errors
2017-08-08 Marcus Fritzschapp: simplify config loading code, handle errors too
2017-08-08 Marcus Fritzschminor clang-format
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 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