index
:
wayland/weston
0.85
1.0
1.1
1.10
1.11
1.2
1.3
1.4
1.5
1.6
1.7
1.8
1.9
10.0
11.0
12.0
13.0
14.0
2.0
3.0
4.0
5.0
6.0
7.0
8.0
9.0
main
master
The Weston Wayland Compositor (mirrored from https://gitlab.freedesktop.org/wayland/weston)
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2020-01-17
build: bump to version 7.0.93 for the RC1 release
7.0.93
Simon Ser
1
-1
/
+1
2020-01-17
desktop-shell: Do not try to add a child to a non-existent parent
Marius Vlad
1
-4
/
+11
2020-01-13
backend-rdp: unref keymap after associating with seat
Stefan Agner
1
-0
/
+1
2020-01-13
backend-rdp: use compositor wide struct xkb_context
Stefan Agner
1
-8
/
+2
2020-01-13
backend-rdp: constify keyboard layout information
Stefan Agner
1
-2
/
+2
2020-01-13
backend-rdp: disconnect and free peers on compositor shutdown
Stefan Agner
1
-0
/
+9
2020-01-13
backend-rdp: unregister events before shuting down compositor
Stefan Agner
1
-4
/
+4
2020-01-13
desktop-shell: make sure child window stays active
Stefan Agner
1
-1
/
+52
2019-12-20
build: bump to version 7.0.92 for the beta release
7.0.92
Simon Ser
1
-1
/
+1
2019-12-18
clients/presentation-shm: Add missing dependency on xdg-shell protocol
Michael Forney
1
-0
/
+2
2019-12-17
backend-rdp: report a zero physical size to compositor
Leandro Ribeiro
1
-2
/
+3
2019-12-13
gitlab-ci: install xwayland
Pekka Paalanen
2
-1
/
+2
2019-12-13
gitlab-ci: wrap and alphabetize apt-get line
Pekka Paalanen
1
-1
/
+53
2019-12-12
gitlab-ci: image build should fail on failed commands
Pekka Paalanen
1
-1
/
+1
2019-12-12
xwm: debug ConfigureWindow
Pekka Paalanen
1
-19
/
+59
2019-12-12
xwm: xcb_configure_window() takes uint16_t
Pekka Paalanen
1
-2
/
+4
2019-12-12
xwm: debug what kind decoration is drawn
Pekka Paalanen
1
-2
/
+7
2019-12-12
xwm: debug _XWAYLAND_ALLOW_COMMITS
Pekka Paalanen
1
-0
/
+3
2019-12-12
xwm: add newline to cardinal array
Pekka Paalanen
1
-0
/
+1
2019-12-11
clients/simple-dmabuf-egl: Add some notes when using direct-display
Marius Vlad
1
-1
/
+7
2019-12-11
screen-share: define variable type before using as function argument
Leandro Ribeiro
1
-1
/
+2
2019-12-11
backend-drm: Make boolean fields actually bool
Emmanuel Gil Peyrot
4
-30
/
+30
2019-12-11
backend-drm: Remove unused variable
Emmanuel Gil Peyrot
2
-4
/
+0
2019-12-11
clients/window: drop support for rgb565
Leandro Ribeiro
2
-57
/
+8
2019-12-11
CI: Bump ci-templates dependency for working pip
Daniel Stone
1
-1
/
+1
2019-12-09
backend-drm: Define potentially missing aspect-ratio bit definitions
Stefan Agner
1
-0
/
+12
2019-12-09
renderer: change all frame_signal emission to pass previous_damage
Stefan Agner
2
-2
/
+2
2019-12-06
build: bump to version 7.0.91 for the alpha release
7.0.91
Simon Ser
1
-1
/
+1
2019-12-04
libweston: remove previous_damage from struct weston_output
Leandro Ribeiro
4
-10
/
+0
2019-12-03
gitlab-ci: Update ci-templates to latest SHA commit
Marius Vlad
1
-1
/
+1
2019-12-03
Revert "move frame_signal emission to weston_output_repaint()"
Leandro Ribeiro
3
-1
/
+2
2019-12-02
clients: remove leftover from simple-dmabuf-drm
Simon Ser
1
-3074
/
+0
2019-12-01
xwayland: Remove unused variable
Link Mauve
1
-3
/
+0
2019-11-28
option-parser: Make bools boolean
Daniel Stone
9
-86
/
+51
2019-11-28
tests/config-parser: Remove useless duplicate test
Daniel Stone
1
-28
/
+15
2019-11-28
config-parser: Make get_bool be bool
Daniel Stone
7
-75
/
+83
2019-11-28
clients: drop simple-dmabuf-drm
Simon Ser
5
-1091
/
+3
2019-11-27
backend-drm: Use aspect-ratio bit definitions from libdrm
Daniel Stone
3
-12
/
+14
2019-11-27
screen-share: get previous_damage from data argument instead of weston_output
Leandro Ribeiro
1
-2
/
+1
2019-11-27
screenshooter: get previous_damage from data argument instead of weston_output
Leandro Ribeiro
1
-2
/
+1
2019-11-27
renderer: change frame_signal emission to pass previous_damage as data argument
Leandro Ribeiro
1
-1
/
+1
2019-11-27
tests: stop using frame_signal 'void *data' argument to get weston_output
Leandro Ribeiro
1
-1
/
+3
2019-11-27
screenshooter: stop using frame_signal void *data parameter to get weston_output
Leandro Ribeiro
1
-2
/
+4
2019-11-27
move frame_signal emission to weston_output_repaint()
Leandro Ribeiro
3
-2
/
+1
2019-11-25
gl-renderer: Add support for XYUV format (v2)
Vivek Kasireddy
2
-1
/
+39
2019-11-25
gl-renderer: Replace EGL_*_WL macros with locally defined enums
Vivek Kasireddy
1
-8
/
+14
2019-11-25
desktop-shell: Set 1x1 buffers for solid-color backgrounds
Harish Krupo
1
-0
/
+6
2019-11-25
clients/window: Add viewport destination support
Harish Krupo
3
-4
/
+82
2019-11-25
clients/fullscreen: Refuse to resize the surface size when fullscreen'ed
Marius Vlad
1
-0
/
+3
2019-11-25
doc/scripts/gdb: Added gdb script to dump contents of the flight recorder
Marius Vlad
1
-0
/
+103
[next]