doc: shuffled around some sections, fixes.
[staging/windowmanager.git] / src / main.cpp
2017-09-12 Marcus Fritzschmisc: fix some minor style issues, fix SCOPE_TRACING...
2017-09-12 Marcus Fritzschbinding: make the pending_events functionality nicer[tm]
2017-09-12 Marcus Fritzschbinding: ping() dispatches only pending events
2017-09-12 Marcus Fritzschbinding: manual lock on API call, do not use noconcurre...
2017-09-12 Marcus Fritzschapp/main: dispatch wayland events using ping(), WIP...
2017-09-05 Marcus Fritzschmain: only exit on hangup if WINMAN_EXIT_ON_HANGUP...
2017-09-05 Marcus Fritzschmain: exit on compositor hangup
2017-09-04 Marcus FritzschApp/API: fix event emission methods
2017-09-04 Marcus Fritzschmain: simplify event broadcasting
2017-09-04 Marcus Fritzschmain/binding: do not allow concurrent threads in App
2017-09-04 Marcus Fritzschapp/main: add send_event() to binding_api
2017-08-08 Marcus Fritzschadd license text to implementation files
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 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 Fritzschmain: use our own log functions
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 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 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
2017-08-08 Marcus Fritzschmain: handling signals, added simple unique_fd RAII...
2017-08-08 Marcus Fritzschmain: read() returns ssize_t not int
2017-08-08 Marcus Fritzschmain: cleanup Poller implementation
2017-08-08 Marcus Fritzschmain: better check_events implementation
2017-08-08 Marcus Fritzschmain: add wl_output proxy-to-id mapping in wl_output...
2017-08-08 Marcus Fritzschmain: rename connection, streamline init_layout and...
2017-08-08 Marcus Fritzschmain: do not include cstdlib, it's unused
2017-08-08 Marcus Fritzschclang-tidy the place up
2017-08-08 Marcus Fritzschmain: set layer visibility in init_layout()
2017-08-08 Marcus Fritzschmain: pass struct conn by-reference to init_layout()
2017-08-08 Marcus Fritzschmain: strip std::quniue_ptr from wl::display as it...
2017-08-08 Marcus Fritzschwayland: one less level of unique_ptr
2017-08-08 Marcus Fritzschmain: use auto variables where appropriate and sensible
2017-08-08 Marcus Fritzschmain: header hygiene
2017-08-08 Marcus Fritzschuse unordered_map for id->obj maps
2017-08-08 Marcus Fritzschmain: c++-ifiy struct conn c init
2017-08-08 Marcus Fritzschmain: do not capture the whole environment in lambdas
2017-08-08 Marcus Fritzschmain: added some 'demarcation' comments
2017-08-08 Marcus Fritzschmain/init_layout: use screen::set_render_order instead...
2017-08-08 Marcus Fritzschmain: flush after execute_pending
2017-08-08 Marcus Fritzschmain: Reset layout on stratup; bottom and top layer...
2017-08-08 Marcus Fritzschmain: also show layer info on line break
2017-08-08 Marcus Fritzschwayland: set surfaces fullscreen when configured.
2017-08-08 Marcus Fritzschmain: init dummy layout of layer 100 on the first screen
2017-08-08 Marcus Fritzschmain: check that outputs are available before running...
2017-08-08 Marcus Fritzschmain: execute controllers pending tasks, clang-format
2017-08-08 Marcus Fritzschmain/wayland: added a simple main loop
2017-08-08 Marcus Fritzschmoved callback thunks to impl, makes classes readable
2017-08-08 Marcus Fritzschhooked up genivi::surface and layer
2017-08-08 Marcus Fritzschcpp, simple wrappers for most of what we need, ivi_...
2017-08-08 Marcus Fritzschcpp, more listeners