summaryrefslogtreecommitdiffstats
path: root/src/main.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-09-12misc: fix some minor style issues, fix SCOPE_TRACING compilationMarcus Fritzsch1-3/+4
2017-09-12binding: make the pending_events functionality nicer[tm]Marcus Fritzsch1-4/+8
2017-09-12binding: ping() dispatches only pending eventsMarcus Fritzsch1-1/+0
2017-09-12binding: manual lock on API call, do not use noconcurrent bitMarcus Fritzsch1-3/+2
2017-09-12app/main: dispatch wayland events using ping(), WIP on split layoutMarcus Fritzsch1-5/+14
2017-09-05main: only exit on hangup if WINMAN_EXIT_ON_HANGUP env var is presentMarcus Fritzsch1-1/+2
2017-09-05main: exit on compositor hangupMarcus Fritzsch1-0/+1
2017-09-04App/API: fix event emission methodsMarcus Fritzsch1-3/+3
2017-09-04main: simplify event broadcastingMarcus Fritzsch1-2/+1
2017-09-04main/binding: do not allow concurrent threads in AppMarcus Fritzsch1-0/+6
2017-09-04app/main: add send_event() to binding_apiMarcus Fritzsch1-0/+12
2017-08-08add license text to implementation filesMarcus Fritzsch1-0/+16
2017-08-08clang-format, mostly indenting.Marcus Fritzsch1-1/+1
2017-08-08clang-tidy the place upMarcus Fritzsch1-8/+8
2017-08-08glue: renamed output files to better represent their actual purposeMarcus Fritzsch1-1/+1
2017-08-08main: move most of main to app, separate ownershipMarcus Fritzsch1-103/+5
2017-08-08Generating binding API glue code using generate-binding.pyMarcus Fritzsch1-93/+7
2017-08-08main/app: started to move things to appMarcus Fritzsch1-0/+7
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-08Track surface/layer properties with one structMarcus Fritzsch1-6/+6
2017-08-08main: imeplemented dummy register_surface with replyMarcus Fritzsch1-1/+38
2017-08-08main: remove CHECK_WAYLAND, inline logic into WRAPMarcus Fritzsch1-10/+5
2017-08-08main: use our own log functionsMarcus Fritzsch1-9/+8
2017-08-08main: wrap afb verb handlers, "namepace" debug verbsMarcus Fritzsch1-12/+16
2017-08-08util: logging to the afb daemonMarcus Fritzsch1-2/+1
2017-08-08Move all nlohmann::json to json_helper.cppMarcus Fritzsch1-54/+11
2017-08-08main: further simplificationMarcus Fritzsch1-10/+21
2017-08-08main: reorganize and simplifyMarcus Fritzsch1-67/+82
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 Fritzsch1-81/+167
2017-08-08main: read only one signal and only return -1 if it succeededMarcus Fritzsch1-2/+3
2017-08-08clang-tidy the place upMarcus Fritzsch1-1/+1
2017-08-08all: clang-formatMarcus Fritzsch1-18/+17
2017-08-08moved Poller and unique_fd from main to util, fixed c++ issues in utilMarcus Fritzsch1-57/+0
2017-08-08util.h and its impl are now c++Marcus Fritzsch1-1/+1
2017-08-08main: read only once from stdin for status logMarcus Fritzsch1-3/+1
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 Fritzsch1-53/+49
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-08main: do not include cstdlib, it's unusedMarcus Fritzsch1-2/+0
2017-08-08clang-tidy the place upMarcus Fritzsch1-11/+17
2017-08-08main: set layer visibility in init_layout()Marcus Fritzsch1-0/+2
2017-08-08main: pass struct conn by-reference to init_layout()Marcus Fritzsch1-6/+6
2017-08-08main: strip std::quniue_ptr from wl::display as it is superfluousMarcus Fritzsch1-17/+17
2017-08-08wayland: one less level of unique_ptrMarcus Fritzsch1-2/+2