Re: [hackers] [PATCH 4/8] drw: simplify color schemes

2016-06-30 Thread Markus Teich
Markus Teich wrote: > this is a patch series which unifies the drw part of libsl accross the > following three projects: > > * dwm > * dmenu > * sent Heyho, after the updates have been pushed to those three repositories, just the libsl repo is remaining. @Anselm, could you push the patch series t

[hackers] [sent] Also call ffload on the current slide in advance() || Markus Teich

2016-06-30 Thread git
commit e1a0b51d843d8e0f148e8bac6b5a134fbb5c443c Author: Markus Teich AuthorDate: Thu Jun 30 16:57:31 2016 +0200 Commit: Markus Teich CommitDate: Thu Jun 30 16:57:31 2016 +0200 Also call ffload on the current slide in advance() This fixes a bug where the image would not be lo

Re: [hackers] [sent][patch] load slide image on-demand

2016-06-30 Thread Markus Teich
Heyho Hiltjo, Hiltjo Posthuma wrote: > I have attached a patch that does this, I hope you'll like it. sorry for the delay. I wanted to include a few other cleanups and was busy. Your patch is now merged. > Also I'm not sure if we need the below code in advance(), I have removed it in > the patch

[hackers] [sent] clean ffread and rename to ffload || Markus Teich

2016-06-30 Thread git
commit 827f3de2e780b7eda5890e9ede7653f39a286d93 Author: Markus Teich AuthorDate: Thu Jun 30 16:42:34 2016 +0200 Commit: Markus Teich CommitDate: Thu Jun 30 16:42:34 2016 +0200 clean ffread and rename to ffload - also remove unneeded memmove in load() diff --git a/sent.c b/s

[hackers] [sent] load slide image on-demand || Hiltjo Posthuma

2016-06-30 Thread git
commit fd303ee9c1c969c4a50c6fcf0397973ea6f37dc7 Author: Hiltjo Posthuma AuthorDate: Sat Jun 4 21:47:39 2016 +0200 Commit: Markus Teich CommitDate: Mon Jun 6 17:26:50 2016 +0200 load slide image on-demand On Sat, Jun 04, 2016 at 05:28:31PM +0200, Markus Teich wrote: > Hil