summaryrefslogtreecommitdiffstats
path: root/config.def.h (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2015-09-27separate program-specific c99 bool and X11Hiltjo Posthuma1-4/+2
True, False are X11-specific, make sure to use c99 stdbool for program-specific things. ... also remove left-over vim mode string in config.
2015-06-27Use libdraw: add Xft and fallback-fonts support to graphics libHiltjo Posthuma1-4/+6
- 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
2013-04-17forgot to add config.def.h, thanks WilliamAnselm R Garbe1-0/+17
2010-08-02fixed bugs, no more config.h, updated manpage, new libdrawConnor Lane Smith1-8/+0
2010-07-02added dmenu.h, common.cConnor Lane Smith1-6/+5
2010-06-24fixed static symbols in config.def.hConnor Lane Smith1-6/+6
2010-05-28prepared dmenu-4.1 release4.1Anselm R Garbe1-0/+0
2008-07-16got rid of compile time xidx, grabbing the mouse pointer instead, falling ↵Anselm R Garbe1-5/+0
back to screen 0 if no pointer available
2008-07-16reverted uint/ulong introductionAnselm R Garbe1-2/+2
2008-06-14reusing config.h's color values, note we have to use const char *, instead ↵Anselm R Garbe1-7/+7
of const char [] here, because the pointer might change
2008-06-13yet another cosmetic changeAnselm R Garbe1-6/+10
2008-06-13cosmetic fixesAnselm R Garbe1-2/+2
2008-03-12removed ido-matching, changed behavior of -i meaning case insensitive ↵Anselm R Garbe1-1/+1
matching now, commented -x, -y, -w arguments in dmenu.1
2007-10-01fixed font definitionAnselm R. Garbe1-1/+1
2007-09-30using saner defaultsAnselm R. Garbe1-4/+4
2007-09-27applied new color nuanceAnselm R. Garbe1-2/+2
2007-09-26applied my favorite color schemeAnselm R. Garbe1-5/+5
2007-09-23switching to whiteAnselm R. Garbe1-4/+4
2007-09-16micromizing dmenu step 1Anselm R. Garbe1-0/+10
2006-08-04removed config.harg@10ksloc.org1-9/+0