Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2024-07-13 | bump to linux-dmabuf version 5 | Leonardo Hernández Hernández | -1/+1 | |
2024-06-25 | Merge remote-tracking branch 'upstream/main' into wlroots-next | Leonardo Hernández Hernández | -6/+10 | |
2024-06-25 | set preferred scale on creation (LayerShell) | Leonardo Hernández Hernández | -0/+3 | |
2024-06-24 | correctly report position to xwayland clients | Leonardo Hernández Hernández | -4/+3 | |
Previously we didn't take into account their borders requiring us to add `borderpx` to override_redirect clients. Fixes: https://codeberg.org/dwl/dwl/issues/651 | ||||
2024-06-22 | add bugref for negative x,y monitor position and xwayland | Leonardo Hernández Hernández | -2/+4 | |
2024-06-20 | Merge remote-tracking branch 'upstream/main' into wlroots-next | Leonardo Hernández Hernández | -10/+18 | |
2024-06-20 | Reapply gamma LUT when re-enabling an output using wlr-output-power-management | Leonardo Hernández Hernández | -3/+5 | |
2024-06-20 | try to limit (79 characters) the line lenght in the Makefile | Leonardo Hernández Hernández | -7/+13 | |
2024-06-20 | Merge remote-tracking branch 'upstream/main' into wlroots-next | Leonardo Hernández Hernández | -35/+208 | |
2024-06-20 | Updated power management handling to address issues raised in the PR | thanatos | -11/+17 | |
2024-06-20 | Prevent updatemons() from removing monitors that have been put to sleep from ↵ | David Donahue | -1/+7 | |
the layout | ||||
2024-06-20 | Implement support for output power management | Emil Miler | -1/+146 | |
This patch is based on the original stale patch by Guido Cella @guidocella. It has been modified to apply cleanly to the latest v5.0 tag. Since the SLOC limit is now lifted, this core feature should be merged into dwl upstream. Thanks to Dima Krasner @dimkr for the cherry-pick. Closes: #559, #525 | ||||
2024-06-20 | default CC to gcc | Leonardo Hernández Hernández | -0/+2 | |
posix c99 does not accept `-pedantic` Fixes: https://codeberg.org/dwl/dwl/issues/584 | ||||
2024-06-20 | Check for null monitor in resize function | Rutherther | -1/+7 | |
2024-06-20 | Add output to layout after enabled state is committed | Rutherther | -5/+7 | |
2024-06-20 | fix: make sure selmon doesn't get set to disabled mon | Rutherther | -0/+7 | |
2024-06-20 | handle gpu resets | Leonardo Hernández Hernández | -0/+26 | |
Fixes: https://codeberg.org/dwl/dwl/issues/601 | ||||
2024-06-20 | Run startup_cmd in new session and kill the entire group | Peter Hofmann | -1/+2 | |
When a user's startup_cmd is a little more complex, e.g. a shell script, and forks off several processes, then killing only the main child pid might leave unwanted processes behind on exit. Not all children will notice when their parent or the compositor has quit. To fix this, put startup_cmd into its own session and process group, and kill the entire group on exit. | ||||
2024-06-14 | Make sure toplevel_from_wlr_surface is called with a valid surface pointer | Forrest Bushstone | -14/+12 | |
2024-06-13 | minor adjustments in Makefile | Leonardo Hernández Hernández | -3/+3 | |
2024-06-12 | use tabs in client.h | Guido Cella | -10/+10 | |
Fixes 298949bbc4eae8cedb9cdd11cfc9ebd139ac5d5f. | ||||
2024-06-08 | use enum headers when possible | Leonardo Hernández Hernández | -3/+3 | |
2024-06-04 | Merge remote-tracking branch 'upstream/main' into wlroots-next | Leonardo Hernández Hernández | -70/+91 | |
2024-06-04 | make sure clients share the same layer on floating layout | Leonardo Hernández Hernández | -1/+16 | |
2024-06-02 | create a keyboard group for each virtual keyboard | Leonardo Hernández Hernández | -62/+66 | |
2024-06-02 | Allow negative coordinates in MonitorRules | A Frederick Christensen | -2/+4 | |
Monitor/output position (-1, -1) remains as a single indicator value for autoconfigure layout. Additionally, one minor comment typo is corrected. | ||||
2024-05-30 | Replicate dwm behavior for sloppyfocus | Forrest Bushstone | -1/+1 | |
2024-05-27 | wlroots now allows parallel installs | Leonardo Hernández Hernández | -1/+1 | |
2024-05-10 | dwl-patches overhaul - doc changes | fauxmight | -2/+1 | |
2024-05-05 | Update wmenu-run name | A Frederick Christensen | -2/+2 | |
2024-05-05 | switch to wmenu | sewn | -3/+3 | |
bemenu is very bloated, turning itself into a library, which makes it 7489 SLOC. wmenu on the other hand, looks suckless by default, and is only 2000 SLOC, which i also find alot nicer to use, since bemenu does nothing to replicate the original dmenu feel. | ||||
2024-04-30 | add support for alpha-modifier-v1 (wlroots!4616) | Leonardo Hernández Hernández | -0/+2 | |
References: https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/4616 | ||||
2024-04-21 | use wlr_renderer_get_texture_formats (wlroots!4644) | Leonardo Hernández Hernández | -1/+1 | |
References: https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/4644 | ||||
2024-04-04 | put wlr_layer_shell top layer below fullscreen | choc | -1/+1 | |
fixes wlr_layer_shell top clients showing over fullscreen clients | ||||
2024-04-04 | Merge remote-tracking branch 'upstream/main' into wlroots-next | Leonardo Hernández Hernández | -31/+137 | |
2024-03-31 | do not set withdrawn state for xwayland clients | Leonardo Hernández Hernández | -3/+1 | |
Closes: https://codeberg.org/dwl/dwl/issues/573 | ||||
2024-03-31 | properly resize on configurex11 | korei999 | -1/+1 | |
2024-03-26 | Fix rule examples; minimize newbie surprises | A Frederick Christensen | -6/+6 | |
Make example rules be actual EXAMPLES. Now newcomers should not have to ask, "When I start firefox, nothing happens. What is going on?" Also clarified a minor typo and a consistency in spacing. | ||||
2024-03-11 | fix virtual pointers | Guido Cella | -0/+3 | |
When motionabsolute() is called from warpd, event->time_msec is 0, so motionnotify() doesn't call wlr_cursor_move(). Fix this by explicitly warping the cursor in this case, like it was done before implementing pointer constraints. I don't know if this is a bug in warpd or time_msec is always 0 with virtual pointers, since the only other software that uses the virtual pointer protocol I know of is wl-kbptr, and I can't get that to work with dwl at all. | ||||
2024-03-11 | Support pointer constraints and relative pointer protocols | Forrest Bushstone | -21/+127 | |
Fixes: https://codeberg.org/dwl/dwl/issues/489 FIxes: https://codeberg.org/dwl/dwl/issues/317 | ||||
2024-02-29 | use enums from the wayland protocol (wlroots!4575) | Leonardo Hernández Hernández | -2/+2 | |
References: https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/4575 | ||||
2024-02-06 | misc fixes to xdg-toplevel-decoration | Leonardo Hernández Hernández | -2/+6 | |
2024-02-06 | send initial configure to xdg-toplevels (wlroots!4396) | Leonardo Hernández Hernández | -1/+4 | |
We still need to fix xdg-popups References: https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/4396 | ||||
2024-02-07 | Merge remote-tracking branch 'upstream/main' into wlroots-next | Leonardo Hernández Hernández | -21/+62 | |
2024-02-07 | allow toggling the layout before selecting a different one | Guido Cella | -1/+2 | |
2024-02-07 | fix minimum size | Leonardo Hernández Hernández | -2/+2 | |
continuation of 4043fc3093a73174cb63653ba9e742b4738f2ee5 | ||||
2024-02-06 | Update and correct patches/patches-wiki links | A Frederick Christensen | -2/+2 | |
Signed-off-by: Leonardo Hernández Hernández <leohdz172@proton.me> | ||||
2024-02-06 | Fix link to patches website | Benjamin Chausse | -1/+2 | |
Signed-off-by: Benjamin Chausse <benjamin@chausse.xyz> | ||||
2024-02-05 | place child clients above fullscreen clients | Guido Cella | -5/+20 | |
When a child window of a fullscreen client is mapped, the fullscreen is disabled, and if the previously fullscreen client is floating the child window is rendered below it and cannot be seen, causing confusion, though it is still focused and interactable. Fix this by putting children of fullscreen clients in LyrFS instead of LyrFloat, and by returning before the unset_fullscreen code is called when they are mapped. focusstack() now lets you switch focus from a fullscreen client to its child windows, otherwise if you switch focus from the child window to the fullscreen client you could not focus the child window again and the fullscreen client would stay unresponsive. Child clients are not reparented to LyrFloat after leaving fullscreen, so you could spawn a child window, focus back the fullscreen client, unfullscreen it, and the child window would still be drawn above other floating clients. Avoid dealing with this edge case to keep the line count low. These cases can be tested by pressing Ctrl+o in applications with an open file dialog. | ||||
2024-02-05 | make XWayland clients inherit tags and monitors | Guido Cella | -4/+6 | |
Revert 3213088 because the linked bug can no longer be reproduced with wlroots 0.17, and update client_get_parent() so it doesn't segfault with XWayland surfaces. This also allows reusing the p variable in the next commit. |