aboutsummaryrefslogtreecommitdiffstats
path: root/src/scrotty.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix bug + allow pipingMattias Andrée2015-12-121-25/+29
| | | | Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
* you can now select framebufferMattias Andrée2015-12-121-11/+37
| | | | Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
* remove pnm supportMattias Andrée2015-12-121-19/+12
| | | | Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
* fix uninitialised variablesMattias Andrée2015-12-111-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
* the kernel-specific functions can fetch and use additional data it may needMattias Andrée2015-12-111-4/+8
| | | | Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
* png conversion is no longer done in a separate process.Mattias Andrée2015-12-111-178/+16
| | | | Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
* m docMattias Andrée2015-12-111-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
* fix a memory leakMattias Andrée2015-12-111-3/+3
| | | | Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
* m + split out save_fbs to main + do not use PATH_MAX + do not use allocaMattias Andrée2015-12-111-52/+85
| | | | Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
* whitespaceMattias Andrée2015-12-111-2/+2
| | | | Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
* use libpng, ... now we just have to make it fasterMattias Andrée2015-12-111-10/+13
| | | | Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
* soon, convert will not be usedMattias Andrée2015-12-101-74/+58
| | | | Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
* mostly splitting the sourceMattias Andrée2015-12-101-398/+53
| | | | Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
* a bunch of stuff...Mattias Andrée2015-12-101-4/+65
| | | | Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
* It is not intented to only support Linux, do not formulate it as suchMattias Andrée2015-12-071-0/+1
| | | | Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
* small fixesMattias Andrée2015-12-071-4/+10
| | | | Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
* misc improvementsMattias Andrée2015-12-071-3/+11
| | | | Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
* whitespaceMattias Andrée2015-12-071-1/+0
| | | | Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
* typoMattias Andrée2015-12-071-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
* gettext support, does not seem to work...Mattias Andrée2015-12-071-57/+76
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* inform the user which file cannot be opened on failureMattias Andrée2015-12-071-6/+34
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* style + minor bug fixesMattias Andrée2015-12-071-242/+309
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* Close the file when not using convertMattias Andrée2015-12-071-0/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* Add --raw option, making ImageMagick optionalMattias Andrée2015-12-071-17/+48
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* remove old todoMattias Andrée2015-12-071-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* misc improvements1.0.2Mattias Andrée2015-12-011-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* fix warningsMattias Andrée2014-10-281-14/+17
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add manualMattias Andrée2014-10-281-2/+2
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* implement --execMattias Andrée2014-10-281-5/+89
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* m docMattias Andrée2014-10-281-1/+5
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* parse filename patternMattias Andrée2014-10-271-14/+138
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mMattias Andrée2014-10-271-0/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* most of the commnad line stuffMattias Andrée2014-10-271-5/+143
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* typo + depsMattias Andrée2014-10-271-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* whoops + support all endiannessesMattias Andrée2014-10-251-5/+8
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mMattias Andrée2014-10-221-29/+53
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* separate out measureMattias Andrée2014-10-221-24/+57
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* docMattias Andrée2014-10-221-14/+77
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* c version, fast enoughtMattias Andrée2014-10-201-0/+187
Signed-off-by: Mattias Andrée <maandree@operamail.com>