~ruther/dwl

ref: 9077c888a3bf44ac345af309653d1657777547ef dwl/config.mk -rw-r--r-- 402 bytes
7b42232a — KawaiiAmber 2 years ago
convert makefile to be more portable
5d8084da — Leonardo Hernández Hernández 2 years ago
add flag to print version and exit
2d6f932e — Leonardo Hernández Hernández 3 years ago
don't let -pedantic be overridable by environment
aab397c3 — Leonardo Hernández Hernández 3 years ago
new functions ecalloc() and die()

die() replaces EBARF and BARF
and allow us to add `-pedantic` to CFLAGS
Merge pull request #180 from Humm42/manpage

add dwl(1)
79f85bde — Leonardo Hernández Hernández 3 years ago
Merge branch 'main' into scenegraph
add dwl(1)

Documentation is good.  Man pages are documentation.  A program without
a man page is worthless.
5d9c9a9a — Leonardo Hernández Hernández 3 years ago
don't warn about unused result

Closes: #186
848d89b7 — Devin J. Pohly 4 years ago
XWayland still buggy, disable by default
388c5580 — Devin J. Pohly 4 years ago
consolidate some of the ugliness into a separate file

Similar to Linux kernel approach, encapsulate some of the uglier
conditional compilation into inline functions in header files.

The goal is to make dwl.c more attractive to people who embrace the
suckless philosophy - simple, short, hackable, and easy to understand.
We want dwm users to feel comfortable here, not scare them off.  Plus,
if we do this right, the main dwl.c code should require only minimal
changes once XWayland is no longer a necessary evil.

According to `cloc`, this also brings dwl.c down below 2000 lines of
non-blank, non-comment code.
57d07606 — Devin J. Pohly 4 years ago
let's not alienate the dwm folks

Fix style.
8dd99d2a — Devin J. Pohly 4 years ago
Merge pull request #65 from Keating950/master

Add install target to Makefile
05883b7b — Keating950 4 years ago
add install target to Makefile and corresponding prefix variable to config.mk
95788164 — Keating950 4 years ago
add install target to Makefile and corresponding prefix variable to config.mk
a683ec50 — Bonicgamer 4 years ago
Merge pull request #1 from djpohly/master

Pull Request
4788baee — Alexander Courtis 4 years ago
Merge branch 'master' into 31-independents-mouse-focus
e7318f76 — Alexander Courtis 4 years ago
Merge branch 'master' into 24-xwayland-cursor
e3e9504f — Devin J. Pohly 4 years ago
make XWayland support optional
Do not follow this link