Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | emoji support | sinanmohd | 2023-01-11 | 1 | -0/+1 |
| | |||||
* | added xrdb patch for pywal | sinanmohd | 2023-01-11 | 1 | -1/+1 |
| | |||||
* | remove workaround for a crash with color emojis on some systems, now fixed ↵ | Hiltjo Posthuma | 2022-09-17 | 1 | -14/+0 |
| | | | | | | in libXft 2.3.5 https://gitlab.freedesktop.org/xorg/lib/libxft/-/blob/libXft-2.3.5/NEWS | ||||
* | sync latest drw.{c,h} changes from dmenu | Hiltjo Posthuma | 2022-05-10 | 1 | -30/+58 |
| | |||||
* | Revert "Improve speed of drw_text when provided with large strings" | Hiltjo Posthuma | 2021-08-20 | 1 | -5/+2 |
| | | | | | | | This reverts commit 716233534b35f74dba5a46ade8f1a6f8cc72fea4. It causes issues with truncation of characters when the text does not fit and so on. The patch should be reworked and properly tested. | ||||
* | Improve speed of drw_text when provided with large strings | Miles Alan | 2021-08-09 | 1 | -2/+5 |
| | | | | | | Calculates len & ew in drw_font_getexts loop by incrementing instead of decrementing; as such avoids proportional increase in time spent in loop based on provided strings size. | ||||
* | Fix memory leaks in drw | Alex Flierl | 2020-06-11 | 1 | -0/+1 |
| | | | | The function drw_fontset_free in drw.c was never called. | ||||
* | Prepare 6.2 release. | Anselm R Garbe | 2019-02-02 | 1 | -1/+15 |
| | |||||
* | sync dmenu drw.{c,h} code: use Clr* (was Scm) | Hiltjo Posthuma | 2017-11-03 | 1 | -5/+5 |
| | |||||
* | die() consistency: always add newline | Hiltjo Posthuma | 2016-08-12 | 1 | -3/+3 |
| | |||||
* | import new drw from libsl and minor fixes. | Markus Teich | 2016-06-26 | 1 | -109/+132 |
| | | | | | - better scaling for occupied tag squares. - draw statusline first to omitt some complicated calculations. | ||||
* | sync updated drw code from dmenu | Hiltjo Posthuma | 2015-10-20 | 1 | -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(). | ||||
* | Add Xft and follback-fonts support to graphics lib | Eric Pruitt | 2015-03-13 | 1 | -82/+267 |
| | |||||
* | applied Jochen's drw_text patch, thanks | Anselm R Garbe | 2013-06-23 | 1 | -1/+1 |
| | |||||
* | applied Julian's enum approach, | Anselm R Garbe | 2013-06-19 | 1 | -12/+10 |
| | | | | however renamed theme into scheme resp. Theme into ClrScheme | ||||
* | finished libsl/drw integration | Anselm R Garbe | 2013-06-16 | 1 | -62/+88 |
| | |||||
* | renamed draw into drw | Anselm R Garbe | 2013-04-17 | 1 | -0/+202 |