Re: [hackers] [PATCH] [sent] Quick patch to replace png with farbfeld

2015-11-18 Thread FRIGN
On Wed, 18 Nov 2015 10:46:51 + Dimitris Papastamos wrote: > This also works with jpg and gif and others. The 2ff wrapper will > use imagemagick conversion tools. This is temporary as jpg2ff and > gif2ff will also be implemented. As a side note, the 2ff-filter can also

Re: [hackers] [PATCH] [sent] Quick patch to replace png with farbfeld

2015-11-18 Thread Dimitris Papastamos
Hi, I've made a patch that implements the filtering code. It is not perfect but it works. >From 9ac692234da28fbfe1534bb2b06807a5354ce936 Mon Sep 17 00:00:00 2001 From: sin Date: Wed, 18 Nov 2015 10:41:02 + Subject: [PATCH] Support farbfeld as an intermediate format Sent now

[hackers] [sent] Add Escape key to quit sent || Ivan Tham

2015-11-18 Thread git
commit 243c8cf7b6e66813609ac4ca9c9e6343408e1d72 Author: Ivan Tham AuthorDate: Wed Nov 18 10:01:50 2015 +0800 Commit: Markus Teich CommitDate: Wed Nov 18 12:20:55 2015 +0100 Add Escape key to quit sent diff --git a/config.def.h

[hackers] [sent] fix dying on empty slidefile || Markus Teich

2015-11-18 Thread git
commit eac14478e949e29e442922d997f057573ddd9923 Author: Markus Teich AuthorDate: Wed Nov 18 23:24:53 2015 +0100 Commit: Markus Teich CommitDate: Wed Nov 18 23:24:53 2015 +0100 fix dying on empty slidefile diff --git a/sent.c

Re: [hackers] [sent] Bail out before allocating slides if file is empty

2015-11-18 Thread Markus Teich
Quentin Rameau wrote: > In load() we allocated slides before checking if we actually read anything > from the FILE fp and then continue with an allocated but “empty” space wich > would lead to errors. Heyho, of course that is another fix for the problem related to memory sanitazion. I merged it,

Re: [hackers] [sent] drw.c: Avoid potential memory leak in drw_cur_create()

2015-11-18 Thread Markus Teich
Quentin Rameau wrote: > If drw was NULL, memory was still allocated for cur. Heyho Quentin, thanks, I applied it. The drw code of sent diverged from the drw code of dmenu/dwm/… a couple of months ago. I submitted my changes earlier this year, they were never merged into upstream libdrw. Now we

Re: [hackers] [sent] Bail out before allocating slides if file is empty

2015-11-18 Thread Quentin Rameau
> Heyho, Hi :) > of course that is another fix Yeah, I saw your patch after having sent mine, sorry about that, I didn't mean to redo the work. > I merged it, thanks. Thanks!

[hackers] [sent] drw.c: Avoid potential memory leak in drw_cur_create() || Quentin Rameau

2015-11-18 Thread git
commit 996a4c5c6e7b98c9f3ef50846f567b5d6a2da932 Author: Quentin Rameau AuthorDate: Wed Nov 18 22:45:26 2015 +0100 Commit: Markus Teich CommitDate: Wed Nov 18 22:50:07 2015 +0100 drw.c: Avoid potential memory leak in