summaryrefslogtreecommitdiff
path: root/src/image.c
AgeCommit message (Expand)Author
2026-05-27Port MinGW GCC 9.2 image.c fix to non MS-WindowsPaul Eggert
2026-05-27Unbreak MS-Windows build broken by Gnulib syncEli Zaretskii
2026-05-26ARRAYELTS → countofPaul Eggert
2026-05-26Omit useless casts found by GCC 16Paul Eggert
2026-05-23Prefer ptrdiff_t to size_t when either will doPaul Eggert
2026-05-23New function memory_full_upPaul Eggert
2026-03-04Fix seg fault when image dimensions don't match (bug#80518)Alan Third
2026-02-21Fix SVG CSS handling (bug#80384)Alan Third
2026-02-17; Fix image_error argument in webp_load.Basil L. Contovounesios
2026-01-28Always unset lisp_data when freeing imagesBasil L. Contovounesios
2026-01-27; Avoid warnings when neither GIF nor WebP are supportedPo Lu
2026-01-26Fix image.c compilation when HAVE_GIF is not definedEli Zaretskii
2026-01-24Improve (WebP) image animationBasil L. Contovounesios
2026-01-24Improve animation cache documentationBasil L. Contovounesios
2026-01-17Avoid overflows in image size calculationsPaul Eggert
2026-01-17NS: Add native image support for HEIF, SVG and WEBP on GNUstepYavor Doganov
2026-01-16Various housekeeping in image.cBasil L. Contovounesios
2026-01-16Fix off-by-one error in native_image_pBasil L. Contovounesios
2026-01-01; Add 2026 to copyright years.Sean Whitton
2025-07-10Move CSS into the SVG wrapperAlan Third
2025-07-10Change foreground color handling for SVG files (bug#77841)Alan Third
2025-04-19Avoid name clashes with static GnuTLSPaul Eggert
2025-03-06Avoid defining unneeded variables on Cygw32Kazuhiro Ito
2025-02-22; Fix typosStefan Kangas
2025-02-01Merge branch 'scratch/no-purespace' into 'master'Stefan Kangas
2025-01-26Prefer make_formatted_string in svg_load_imagePaul Eggert
2025-01-26Simplify building of color names in image.cPaul Eggert
2025-01-26Simplify make_formatted_string APIPaul Eggert
2025-01-22Minor image_error related cleanupsStefan Kangas
2025-01-21When debugging image.c, abort if silent truncationPaul Eggert
2025-01-22Prefer snprintf to sprintf in image.cStefan Kangas
2025-01-21Handle unknown units provided by the rsvg library (bug#75712)Pip Cet
2025-01-19Replace call[1-8] with callnStefan Kangas
2025-01-18Always define image_compute_scalePaul Eggert
2025-01-01Update copyright year to 2025Paul Eggert
2024-12-28Make image cache aware of image-scaling-factor (bug#74725)Alan Third
2024-12-12Pure storage removal: Remove purecopy hash table flagPip Cet
2024-12-07Merge from origin/emacs-30Eli Zaretskii
2024-12-02Fix the version of librsvg API changeManuel Giraud
2024-12-02Do not use libjpeg quantization (bug#74476)Manuel Giraud
2024-12-01Merge from emacs-30Yuan Fu
2024-12-01Update to version 2.58 of librsvg API (bug#74606)Manuel Giraud
2024-11-05Support :transform-smoothing on images (MS-Windows) (bug#57166)Cecilio Pardo
2024-09-01Explicitly include stdlib.h in src/image.c (Bug#72929)Pip Cet
2024-09-01Fix integer overflow when reading XPMStefan Kangas
2024-08-16Don’t ignore -Wclobbered in image.cPaul Eggert
2024-07-27Merge from origin/emacs-30Eli Zaretskii
2024-07-25Standardize possessive apostrophe usage in manuals, docs, and commentsStefan Kangas
2024-07-24Merge from savannah/emacs-30Andrea Corallo
2024-07-24* src/image.c (gui_put_x_image): Avoid memory leak.Po Lu