Commit graph

  • 270e6f4ebb layer-shell: add v5 support Kirill Primak 2024-06-11 16:11:43 +03:00
  • e88988e364 keyboard: simplify releasing keys on finish Kirill Primak 2024-08-09 15:27:51 +03:00
  • 310a5eb61c backend/wayland: simplify wl_keyboard.{enter,leave} processing Kirill Primak 2024-08-09 15:27:17 +03:00
  • 72a290ba01 wlr_scene: Fix WLR_SCENE_DEBUG_DAMAGE_HIGHLIGHT when output is transformed Alexander Orzechowski 2024-08-14 11:23:30 -04:00
  • 055c0d28d1 wlr_scene: Don't special case swapchain buffers Alexander Orzechowski 2024-08-13 16:44:50 -04:00
  • a4cafc1ef5 wlr_scene: Inline output_state_apply_damage Alexander Orzechowski 2024-07-17 00:13:12 -04:00
  • f9de859194 wlr_scene: Immediately apply pending output commit damage Alexander Orzechowski 2024-08-14 11:23:01 -04:00
  • 43388cd277 wlr_scene: Funnel all damage operations through scene_output_damage Alexander Orzechowski 2024-08-13 16:47:12 -04:00
  • 89e1ea130d backend/drm: don't set vsync present flag if page flip was async Isaac Freund 2024-08-10 13:27:05 +02:00
  • 08495d2596 backend/drm: don't set vsync present flag if page flip was async Isaac Freund 2024-08-10 13:27:05 +02:00
  • b4bec0cd3a backend/wayland: process initial events from globals correctly Kirill Primak 2024-08-15 12:48:28 +03:00
  • 7df7b0e092 linux-drm-syncobj: add missing decls in the header Kirill Primak 2024-08-15 11:29:31 +03:00
  • a095120b7d pointer-constraints: don't init/finish current/pending states Kirill Primak 2024-08-08 17:55:26 +03:00
  • 9e107e3c77 xdg-popup: don't set a role resource destroy handler Kirill Primak 2024-08-14 16:21:19 +03:00
  • 490769f2a6 ext-foreign-toplevel-list: use correct interface and add missing handler Consolatis 2024-08-12 22:06:01 +02:00
  • 1bf04cd74a ci: use _FORTIFY_SOURCE=3 for smoke test Simon Ser 2024-07-10 20:04:04 +02:00
  • 3103ea3af9 backend/wayland: process initial events from globals correctly Kirill Primak 2024-08-15 12:48:28 +03:00
  • ee21deb458 linux-drm-syncobj: add missing decls in the header Kirill Primak 2024-08-15 11:29:31 +03:00
  • 5c2ce751b7 util/box: Calculation error of wlr_box_closest_point in multi-screen mode Lu YaNing 2024-08-13 20:30:35 +08:00
  • baaec88e2f
    linux-drm-syncobj-v1: actually use the requested version Leonardo Hernández Hernández 2024-08-14 23:00:36 -06:00
  • 4da4269d8f seat/pointer: reset pressed buttons on "grab-compatible" focus change Kirill Primak 2024-08-14 22:43:44 +03:00
  • 5c98d1a04a xdg-surface: fix window geometry handling Kirill Primak 2024-08-14 18:25:03 +03:00
  • a1298580cc compositor: add surface role map hook Kirill Primak 2024-08-14 18:22:41 +03:00
  • 198b8b09ac Merge branch 'xdg-role-object-from-surface' into 'master' Kirill Primak 2024-08-14 17:49:42 +00:00
  • 515275ee72 wlr_scene: Introduce wlr_scene_set_gamma_control_manager_v1 Alexander Orzechowski 2024-08-14 13:18:56 -04:00
  • 23202e192c wlr_scene: Introduce wlr_scene_output_needs_frame Alexander Orzechowski 2024-08-14 12:51:15 -04:00
  • 2463a4723e wlr_scene: Ensure we restack all xwayland surfaces to the bottom when scene node is disabled Alexander Orzechowski 2024-08-14 11:53:20 -04:00
  • 291df10fe5 wlr_scene: Extract function to get xwayland surface from node Alexander Orzechowski 2024-08-14 11:53:05 -04:00
  • 235c8e922a Revert "wlr_scene: Ensure scene_node_update is updating entire node." Alexander Orzechowski 2024-08-07 23:51:45 -04:00
  • 70c99460ca pointer-constraints: don't init/finish current/pending states Kirill Primak 2024-08-08 17:55:26 +03:00
  • 4f1104654f wlr_scene: Fix WLR_SCENE_DEBUG_DAMAGE_HIGHLIGHT when output is transformed Alexander Orzechowski 2024-08-14 11:23:30 -04:00
  • 14e1987f50 wlr_scene: Don't special case swapchain buffers Alexander Orzechowski 2024-08-13 16:44:50 -04:00
  • 3e1358fec9 wlr_scene: Inline output_state_apply_damage Alexander Orzechowski 2024-07-17 00:13:12 -04:00
  • 147c5c37e3 wlr_scene: Immediately apply pending output commit damage Alexander Orzechowski 2024-08-14 11:23:01 -04:00
  • 78dfa4f06d wlr_scene: Funnel all damage operations through scene_output_damage Alexander Orzechowski 2024-08-13 16:47:12 -04:00
  • a0fab7b1e8 xdg-shell: add/use wlr_xdg_{toplevel,popup}_from_wlr_xdg_surface() Kirill Primak 2024-08-14 16:09:38 +03:00
  • 21bda78b85 xdg-popup: remove wlr_xdg_surface.role assignment Kirill Primak 2024-08-14 16:10:00 +03:00
  • c52e01e85f xdg-popup: don't set a role resource destroy handler Kirill Primak 2024-08-14 16:21:19 +03:00
  • 6c8eabcecd xdg-foreign: clean up Kirill Primak 2024-08-14 15:49:09 +03:00
  • 2c64f36e88 xwayland/xwm: listen shell destroy signal zhoulei 2024-08-13 11:23:47 +08:00
  • 3e14d467de Merge branch 'subsurface_visibility' into 'master' Alexander Orzechowski 2024-08-13 02:22:33 +00:00
  • e6dbe4580e render/gles2: check for DRM_CAP_SYNCOBJ_TIMELINE Simon Ser 2024-08-12 21:10:54 +02:00
  • adf9d8b0be ext-foreign-toplevel-list: use correct interface and add missing handler Consolatis 2024-08-12 22:06:01 +02:00
  • 2b8f94cf09 Fix memory leak in xwayland.c project-repo 2024-08-11 16:41:19 +00:00
  • 52834f29ad Fix memory leak in drm.c project-repo 2024-08-11 16:39:39 +00:00
  • e209fe2d05 Fix memory leak in xwayland.c project-repo 2024-08-11 16:41:19 +00:00
  • 3cae2a2c01 Fix memory leak in drm.c project-repo 2024-08-11 16:39:39 +00:00
  • 6214144735 xwayland: add wlr_xwayland_surface_has_window_type() John Lindgren 2024-02-14 22:54:33 -05:00
  • 71cc47b859 Fix Meson version required for C23 support Alistair Buxton 2024-08-10 15:54:23 +00:00
  • 08e779bd85 seat/pointer: reset pressed buttons on focus change Kirill Primak 2024-08-10 09:55:17 +03:00
  • 0a388a14f1 xwm: supply wlr_xwayland pointer to user_event_handler callback Consolatis 2024-04-29 10:57:08 +02:00
  • 20997df416 xwm: add request_close signal Consolatis 2023-02-17 08:18:41 +01:00
  • df4a1d94e2 scene: fix typo in wlr_scene_surface_create() docs Simon Ser 2024-08-08 09:16:46 +02:00
  • 1c7e1bcc28 scene: use numbers instead of stars for doc refs Simon Ser 2024-08-08 09:14:48 +02:00
  • 14446216f4 wlr_scene: Improve wlr_scene_surface_create documentation Alexander Orzechowski 2024-08-07 16:47:27 -04:00
  • 1133bc15ce wlr_scene: Transparently restack xwayland surfaces Alexander Orzechowski 2024-07-31 14:09:33 -04:00
  • 66d96d244c wlr_scene: Ensure scene_node_update is updating entire node. Alexander Orzechowski 2024-08-03 13:16:32 -04:00
  • 823a64bf7d wlr_scene: Store update box in update data Alexander Orzechowski 2024-07-30 19:27:01 -04:00
  • 4b4ca11f6f util/box: Introduce wlr_box_contains_box Alexander Orzechowski 2024-08-03 17:27:13 -04:00
  • 8730ca9661 seat/pointer: handle duplicate presses/releases correctly Kirill Primak 2024-08-05 18:28:20 +03:00
  • dd034aa00a readme: add release policy Simon Ser 2024-08-06 23:13:22 +02:00
  • 775817e278 render: add WLR_RENDER_NO_EXPLICIT_SYNC env var Simon Ser 2024-08-04 16:23:53 +02:00
  • 738bbf01ee cursor: add support for linux-drm-syncobj-v1 Simon Ser 2024-05-10 18:32:04 +02:00
  • 5f88635118 scene: add explicit synchronization for rendered buffers Simon Ser 2024-04-03 15:08:44 +02:00
  • 9e9636f675 scene: add support for linux-drm-syncobj-v1 Simon Ser 2024-04-03 14:37:12 +02:00
  • 850dd7a792 linux-drm-syncobj-v1: add helper to signal on buffer release Simon Ser 2024-05-10 16:46:15 +02:00
  • c7035da5e2 scene: add timeline point to wlr_scene_buffer_set_buffer() options Simon Ser 2024-04-03 14:32:30 +02:00
  • 48f0902a36 scene: add wlr_scene_buffer_set_buffer_with_options() Simon Ser 2024-08-05 19:28:03 +02:00
  • edb867bc05 render/drm_syncobj: add wlr_drm_syncobj_timeline_export() Simon Ser 2024-02-27 18:38:12 +01:00
  • 5552de65f8 render/drm_syncobj: add wlr_drm_syncobj_timeline_transfer() Simon Ser 2021-10-21 15:23:20 +02:00
  • 3067e45c2e backend/drm: add support for explicit sync APIs Simon Ser 2021-10-20 20:09:38 +02:00
  • 1ad42bea99 output: add explicit sync API Simon Ser 2021-10-20 19:29:00 +02:00
  • d2374b3e4e render/gles2: implement explicit sync API Simon Ser 2023-07-10 16:15:59 +02:00
  • 19ffbfe356 render/egl: add support for explicit sync extensions Simon Ser 2020-03-16 17:24:25 +01:00
  • a1635fdb76 render: add explicit sync API Simon Ser 2023-07-10 10:53:12 +02:00
  • 03f06207f0 wlr_scene: Force blend mode to PREMULTIPLIED if calculate visibility is disabled Alexander Orzechowski 2024-08-05 14:46:30 -04:00
  • 81a08aeeb0 output-power-management: send zwlr_output_power_v1.failed on output destroy Kirill Primak 2024-08-01 15:24:20 +03:00
  • 6cc80472cb render/vulkan: Fix draw rect clip region invalid in blend none mod chenyongxing 2024-07-16 14:24:46 +08:00
  • 0827a6e621 Merge branch 'scene-output-idle' into 'master' Simon Ser 2024-08-05 21:20:20 +00:00
  • 4481c6b243 wlr_scene: Force blend mode to PREMULTIPLIED if calculate visibility is disabled Alexander Orzechowski 2024-08-05 14:46:30 -04:00
  • 6261bd9684 .mailmap: add myself Kirill Primak 2024-08-05 19:32:24 +03:00
  • d400b4587a wlr_scene: Add 'struct' to comment in wlr_scene_create() to permit auto-linkify. Philipp Kaeser 2024-08-04 11:57:27 +02:00
  • 42df9414fb wlr_scene: Add documentation to wlr_scene_create about how to destroy the allocated resources. Philipp Kaeser 2024-08-04 11:43:17 +02:00
  • 779f37e846 Merge branch 'renderer-drm-devid' into 'master' Simon Ser 2024-08-04 06:57:04 +00:00
  • 7e13dfdd4d xwayland: remove stray empty line Kirill Primak 2024-08-02 17:52:19 +03:00
  • ceb4fcedca xwm: expose individual axis for _set_maximized() Consolatis 2024-04-13 14:48:59 +02:00
  • f9199bb6d4 xwayland: set focus to XCB_POINTER_ROOT rather than XCB_NONE John Lindgren 2024-02-14 06:09:45 -05:00
  • 5083efe18b xwayland: add wlr_xwayland_surface_offer_focus() John Lindgren 2024-02-14 06:05:04 -05:00
  • eb5312022a xwayland: add focus_in and grab_focus events John Lindgren 2024-02-14 05:53:46 -05:00
  • aa1163e640 xwayland: factor out xwm_set_focused_window() John Lindgren 2024-02-14 05:45:43 -05:00
  • de574ac098 output-power-management: send zwlr_output_power_v1.failed on output destroy Kirill Primak 2024-08-01 15:24:20 +03:00
  • 39bed140a1 render/gles2: clear buffer on add rect if it matches the attached render pass buffer Simon Zeni 2024-07-31 16:29:51 -04:00
  • ad2c368345 Merge branch 'swapchain-cursor' into 'master' Alexander Orzechowski 2024-07-31 16:00:53 +00:00
  • 42673a2821 tinywl: Update .gitignore BiRD 2024-07-26 15:11:31 -04:00
  • cd2cf1bafb ci: Remove package 'gmake' BiRD 2024-07-16 11:24:32 -04:00
  • f16a3c1180 tinywl: Edit Makefile for bmake compatibility BiRD 2024-07-10 11:54:27 -04:00
  • 5cc737d599 render,types/wlr_shm: Offload slow cleanup ops Kurt Kartaltepe 2024-07-22 19:09:27 -07:00
  • 722f3eae42 Fix build errors with -Werror and NDEBUG John Lindgren 2024-07-20 11:14:13 -04:00
  • 015bb8512e render/vulkan: Fix draw rect clip region invalid in blend none mod chenyongxing 2024-07-16 14:24:46 +08:00
  • 2005cc0fd6 docs: update comments for wlr_output API changes Isaac Freund 2024-07-15 14:10:15 +02:00