Commit Graph

19 Commits

Author SHA1 Message Date
Stefan Schmidt d85aef518b xcf: fix indent for some code parts to match surroundings
The file uses 3 spaces for initial indent while some code blocks have been
added with two spaces. Purely cosmetic but found while playing around with
smatch.
2015-11-26 23:31:45 +01:00
Stefan Schmidt de6120c835 xcf: mark functions static if possible 2015-11-10 15:48:09 +01:00
Carsten Haitzler a673ffa1bd generic loaders - fix load if process esits before stdout produced
i found that generic loaders broke on my machine. stdout was never
reaching the app. child process exited and never sent stdout before
parent got anything - it all was lost in buffers somewhere. this fixes
it. fflush stdout. nasty little bugger.

@fix
2015-08-11 21:34:48 +09:00
Sebastian Dransfeld cad99f07d4 xcf: Remove dead code
We already make sure amount <= 16 two lines above, so no need to check
again.

Fixes CID 63741, CID 63742 and CID 63743
2014-10-31 12:59:51 +01:00
Sebastian Dransfeld 659c3346ce xcf: Add comment for fall through
Coverity likes a fall through comment if we really mean it.

Fixes CID 63744
2014-10-31 12:59:51 +01:00
Sebastian Dransfeld 093cb0e839 xcf: Remove self assignment
Fixes CID 63745
2014-10-31 12:59:51 +01:00
Sebastian Dransfeld 6e53af8509 xcf: Make sure complete calculation is unsigned
Fixes CID63748 and CID 63749

@fix
2014-10-31 12:59:50 +01:00
Jérémy Zurcher 0aec1efe93 well, shut up some warnings 2013-05-15 16:12:03 +02:00
Carsten Haitzler 764ddff2f8 add timeouts to all generic loaders - same timer infra.
SVN revision: 77076
2012-09-26 08:07:33 +00:00
Carsten Haitzler dc94e41ac5 fix distcheck
SVN revision: 69491
2012-03-18 01:52:19 +00:00
Carsten Haitzler 9384fe7712 and make the generic loaders project actually put loaders in the new
location



SVN revision: 63104
2011-09-03 03:49:00 +00:00
Carsten Haitzler 7291b6452c improve gzipped xcf handling massively by buffering the entire file in
ram (if needed) as opposed to seeking a gzipped stream. generic for
non-gzippiend files too (buffer them all in ram0



SVN revision: 59438
2011-05-16 08:34:08 +00:00
Carsten Haitzler fa21e407c4 make shmfile common code.
SVN revision: 59365
2011-05-13 09:06:56 +00:00
Vincent Torri 110a75531d Add PDF loader (with some help from raster)
SVN revision: 59338
2011-05-12 05:44:42 +00:00
Carsten Haitzler 476c349d86 print dont with a newline. just for easier debugging.
SVN revision: 59317
2011-05-11 07:09:12 +00:00
Vincent Torri 359af0d728 whitespaces--
SVN revision: 59055
2011-04-30 15:20:52 +00:00
Carsten Haitzler d8413f3626 comments.
SVN revision: 58929
2011-04-26 09:42:25 +00:00
Carsten Haitzler 289ba689f9 make xcf loader support 2 stage. also document it a bit more.
SVN revision: 58928
2011-04-26 09:41:27 +00:00
Carsten Haitzler 649433cf1f add an xcf generic loader. code totally taken from original xcf loader
in imlib2. this app is gpl.



SVN revision: 58918
2011-04-26 06:28:29 +00:00