aboutsummaryrefslogtreecommitdiffstats
path: root/src/image.c (unfollow)
Commit message (Expand)AuthorFilesLines
14 daysFix seg fault when image dimensions don't match (bug#80518)Alan Third1-1/+9
2026-02-21Fix SVG CSS handling (bug#80384)Alan Third1-26/+35
2026-02-17; Fix image_error argument in webp_load.Basil L. Contovounesios1-1/+1
2026-01-28Always unset lisp_data when freeing imagesBasil L. Contovounesios1-30/+4
2026-01-27; Avoid warnings when neither GIF nor WebP are supportedPo Lu1-0/+4
2026-01-26Fix image.c compilation when HAVE_GIF is not definedEli Zaretskii1-0/+4
2026-01-24Improve (WebP) image animationBasil L. Contovounesios1-211/+305
2026-01-24Improve animation cache documentationBasil L. Contovounesios1-22/+37
2026-01-17Avoid overflows in image size calculationsPaul Eggert1-7/+7
2026-01-17NS: Add native image support for HEIF, SVG and WEBP on GNUstepYavor Doganov1-5/+21
2026-01-16Various housekeeping in image.cBasil L. Contovounesios1-31/+18
2026-01-16Fix off-by-one error in native_image_pBasil L. Contovounesios1-3/+3
2026-01-01; Add 2026 to copyright years.Sean Whitton1-1/+1
2025-07-10Move CSS into the SVG wrapperAlan Third1-30/+26
2025-07-10Change foreground color handling for SVG files (bug#77841)Alan Third1-1/+1
2025-04-19Avoid name clashes with static GnuTLSPaul Eggert1-3/+3
2025-03-06Avoid defining unneeded variables on Cygw32Kazuhiro Ito1-1/+1
2025-02-22; Fix typosStefan Kangas1-4/+4
2025-01-26Prefer make_formatted_string in svg_load_imagePaul Eggert1-54/+18
2025-01-26Simplify building of color names in image.cPaul Eggert1-23/+18
2025-01-26Simplify make_formatted_string APIPaul Eggert1-3/+2
2025-01-22Minor image_error related cleanupsStefan Kangas1-5/+3
2025-01-21When debugging image.c, abort if silent truncationPaul Eggert1-4/+6
2025-01-22Prefer snprintf to sprintf in image.cStefan Kangas1-7/+8
2025-01-21Handle unknown units provided by the rsvg library (bug#75712)Pip Cet1-23/+29
2025-01-19Replace call[1-8] with callnStefan Kangas1-1/+1
2025-01-18Always define image_compute_scalePaul Eggert1-0/+2
2025-01-02Update copyright year to 2025Stefan Kangas1-1/+1
2025-01-01Update copyright year to 2025Paul Eggert1-1/+1
2024-12-28Make image cache aware of image-scaling-factor (bug#74725)Alan Third1-11/+34
2024-12-12Pure storage removal: Remove purecopy hash table flagPip Cet1-1/+1
2024-12-02Fix the version of librsvg API changeManuel Giraud1-5/+5
2024-12-02Do not use libjpeg quantization (bug#74476)Manuel Giraud1-49/+31
2024-12-01Update to version 2.58 of librsvg API (bug#74606)Manuel Giraud1-3/+23
2024-11-05Support :transform-smoothing on images (MS-Windows) (bug#57166)Cecilio Pardo1-4/+6
2024-09-01Explicitly include stdlib.h in src/image.c (Bug#72929)Pip Cet1-0/+1
2024-09-01Fix integer overflow when reading XPMStefan Kangas1-4/+29
2024-08-16Don’t ignore -Wclobbered in image.cPaul Eggert1-9/+35
2024-07-25Standardize possessive apostrophe usage in manuals, docs, and commentsStefan Kangas1-1/+1
2024-07-24* src/image.c (gui_put_x_image): Avoid memory leak.Po Lu1-7/+2
2024-07-24Adapt last change to non-NS systemsPo Lu1-1/+2
2024-07-24Fix NULL pointer dereferences in xpm_load_imagePo Lu1-4/+7
2024-07-24Fix bug#72255Po Lu1-8/+8
2024-07-16Prefer `memcpy` to `strcpy` in image.cStefan Kangas1-11/+10
2024-07-16Restrict loop variable scope in `xpm_str_to_color_key`Stefan Kangas1-3/+1
2024-07-12; * src/image.c (free_image_cache): Add assertion. (Bug#71929)Eli Zaretskii1-0/+3
2024-07-09Fix bug#71929Po Lu1-13/+8
2024-06-20Correctly cache images when frames vary in their font metricsPo Lu1-1/+6
2024-06-03Maintain relationship between tool bar image and default font widthPo Lu1-9/+54
2024-06-02Stipple support for MS Windows (bug#71159)Elias G. Perez1-17/+85