summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-08-23build: bump to version 7.0.0 for the official release7.0.07.0Simon Ser1-1/+1
2019-08-23backend-drm: Enforce content protection for hardware planesDaniel Stone1-0/+4
2019-08-23weston-terminal: Ignore SIGPIPEManuel Stoeckl1-0/+10
2019-08-23make weston_binding_destroy publicsichem2-3/+3
2019-08-19compositor: Return the number of bytes written as to format properlyMarius Vlad1-7/+7
2019-08-19weston-log: Return bytes written for 'printf()' and 'vprintf()' functionsMarius Vlad2-7/+12
2019-08-16build: bump to version 6.0.93 for the RC1 release6.0.93Simon Ser1-1/+1
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-15Fix a crash when closing an X11 window with a selectionEmmanuel Gil Peyrot1-1/+3
2019-08-12clients/simple-egl: Exit when display has an errorManuel Stoeckl1-2/+2
2019-08-12compositor: Bring back the old timestamp format for the log scopeMarius Vlad1-13/+20
2019-08-06shared/: Please compiler when passed certain compile flagsMarius Vlad1-0/+1
2019-08-06compositor: Use only 'log' scope to print libwayland messagesMarius Vlad1-8/+1
2019-08-02build: bump to version 6.0.92 for the beta release6.0.92Simon Ser1-1/+1
2019-08-02releasing: update for the new release processSimon Ser2-113/+72
2019-08-02libweston: Advertise minor version 2 of zwp_linux_explicit_synchronization_v1Alexandros Frantzis2-5/+3
2019-08-02protocol/meson.build: Bump wayland-protocol requirement to 1.18Jonas Ã…dahl1-4/+1
2019-08-01pixman: avoid unnecessary y-flip for screen captureStefan Agner1-13/+1
2019-07-31meson: Use libweston-major versioning on protocols directoryQuentin Glidic1-1/+1
2019-07-26shared/platform: avoid build warning when building without gl-rendererStefan Agner1-1/+1
2019-07-23screen-share: destroy seat on removeStefan Agner1-0/+8
2019-07-22man: Update weston.ini, that no backend supports HDCP as yetAnkit Nautiyal1-5/+6
2019-07-19build: bump to version 6.0.91 for the alpha release6.0.91Simon Ser1-1/+1
2019-07-19Add pipewire pluginMichael Olbrich7-1/+1060
2019-07-19gitlab-ci: switch to busterMichael Olbrich2-4/+4
2019-07-18doc/sphinx: Add documentation for the logging/debugging frameworkMarius Vlad3-1/+184
2019-07-18libweston/log: Add 'wlog' group for weston_log() related functionsMarius Vlad2-0/+41
2019-07-18weston-log: Start adding documentation for the logging/debugging frameworkMarius Vlad2-11/+42
2019-07-18weston-log: Removed compositor_destroy_listener from the log contextMarius Vlad1-1/+0
2019-07-18libweston: Remove internal weston-log set-up function out of public headerMarius Vlad4-8/+11
2019-07-18compositor: Remove from main displaying available log scopesMarius Vlad1-12/+24
2019-07-18compositor: Add debug key-binding to display/dump flight recorder contentsMarius Vlad1-0/+13
2019-07-18libweston: Put back weston_compositor_add_debug_binding() as publicMarius Vlad2-5/+5
2019-07-18compositor: Plug-in the flight recorderMarius Vlad2-0/+24
2019-07-18weston-log-flight-rec: Introduce flight recorder streamMarius Vlad3-0/+266
2019-07-18weston-log: Remove weston_log() calls from weston-logMarius Vlad1-7/+7
2019-07-18compositor: Create the 'log' scope much earlierMarius Vlad1-5/+6
2019-07-18compositor: Destroy the compositor before the log scopeMarius Vlad4-8/+30
2019-07-18compositor: Plug-in the file streamMarius Vlad2-17/+39
2019-07-18weston-log-file: Introduce file type of streamMarius Vlad3-0/+109
2019-07-18weston-log: Rename scope's 'begin_cb' callback to 'new_subscriber'Marius Vlad4-26/+91
2019-07-18weston-log/weston-log-wayland: Inline private subscription functionsMarius Vlad3-32/+35
2019-07-18weston-log: Introduce subscribe functionalityMarius Vlad2-34/+185
2019-07-18weston-debug: Rename weston-debug to weston-log to better reflect its purposeMarius Vlad12-14/+14
2019-07-18weston-log-wayland: Rename weston_debug_stream to weston_log_waylandMarius Vlad1-27/+30
2019-07-18weston-debug: Migrate weston_debug_stream to weston_log_wayland fileMarius Vlad4-260/+302
2019-07-18weston-debug: Make it easier to separate weston_debug_streamMarius Vlad2-12/+51