doc: shuffled around some sections, fixes.
[staging/windowmanager.git] / src /
2017-08-11 Marcus Fritzschlayers: fix json to actually include numbers
2017-08-08 Marcus Fritzschclang formatting
2017-08-08 Marcus Fritzschremove Poller
2017-08-08 Marcus Fritzschremove some unnuecessary comments
2017-08-08 Marcus Fritzschcmake: uncomment INTERPROCEDURAL_OPTIMIZATION setting
2017-08-08 Marcus Fritzschapp/api: add demo_activate_all()
2017-08-08 Marcus Fritzschapp: remove spurious comment
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 Fritzschcmake: reference export.map using CMAKE_CURRENT_SOURCE_DIR
2017-08-08 Marcus Fritzschapp: add surface_set_layout(), call it from genivi...
2017-08-08 Marcus Fritzschwayland: add {surface,layer}_exists(uint32_t) methods
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 Fritzschlayers: add layer and layer_map to_json() helper
2017-08-08 Marcus Fritzschwayland: add genivi::full_rect and operator== for geniv...
2017-08-08 Marcus Fritzschapp: use config to determine json config file names
2017-08-08 Marcus Fritzschadd config, a simple config interface. i.e. key-value...
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 Fritzschlayer: document intentions of layer structure
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 Fritzschwayland: clang-format
2017-08-08 Marcus Fritzschutil: clang-format
2017-08-08 Marcus Fritzschlayers: clang-format
2017-08-08 Marcus Fritzschjson_helper: clang-format
2017-08-08 Marcus Fritzschcontroller_hooks: clang-format
2017-08-08 Marcus Fritzschapp: clang-format
2017-08-08 Marcus Fritzschresult: return nullopt if error is actuall nullptr
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 Fritzschadd controller_hooks, a proxy for calls from the contro...
2017-08-08 Marcus Fritzschapp/layers: move embedded test run to layers
2017-08-08 Marcus Fritzschremove some of th more verbose debug messages
2017-08-08 Marcus Fritzschresult: remove broken map()
2017-08-08 Marcus Fritzschlayers: move get_layer_for_surface() to .cpp
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 Fritzschlayout: check id_min against lower_bound() result
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 Fritzschlayout: add surface id to layer mapping
2017-08-08 Marcus Fritzschresult: add some more functionality
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 Fritzschresult: implicit unwrap on conversion to result T
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 Fritzschcmake: fix source list layout
2017-08-08 Marcus Fritzschcmake: require afb-daemon w/o version specifier
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 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
next