summaryrefslogtreecommitdiff
path: root/src/modules/loaders/loader_pnm.c
Commit message (Expand)AuthorAgeFilesLines
* PNM loader: Fix "XV thumbnail" (P7 332) loadingKim Woelders2022-01-191-48/+44
* PNM loader: Fix P1 when spaces are omittedKim Woelders2022-01-181-7/+28
* Introduce more loader return codesKim Woelders2021-12-281-15/+11
* Introduce ARRAY_SIZE()Kim Woelders2021-11-051-2/+1
* Introduce UPDATE_FLAG()Kim Woelders2021-11-051-4/+1
* PNM loader: Use mmap() for loadingKim Woelders2021-10-221-17/+100
* Move loaders to load2()Kim Woelders2020-02-291-23/+16
* Introduce __imlib_LoaderSetFormats()Kim Woelders2020-01-111-7/+2
* Savers: Simplify progress handlingKim Woelders2020-01-041-24/+5
* Loaders: Simplify/fix progress handlingKim Woelders2020-01-041-31/+22
* Saver cleanupsKim Woelders2019-12-231-20/+14
* Loader cleanupsKim Woelders2019-12-231-264/+244
* Remove __imlib_AllocateData() w,h argsKim Woelders2019-11-161-3/+2
* Use macro for pixel color access in saversKim Woelders2019-11-091-9/+11
* Allow to use custom memory management functions for loaded imagesAlexander Volkov2019-09-301-6/+3
* Remove pointless im->data checks in loadersKim Woelders2019-09-291-1/+1
* Use common PIXEL_ARGB() macro to compose pixelsKim Woelders2018-07-171-7/+5
* Centralize handling of im->formatKim Woelders2018-07-171-8/+4
* Cleanups in load() functionsKim Woelders2018-07-171-2/+0
* PNM loader: Simplify (fixing ASCII format parsing issues T6751)Kim Woelders2018-03-091-140/+35
* Properly release resources on error pathTobias Stoeckmann2017-03-121-0/+6
* PNM loader: Fix reading PNM bitmaps.Kim Woelders2016-09-031-0/+1
* load_pnm: Deal with fread() errors consistentlyFabian Keil2014-12-061-4/+4
* Prevent division-by-zero crashesFabian Keil2014-12-061-5/+5
* Silence compiler warnings (loaders).Kim Woelders2013-07-031-10/+8
* PNM loader: Refactor around progress and exits.Kim Woelders2011-04-091-346/+128
* Fix loading of .pbm's (P4) when width is not a multiple of 8.Kim Woelders2011-04-091-7/+39
* Indent (most) .c files.Kim Woelders2011-04-091-558/+564
* Fix pnm image loading in certain situations (ticket 721).Kim Woelders2011-03-111-12/+26
* Remove unneeded code with notnull.cocci scriptLucas De Marchi2010-07-141-12/+6
* Relax 8192 pixel dimension limit (ticket 361).Kim Woelders2009-07-271-1/+1
* Relax 8192 pixel dimension limit (ticket 361).Kim Woelders2009-07-181-1/+1
* pnm loader fix (Marcus Meissner, ticket 25).Kim Woelders2008-09-021-1/+1
* 2 possible security vulns fixed. should probably release new version withCarsten Haitzler2008-05-271-1/+1
* Add option to build with visibility=hidden + associated fixups.Kim Woelders2007-04-091-13/+1
* fix width and height checks in case of buffer overflow.Carsten Haitzler2006-11-051-1/+6
* ditch x headers from those loadersCarsten Haitzler2004-12-271-7/+0
* and new much cleaner tree.Carsten Haitzler2004-11-011-0/+832