summaryrefslogtreecommitdiff
path: root/libweston-desktop
AgeCommit message (Expand)AuthorFilesLines
2017-12-11libweston-desktop/xwayland: Make sure racy surfaces are properly mappedQuentin Glidic1-0/+10
2017-12-08libweston-desktop: add signal for title/app-id changesMatt Hoosier2-4/+21
2017-11-27libweston: Use struct timespec for touch motion eventsAlexandros Frantzis1-1/+2
2017-11-27libweston: Use struct timespec for touch up eventsAlexandros Frantzis1-1/+2
2017-11-27libweston: Use struct timespec for touch down eventsAlexandros Frantzis1-1/+2
2017-11-27libweston: Use struct timespec for key eventsAlexandros Frantzis1-1/+2
2017-11-27libweston: Use struct timespec for axis eventsAlexandros Frantzis1-1/+1
2017-11-27libweston: Use struct timespec for button eventsAlexandros Frantzis1-2/+5
2017-11-27libweston: Use struct timespec for motion eventsAlexandros Frantzis1-1/+1
2017-11-10buildsystem: add missing pkg-config stub for libweston uninstalledReynaldo H. Verdejo Pinochet1-0/+9
2017-10-18libweston-desktop/xdg-shell-v6: Actually send same-as-current configure if ne...Quentin Glidic1-6/+25
2017-08-30libweston-desktop/xdg-shell-v6: Ensure first configure is sentQuentin Glidic1-14/+14
2017-08-05libweston-desktop/xdg-shell-v5: initialize configure listArnaud Vrac1-0/+2
2017-07-27libweston-desktop/xdg-shell: Properly properly handle ack_configureDerek Foreman2-2/+6
2017-07-26libweston-desktop/xdg-shell: Check window geometry instead of surface size ag...Philipp Kerling2-2/+9
2017-07-25libweston: introduce weston_output_from_resource()Pekka Paalanen3-3/+3
2017-07-21xwm: update override-redirect surface's position upon configure_notifyIlia Bozhinov1-1/+1
2017-07-20libweston-desktop/xdg-shell: Properly handle ack_configureQuentin Glidic2-17/+122
2017-07-18libweston-desktop/xdg-shell: Check surface size against acknowledged sizeQuentin Glidic2-4/+8
2017-07-12libweston-desktop/xdg-shell: Add pending/next/current structsQuentin Glidic2-79/+98
2017-07-12libweston-desktop/xdg-shell: Rename requested_ to pending_Quentin Glidic2-57/+57
2017-06-26libweston-desktop/xdg-shell: Consolidate configure event sendingQuentin Glidic2-63/+113
2017-06-26libweston-desktop/xdg_shell_v6: Send error on wrongly-sized bufferQuentin Glidic1-16/+20
2017-04-13libweston-desktop/xwayland: react to geometry changesPekka Paalanen1-0/+7
2017-01-18libweston-desktop: add set_xwayland_position APIPekka Paalanen4-0/+59
2017-01-17libweston: Position layers in an absolute wayQuentin Glidic1-1/+5
2017-01-17libweston-desktop/xwayland: debug commitsPekka Paalanen1-0/+4
2016-12-08libweston-desktop: don't crash when getting the pid for X clientsGiulio Camuffo2-1/+9
2016-11-29Don't prepend protocol/ to include pathsDaniel Stone2-2/+2
2016-11-25libweston-desktop/xwayland: add is_mapped handling for XWAYLANDPekka Paalanen1-0/+6
2016-11-25libweston-desktop/xwayland: XWAYLAND surfaces are never 'added'Pekka Paalanen1-0/+4
2016-11-25libweston-desktop/xwayland: clarify 'added' logicPekka Paalanen1-1/+2
2016-11-25libweston-desktop/xwayland: window type XWAYLAND cannot have a parentPekka Paalanen1-0/+1
2016-11-16xdg-shell: validate positioner objectSjoerd Simons1-0/+9
2016-10-14libweston-desktop: destroy wl_shell_surface after the wl_surface is destroyedGiulio Camuffo1-0/+21
2016-10-01libweston-desktop: fix sending the configure event with wl_shellGiulio Camuffo1-0/+1
2016-09-24libweston-desktop: Fix some clang warningsArmin Krezović3-3/+9
2016-09-14libweston-desktop: Fix configure event for already well-sized surfacesQuentin Glidic3-8/+12
2016-09-12libweston-desktop/xdg_shell_v6: Raise errors on not-yet-possible requestsQuentin Glidic1-0/+21
2016-09-12libweston-desktop/xdg_shell_v6: Add surface as neededQuentin Glidic1-4/+20
2016-09-07libweston-desktop/xdg_shell_v5: Add surface as neededQuentin Glidic1-10/+32
2016-09-01libweston-desktop/xwayland: Do not over-destroy the viewQuentin Glidic1-4/+2
2016-08-30Revert "libweston-desktop: Add listener and API to drop the idle inhibitor"Bryce Harrington4-33/+0
2016-08-29libweston-desktop: Add listener and API to drop the idle inhibitorBryce Harrington4-0/+33
2016-08-16libweston-desktop/{wl_shell, xwayland}: Fix changing between toplevel statesQuentin Glidic2-2/+6
2016-08-16libweston-desktop/xwayland: Actually destroy the viewQuentin Glidic1-2/+5
2016-08-16libweston-desktop: Rename _destroy_view to _unlink_viewQuentin Glidic3-4/+4
2016-08-15libweston-desktop: Drop (wrongly named) new_buffer in committedQuentin Glidic6-40/+34
2016-08-15libweston-desktop/xdg_shell_v6: Check for buffer directly in committedQuentin Glidic1-5/+7
2016-08-15libweston-desktop: Implement xdg_shell_v6Quentin Glidic2-0/+1245