summaryrefslogtreecommitdiff
path: root/src/main.c
Commit message (Expand)AuthorAgeFilesLines
* main: let load_wayland_backend() clean up on errorBenoit Gschwind2016-05-111-7/+4
* main: rename new_config arg of weston_wayland_backend_config_add_new_outputBenoit Gschwind2016-05-111-6/+6
* main: rename new_config arg of weston_wayland_backend_config_releaseBenoit Gschwind2016-05-111-6/+6
* main: rename wayland_backend_config_release functionBenoit Gschwind2016-05-111-3/+3
* main: rename wayland_backend_config_add_new_output functionBenoit Gschwind2016-05-111-4/+4
* main: replace and remove new_config in load_wayland_backend_configBenoit Gschwind2016-05-111-28/+22
* main: rename load_wayland_backend_config arg "config" to wcBenoit Gschwind2016-05-111-3/+3
* compositor-wayland: move configuration parsing to weston main.cBenoit Gschwind2016-05-111-1/+231
* drm: port the drm backend to the new init apiGiulio Camuffo2016-05-101-3/+81
* x11: Fix incorrect output counting logicBryce Harrington2016-05-031-1/+1
* x11: port the x11 backend to the new init apiBenoit Gschwind2016-05-031-2/+143
* headless-backend: fix leak of transform configurationBenoit Gschwind2016-05-021-3/+7
* fbdev-backend: refactor configuration APIBenoit Gschwind2016-04-291-2/+39
* compositor-rdp: refactor configuration APIBenoit Gschwind2016-04-251-2/+52
* headless: port the headless backend to the new init apiBenoit Gschwind2016-04-181-3/+37
* main: document load_backend_new()Bryce Harrington2016-04-181-1/+14
* Revert 'main: Remove unused function load_backend_new()'Bryce Harrington2016-04-181-0/+17
* compositor-{drm, fbdev, rpi}: Make VT switching configurableBob Ham2016-01-121-0/+5
* main: Remove unused function load_backend_new()Chris Michael2015-11-301-17/+0
* main: stub the functions to load the backends with the new config systemGiulio Camuffo2015-10-231-9/+59
* compositor: pass the backend config struct to the backends init functionGiulio Camuffo2015-10-231-2/+3
* compositor/clients: Protect CLOCK_BOOTTIME with ifdefsDerek Foreman2015-10-211-0/+2
* main: fix destroying the compositor on error while startingGiulio Camuffo2015-10-051-3/+3
* compositor: remove systemd-notify.hEgor Starkov2015-09-291-1/+0
* compositor: systemd notifications supportEgor Starkov2015-09-251-0/+1
* main: print backends in help message in alphabetical orderDawid Gajownik2015-07-311-45/+45
* input: Don't test keyboard/pointer/touch pointersDerek Foreman2015-07-311-2/+5
* main: update RDP backend help messageDawid Gajownik2015-07-311-1/+1
* compositor: move the main() to a new main.c fileGiulio Camuffo2015-07-101-0/+848