~kris/suckless

dmenu

c1819f18 — Luke Smith 3 years ago
Merge pull request #18 from i13e/master

Remove libxft-bgra from README
Update README.md
8d6175da — Luke Smith 3 years ago
Merge branch 'master' of github.com:LukeSmithxyz/dmenu
ee8871c0 — Luke Smith 3 years ago
libxft
705b3c7c — Luke Smith 4 years ago
Merge pull request #17 from kronikpillow/font-fix

fix font name
d07de2ea — Dejan Kutle 4 years ago
fix font name
575252ee — Luke Smith 4 years ago
Merge branch 'master' of github.com:LukeSmithxyz/dmenu
c1152e13 — Luke Smith 4 years ago
fix #2
d074f478 — Luke Smith 4 years ago
Merge pull request #14 from kronikpillow/default-font

change default font to a installed one
9b1b209c — Dejan Kutle 4 years ago
change default font to a installed one
b60e438b — Luke Smith 4 years ago
Merge pull request #12 from kronikpillow/fix-allow-color-font

fix allow color font
dc9d624e — Dejan Kutle 4 years ago
fix allow color font
3a6bc67f — Luke Smith 5 years ago
Merge branch 'jludwig-master'
fdb4cea2 — Hiltjo Posthuma 6 years ago
bump version to 5.0

... and bump LICENSE year.
360e74f0 — Hiltjo Posthuma 6 years ago
Fix memory leaks in drw

Synced from dwm.
Patch by Alex Flierl <shad0w73@freenet.de>, thanks.
b2343123 — Hiltjo Posthuma 7 years ago
revert IME support

dmenu will not handle IME support (st will, atleast for now).

revert parts of commit 377bd37e212b1ec4c03a481245603c6560d0be22
this commit also broke input focus.
f3e5ba3a — Hiltjo Posthuma 7 years ago
improve xopenim error message

die() already prints a newline.
a30dbb75 — Hiltjo Posthuma 7 years ago
make dmenu_path script executable

(as dmenu_run is)
c10954a1 — Hiltjo Posthuma 7 years ago
fix crash when XOpenIM returns NULL

for example when IME variables are set, but the program is not started (yet).
d6351cf6 — Quentin Rameau 7 years ago
Close when the embedding window is destroyed
Next