Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2024-05-27 | wlroots now allows parallel installs | Leonardo Hernández Hernández | -1/+1 | |
2024-03-11 | Support pointer constraints and relative pointer protocols | Forrest Bushstone | -5/+8 | |
Fixes: https://codeberg.org/dwl/dwl/issues/489 FIxes: https://codeberg.org/dwl/dwl/issues/317 | ||||
2024-01-15 | turn on -Wfloat-conversion | Leonardo Hernández Hernández | -1/+1 | |
2024-01-15 | turn on -Wsign-compare | Leonardo Hernández Hernández | -1/+1 | |
2023-11-25 | include CHANGELOG.md in the tarball | Leonardo Hernández Hernández | -1/+1 | |
Fixes: 24576f1fdf56bc8879203bb2d7e7cd116d4bba42 | ||||
2023-11-17 | enable debug symbols by default | Leonardo Hernández Hernández | -1/+1 | |
they does not affect performance and the size's increase is negligible | ||||
2023-10-09 | Merge remote-tracking branch 'upstream/main' into wlroots-next | Leonardo Hernández Hernández | -1/+1 | |
2023-09-24 | include dwl.desktop in the tarbal | Leonardo Hernández Hernández | -1/+1 | |
2023-09-24 | Merge remote-tracking branch 'upstream/main' into wlroots-next | Leonardo Hernández Hernández | -1/+4 | |
2023-09-24 | allow specify DATADIR (to install desktop file) | Leonardo Hernández Hernández | -4/+4 | |
2023-09-22 | Add desktop entry file | Weiseguy | -1/+4 | |
2023-07-23 | add support for cursor-shape-v1 | Leonardo Hernández Hernández | -1/+4 | |
References: https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/4106 | ||||
2022-10-05 | convert some warnings to errors | Leonardo Hernández Hernández | -1/+2 | |
2022-09-20 | rework Makefile | Leonardo Hernández Hernández | -20/+11 | |
- allow user to use a different pkg-config binary - restore almost all (and add other ones) warning flags (-Werror is not set) - $(XWAYLAND) is added to our CPPFLAGS - remove useless comments - don't generate idle-protocol.h (not used) | ||||
2022-09-08 | define _POSIX_C_SOURCE through CPPFLAGS | Leonardo Hernández Hernández | -1/+1 | |
like dwm | ||||
2022-08-08 | fix dist target | Leonardo Hernández Hernández | -3/+2 | |
2022-07-06 | include DWLCFLAGS into linking step | Leonardo Hernández Hernández | -1/+1 | |
2022-06-12 | Fix make install while files are in use | Grant Nichol | -2/+2 | |
When the dwl executable is in use, cp fails without the -f flag. POSIX defines this flag with: > If a file descriptor for a destination file cannot be obtained, > as described in step 3.a.ii., attempt to unlink the destination > file and proceed. | ||||
2022-06-10 | add $(LIBS) to $(LDLIBS) | Leonardo Hernández Hernández | -1/+1 | |
2022-06-10 | fix link failure with --as-needed | Dima Krasner | -1/+1 | |
2022-06-06 | use LDFLAGS to build dwl target | Leonardo Hernández Hernández | -1/+1 | |
2022-06-06 | do not generate *-protocol.{c,o} | Leonardo Hernández Hernández | -15/+3 | |
according with https://gitlab.freedesktop.org/wlroots/wlroots/-/commit/62fbf3f4ba1b2993e29dfb46f077e5806f7aac1c they are unused and wlroots-based compositors don't need to do this | ||||
2022-06-06 | include xcb only when building with xwayland support | Leonardo Hernández Hernández | -1/+1 | |
2022-06-06 | convert makefile to be more portable | KawaiiAmber | -42/+50 | |
2022-05-09 | add dist target | Leonardo Hernández Hernández | -1/+10 | |
2022-05-09 | add flag to print version and exit | Leonardo Hernández Hernández | -1/+1 | |
2022-03-31 | add DESTDIR | Leonardo Hernández Hernández | -3/+3 | |
2022-03-31 | don't let -pedantic be overridable by environment | Leonardo Hernández Hernández | -1/+1 | |
2022-03-28 | new functions ecalloc() and die() | Leonardo Hernández Hernández | -2/+2 | |
die() replaces EBARF and BARF and allow us to add `-pedantic` to CFLAGS | ||||
2022-03-13 | add dwl(1) | Humm | -2/+3 | |
Documentation is good. Man pages are documentation. A program without a man page is worthless. | ||||
2021-04-19 | added uninstall target | Jason Goulet-Lipman | -1/+4 | |
2021-04-15 | group phony targets together in Makefile | Devin J. Pohly | -9/+8 | |
2021-04-15 | re-compile if config.mk changes | Devin J. Pohly | -1/+1 | |
2021-01-18 | remember to add client.h in Makefile | Devin J. Pohly | -1/+1 | |
2020-12-25 | add "all" target | Devin J. Pohly | -0/+1 | |
2020-12-24 | Merge updates from guidocella | Devin J. Pohly | -3/+13 | |
Thanks so much for helping to keep the project running while life was crazy! | ||||
2020-12-24 | Merge pull request #49 from guidocella/layer-shell | Devin J. Pohly | -3/+13 | |
Layer shell | ||||
2020-12-24 | use the install command to install | Devin J. Pohly | -3/+1 | |
2020-12-24 | Merge pull request #65 from Keating950/master | Devin J. Pohly | -0/+5 | |
Add install target to Makefile | ||||
2020-12-19 | remove -Werror=declaration-after-statement | Guido Cella | -1/+1 | |
wtf is the point of this crap? It makes the code harder to follow, increases the line count and made me fail compilation a million times. We shouldn't blindy follow everything about suckless's style. | ||||
2020-12-19 | add install target to Makefile and corresponding prefix variable to config.mk | Keating950 | -0/+5 | |
2020-12-19 | Added basic tap-to-click for touchpad users | will | -1/+1 | |
2020-12-19 | Implement the idle protocol | Guido Cella | -2/+12 | |
It allows clients such as swayidle and chat applications to monitor user idle time. | ||||
2020-11-22 | add install target to Makefile and corresponding prefix variable to config.mk | Keating950 | -0/+5 | |
2020-10-17 | Added basic tap-to-click for touchpad users | will | -1/+1 | |
2020-08-28 | simplify make clean | Guido Cella | -1/+1 | |
2020-08-26 | update make clean | Guido Cella | -1/+1 | |
2020-08-24 | layer shell initial attempt | Guido Cella | -2/+12 | |
2020-08-10 | make XWayland support optional | Devin J. Pohly | -3/+4 | |
2020-07-25 | xwayland: unmanaged (dropdown menu) support | Alexander Courtis | -1/+1 | |