Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | autostart patch | Joshua Yun | 2025-03-12 | 1 | -1/+1 |
* | Systray patch | Joshua Yun | 2025-03-12 | 1 | -6/+17 |
* | Added bar patch | Joshua Yun | 2025-03-12 | 1 | -1/+1 |
* | remove binary before copying to destination | Leonardo Hernández Hernández | 2024-11-15 | 1 | -0/+1 |
* | allow the use of non-system wlroots library | Leonardo Hernández Hernández | 2024-08-14 | 1 | -3/+3 |
* | `-pedantic` -> `-Wpedantic` | Leonardo Hernández Hernández | 2024-08-01 | 1 | -1/+1 |
* | bump wlroots version | Leonardo Hernández Hernández | 2024-07-14 | 1 | -1/+1 |
* | Merge branch 'wlroots-next' | Leonardo Hernández Hernández | 2024-07-14 | 1 | -4/+4 |
|\ | |||||
| * | Merge remote-tracking branch 'upstream/main' into wlroots-next | Leonardo Hernández Hernández | 2024-06-20 | 1 | -7/+13 |
| |\ | |||||
| * \ | Merge remote-tracking branch 'upstream/main' into wlroots-next | Leonardo Hernández Hernández | 2024-06-20 | 1 | -3/+6 |
| |\ \ | |||||
| * | | | use enum headers when possible | Leonardo Hernández Hernández | 2024-06-08 | 1 | -3/+3 |
| * | | | wlroots now allows parallel installs | Leonardo Hernández Hernández | 2024-05-27 | 1 | -1/+1 |
* | | | | use round(3) and ceilf(3) from the math library | Leonardo Hernández Hernández | 2024-07-03 | 1 | -1/+1 |
| |_|/ |/| | | |||||
* | | | try to limit (79 characters) the line lenght in the Makefile | Leonardo Hernández Hernández | 2024-06-20 | 1 | -7/+13 |
| |/ |/| | |||||
* | | Updated power management handling to address issues raised in the PR | thanatos | 2024-06-20 | 1 | -4/+4 |
* | | Implement support for output power management | Emil Miler | 2024-06-20 | 1 | -1/+4 |
* | | minor adjustments in Makefile | Leonardo Hernández Hernández | 2024-06-13 | 1 | -3/+3 |
|/ | |||||
* | Support pointer constraints and relative pointer protocols | Forrest Bushstone | 2024-03-11 | 1 | -5/+8 |
* | turn on -Wfloat-conversion | Leonardo Hernández Hernández | 2024-01-15 | 1 | -1/+1 |
* | turn on -Wsign-compare | Leonardo Hernández Hernández | 2024-01-15 | 1 | -1/+1 |
* | include CHANGELOG.md in the tarball | Leonardo Hernández Hernández | 2023-11-25 | 1 | -1/+1 |
* | enable debug symbols by default | Leonardo Hernández Hernández | 2023-11-17 | 1 | -1/+1 |
* | Merge remote-tracking branch 'upstream/main' into wlroots-next | Leonardo Hernández Hernández | 2023-10-09 | 1 | -1/+1 |
|\ | |||||
| * | include dwl.desktop in the tarbal | Leonardo Hernández Hernández | 2023-09-24 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'upstream/main' into wlroots-next | Leonardo Hernández Hernández | 2023-09-24 | 1 | -1/+4 |
|\| | |||||
| * | allow specify DATADIR (to install desktop file) | Leonardo Hernández Hernández | 2023-09-24 | 1 | -4/+4 |
| * | Add desktop entry file | Weiseguy | 2023-09-22 | 1 | -1/+4 |
* | | add support for cursor-shape-v1 | Leonardo Hernández Hernández | 2023-07-23 | 1 | -1/+4 |
|/ | |||||
* | convert some warnings to errors | Leonardo Hernández Hernández | 2022-10-05 | 1 | -1/+2 |
* | rework Makefile | Leonardo Hernández Hernández | 2022-09-20 | 1 | -20/+11 |
* | define _POSIX_C_SOURCE through CPPFLAGS | Leonardo Hernández Hernández | 2022-09-08 | 1 | -1/+1 |
* | fix dist target | Leonardo Hernández Hernández | 2022-08-08 | 1 | -3/+2 |
* | include DWLCFLAGS into linking step | Leonardo Hernández Hernández | 2022-07-06 | 1 | -1/+1 |
* | Fix make install while files are in use | Grant Nichol | 2022-06-12 | 1 | -2/+2 |
* | add $(LIBS) to $(LDLIBS) | Leonardo Hernández Hernández | 2022-06-10 | 1 | -1/+1 |
* | fix link failure with --as-needed | Dima Krasner | 2022-06-10 | 1 | -1/+1 |
* | use LDFLAGS to build dwl target | Leonardo Hernández Hernández | 2022-06-06 | 1 | -1/+1 |
* | do not generate *-protocol.{c,o} | Leonardo Hernández Hernández | 2022-06-06 | 1 | -15/+3 |
* | include xcb only when building with xwayland support | Leonardo Hernández Hernández | 2022-06-06 | 1 | -1/+1 |
* | convert makefile to be more portable | KawaiiAmber | 2022-06-06 | 1 | -42/+50 |
* | add dist target | Leonardo Hernández Hernández | 2022-05-09 | 1 | -1/+10 |
* | add flag to print version and exit | Leonardo Hernández Hernández | 2022-05-09 | 1 | -1/+1 |
* | add DESTDIR | Leonardo Hernández Hernández | 2022-03-31 | 1 | -3/+3 |
* | don't let -pedantic be overridable by environment | Leonardo Hernández Hernández | 2022-03-31 | 1 | -1/+1 |
* | new functions ecalloc() and die() | Leonardo Hernández Hernández | 2022-03-28 | 1 | -2/+2 |
* | add dwl(1) | Humm | 2022-03-13 | 1 | -2/+3 |
* | added uninstall target | Jason Goulet-Lipman | 2021-04-19 | 1 | -1/+4 |
* | group phony targets together in Makefile | Devin J. Pohly | 2021-04-15 | 1 | -9/+8 |
* | re-compile if config.mk changes | Devin J. Pohly | 2021-04-15 | 1 | -1/+1 |
* | remember to add client.h in Makefile | Devin J. Pohly | 2021-01-18 | 1 | -1/+1 |