Commit Graph

22 Commits (master)

Author SHA1 Message Date
bakkeby 5a0c5e617f Adding the do-not-die-on-color-allocation-failure patch ref. #404 5 months ago
bakkeby 4912e3129a Bump to 50ad171.
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.
2 years ago
bakkeby 4b20c92b4c Adding bidi patch ref. #285 2 years ago
bakkeby adc05c2332 Upgrading winicon patch to v2.1 ref. #238 2 years ago
bakkeby 4366f72390 Fix for drw_text cropping one characters too many when the text is too long and replacing with ... ref. #216 2 years ago
pepper-jelly 0733c39e0c sed source files to end with 1 new line 3 years ago
bakkeby df57bdeb64 Identified and fixed a few more cross-compilation issues 4 years ago
bakkeby 7ce66bf122 Identified and fixed a few more cross-compilation issues related to prior refactoring / simplification 4 years ago
bakkeby 81f44b036c Simplified Pango integration by settling on common function signatures. 4 years ago
bakkeby 6b9c484b78 Refactoring and simplifying color configuration in config.h
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.
4 years ago
bakkeby 023aa218e4 Adding powerline patch 4 years ago
bakkeby 903b32ac8b Major refactoring in preparation for bar modules 4 years ago
bakkeby 2643894570 [dwm][PATCH] Fix memory leaks in drw
The function drw_fontset_free in drw.c was never called.
4 years ago
bakkeby 8c4eaccf16 Adding pango patch (ref. #10)
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).
4 years ago
bakkeby 7b2c30b371 Adding color emoji patch 4 years ago
bakkeby 75d5f1e0c5 Adding shiftview patch 4 years ago
bakkeby 657988fbbf Added the no transparent borders patch 4 years ago
bakkeby 4b45c6071f Adding vtcolors patch 4 years ago
bakkeby f8f67508d8 Adding xrdb patch 5 years ago
bakkeby 5d33aebaaf Adding float border color patch 5 years ago
bakkeby 2c9a889b22 Adding README.md 5 years ago
bakkeby c34c536f3e Adding alpha patch 5 years ago