summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-01-24build: bump to version 8.0.0 for the official release8.0.08.0Simon Ser1-1/+1
2020-01-24build: avoid Xlib.h via EGL headersPekka Paalanen1-0/+2
2020-01-24ivi-application: fix typoVeeresh Kadasani1-1/+1
2020-01-17build: bump to version 7.0.93 for the RC1 release7.0.93Simon Ser1-1/+1
2020-01-17desktop-shell: Do not try to add a child to a non-existent parentMarius Vlad1-4/+11
2020-01-13backend-rdp: unref keymap after associating with seatStefan Agner1-0/+1
2020-01-13backend-rdp: use compositor wide struct xkb_contextStefan Agner1-8/+2
2020-01-13backend-rdp: constify keyboard layout informationStefan Agner1-2/+2
2020-01-13backend-rdp: disconnect and free peers on compositor shutdownStefan Agner1-0/+9
2020-01-13backend-rdp: unregister events before shuting down compositorStefan Agner1-4/+4
2020-01-13desktop-shell: make sure child window stays activeStefan Agner1-1/+52
2019-12-20build: bump to version 7.0.92 for the beta release7.0.92Simon Ser1-1/+1
2019-12-18clients/presentation-shm: Add missing dependency on xdg-shell protocolMichael Forney1-0/+2
2019-12-17backend-rdp: report a zero physical size to compositorLeandro Ribeiro1-2/+3
2019-12-13gitlab-ci: install xwaylandPekka Paalanen2-1/+2
2019-12-13gitlab-ci: wrap and alphabetize apt-get linePekka Paalanen1-1/+53
2019-12-12gitlab-ci: image build should fail on failed commandsPekka Paalanen1-1/+1
2019-12-12xwm: debug ConfigureWindowPekka Paalanen1-19/+59
2019-12-12xwm: xcb_configure_window() takes uint16_tPekka Paalanen1-2/+4
2019-12-12xwm: debug what kind decoration is drawnPekka Paalanen1-2/+7
2019-12-12xwm: debug _XWAYLAND_ALLOW_COMMITSPekka Paalanen1-0/+3
2019-12-12xwm: add newline to cardinal arrayPekka Paalanen1-0/+1
2019-12-11clients/simple-dmabuf-egl: Add some notes when using direct-displayMarius Vlad1-1/+7
2019-12-11screen-share: define variable type before using as function argumentLeandro Ribeiro1-1/+2
2019-12-11backend-drm: Make boolean fields actually boolEmmanuel Gil Peyrot4-30/+30
2019-12-11backend-drm: Remove unused variableEmmanuel Gil Peyrot2-4/+0
2019-12-11clients/window: drop support for rgb565Leandro Ribeiro2-57/+8
2019-12-11CI: Bump ci-templates dependency for working pipDaniel Stone1-1/+1
2019-12-09backend-drm: Define potentially missing aspect-ratio bit definitionsStefan Agner1-0/+12
2019-12-09renderer: change all frame_signal emission to pass previous_damageStefan Agner2-2/+2
2019-12-06build: bump to version 7.0.91 for the alpha release7.0.91Simon Ser1-1/+1
2019-12-04libweston: remove previous_damage from struct weston_outputLeandro Ribeiro4-10/+0
2019-12-03gitlab-ci: Update ci-templates to latest SHA commitMarius Vlad1-1/+1
2019-12-03Revert "move frame_signal emission to weston_output_repaint()"Leandro Ribeiro3-1/+2
2019-12-02clients: remove leftover from simple-dmabuf-drmSimon Ser1-3074/+0
2019-12-01xwayland: Remove unused variableLink Mauve1-3/+0
2019-11-28option-parser: Make bools booleanDaniel Stone9-86/+51
2019-11-28tests/config-parser: Remove useless duplicate testDaniel Stone1-28/+15
2019-11-28config-parser: Make get_bool be boolDaniel Stone7-75/+83
2019-11-28clients: drop simple-dmabuf-drmSimon Ser5-1091/+3
2019-11-27backend-drm: Use aspect-ratio bit definitions from libdrmDaniel Stone3-12/+14
2019-11-27screen-share: get previous_damage from data argument instead of weston_outputLeandro Ribeiro1-2/+1
2019-11-27screenshooter: get previous_damage from data argument instead of weston_outputLeandro Ribeiro1-2/+1
2019-11-27renderer: change frame_signal emission to pass previous_damage as data argumentLeandro Ribeiro1-1/+1
2019-11-27tests: stop using frame_signal 'void *data' argument to get weston_outputLeandro Ribeiro1-1/+3
2019-11-27screenshooter: stop using frame_signal void *data parameter to get weston_outputLeandro Ribeiro1-2/+4
2019-11-27move frame_signal emission to weston_output_repaint()Leandro Ribeiro3-2/+1
2019-11-25gl-renderer: Add support for XYUV format (v2)Vivek Kasireddy2-1/+39
2019-11-25gl-renderer: Replace EGL_*_WL macros with locally defined enumsVivek Kasireddy1-8/+14
2019-11-25desktop-shell: Set 1x1 buffers for solid-color backgroundsHarish Krupo1-0/+6