summaryrefslogtreecommitdiffstats
path: root/dwl.c (unfollow)
Commit message (Expand)AuthorFilesLines
2024-06-02Allow negative coordinates in MonitorRulesA Frederick Christensen1-2/+2
2024-05-30Replicate dwm behavior for sloppyfocusForrest Bushstone1-1/+1
2024-04-30add support for alpha-modifier-v1 (wlroots!4616)Leonardo Hernández Hernández1-0/+2
2024-04-21use wlr_renderer_get_texture_formats (wlroots!4644)Leonardo Hernández Hernández1-1/+1
2024-04-04put wlr_layer_shell top layer below fullscreenchoc1-1/+1
2024-03-31properly resize on configurex11korei9991-1/+1
2024-03-11fix virtual pointersGuido Cella1-0/+3
2024-03-11Support pointer constraints and relative pointer protocolsForrest Bushstone1-16/+119
2024-02-29use enums from the wayland protocol (wlroots!4575)Leonardo Hernández Hernández1-2/+2
2024-02-06misc fixes to xdg-toplevel-decorationLeonardo Hernández Hernández1-2/+6
2024-02-06send initial configure to xdg-toplevels (wlroots!4396)Leonardo Hernández Hernández1-1/+4
2024-02-07allow toggling the layout before selecting a different oneGuido Cella1-1/+2
2024-02-07fix minimum sizeLeonardo Hernández Hernández1-2/+2
2024-02-05place child clients above fullscreen clientsGuido Cella1-5/+8
2024-02-05make XWayland clients inherit tags and monitorsGuido Cella1-2/+1
2024-02-05remove useless wlr_scene_node_reparent() callsGuido Cella1-2/+0
2024-01-30Revert "No need to call updatemons ourselves"Leonardo Hernández Hernández1-0/+3
2024-01-26Correct specifier-data_type mismatchesA Frederick Christensen1-4/+4
2024-01-25configure xwayland surfaces without monitorsGuido Cella1-1/+5
2024-01-25pass wl_event_loop to wlr_backend_autocreate (wlroots!4443)Leonardo Hernández Hernández1-5/+9
2024-01-25implement the virtual pointer protocolGuido Cella1-0/+17
2024-01-24do not arrange monitor if it's disabled (wlroots!4520)Leonardo Hernández Hernández1-0/+4
2024-01-24do not arrange monitor if it's disabled (wlroots!4520)Leonardo Hernández Hernández1-0/+4
2024-01-24add support for axis_relative_direction event (wlroots!4003)Leonardo Hernández Hernández1-1/+1
2024-01-24Revert "drop wl_drm (wlroots!4397)"Leonardo Hernández Hernández1-1/+4
2024-01-20No need to call updatemons ourselvesDevin J. Pohly1-3/+0
2024-01-15drop unused variableLeonardo Hernández Hernández1-1/+0
2024-01-15turn on -Wfloat-conversionLeonardo Hernández Hernández1-9/+10
2024-01-15turn on -Wsign-compareLeonardo Hernández Hernández1-7/+9
2024-01-11check if monitor is null before setting gammachoc1-0/+2
2024-01-10drop wl_drm (wlroots!4397)Leonardo Hernández Hernández1-4/+1
2024-01-06Destroy fullscreen node after moving clients off monBen Jargowsky1-1/+1
2024-01-05don't send configure events to uninitialized xdg-toplevelsLeonardo Hernández Hernández1-2/+3
2024-01-05don't send configure events to uninitialized xdg-popupsLeonardo Hernández Hernández1-16/+29
2024-01-01fix posible NULL-dereference in wl_surface.commit handlerLeonardo Hernández Hernández1-1/+1
2023-12-27only create wlr_presentation (wlroots!4482)Leonardo Hernández Hernández1-2/+1
2023-12-27unset DISPLAY before setting up xwaylandLeonardo Hernández Hernández1-0/+4
2023-12-27only execute the first keybindingLeonardo Hernández Hernández1-3/+2
2023-12-27more style fixesLeonardo Hernández Hernández1-13/+14
2023-12-25create a wlr_keyboard_group for virtual keyboardsLeonardo Hernández Hernández1-2/+24
2023-12-18fix typoLeonardo Hernández Hernández1-1/+1
2023-12-18tie xdg_toplevel_decorations to ClientLeonardo Hernández Hernández1-31/+28
2023-12-18Revert "nuke CSDs, hopefully for good!"Leonardo Hernández Hernández1-2/+28
2023-12-18Revert "remove typedef `Decoration`"Leonardo Hernández Hernández1-0/+5
2023-12-17style fixesLeonardo Hernández Hernández1-75/+77
2023-12-17use wlr_keyboard_group to manage all keyboardsDavid Donahue1-74/+71
2023-12-12check toplevel resourcesLeonardo Hernández Hernández1-1/+1
2023-12-11restore and respect rootcolorDima Krasner1-0/+5
2023-12-10merge X11Managed and X11Unmanaged into X11Leonardo Hernández Hernández1-4/+4
2023-12-10do not blindly try to send motion events when pointer button is pressedLeonardo Hernández Hernández1-9/+9