aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/protocols/core
AgeCommit message (Expand)Author
2024-08-30presentation-feedback: minor fixupsVaxry
2024-08-28data-device: send dndFinished when dnd offer is destroyed while unfinishedVaxry
2024-08-26misc: constify the remaining for loops (#7534)Tom Englund
2024-08-26core: make most for loops use const references (#7527)Tom Englund
2024-08-21output: dont cast enum out of range (#7448)Tom Englund
2024-08-18shm: align size to stride (#7383)Tom Englund
2024-08-15protocols: refactor protocol logging to a macro (#7324)Tom Englund
2024-08-07wayland/compositor: introduce client commit eventsVaxry
2024-08-06wayland/compositor: drop pending buffer ref if synchronousVaxry
2024-08-06renderer: Explicit sync fixes (#7151)Vaxry
2024-08-03wayland/surface: fixup self-owning surface rolesVaxry
2024-08-01pointer: fix buffer crash (#7131)Tom Englund
2024-07-31core/surface/buffer: Buffer lock/release fixes (#7110)Vaxry
2024-07-29core/surface: fixup a few pointer handling edge casesVaxry
2024-07-28surface: emit unmap before unmapping and releasing the buffersvaxerski
2024-07-28core: emit unmap event after unmap in surface destroyvaxerski
2024-07-28core/surface: drop map/unmap events in member funcsvaxerski
2024-07-27input: refocus last window on keyboard unfocusable surfacesvaxerski
2024-07-27wayland/compositor: fixup double buffer releasesvaxerski
2024-07-25wayland/compositor: release buffers on unmapVaxry
2024-07-22wl_seat: avoid sending events to objects without capsVaxry
2024-07-22wayland/output: avoid sending events to dead outputsVaxry
2024-07-22renderer: untransform textures matching display transformVaxry
2024-07-21wayland/compositor: fixup buffer damage tracking for wl_shm buffersVaxry
2024-07-21presentation-feedback: fix invalid values sent after aq mergeVaxry
2024-07-21Core: Move to aquamarine (#6608)Vaxry
2024-06-29seat: don't send keyboard data without a keyboard cap (#6697)はれなよ
2024-06-24wl-compositor: don't send enter to defunct output globalsVaxry
2024-06-19core: Move to hyprutils for MathVaxry
2024-06-17data-device: minor fixesVaxry
2024-06-17seat: track pressed pointer buttonsVaxry
2024-06-17subcompositor/renderer: fixup handling of subsurfaces below the main oneVaxry
2024-06-16data-device: properly abort drag on missing deviceVaxry
2024-06-16data-device: minor fixupsVaxry
2024-06-16wl_data_device: send drop_performed in completeDragVaxry
2024-06-16wl_seat: accomodate for apps late-binding seat resourcesVaxry
2024-06-16seat/dnd: unfocus pointer from surfaces on dnd startVaxry
2024-06-15wl_seat: send repeat data from current keyboard on bindVaxry
2024-06-15output: avoid crashes when binding a defunct wl_output globalVaxry
2024-06-15data-device: abort drag on unaccepted offersVaxry
2024-06-12seat: fixup touch event handlingvaxerski
2024-06-12datadevice: only send actions for ver >= 3Vaxry
2024-06-11core: move to hyprutils for utils (#6385)Vaxry
2024-06-10wayland: consistently check mmap error after 6967a3145044 (#6402)Jan Beich
2024-06-10output: remove wl_output globals for mirrored displaysVaxry
2024-06-08buffer: track asynchronous buffers and don't release them until unrefVaxry
2024-06-08core: verify surface roles on creation of objectsVaxry
2024-06-08wayland: fix invalid wl_output_mode dimensions sentVaxry
2024-06-08wayland/core: move to new impl (#6268)Vaxry
2024-06-02seat: don't send keymap on empty devicevaxerski