aboutsummaryrefslogtreecommitdiffstats
path: root/src/image.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix seg fault when image dimensions don't match (bug#80518)Alan Third6 days1-1/+9
* Fix SVG CSS handling (bug#80384)Alan Third2026-02-211-26/+35
* ; Fix image_error argument in webp_load.Basil L. Contovounesios2026-02-171-1/+1
* Always unset lisp_data when freeing imagesBasil L. Contovounesios2026-01-281-30/+4
* ; Avoid warnings when neither GIF nor WebP are supportedPo Lu2026-01-271-0/+4
* Fix image.c compilation when HAVE_GIF is not definedEli Zaretskii2026-01-261-0/+4
* Improve (WebP) image animationBasil L. Contovounesios2026-01-241-211/+305
* Improve animation cache documentationBasil L. Contovounesios2026-01-241-22/+37
* Avoid overflows in image size calculationsPaul Eggert2026-01-171-7/+7
* NS: Add native image support for HEIF, SVG and WEBP on GNUstepYavor Doganov2026-01-171-5/+21
* Various housekeeping in image.cBasil L. Contovounesios2026-01-161-31/+18
* Fix off-by-one error in native_image_pBasil L. Contovounesios2026-01-161-3/+3
* ; Add 2026 to copyright years.Sean Whitton2026-01-011-1/+1
* Move CSS into the SVG wrapperAlan Third2025-07-101-30/+26
* Change foreground color handling for SVG files (bug#77841)Alan Third2025-07-101-1/+1
* Avoid name clashes with static GnuTLSPaul Eggert2025-04-191-3/+3
* Avoid defining unneeded variables on Cygw32Kazuhiro Ito2025-03-061-1/+1
* ; Fix typosStefan Kangas2025-02-221-4/+4
* Merge branch 'scratch/no-purespace' into 'master'Stefan Kangas2025-02-011-1/+1
|\
| * Pure storage removal: Remove purecopy hash table flagPip Cet2024-12-121-1/+1
* | Prefer make_formatted_string in svg_load_imagePaul Eggert2025-01-261-54/+18
* | Simplify building of color names in image.cPaul Eggert2025-01-261-23/+18
* | Simplify make_formatted_string APIPaul Eggert2025-01-261-3/+2
* | Minor image_error related cleanupsStefan Kangas2025-01-221-5/+3
* | When debugging image.c, abort if silent truncationPaul Eggert2025-01-211-4/+6
* | Prefer snprintf to sprintf in image.cStefan Kangas2025-01-221-7/+8
* | Handle unknown units provided by the rsvg library (bug#75712)Pip Cet2025-01-211-23/+29
* | Replace call[1-8] with callnStefan Kangas2025-01-191-1/+1
* | Always define image_compute_scalePaul Eggert2025-01-181-0/+2
* | Update copyright year to 2025Paul Eggert2025-01-011-1/+1
* | Make image cache aware of image-scaling-factor (bug#74725)Alan Third2024-12-281-11/+34
|/
* Merge from origin/emacs-30Eli Zaretskii2024-12-071-5/+5
|\
| * Fix the version of librsvg API changeManuel Giraud2024-12-021-5/+5
* | Do not use libjpeg quantization (bug#74476)Manuel Giraud2024-12-021-49/+31
* | Merge from emacs-30Yuan Fu2024-12-011-3/+23
|\ \ | |/
| * Update to version 2.58 of librsvg API (bug#74606)Manuel Giraud2024-12-011-3/+23
* | Support :transform-smoothing on images (MS-Windows) (bug#57166)Cecilio Pardo2024-11-051-4/+6
* | Explicitly include stdlib.h in src/image.c (Bug#72929)Pip Cet2024-09-011-0/+1
* | Fix integer overflow when reading XPMStefan Kangas2024-09-011-4/+29
* | Don’t ignore -Wclobbered in image.cPaul Eggert2024-08-161-9/+35
* | Merge from origin/emacs-30Eli Zaretskii2024-07-271-1/+1
|\ \ | |/
| * Standardize possessive apostrophe usage in manuals, docs, and commentsStefan Kangas2024-07-251-1/+1
* | Merge from savannah/emacs-30Andrea Corallo2024-07-241-7/+2
|\ \ | |/
| * * src/image.c (gui_put_x_image): Avoid memory leak.Po Lu2024-07-241-7/+2
* | Merge from savannah/emacs-30Po Lu2024-07-241-1/+2
|\ \ | |/
| * Adapt last change to non-NS systemsPo Lu2024-07-241-1/+2
* | Merge from savannah/emacs-30Po Lu2024-07-241-4/+7
|\ \ | |/
| * Fix NULL pointer dereferences in xpm_load_imagePo Lu2024-07-241-4/+7
* | Merge from savannah/emacs-30Po Lu2024-07-241-8/+8
|\ \ | |/
| * Fix bug#72255Po Lu2024-07-241-8/+8