summaryrefslogtreecommitdiff
path: root/src/image.c
Commit message (Expand)AuthorAge
* Update copyright year to 2017Paul Eggert2016-12-31
* Prefer comments /* like this */ in C codePaul Eggert2016-11-05
* Fix compilation with MinGW runtime 3.22.2 and w32api 3.18.2Eli Zaretskii2016-10-06
* Fix memory leak in imagemagick-typesAndreas Schwab2016-07-10
* Port to Ubuntu 16.04 --enable-gcc-warningsPaul Eggert2016-04-24
* Avoid segfaults due to frame image cache being absentEli Zaretskii2016-03-16
* Rework C source files to avoid ^(Paul Eggert2016-03-10
* Revert "Support integer image rotation and respect EXIF rotations"Lars Ingebrigtsen2016-02-11
* Support integer image rotation and respect EXIF rotationsDima Kogan2016-02-10
* Report error for PNG under CairoPaul Eggert2016-01-23
* Pacify --enable-gcc-warnings --with-cairoPaul Eggert2016-01-23
* Update copyright year to 2016Paul Eggert2016-01-01
* Use color cache for creating bitmapKen Raeburn2015-11-12
* Use INT_ADD_WRAPV etc. to check integer overflowPaul Eggert2015-11-08
* Include-file cleanup for src directoryPaul Eggert2015-10-20
* Resurrect image loading under auto-image-file-modeEli Zaretskii2015-10-19
* Use g_clear_error instead of g_error_freeDaiki Ueno2015-10-09
* * src/image.c (image_size_error): Simplify.Paul Eggert2015-10-08
* Fix problems caught with --enable-gcc-warningsPaul Eggert2015-10-08
* Reduce color allocation/query traffic in the TrueColor case.Ken Raeburn2015-10-08
* Cache XParseColor results in the X display info structure.Ken Raeburn2015-10-08
* Fix segfault in image_size_errorEli Zaretskii2015-10-07
* Prefer NUMBERP to spelling it outPaul Eggert2015-09-10
* Port to GIFLIB 5.0.6 and laterPaul Eggert2015-09-10
* Docstring fixes re quotes in C codePaul Eggert2015-09-01
* format-message now curves ` and 'Paul Eggert2015-08-25
* Use new q ‘format’ flag when fixing quotes in CPaul Eggert2015-08-18
* Fix file name encodings in diagnosticsPaul Eggert2015-08-18
* Fix quoting in Fformat callsPaul Eggert2015-08-15
* Make add_to_log varargsPaul Eggert2015-08-13
* Fix Cairo build without PNGEli Zaretskii2015-07-27
* Fix C99 incompatibilities in Cairo codePaul Eggert2015-06-25
* Remove unused DEFSYMsPaul Eggert2015-05-31
* Merge branch 'master' into cairoJan D2015-05-17
|\
| * Honor :fore/background for XBM on NS (Bug#14969).Jan Djärv2015-05-15
* | Merge branch 'master' into cairoJan D2015-04-26
|\|
| * Port --enable-gcc-warnings to GCC 5.1 x86-64Paul Eggert2015-04-24
* | Add PBM support for cairo.Jan D2015-04-26
* | Handle specified bg in images. Use generic libpng code for PNG:s.Jan D2015-04-12
* | Support GIF and Tiff with cairo.Jan D2015-04-11
* | Support JPEG with USE_CAIRO.Jan D2015-04-11
* | Support RSVG and cairo.Jan D2015-04-05
* | Introduce limited Xpm support (32 bit ZPixmap) for Cairo.Jan D2015-04-03
* | Add cairo drawing.Jan D2015-02-11
|/
* * image.c (lookup_pixel_color): Reorder conditions that areAndreas Schwab2015-01-26
* Miscellaneous tiny fixes here and there.Dmitry Antipov2015-01-12
* Port to 32-bit --with-wide-intPaul Eggert2015-01-10
* Compute C decls for DEFSYMs automaticallyPaul Eggert2015-01-05
* Update copyright year to 2015Paul Eggert2015-01-01
* Wrap dll functions more simplyPaul Eggert2014-12-28