Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-06-27 | Use libdraw: add Xft and fallback-fonts support to graphics lib | Hiltjo Posthuma | |
- 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 | |||
2011-07-22 | fix loadfont | Connor Lane Smith | |
2011-07-14 | efficiency tweaks | Connor Lane Smith | |
2011-06-18 | update draw.c | Connor Lane Smith | |
2011-05-18 | no -m, cleanup | Connor Lane Smith | |
2011-05-15 | portability | Connor Lane Smith | |
2011-05-15 | cleanup | Connor Lane Smith | |
2011-05-14 | cleanup | Connor Lane Smith | |
2011-05-11 | fixed -m bug (thanks Rob) | Connor Lane Smith | |
2011-05-06 | helpful errors | Connor Lane Smith | |
2011-05-05 | paring | Connor Lane Smith | |
2010-11-17 | removed unnecessary defines | Connor Lane Smith | |
2010-11-11 | removed libdc dependence | Connor Lane Smith | |
2010-06-24 | moved draw.c to libdraw.a | Connor Lane Smith | |
2010-06-24 | decoupled draw.c from dmenu & dinput | Connor Lane Smith | |
2010-06-24 | fixed offsets, updated eprint, cleaned up | Connor Lane Smith | |
2010-06-23 | added draw.h | Connor Lane Smith | |
2010-06-23 | overlapping code | Connor Lane Smith | |
2010-06-23 | typo fixes | Connor Lane Smith | |
2010-06-23 | initial dmenu / dinput separation | Connor Lane Smith | |
2007-09-16 | micromizing dmenu step 1 | Anselm R. Garbe | |
2007-05-30 | referred to LICENSE file | Anselm R. Garbe | |
2007-04-13 | making copyright notice more compact | Anselm R. Garbe | |
2007-03-02 | also, don't set the font all the time | Anselm R. Garbe | |
2007-02-20 | readded draw.c again (except getcolor and setfont) | Anselm R. Garbe | |
2007-02-19 | removed draw.c, implemented C-w handling (backward word deletion) | Anselm R. Garbe | |
2007-01-02 | next version will contain updated copyright notice | arg@mig29 | |
2006-12-08 | fixed diagnostic error message | arg@mig29 | |
2006-12-08 | removed hardcoded 'fixed' fallback, useless and misleading | arg@mig29 | |
2006-12-07 | found compromise | arg@mig29 | |
2006-12-07 | also fixing dmenu accordingly | arg@mig29 | |
2006-12-05 | only setting LC_CTYPE | arg@mig29 | |
2006-12-05 | enforcing using imcomplete fonsets anyways | arg@mig29 | |
2006-11-26 | fixing sizeof stuff | arg@mig29 | |
2006-10-06 | removed useless newlines | Anselm R. Garbe | |
2006-09-26 | error handling | arg@mmvi | |
2006-09-26 | foo | arg@mmvi | |
2006-09-26 | reverting | arg@mmvi | |
2006-09-26 | added fallback to color initialization | arg@mmvi | |
2006-09-12 | made function signatures more consistent to my coding style | Anselm R. Garbe | |
2006-08-25 | updated dmenu to borderless drawing as well | Anselm R. Garbe | |
2006-08-25 | back to 3 colors | Anselm R. Garbe | |
2006-08-24 | removed useless call | Anselm R. Garbe | |
2006-08-24 | migrated dmenu to use 4 instead of 3 colors | Anselm R. Garbe | |
2006-08-24 | removed unnecessary Xlib call | Anselm R. Garbe | |
2006-08-14 | fixed string cutting | Anselm R.Garbe | |
2006-08-14 | fixed string cutting | Anselm R.Garbe | |
2006-08-11 | simplified drawborder | Anselm R.Garbe | |
2006-08-10 | readded border colors, this sucks least | Anselm R.Garbe | |
2006-08-10 | drawing border around sel item | Anselm R.Garbe | |