summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 1.4.9.v1.4.9Kim Woelders2016-04-292-2/+36
* Fix various potential OOM crashes.Kim Woelders2016-04-166-125/+93
* Move __imlib_ItemInList() to file.c.Kim Woelders2016-04-164-21/+20
* Trivial file function cleanups.Kim Woelders2016-04-152-16/+14
* Eliminate pImlibExternalFilter type.Kim Woelders2016-04-152-8/+6
* Make a number of functions static.Kim Woelders2016-04-154-14/+11
* Harden API and internals against overly large imagesYuriy M. Kaminskiy2016-04-133-5/+28
* Fix cross-endianness for masks (1-bit depth images)Alexander Smirnov2016-04-131-0/+2
* loader_xpm: remove nonsense/impossible/broken conditionYuriy M. Kaminskiy2016-04-121-2/+1
* Fix integer overflow resulting in insufficient heap allocationYuriy M. Kaminskiy2016-04-091-1/+2
* Fix potential divide-by-zero in imlib_image_draw_ellipse().Kim Woelders2016-04-071-0/+24
* GIF loader: Indent.Kim Woelders2016-04-071-25/+25
* GIF loader: Reduce progress checks from per-pixel to per-row.Kim Woelders2016-04-071-2/+2
* GIF loader: Remove check made redundant by previous commit.Kim Woelders2016-04-071-8/+0
* GIF loader: Fix out-of-bound reads from colormap.Kim Woelders2016-04-071-14/+17
* Revert "gif: fix oob reads w/bad colormaps"Kim Woelders2016-04-071-10/+3
* Fix off-by-one OOB read in __imlib_MergeUpdate().Kim Woelders2016-04-061-1/+1
* gif: fix oob reads w/bad colormapsBernhard Übelacker2016-04-021-3/+10
* Fix some "variable might be clobbered" warnings.Kim Woelders2016-03-212-8/+13
* Fix some "variable set but not used" warnings.Kim Woelders2016-03-212-14/+19
* Fix "assuming signed overflow does not occur" warning.Kim Woelders2016-03-211-4/+5
* 1.4.8.v1.4.8Kim Woelders2016-03-122-2/+24
* Fix zlib loader filename checkQuentin Rameau2016-02-091-15/+9
* Fix bz2 loader filename checkQuentin Rameau2016-02-091-15/+9
* Indent.Kim Woelders2016-02-071-142/+161
* Add a Farbfeld loaderFRIGN2016-02-074-0/+179
* Add compile to MAINTAINERCLEANFILES.Kim Woelders2015-11-011-3/+4
* Remove redundant config.h.Kim Woelders2015-11-011-1/+0
* add time.h include to common.h for time_tChloe Kudryavtsev2015-11-011-0/+1
* 1.4.7.v1.4.7Kim Woelders2015-04-041-2/+2
* Generate a ChangeLog using git shortlog between existing tags.Kim Woelders2015-04-041-7/+1355
* Indent the remaining unindented files.Kim Woelders2014-12-2024-1175/+1182
* Enable visibility hiding by default.Kim Woelders2014-12-206-17/+73
* Remove __hidden.Kim Woelders2014-12-2022-186/+184
* Don't include Imlib2.h indirectly via image.h.Kim Woelders2014-12-2011-24/+29
* Indent.Kim Woelders2014-12-201-10/+10
* Change a number of internal function names.Kim Woelders2014-12-166-181/+183
* Autofoo macro cleanups (ac_->ec_).Kim Woelders2014-12-166-35/+35
* Autofoo update (AC_PROG_LIBTOOL -> LT_INIT).Kim Woelders2014-12-161-1/+1
* BMP loader: Simplify pixel fetch.Kim Woelders2014-12-161-5/+5
* JPEG loader: Fix load() return code when only reading header.Kim Woelders2014-12-161-47/+33
* Revert "loader_gif(): Abort gif parsing if DGifGetLine() fails"Kim Woelders2014-12-161-8/+2
* Revert "__imlib_LoadImage(): Additionally check loader_ret to detect loader f...Kim Woelders2014-12-141-1/+1
* load_gif: Make sure rows isn't used partly unitializedFabian Keil2014-12-061-1/+1
* imlib_save_image_with_error_return(): Check loader return code to prevent use...Fabian Keil2014-12-061-1/+2
* loader_tga.c: Properly signal if decoding RLE compressed data failedFabian Keil2014-12-061-4/+15
* loader_tga.c: Properly signal if decoding uncompressed BGRA data failedFabian Keil2014-12-061-1/+7
* imlib_save_image(): Check loader return code for errorsFabian Keil2014-12-061-1/+2
* loader_tga: Abort file loading if the file obviously isn't large enoughFabian Keil2014-12-061-0/+8
* __imlib_LoadImage(): Additionally check loader_ret to detect loader failuresFabian Keil2014-12-061-1/+1