aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-07-09util: add wlr_ prefix to log symbolsemersion
2018-07-08Merge pull request #1121 from emersion/rename-wl-resources-globalDrew DeVault
Rename wl_resources to resource, wl_global to global
2018-07-08Rename wl_resources to resource, wl_global to globalemersion
2018-07-08Merge pull request #1120 from ↵emersion
vilhalmer/gamma-control-set-bail-on-destroyed-resource Bail from setting gamma on destroyed resource
2018-07-08Bail from setting gamma on destroyed resourcevilhalmer
2018-07-08Merge pull request #1118 from emersion/xdg-output-no-noop-updatesDrew DeVault
xdg-output: don't send no-op updates
2018-07-08xdg-output: don't send no-op updatesemersion
To begin with, no-op updates are unnecessary, so this patch is an improvement on its own. Then, this fixes hotplugging issues with xwayland. xwayland waits for both wl_output and xdg_output to send a "done" event. However, it doesn't handle well desynchronized "done" updates: if xdg-output sends "done" twice, the second one will wait for the next wl_output "done" event. This is an issue when the first is a no-op and the second is a real update: the second isn't applied. I've considered patching xwayland instead, but it seems pretty complicated.
2018-07-07Merge pull request #1117 from emersion/inert-outputDrew DeVault
output: make wl_output resources inert
2018-07-07output: make wl_output resources inertemersion
2018-07-07Merge pull request #1095 from agx/output-add-modeDrew DeVault
Allow to add additional modes to outputs
2018-07-07rootston: use wl_list_empty instead of wl_list_length > 0Guido Günther
2018-07-07rootston: Handle modeline parameterGuido Günther
This allows to pass custom modes.
2018-07-07drm: Allow to add additional modesGuido Günther
This allows to add additional modes to the list of available video modes using VESA Coordinated Video Timing information. Closes #1080
2018-07-05Merge pull request #1076 from emersion/redesign-surface-stateDrew DeVault
surface: redesign state
2018-07-04surface: fix damage when moving subsurfaces with scale > 1emersion
2018-07-04surface: don't clip input and opaque regionsemersion
These can be set to e.g. regions larger than the surface. If the surface resizes itself, it doesn't need to set again these regions.
2018-07-04surface: rename wlr_surface_state.buffer to buffer_resourceemersion
2018-07-04surface: fix crash on NULL commitemersion
2018-07-04surface: fix previous state eating current state resourcesemersion
2018-07-04output: fix cursor attach coords handlingemersion
2018-07-04surface: add wlr_surface.previousemersion
2018-07-04surface: move position and scale out of wlr_surface_stateemersion
2018-07-04surface: do not monkey-patch state damageemersion
2018-07-04surface: better buffer position handlingemersion
2018-07-04surface: fix WLR_SURFACE_STATE_BUFFER_DAMAGE valueemersion
2018-07-04surface: make pending and current embedded structsemersion
2018-07-04surface: remove wlr_surface_state.subsurface_positionemersion
2018-07-04surface: rename invalid stateemersion
2018-07-04Merge pull request #1112 from emersion/fix-debug-damage-trackingDrew DeVault
Fix damage tracking debug mode
2018-07-04Fix damage tracking debug modeemersion
2018-07-04Merge pull request #1111 from martinetd/wlr-seat-destroyDrew DeVault
wlr_seat destroy: fix use-after-free when destroying clients
2018-07-04wlr_seat destroy: fix use-after-free when destroying clientsDominique Martinet
wl_resource_for_each_safe isn't safe to use here because it accesses the list's head memory one last time at the end of the loop. Work around this by breaking out early. ==19880==ERROR: AddressSanitizer: heap-use-after-free on address 0x60d0000e6368 at pc 0x7fab68619de2 bp 0x7ffd5c91cee0 sp 0x7ffd5c91ced0 READ of size 8 at 0x60d0000e6368 thread T0 #0 0x7fab68619de1 in wlr_seat_destroy ../types/seat/wlr_seat.c:179 #1 0x7fab68619fb9 in handle_display_destroy ../types/seat/wlr_seat.c:196 #2 0x7fab688e4f8f in wl_priv_signal_emit src/wayland-server.c:2024 #3 0x7fab688e56ca in wl_display_destroy src/wayland-server.c:1092 #4 0x40c11e in server_fini ../sway/server.c:138 #5 0x40b1a8 in main ../sway/main.c:438 #6 0x7fab67b5e18a in __libc_start_main ../csu/libc-start.c:308 #7 0x409359 in _start (/opt/wayland/bin/sway+0x409359) 0x60d0000e6368 is located 24 bytes inside of 144-byte region [0x60d0000e6350,0x60d0000e63e0) freed by thread T0 here: #0 0x7fab6a7d6880 in __interceptor_free (/lib64/libasan.so.5+0xee880) #1 0x7fab68619805 in seat_client_handle_resource_destroy ../types/seat/wlr_seat.c:97 #2 0x7fab688e5025 in destroy_resource src/wayland-server.c:688 previously allocated by thread T0 here: #0 0x7fab6a7d6e50 in calloc (/lib64/libasan.so.5+0xeee50) #1 0x7fab686198df in seat_handle_bind ../types/seat/wlr_seat.c:127 #2 0x7fab6530503d in ffi_call_unix64 (/lib64/libffi.so.6+0x603d)
2018-07-03Merge pull request #1110 from apreiml/fix-focus-stack-changeDrew DeVault
fix: add stack update on focus change
2018-07-03fix style issueArmin Preiml
2018-07-03fix: add stack update on focus changeArmin Preiml
Enable the stack update again for focus changes on non-focusable views.
2018-07-03Merge pull request #1107 from ammen99/masteremersion
properly check if the point is inside the surface in wlr_surface_pointer_accepts_input
2018-07-03properly check if the point is inside the surface in ↵Ilia Bozhinov
wlr_surface_point_accepts_input
2018-07-01Merge pull request #1105 from RyanDwyer/xdg-surface-for-each-popupDrew DeVault
Introduce wlr_xdg_surface_for_each_popup
2018-07-01Introduce wlr_xdg_surface_for_each_popupRyan Dwyer
It is common to want to iterate an xdg-surface's popups separately from the toplevel and subsurfaces. For example, popups are typically rendered on top of most other surfaces. wlr_xdg_surface_for_each_surface continues to iterate both surfaces and popups to maintain backwards compatibility.
2018-07-01Merge pull request #1106 from martinetd/seat-destroy-uafemersion
wlr_seat destroy: fix use-after-free after primary selection source cancel
2018-07-01wlr_seat destroy: fix use-after-free after primary selection source cancelDominique Martinet
the primary_selection_source_destroy list points to memory freed by that cancel callback, so remove from list before freeing
2018-06-30Merge pull request #1104 from VincentVanlaer/logind-fd-leakDrew DeVault
Close fd's obtained from logind
2018-07-01Close fd's obtained from logindVincent Vanlaer
2018-06-30Merge pull request #1069 from emersion/screencopyDrew DeVault
Add wlr-screencopy-unstable-v1 support
2018-06-30render/gles2: ditch extra parensemersion
2018-06-30examples/screencopy: use libpngemersion
2018-06-30screencopy: listen to buffer destroyemersion
2018-06-30screencopy: make frame resource inert after copyemersion
2018-06-30screncopy: update protocolemersion
2018-06-30screencopy: add capture_output_region supportemersion