aboutsummaryrefslogtreecommitdiff
path: root/drw.c
AgeCommit message (Collapse)AuthorLines
2017-05-22ShrinkageHEADmasterNick Shipp-329/+0
2016-08-12die() consistency: always add newlineHiltjo Posthuma-3/+3
2016-06-26import new drw from libsl and minor fixes.Markus Teich-109/+132
- better scaling for occupied tag squares. - draw statusline first to omitt some complicated calculations.
2015-10-20sync updated drw code from dmenuHiltjo Posthuma-132/+119
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 Pruitt-82/+267
2013-06-23applied Jochen's drw_text patch, thanksAnselm R Garbe-1/+1
2013-06-19applied Julian's enum approach,Anselm R Garbe-12/+10
however renamed theme into scheme resp. Theme into ClrScheme
2013-06-16finished libsl/drw integrationAnselm R Garbe-62/+88
2013-04-17renamed draw into drwAnselm R Garbe-0/+202