summaryrefslogtreecommitdiffstats
path: root/draw.c
Commit message (Collapse)AuthorAgeFilesLines
* Use libdraw: add Xft and fallback-fonts support to graphics libHiltjo Posthuma2015-06-271-177/+0
| | | | | | | | | | | - 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
* fix loadfontConnor Lane Smith2011-07-221-12/+13
|
* efficiency tweaksConnor Lane Smith2011-07-141-3/+3
|
* update draw.cConnor Lane Smith2011-06-181-14/+13
|
* no -m, cleanupConnor Lane Smith2011-05-181-13/+9
|
* portabilityConnor Lane Smith2011-05-151-5/+6
|
* cleanupConnor Lane Smith2011-05-151-5/+3
|
* cleanupConnor Lane Smith2011-05-141-19/+5
|
* fixed -m bug (thanks Rob)Connor Lane Smith2011-05-111-3/+3
|
* helpful errorsConnor Lane Smith2011-05-061-1/+6
|
* paringConnor Lane Smith2011-05-051-5/+2
|
* removed unnecessary definesConnor Lane Smith2010-11-171-2/+0
|
* removed libdc dependenceConnor Lane Smith2010-11-111-0/+196
|
* moved draw.c to libdraw.aConnor Lane Smith2010-06-241-136/+0
|
* decoupled draw.c from dmenu & dinputConnor Lane Smith2010-06-241-56/+53
|
* fixed offsets, updated eprint, cleaned upConnor Lane Smith2010-06-241-4/+8
|
* added draw.hConnor Lane Smith2010-06-231-32/+25
|
* overlapping codeConnor Lane Smith2010-06-231-1/+0
|
* typo fixesConnor Lane Smith2010-06-231-1/+1
|
* initial dmenu / dinput separationConnor Lane Smith2010-06-231-0/+143
|
* micromizing dmenu step 1Anselm R. Garbe2007-09-161-61/+0
|
* referred to LICENSE fileAnselm R. Garbe2007-05-301-3/+1
|
* making copyright notice more compactAnselm R. Garbe2007-04-131-4/+3
|
* also, don't set the font all the timeAnselm R. Garbe2007-03-021-11/+4
|
* readded draw.c again (except getcolor and setfont)Anselm R. Garbe2007-02-201-0/+71
|
* removed draw.c, implemented C-w handling (backward word deletion)Anselm R. Garbe2007-02-191-121/+0
|
* next version will contain updated copyright noticearg@mig292007-01-021-1/+1
|
* fixed diagnostic error messagearg@mig292006-12-081-1/+1
|
* removed hardcoded 'fixed' fallback, useless and misleadingarg@mig292006-12-081-4/+1
|
* found compromisearg@mig292006-12-071-1/+1
|
* also fixing dmenu accordinglyarg@mig292006-12-071-2/+0
|
* only setting LC_CTYPEarg@mig292006-12-051-1/+1
|
* enforcing using imcomplete fonsets anywaysarg@mig292006-12-051-6/+1
|
* fixing sizeof stuffarg@mig292006-11-261-2/+2
|
* removed useless newlinesAnselm R. Garbe2006-10-061-9/+1
|
* error handlingarg@mmvi2006-09-261-2/+3
|
* fooarg@mmvi2006-09-261-1/+1
|
* revertingarg@mmvi2006-09-261-3/+2
|
* added fallback to color initializationarg@mmvi2006-09-261-2/+3
|
* made function signatures more consistent to my coding styleAnselm R. Garbe2006-09-121-10/+5
|
* updated dmenu to borderless drawing as wellAnselm R. Garbe2006-08-251-25/+8
|
* back to 3 colorsAnselm R. Garbe2006-08-251-7/+14
|
* removed useless callAnselm R. Garbe2006-08-241-3/+1
|
* migrated dmenu to use 4 instead of 3 colorsAnselm R. Garbe2006-08-241-12/+7
|
* removed unnecessary Xlib callAnselm R. Garbe2006-08-241-2/+1
|
* fixed string cuttingAnselm R.Garbe2006-08-141-5/+5
|
* fixed string cuttingAnselm R.Garbe2006-08-141-2/+10
|
* simplified drawborderAnselm R.Garbe2006-08-111-22/+16
|
* readded border colors, this sucks leastAnselm R.Garbe2006-08-101-20/+28
|
* drawing border around sel itemAnselm R.Garbe2006-08-101-5/+20
|