summaryrefslogtreecommitdiff
path: root/compositor
AgeCommit message (Expand)AuthorFilesLines
2020-07-01screen-share: don't get weston_config object before zallocJimmy Ohn1-1/+3
2020-06-03meson: enable undefined functions errors for colordGuillaume Champagne1-1/+0
2020-06-03meson: add lcms2 dependency to cms-colordGuillaume Champagne1-1/+1
2020-06-02drm-backend: add --continue-without-input command line option to DRM-backendLeandro Ribeiro1-1/+3
2020-06-01compositor: Quit when failing to open log fileAntonio Caggiano1-4/+10
2020-06-01compositor: Print error opening log fileAntonio Caggiano1-0/+2
2020-03-11compositor: Fail on invalid transform for headlessDaniel Stone1-1/+1
2020-03-06compositor: Use weston_head transform for output defaultDaniel Stone1-2/+7
2020-03-06compositor: Fail output configuration on invalid transformDaniel Stone1-8/+29
2020-03-06compositor: Fix default transforms when output section declaredDaniel Stone1-3/+4
2020-02-27compositor: add scale cmdline option for headlessPekka Paalanen1-0/+2
2020-02-27Redefine output rotationsPekka Paalanen2-12/+12
2020-02-10compositor: destroy log context only after the destruction of subscribersLeandro Ribeiro1-1/+1
2020-02-10weston-log: merge functions that destroy different types of subscribersLeandro Ribeiro1-2/+2
2020-02-06build: add rpath to modules that use symbols from libexec_westonPhilipp Zabel1-2/+4
2020-02-04headless: fix uninitialized variableGuillaume Champagne1-1/+1
2020-01-30compositor: add test suite dataPekka Paalanen3-0/+75
2020-01-29libweston: fold weston_compositor_tear_down() into weston_compositor_destroy()Leandro Ribeiro1-3/+1
2020-01-29weston-log: replace weston_log_ctx_compositor_destroy() by weston_log_ctx_des...Leandro Ribeiro1-1/+1
2020-01-29weston-log: rename weston_log_ctx_compositor_create() to weston_log_ctx_create()Leandro Ribeiro1-1/+1
2020-01-27weston-log: rename the confusing function name weston_compositor_log_scope_de...Leandro Ribeiro1-2/+2
2020-01-27weston-log: rename the confusing function name weston_compositor_add_log_scope()Leandro Ribeiro1-5/+4
2019-12-11screen-share: define variable type before using as function argumentLeandro Ribeiro1-1/+2
2019-11-28option-parser: Make bools booleanDaniel Stone1-60/+25
2019-11-28config-parser: Make get_bool be boolDaniel Stone1-55/+58
2019-11-27screen-share: get previous_damage from data argument instead of weston_outputLeandro Ribeiro1-2/+1
2019-11-21compositor: allow double-loading modulesPekka Paalanen1-9/+7
2019-11-21Use weston_compositor_add_destroy_listener_once() in pluginsPekka Paalanen4-10/+24
2019-11-21colord: remove destroy listener on clean-upPekka Paalanen1-0/+1
2019-11-14compositor: Fix some warning when passing debugoptimized to mesonMarius Vlad1-1/+1
2019-11-05compositor: Pass the entire string in one-shot when writting logger dataMarius Vlad1-4/+14
2019-11-04compositor: Allow protocol to be displayed when asked for, even if we're not ...Marius Vlad1-5/+4
2019-10-24Link Weston plugins to libexec-weston.soPekka Paalanen1-1/+2
2019-10-24cms-colord: work around unresolved symbolsPekka Paalanen1-0/+1
2019-10-24compositor: turn weston main() into a libPekka Paalanen4-4/+57
2019-10-24build: separate deps for int and ext libweston usersPekka Paalanen1-5/+6
2019-10-17weston-log: Add 'destroy_subscription' callback for the subscriptionMarius Vlad1-2/+2
2019-10-11compositor: add use-gl option to headlessPekka Paalanen1-0/+8
2019-10-04build: simplify include_directoriesPekka Paalanen1-5/+5
2019-10-04Unify the include style of shared/ headersPekka Paalanen1-3/+3
2019-09-25compositor: Do not trigger invalid destructors when hotunpluggingMiguel A. Vico1-2/+10
2019-08-26libweston: Add functions to modify disable_planes counter for an outputAnkit Nautiyal1-2/+2
2019-08-19compositor: Return the number of bytes written as to format properlyMarius Vlad1-7/+7
2019-08-16screen-share: use pixman_image_composite32 instead of pixman_bltStefan Agner1-7/+28
2019-08-16screen-share: move damage calculation after screen resizeStefan Agner1-18/+18
2019-08-16screen-share: fix error handlingStefan Agner1-10/+11
2019-08-16screen-share: align read_pixels call with screenshooterStefan Agner1-10/+10
2019-08-12compositor: Bring back the old timestamp format for the log scopeMarius Vlad1-13/+20
2019-08-06compositor: Use only 'log' scope to print libwayland messagesMarius Vlad1-8/+1
2019-07-23screen-share: destroy seat on removeStefan Agner1-0/+8