summaryrefslogtreecommitdiffhomepage
path: root/drw.h
AgeCommit message (Collapse)Author
2022-03-06Upgrading winicon patch to v2.1 ref. #238bakkeby
2021-06-14sed source files to end with 1 new linepepper-jelly
2020-08-24Identified and fixed a few more cross-compilation issuesbakkeby
2020-08-22Simplified Pango integration by settling on common function signatures.bakkeby
2020-08-21Simplification of color configuration; settling on a set of color schemes ↵bakkeby
that is shared between multiple patches (urgentborder, floatborder and titlecolor patches made non-optional)
2020-08-20Refactoring and simplifying color configuration in config.hbakkeby
This involves always having configuration for floating border, regardless of whether it is used or not. Also permanently dropping the const expectation for color configuration in dwm, so that vtcolors and xrdb patches can change color configuration.
2020-07-19Adding powerline patchbakkeby
2020-07-15Major refactoring in preparation for bar modulesbakkeby
2020-06-11Adding pango patch (ref. #10)bakkeby
Text from original patch: Using pango markup for status text Use a single font. Removed some code utf8 code from drw. Created for pango 1.44. Older versions might not have getter for font height, ascent + descent can be used instead. All texts are rendered with pango but only status is with markup. Increased stext size (in case a lot of markup is used). MIN/MAX is already defined (didn't redefine them).
2020-05-26Adding status2d patchbakkeby
2020-02-11Adding vtcolors patchbakkeby
2019-09-15Adding xrdb patchbakkeby
2019-09-11Adding float border color patchbakkeby
2019-09-05Adding alpha patchbakkeby