summaryrefslogtreecommitdiffstats
path: root/main.c (unfollow)
Commit message (Expand)AuthorFilesLines
2007-02-22made Fnt an anonymous structGravatar Anselm R. Garbe 2-15/+10
2007-02-21Added tag 2.3 for changeset b6e09682c8adcb6569656bee73c311f9ab457715Gravatar Anselm R. Garbe 1-0/+1
2007-02-21applied the fix inspired by a recent wmii commitGravatar Anselm R. Garbe 1-1/+1
2007-02-20renamed getcolor to initcolorGravatar Anselm R. Garbe 1-5/+5
2007-02-20s/setfont/initfont/Gravatar Anselm R. Garbe 1-2/+2
2007-02-20readded draw.c again (except getcolor and setfont)Gravatar Anselm R. Garbe 5-67/+77
2007-02-19removed -t, now using isatty() instead of select() to prevent execution from ...Gravatar Anselm R. Garbe 2-31/+15
2007-02-19removed draw.c, implemented C-w handling (backward word deletion)Gravatar Anselm R. Garbe 6-132/+130
2007-02-14Added tag 2.2 for changeset 90f0e34e7f11Gravatar Anselm R. Garbe 1-0/+1
2007-02-08fixed Copyright notice in MakefileGravatar Anselm R. Garbe 1-1/+1
2007-02-08nah nah nah, I can't get used to the bottom bar, pushing the conditional dme...Gravatar Anselm R. Garbe 2-3/+11
2007-02-08letting dmenu appear at the bottom by defaultGravatar Anselm R. Garbe 2-11/+3
2007-02-05got rid of LD, inspired by JGs patch to wmiiGravatar Anselm R. Garbe 2-5/+3
2007-01-17Added tag 2.1 for changeset 7656557298c9Gravatar Anselm R. Garbe 1-0/+1
2007-01-17hotfix changesGravatar Anselm R. Garbe 3-7/+4
2007-01-17Added tag 2.1 for changeset d91c79020430Gravatar Anselm R. Garbe 1-0/+1
2007-01-16Added tag 2.0 for changeset 1fce5c464fcdGravatar Anselm R. Garbe 1-0/+1
2007-01-16small fixGravatar Anselm R. Garbe 1-1/+2
2007-01-16removed useless mx, myGravatar Anselm R. Garbe 1-3/+2
2007-01-16applied new default colorsGravatar Anselm R. Garbe 1-4/+4
2007-01-16small fix of Control-j in dmenu.1Gravatar Anselm R. Garbe 2-3/+3
2007-01-12Added tag 1.9 for changeset c7f5f4d54317Gravatar Anselm R. Garbe 1-0/+1
2007-01-11added evil key support to dmenuGravatar Anselm R. Garbe 1-2/+15
2007-01-11s/Mod1-Shift-g/Mod1-G/ in fact Sander is rightGravatar Anselm R. Garbe 1-1/+1
2007-01-11documenting undocumented vi-alike shortcuts of dmenuGravatar Anselm R. Garbe 1-3/+3
2007-01-11commented recent Control-shortcut additionsGravatar Anselm R. Garbe 1-3/+3
2007-01-10applied Sanders dmenu_ctrlchars.patch (thanks!)Gravatar Anselm R. Garbe 1-0/+8
2007-01-10applied Alexis Hildebrandts patchesGravatar Anselm R. Garbe 1-1/+2
2007-01-02correctionsGravatar arg@mig29 2-3/+3
2007-01-02correctedGravatar arg@mig29 3-4/+4
2007-01-02next version will contain updated copyright noticeGravatar arg@mig29 7-10/+10
2006-12-19Added tag 1.8 for changeset d3e6fa22ae45b38b1bdb0d813390365e5930360bGravatar arg@mig29 1-0/+1
2006-12-19fixed a typo in dmenu.1Gravatar arg@mig29 1-1/+1
2006-12-19prepared dmenu-1.8, shortened command line options (-font is -fn, -selbg is -...Gravatar arg@mig29 2-26/+26
2006-12-18added wmii reference to dmenu(1)Gravatar arg@mig29 1-1/+2
2006-12-18agreed with SanderGravatar arg@mig29 1-6/+3
2006-12-18applied Stefan Tibus' sun patch, added -bottom option to dmenu which makes it...Gravatar arg@mig29 3-3/+22
2006-12-14hotfixGravatar arg@mig29 1-13/+13
2006-12-14added vi-like key-bindings for keyboards without cursor keys (they are undocu...Gravatar arg@mig29 2-1/+24
2006-12-14Added tag 1.7.1 for changeset 3696d77aaf02f5d15728dde3b9e35abcaf291496Gravatar arg@mig29 1-0/+1
2006-12-14fooGravatar arg@mig29 1-1/+0
2006-12-14silent hotfixGravatar arg@mig29 1-1/+1
2006-12-14Added tag 1.7.1 for changeset 8e0b9b09bf83c429c73e60a23997f32877a645bfGravatar arg@mig29 1-0/+1
2006-12-14applied hotfix of sanderGravatar arg@mig29 2-10/+14
2006-12-14Added tag 1.7 for changeset 58dbef4aef3d45c7a3da6945e53c9667c0f02d5bGravatar arg@mig29 1-0/+1
2006-12-13changed text in dmenu manpageGravatar arg@mig29 1-1/+1
2006-12-13added prompt option (-p 'prompt text'), documented in man page as wellGravatar arg@mig29 2-3/+23
2006-12-12ordered switch branches in kpress alphabetically, applied Sanders patch for P...Gravatar arg@mig29 2-33/+64
2006-12-08fixed diagnostic error messageGravatar arg@mig29 1-1/+1
2006-12-08removed hardcoded 'fixed' fallback, useless and misleadingGravatar arg@mig29 2-5/+2
specific things. ... also remove left-over vim mode string in config. 2015-09-27config.mk: fix _XOPEN_SOURCE=700 for getline()Gravatar Hiltjo Posthuma 1-1/+1 2015-09-27config.mk: improve feature test checkGravatar Hiltjo Posthuma 1-1/+1 this fixes a crash on NetBSD because it requires -D_XOPEN_SOURCE (strdup, usleep). thanks k0ga and stateless for reporting and fixing this issue! 2015-08-06Fixed typo introduced by shared codeGravatar Eric Pruitt 1-1/+1 2015-07-19stest: get rid of getopt, use suckless arg.hGravatar Hiltjo Posthuma 3-53/+141 ... also some style improvements. 2015-07-19config.mk: add FREETYPELIBS and FREETYPEINCGravatar Hiltjo Posthuma 1-3/+9 These variables make it simpler to change the paths to this for ports. `pkg-config` is avoided because it sucks, in particular for cross-compilation. A commented path for *BSD is added, the Xft includes are located at: /usr/X11R6/include there. Also already bump the version number to 4.6, a release will come approximately in August. 2015-07-19fix prompt color style how it used to beGravatar Hiltjo Posthuma 1-1/+1 This is the style how it was before the big Xft change. The colors were inverted, this was not the case before the change. Reported by "zvz" on #suckless IRC, thanks! 2015-06-27Use libdraw: add Xft and fallback-fonts support to graphics libGravatar Hiltjo Posthuma 11-316/+684 - libdraw, util: add drw.{c,h}, util.{c,h} and update code. - libdraw: fix drw_rect(): use w and h parameter. - libdraw: print errstr if last character in string was ":" (sbase). - libdraw: drw_clr_free() allow valid free(NULL). - config.def.h: set default font to monospace. - cleanup() on exit. - LICENSE: update license string for dmenu -v to 2015. - LICENSE: add myself to LICENSE 2014-09-17applied Hiltjo's patch as suggested on the ml to fix ControlMask for C-j and C-mGravatar Anselm R Garbe 2-2/+5 2014-07-30fix crash with ctrl-enter as inputGravatar Hiltjo Posthuma 1-1/+2 reproduce: ./dmenu; send EOF; press ctrl+enter. 2014-05-29updated copyright notices in LICENSE and dmenu.c fileGravatar Anselm R Garbe 2-2/+2 2013-08-13applied Martin Kühl's inverse matching flag to stestGravatar Anselm R Garbe 2-4/+7 2013-08-02applied Martti Kühne's dmenu monitor patchGravatar Anselm R Garbe 3-4/+14 https://gist.github.com/mar77i/3349298/raw/f6581ca96627f4c71c0bd1faf531daaf2a613b95/monarg.patch becomes upstream now 2013-06-28accepted vi'is exit approach ^[ (suggested by Arkaduisz)Gravatar Anselm R Garbe 1-0/+2