summaryrefslogtreecommitdiffhomepage
path: root/patch/status2d.c
AgeCommit message (Collapse)Author
2020-07-15Major refactoring in preparation for bar modulesbakkeby
2020-07-07Extrabar alignment, buttonclicks and other improvementsbakkeby
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-31status2d: Minor protection against crashes due to invalid x and y valuesbakkeby
2020-05-27Fixing status2d and statuscmd / dwmblocks compatibility issues.bakkeby
Text width calculations when using status2d strings resulted in statuscmd button placement calculations to be way off. Fixed by introducing a separate function status2dtextlength to get an approximate correct text width.
2020-05-26Adding status2d patchbakkeby