summaryrefslogtreecommitdiffhomepage
path: root/drw.c
AgeCommit message (Collapse)Author
2022-10-06Bump to 50ad171.bakkeby
remove workaround for a crash with color emojis on some systems, now fixed in libXft 2.3.5 https://gitlab.freedesktop.org/xorg/lib/libxft/-/blob/libXft-2.3.5/NEWS bump version to 6.4 Ref. https://git.suckless.org/dwm/commit/970f37697358574e127019eb0ee2f5725ec05ce0.html https://git.suckless.org/dwm/commit/50ad171eea9db5ccb36fce2592e047c3282975ff.html Consequently the color emoji patch has been inverted into no color emoji, keeping the workaround in the code base for those that are on systems with older versions of the Xft library.
2022-08-02Adding bidi patch ref. #285bakkeby
2022-03-06Upgrading winicon patch to v2.1 ref. #238bakkeby
2022-01-20Fix for drw_text cropping one characters too many when the text is too long ↵bakkeby
and replacing with ... ref. #216
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-24Identified and fixed a few more cross-compilation issues related to prior ↵bakkeby
refactoring / simplification
2020-08-22Simplified Pango integration by settling on common function signatures.bakkeby
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-11[dwm][PATCH] Fix memory leaks in drwbakkeby
The function drw_fontset_free in drw.c was never called.
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-29Adding color emoji patchbakkeby
2020-05-03Adding shiftview patchbakkeby
2020-05-03Added the no transparent borders patchbakkeby
2020-02-11Adding vtcolors patchbakkeby
2019-09-15Adding xrdb patchbakkeby
2019-09-11Adding float border color patchbakkeby
2019-09-05Adding README.mdbakkeby
2019-09-05Adding alpha patchbakkeby