aboutsummaryrefslogtreecommitdiff
path: root/drw.h
AgeCommit message (Collapse)AuthorFilesLines
2023-03-16Revert: xresources-20210827-138b405davidpkj1-1/+1
2023-03-16Patch: xresources-20210827-138b405davidpkj1-1/+1
2022-05-10sync latest drw.{c,h} changes from dmenuHiltjo Posthuma1-0/+1
2018-03-14ColBorder has been moved to the enum with ColFg and ColBg.Christopher Drelich1-1/+1
2017-11-03sync dmenu drw.{c,h} code: use Clr* (was Scm)Hiltjo Posthuma1-6/+6
2016-06-26import new drw from libsl and minor fixes.Markus Teich1-40/+23
- better scaling for occupied tag squares. - draw statusline first to omitt some complicated calculations.
2015-10-20sync updated drw code from dmenuHiltjo Posthuma1-17/+17
important: - drw_rect: didn't use w and h, change the dwm code accordingly. - drw_text: text is NULL is not allowed, use drw_rect().
2015-03-13Add Xft and follback-fonts support to graphics libEric Pruitt1-7/+12
2013-06-19applied Julian's enum approach,Anselm R Garbe1-3/+3
however renamed theme into scheme resp. Theme into ClrScheme
2013-06-16finished libsl/drw integrationAnselm R Garbe1-19/+27
2013-04-17renamed draw into drwAnselm R Garbe1-0/+61