summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* build: bump to version 7.0.0 for the official release7.0.07.0Simon Ser2019-08-231-1/+1
* backend-drm: Enforce content protection for hardware planesDaniel Stone2019-08-231-0/+4
* weston-terminal: Ignore SIGPIPEManuel Stoeckl2019-08-231-0/+10
* make weston_binding_destroy publicsichem2019-08-232-3/+3
* compositor: Return the number of bytes written as to format properlyMarius Vlad2019-08-191-7/+7
* weston-log: Return bytes written for 'printf()' and 'vprintf()' functionsMarius Vlad2019-08-192-7/+12
* build: bump to version 6.0.93 for the RC1 release6.0.93Simon Ser2019-08-161-1/+1
* screen-share: use pixman_image_composite32 instead of pixman_bltStefan Agner2019-08-161-7/+28
* screen-share: move damage calculation after screen resizeStefan Agner2019-08-161-18/+18
* screen-share: fix error handlingStefan Agner2019-08-161-10/+11
* screen-share: align read_pixels call with screenshooterStefan Agner2019-08-161-10/+10
* Fix a crash when closing an X11 window with a selectionEmmanuel Gil Peyrot2019-08-151-1/+3
* clients/simple-egl: Exit when display has an errorManuel Stoeckl2019-08-121-2/+2
* compositor: Bring back the old timestamp format for the log scopeMarius Vlad2019-08-121-13/+20
* shared/: Please compiler when passed certain compile flagsMarius Vlad2019-08-061-0/+1
* compositor: Use only 'log' scope to print libwayland messagesMarius Vlad2019-08-061-8/+1
* build: bump to version 6.0.92 for the beta release6.0.92Simon Ser2019-08-021-1/+1
* releasing: update for the new release processSimon Ser2019-08-022-113/+72
* libweston: Advertise minor version 2 of zwp_linux_explicit_synchronization_v1Alexandros Frantzis2019-08-022-5/+3
* protocol/meson.build: Bump wayland-protocol requirement to 1.18Jonas Ã…dahl2019-08-021-4/+1
* pixman: avoid unnecessary y-flip for screen captureStefan Agner2019-08-011-13/+1
* meson: Use libweston-major versioning on protocols directoryQuentin Glidic2019-07-311-1/+1
* shared/platform: avoid build warning when building without gl-rendererStefan Agner2019-07-261-1/+1
* screen-share: destroy seat on removeStefan Agner2019-07-231-0/+8
* man: Update weston.ini, that no backend supports HDCP as yetAnkit Nautiyal2019-07-221-5/+6
* build: bump to version 6.0.91 for the alpha release6.0.91Simon Ser2019-07-191-1/+1
* Add pipewire pluginMichael Olbrich2019-07-197-1/+1060
* gitlab-ci: switch to busterMichael Olbrich2019-07-192-4/+4
* doc/sphinx: Add documentation for the logging/debugging frameworkMarius Vlad2019-07-183-1/+184
* libweston/log: Add 'wlog' group for weston_log() related functionsMarius Vlad2019-07-182-0/+41
* weston-log: Start adding documentation for the logging/debugging frameworkMarius Vlad2019-07-182-11/+42
* weston-log: Removed compositor_destroy_listener from the log contextMarius Vlad2019-07-181-1/+0
* libweston: Remove internal weston-log set-up function out of public headerMarius Vlad2019-07-184-8/+11
* compositor: Remove from main displaying available log scopesMarius Vlad2019-07-181-12/+24
* compositor: Add debug key-binding to display/dump flight recorder contentsMarius Vlad2019-07-181-0/+13
* libweston: Put back weston_compositor_add_debug_binding() as publicMarius Vlad2019-07-182-5/+5
* compositor: Plug-in the flight recorderMarius Vlad2019-07-182-0/+24
* weston-log-flight-rec: Introduce flight recorder streamMarius Vlad2019-07-183-0/+266
* weston-log: Remove weston_log() calls from weston-logMarius Vlad2019-07-181-7/+7
* compositor: Create the 'log' scope much earlierMarius Vlad2019-07-181-5/+6
* compositor: Destroy the compositor before the log scopeMarius Vlad2019-07-184-8/+30
* compositor: Plug-in the file streamMarius Vlad2019-07-182-17/+39
* weston-log-file: Introduce file type of streamMarius Vlad2019-07-183-0/+109
* weston-log: Rename scope's 'begin_cb' callback to 'new_subscriber'Marius Vlad2019-07-184-26/+91
* weston-log/weston-log-wayland: Inline private subscription functionsMarius Vlad2019-07-183-32/+35
* weston-log: Introduce subscribe functionalityMarius Vlad2019-07-182-34/+185
* weston-debug: Rename weston-debug to weston-log to better reflect its purposeMarius Vlad2019-07-1812-14/+14
* weston-log-wayland: Rename weston_debug_stream to weston_log_waylandMarius Vlad2019-07-181-27/+30
* weston-debug: Migrate weston_debug_stream to weston_log_wayland fileMarius Vlad2019-07-184-260/+302
* weston-debug: Make it easier to separate weston_debug_streamMarius Vlad2019-07-182-12/+51