Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-08-05 | Add colorpicker | Benjamin Chausse | |
2024-08-05 | simpler launcher | Benjamin Chausse | |
2024-08-05 | app launch goodies and ipc xml | Benjamin Chausse | |
2024-07-31 | Implement ipc patch | Benjamin Chausse | |
2024-07-30 | Revert bar patch in preparation for ipc | Benjamin Chausse | |
2024-07-29 | gitignore & lsp goodies | Benjamin Chausse | |
2024-07-29 | clarify incxkbrules function | Benjamin Chausse | |
2024-07-29 | Use automated wallpaper script | Benjamin Chausse | |
2024-07-29 | Implement togglekblayoutandoptions patch (fixed) | Benjamin Chausse | |
2024-07-28 | Add media keys to config.h | Benjamin Chausse | |
2024-07-28 | revert togglekblayoutandoptions | Benjamin Chausse | |
2024-07-26 | Implement autostart patch | Benjamin Chausse | |
2024-07-23 | Compilation optimisation (Ofast + march=native) | Benjamin Chausse | |
2024-07-22 | Merge branch 'navigation' into ChausseBenjamin | Benjamin Chausse | |
2024-07-22 | Merge branch 'bar' into ChausseBenjamin | Benjamin Chausse | |
2024-07-22 | Merge branch 'keyboard' into ChausseBenjamin | Benjamin Chausse | |
2024-07-22 | Implement togglekblayoutandoptions patch | Benjamin Chausse | |
https://codeberg.org/dwl/dwl-patches/src/branch/main/patches/togglekblayoutandoptions | |||
2024-07-22 | Implement relative-mouse-resize | Benjamin Chausse | |
https://codeberg.org/dwl/dwl-patches/src/branch/main/patches/relative-mouse-resize | |||
2024-07-22 | Implement movestack patch | Benjamin Chausse | |
https://codeberg.org/dwl/dwl-patches/src/branch/main/patches/movestack/movestack.patch | |||
2024-07-22 | Implement alwayscenter patch | Benjamin Chausse | |
https://codeberg.org/dwl/dwl-patches/src/branch/main/patches/alwayscenter/alwayscenter.patch | |||
2024-07-22 | Implement vanitygaps patch | Benjamin Chausse | |
https://codeberg.org/dwl/dwl-patches/src/branch/main/patches/vanitygaps | |||
2024-07-22 | bar + hide_vacant_tags patches | Benjamin Chausse | |
https://codeberg.org/dwl/dwl-patches/src/branch/main/patches/bar https://codeberg.org/dwl/dwl-patches/src/branch/main/patches/hide_vacant_tags | |||
2024-07-14 | bump version to 0.7-rc1 | Leonardo Hernández Hernández | |
2024-07-14 | prepare CHANGELOG.md for 0.7 | Leonardo Hernández Hernández | |
2024-07-14 | changelog: add new 'unreleased' section | Leonardo Hernández Hernández | |
2024-07-14 | use the parent scene node to determine if move clients out of LyrFloat | Guido Cella | |
[sevz: commit message is mine] | |||
2024-07-14 | Reapply "place child clients above fullscreen clients" | Leonardo Hernández Hernández | |
This reverts commit 043ab3ac1335d7a1cd84fe0f9cea8056977211a4. | |||
2024-07-14 | Merge branch 'wlroots-next' | Leonardo Hernández Hernández | |
2024-07-13 | bump to linux-dmabuf version 5 | Leonardo Hernández Hernández | |
2024-07-13 | bump version to 0.6 | Leonardo Hernández Hernández | |
2024-07-13 | prepare CHANGELOG.md for 0.6 | Leonardo Hernández Hernández | |
2024-07-12 | Revert "place child clients above fullscreen clients" | Leonardo Hernández Hernández | |
This does not work as intended. Lets revert it temporarily and add it back after the release. This reverts commit 298949bbc4eae8cedb9cdd11cfc9ebd139ac5d5f. | |||
2024-07-03 | Fix applybounds | Rutherther | |
Applybounds doesn't move client when it overlays only with border with monitor to the right. Apparently, c->geom.width already includes the border as well. | |||
2024-07-03 | feat: focus empty monitor when clicked | Rutherther | |
2024-07-03 | use round(3) and ceilf(3) from the math library | Leonardo Hernández Hernández | |
ΔSLOC: -1 | |||
2024-07-03 | set preferred scale after the first commit (XDGshell) | Leonardo Hernández Hernández | |
2024-07-03 | drop useless maplayersurfacenotify() | Leonardo Hernández Hernández | |
2024-07-01 | set O_NONBLOCK flag to stdout | Leonardo Hernández Hernández | |
2024-06-29 | add a note about having at least a dummy rule for `rules[]` | Leonardo Hernández Hernández | |
Closes: https://codeberg.org/dwl/dwl/issues/656 | |||
2024-06-25 | add bugref about why we call updatemons in outputmgrapplyortest | Leonardo Hernández Hernández | |
2024-06-25 | Merge remote-tracking branch 'upstream/main' into wlroots-next | Leonardo Hernández Hernández | |
2024-06-25 | set preferred scale on creation (LayerShell) | Leonardo Hernández Hernández | |
2024-06-24 | correctly report position to xwayland clients | Leonardo Hernández Hernández | |
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 | |
2024-06-20 | Merge remote-tracking branch 'upstream/main' into wlroots-next | Leonardo Hernández Hernández | |
2024-06-20 | Reapply gamma LUT when re-enabling an output using wlr-output-power-management | Leonardo Hernández Hernández | |
2024-06-20 | try to limit (79 characters) the line lenght in the Makefile | Leonardo Hernández Hernández | |
2024-06-20 | Merge remote-tracking branch 'upstream/main' into wlroots-next | Leonardo Hernández Hernández | |
2024-06-20 | Updated power management handling to address issues raised in the PR | thanatos | |
2024-06-20 | Prevent updatemons() from removing monitors that have been put to sleep from ↵ | David Donahue | |
the layout |