aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2017-08-08wayland: add display::add_global_handler which forwards to registryMarcus Fritzsch2-9/+14
2017-08-08cmake: fix source list layoutMarcus Fritzsch1-1/+9
2017-08-08cmake: require afb-daemon w/o version specifierMarcus Fritzsch1-1/+1
2017-08-08cmake: add opton to link against LLVM's libc++Marcus Fritzsch1-0/+6
2017-08-08json_helper: use json-c object creationMarcus Fritzsch1-21/+46
2017-08-08app: reset g_app on ~App()Marcus Fritzsch2-0/+8
2017-08-08clang-format, mostly indenting.Marcus Fritzsch6-203/+204
2017-08-08clang-tidy the place upMarcus Fritzsch2-14/+13
2017-08-08glue: renamed output files to better represent their actual purposeMarcus Fritzsch3-6/+6
2017-08-08main: move most of main to app, separate ownershipMarcus Fritzsch4-109/+136
2017-08-08Generating binding API glue code using generate-binding.pyMarcus Fritzsch5-136/+93
2017-08-08main/app: started to move things to appMarcus Fritzsch4-1/+90
2017-08-08main: appid and surfaceid in register_surface are unsignedMarcus Fritzsch1-4/+4
2017-08-08main: rename g_wayland to g_afb_instanceMarcus Fritzsch1-36/+38
2017-08-08wayland: sprops and lprops should be before the *_map_typesMarcus Fritzsch1-3/+3
2017-08-08Track surface/layer properties with one structMarcus Fritzsch5-109/+64
2017-08-08main: imeplemented dummy register_surface with replyMarcus Fritzsch1-1/+38
2017-08-08main: remove CHECK_WAYLAND, inline logic into WRAPMarcus Fritzsch2-10/+6
2017-08-08util: do not define needed afb versionMarcus Fritzsch1-1/+0
2017-08-08main: use our own log functionsMarcus Fritzsch1-9/+8
2017-08-08cmake: define afb-daemon configuration items on target basisMarcus Fritzsch1-0/+3
2017-08-08main: wrap afb verb handlers, "namepace" debug verbsMarcus Fritzsch1-12/+16
2017-08-08util: logging to the afb daemonMarcus Fritzsch3-66/+15
2017-08-08Move all nlohmann::json to json_helper.cppMarcus Fritzsch5-61/+114
2017-08-08main: further simplificationMarcus Fritzsch1-10/+21
2017-08-08main: reorganize and simplifyMarcus Fritzsch1-67/+82
2017-08-08wayland: add wl::display::get_error()Marcus Fritzsch2-0/+3
2017-08-08Check for g_wayland in every API call.Marcus Fritzsch1-5/+14
2017-08-08main: add layers and surfaces API callsMarcus Fritzsch1-1/+28
2017-08-08Implement window manager as an AGL App-FW bindingMarcus Fritzsch2-87/+191
2017-08-08util: noexcept logging and also noreturn for fatal()Marcus Fritzsch3-10/+13
2017-08-08main: read only one signal and only return -1 if it succeededMarcus Fritzsch1-2/+3
2017-08-08clang-tidy the place upMarcus Fritzsch2-5/+6
2017-08-08all: clang-formatMarcus Fritzsch4-37/+36
2017-08-08moved Poller and unique_fd from main to util, fixed c++ issues in utilMarcus Fritzsch3-72/+77
2017-08-08util.h and its impl are now c++Marcus Fritzsch5-5/+5
2017-08-08main: read only once from stdin for status logMarcus Fritzsch1-3/+1
2017-08-08cmake: enable _GLIBCXX_DEBUG when building DebugMarcus Fritzsch1-0/+6
2017-08-08main: handling signals, added simple unique_fd RAII helperMarcus Fritzsch1-2/+44
2017-08-08main: read() returns ssize_t not intMarcus Fritzsch1-1/+2
2017-08-08main: cleanup Poller implementationMarcus Fritzsch1-7/+1
2017-08-08main: better check_events implementationMarcus Fritzsch3-53/+74
2017-08-08main: add wl_output proxy-to-id mapping in wl_output global handlerMarcus Fritzsch1-4/+10
2017-08-08main: rename connection, streamline init_layout and error handlingMarcus Fritzsch1-14/+16
2017-08-08wayland: do not special-case ~display for DEBUG_OUTPUTMarcus Fritzsch1-11/+2
2017-08-08wayland: genivi object events are called with their respective objectMarcus Fritzsch2-74/+77
2017-08-08wayland: be explicit about our struct layer/surface designationMarcus Fritzsch1-2/+2
2017-08-08wayland: wayland_proxy ctor improvementMarcus Fritzsch1-4/+3
2017-08-08wayland: header order fixed, comment on controller member orderMarcus Fritzsch1-1/+8
2017-08-08wayland: delete copy ctors and operatorsMarcus Fritzsch1-0/+16