Git Browser for ODROID
Code Review
Sign In
git.odroid.com
/
weston
/
refs/heads/debian-kirkstone-sdk-202501
/
libweston-desktop
dbaf6fa
weston: add simple shell protocol [1/1]
by leng.fang
· 1 year ago
ce2fa93
xdg-shell: Rephrase the "geometry larger than fullscreen state" error
by Sebastian Krzyszkowiak
· 4 years ago
a76d205
xdg-shell: Add support for popup repositioning
by Jonas Ådahl
· 6 years ago
f33ddd0
Allow programmatically closing xwayland window
by John Good
· 5 years ago
413d210
libweston-desktop: introduce a deprecated-wl-shell option
by Simon Ser
· 4 years, 5 months ago
80e9482
xdg-shell: Fail xdg_surface creation when surface has role
by Daniel Stone
· 4 years, 2 months ago
baa8f6b
xdg-shell: Move check for surface having buffer earlier
by Daniel Stone
· 4 years, 2 months ago
e2583ca
libweston-desktop: add weston_desktop_xwayland_fini()
by Pekka Paalanen
· 4 years, 2 months ago
f53c05d
libweston-desktop: introduce weston_desktop_client_destroy()
by Pekka Paalanen
· 4 years, 2 months ago
5a6604a
libweston-desktop: rename weston_desktop_client_destroy()
by Pekka Paalanen
· 4 years, 2 months ago
69039ce
libweston-desktop: Disable xdg_shell_v6
by Kenny Levinsen
· 4 years, 5 months ago
f6bd212
xdg-shell: Allow fullscreen surfaces to not cover the whole screen
by Alexandros Frantzis
· 5 years ago
24c0f83
xdg-shell: More helpful surface-state-mismatch error
by Daniel Stone
· 5 years ago
71ff95a
build: separate deps for int and ext libweston users
by Pekka Paalanen
· 6 years ago
4f5e360
build: simplify include_directories
by Pekka Paalanen
· 6 years ago
c232f8d
Unify the include style of shared/ headers
by Pekka Paalanen
· 6 years ago
8ebd981
Move libweston-desktop.h
by Pekka Paalanen
· 6 years ago
ecbdcfd
Rename zalloc.h to libweston/zalloc.h
by Pekka Paalanen
· 6 years ago
3d5d947
Rename compositor.h to libweston/libweston.h
by Pekka Paalanen
· 6 years ago
fc76388
Remove autotools build
by Pekka Paalanen
· 6 years ago
d8d9f5e
libweston-desktop: implement the new xdg_shell (stable) protocol
by ant8me
· 7 years ago
f0d3197
meson: Fix deprecation warning for pkgconfig
by Scott Anderson
· 6 years ago
8011b0f
Add Meson build system
by Daniel Stone
· 9 years ago
399a224
libweston-desktop/xdg-shell: update view transforms for xdg popup surfaces
by Michael Olbrich
· 7 years ago
055c113
libweston: make wl_output point to weston_head
by Pekka Paalanen
· 8 years ago
d1510b4
libweston-desktop/xdg-shell-v6: Fix crash when surface has buffer at creation
by Derek Foreman
· 7 years ago
8480d13
libweston: Make weston_seat release safe
by Alexandros Frantzis
· 7 years ago
eba58ed
libweston-desktop/xdg-shell-v5: Drop xdg-shell v5 support
by Alexandros Frantzis
· 7 years ago
8e8fa8e
libweston-desktop/xwayland: Make sure racy surfaces are properly mapped
by Quentin Glidic
· 8 years ago
555c548
libweston-desktop: add signal for title/app-id changes
by Matt Hoosier
· 8 years ago
7d2abcf
libweston: Use struct timespec for touch motion events
by Alexandros Frantzis
· 8 years ago
27a51b8
libweston: Use struct timespec for touch up events
by Alexandros Frantzis
· 8 years ago
9448deb
libweston: Use struct timespec for touch down events
by Alexandros Frantzis
· 8 years ago
47e79c8
libweston: Use struct timespec for key events
by Alexandros Frantzis
· 8 years ago
8032194
libweston: Use struct timespec for axis events
by Alexandros Frantzis
· 8 years ago
215bedc
libweston: Use struct timespec for button events
by Alexandros Frantzis
· 8 years ago
84b31f8
libweston: Use struct timespec for motion events
by Alexandros Frantzis
· 8 years ago
71c4f70
buildsystem: add missing pkg-config stub for libweston uninstalled
by Reynaldo H. Verdejo Pinochet
· 8 years ago
efade28
libweston-desktop/xdg-shell-v6: Actually send same-as-current configure if needed
by Quentin Glidic
· 8 years ago
6914c80
libweston-desktop/xdg-shell-v6: Ensure first configure is sent
by Quentin Glidic
· 8 years ago
3000a1c
libweston-desktop/xdg-shell-v5: initialize configure list
by Arnaud Vrac
· 8 years ago
e371552
libweston-desktop/xdg-shell: Properly properly handle ack_configure
by Derek Foreman
· 8 years ago
c623902
libweston-desktop/xdg-shell: Check window geometry instead of surface size against configured size
by Philipp Kerling
· 8 years ago
9ffb250
libweston: introduce weston_output_from_resource()
by Pekka Paalanen
· 8 years ago
3e5303d
xwm: update override-redirect surface's position upon configure_notify
by Ilia Bozhinov
· 8 years ago
749637a
libweston-desktop/xdg-shell: Properly handle ack_configure
by Quentin Glidic
· 8 years ago
ac394a1
libweston-desktop/xdg-shell: Check surface size against acknowledged size
by Quentin Glidic
· 8 years ago
19d1f6e
libweston-desktop/xdg-shell: Add pending/next/current structs
by Quentin Glidic
· 8 years ago
218126d
libweston-desktop/xdg-shell: Rename requested_ to pending_
by Quentin Glidic
· 8 years ago
d51f826
libweston-desktop/xdg-shell: Consolidate configure event sending
by Quentin Glidic
· 8 years ago
c84423b
libweston-desktop/xdg_shell_v6: Send error on wrongly-sized buffer
by Quentin Glidic
· 8 years ago
5f93b9f
libweston-desktop/xwayland: react to geometry changes
by Pekka Paalanen
· 8 years ago
37111e1
libweston-desktop: add set_xwayland_position API
by Pekka Paalanen
· 9 years ago
8268157
libweston: Position layers in an absolute way
by Quentin Glidic
· 9 years ago
0adb6a7
libweston-desktop/xwayland: debug commits
by Pekka Paalanen
· 9 years ago
f15320f
libweston-desktop: don't crash when getting the pid for X clients
by Giulio Camuffo
· 9 years ago
7dbb0e1
Don't prepend protocol/ to include paths
by Daniel Stone
· 9 years ago
e3a582f
libweston-desktop/xwayland: add is_mapped handling for XWAYLAND
by Pekka Paalanen
· 9 years ago
bbc749a
libweston-desktop/xwayland: XWAYLAND surfaces are never 'added'
by Pekka Paalanen
· 9 years ago
3326820
libweston-desktop/xwayland: clarify 'added' logic
by Pekka Paalanen
· 9 years ago
a838b78
libweston-desktop/xwayland: window type XWAYLAND cannot have a parent
by Pekka Paalanen
· 9 years ago
be8a6d3
xdg-shell: validate positioner object
by Sjoerd Simons
· 9 years ago
2dae4d0
libweston-desktop: destroy wl_shell_surface after the wl_surface is destroyed
by Giulio Camuffo
· 9 years ago
72f68c5
libweston-desktop: fix sending the configure event with wl_shell
by Giulio Camuffo
· 9 years ago
4e2fa0a
libweston-desktop: Fix some clang warnings
by Armin Krezović
· 9 years ago
a56b053
libweston-desktop: Fix configure event for already well-sized surfaces
by Quentin Glidic
· 9 years ago
0abf890
libweston-desktop/xdg_shell_v6: Raise errors on not-yet-possible requests
by Quentin Glidic
· 9 years ago
3d7e607
libweston-desktop/xdg_shell_v6: Add surface as needed
by Quentin Glidic
· 9 years ago
6967f0e
libweston-desktop/xdg_shell_v5: Add surface as needed
by Quentin Glidic
· 9 years ago
1714f01
libweston-desktop/xwayland: Do not over-destroy the view
by Quentin Glidic
· 9 years ago
0971933
Revert "libweston-desktop: Add listener and API to drop the idle inhibitor"
by Bryce Harrington
· 9 years ago
e7069bc
libweston-desktop: Add listener and API to drop the idle inhibitor
by Bryce Harrington
· 9 years ago
6384edf
libweston-desktop/{wl_shell, xwayland}: Fix changing between toplevel states
by Quentin Glidic
· 9 years ago
f6636a8
libweston-desktop/xwayland: Actually destroy the view
by Quentin Glidic
· 9 years ago
f01ecee
libweston-desktop: Rename _destroy_view to _unlink_view
by Quentin Glidic
· 9 years ago
003da88
libweston-desktop: Drop (wrongly named) new_buffer in committed
by Quentin Glidic
· 9 years ago
cba26e7
libweston-desktop/xdg_shell_v6: Check for buffer directly in committed
by Quentin Glidic
· 9 years ago
9c5dd7e
libweston-desktop: Implement xdg_shell_v6
by Quentin Glidic
· 9 years ago
e42541a
libweston-desktop: Fix libweston-desktop.pc
by Quentin Glidic
· 9 years ago
955cec0
xwayland: Introduce a private struct for XWayland interface
by Quentin Glidic
· 9 years ago
248dd10
Introduce libweston-desktop
by Quentin Glidic
· 9 years ago