aboutsummaryrefslogtreecommitdiffstats
path: root/src/image.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Revert slurp_image extraction for svg_loadStefan Kangas2023-10-061-3/+14
* Extract function slurp_image from image loadingStefan Kangas2023-10-051-67/+32
* Merge from origin/emacs-29Eli Zaretskii2023-09-161-0/+12
|\
| * Fix SVG colors (bug#56182)Alan Third2023-09-131-0/+12
* | Clean up image error reporting somewhatStefan Kangas2023-08-261-41/+53
* | Use float not double in webp_load alpha conversionPaul Eggert2023-08-251-11/+14
* | Fix alpha blending for WebP imagesStefan Kangas2023-08-251-34/+38
* | Add native WebP support on macOS (Bug#59242)Stefan Kangas2023-08-141-2/+4
* | ; Delete commented out variable in png_load_bodyStefan Kangas2023-08-141-1/+0
* | Improve precision pixel scrollingPo Lu2023-08-121-1/+2
* | Fix percentage sizes in SVG display (bug#64908)Alan Third2023-08-081-30/+52
* | Merge remote-tracking branch 'origin/master' into feature/androidPo Lu2023-08-021-72/+116
|\ \
| * | Fix stipple support on PGTKPo Lu2023-08-011-72/+115
* | | Update Android portPo Lu2023-07-271-3/+3
* | | Merge remote-tracking branch 'origin/master' into feature/androidPo Lu2023-05-221-3/+11
|\ \ \ | |/ /
| * | Plug various leaks and fix input method initializationPo Lu2023-05-221-3/+11
* | | Merge remote-tracking branch 'origin/master' into feature/androidPo Lu2023-05-181-11/+11
|\ \ \ | |/ /
| * | Prefer C23 ckd_* to Gnulib *_WRAPV macrosPaul Eggert2023-05-171-11/+11
| |/
* | Update Android portPo Lu2023-04-291-12/+17
* | Merge remote-tracking branch 'origin/master' into feature/androidPo Lu2023-04-281-3/+6
|\ \ | |/
| * Fix two crashes upon startupPo Lu2023-04-281-3/+6
* | Update Android portPo Lu2023-04-271-1/+3
* | Fix WINDOWSNT build of fileio.c and image.cPo Lu2023-03-171-2/+2
* | Update Android portPo Lu2023-03-131-16/+91
* | Update Android portPo Lu2023-03-071-4/+5
* | * src/image.c (imagemagick_load_image): Check HAVE_DECL_xxx.Po Lu2023-02-221-4/+7
* | ; * src/image.c (syms_of_image): Fix typo.Po Lu2023-01-281-1/+1
* | Update Android portPo Lu2023-01-161-13/+297
* | Merge remote-tracking branch 'origin/master' into feature/androidPo Lu2023-01-021-1/+1
|\ \ | |/
| * ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* | Update Android portPo Lu2023-01-021-64/+185
* | Bring up the Android operating system and its window systemPo Lu2022-12-311-9/+79
|/
* Fix SVG scaling (bug#59802)Manuel Giraud2022-12-161-0/+9
* Remove unused parameter from image_create_pix_containerStefan Kangas2022-11-251-4/+4
* ; * src/image.c (syms_of_image): Add missed part of change.Po Lu2022-11-061-1/+4
* Fix splash screen display on NS and Haiku with native image APIsPo Lu2022-11-061-1/+6
* Fix leaks of XImage structures in image.cPo Lu2022-11-011-7/+13
* Move imagep in image.c from the debugging sectionLars Ingebrigtsen2022-09-131-4/+2
* ; * src/image.c (svg_load_image): Another minor cleanup. (Bug#51104)Eli Zaretskii2022-09-131-8/+14
* ; * src/image.c (svg_load_image): Always free 'err' if non-NULL.Eli Zaretskii2022-09-131-1/+3
* Fix last change in image.cEli Zaretskii2022-09-131-6/+9
* Avoid double svg error reporting and segfaultsdickmao2022-09-131-9/+18
* Display librsvg error when loading bad SVGStefan Kangas2022-09-091-7/+7
* Prune animation cache when images are no longer reachableLars Ingebrigtsen2022-07-141-10/+31
* Make image-cache-size also include the animation cacheLars Ingebrigtsen2022-07-141-15/+44
* Pacify -Wunused-macros in --without-all buildsStefan Kangas2022-07-141-3/+10
* Make clear-image-cache clear the animation cacheLars Ingebrigtsen2022-07-141-12/+29
* Allow plist-get/plist-put/plist-member to take a comparison functionLars Ingebrigtsen2022-06-271-2/+2
* Implement image transform smoothing on HaikuPo Lu2022-06-251-1/+6
* Implement "flip" image transforms on HaikuPo Lu2022-06-251-38/+66