aboutsummaryrefslogtreecommitdiffstats
path: root/src/image.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Prefer `memcpy` to `strcpy` in image.cStefan Kangas2024-07-161-11/+10
* | Restrict loop variable scope in `xpm_str_to_color_key`Stefan Kangas2024-07-161-3/+1
|/
* ; * src/image.c (free_image_cache): Add assertion. (Bug#71929)Eli Zaretskii2024-07-121-0/+3
* Fix bug#71929Po Lu2024-07-091-13/+8
* Correctly cache images when frames vary in their font metricsPo Lu2024-06-201-1/+6
* Maintain relationship between tool bar image and default font widthPo Lu2024-06-031-9/+54
* Stipple support for MS Windows (bug#71159)Elias G. Perez2024-06-021-17/+85
* Silence some macOS build warningsMattias Engdegård2024-05-121-1/+1
* Replace calls to intern with a constant string with DEFSYMsPo Lu2024-05-091-4/+8
* Implement dots and dashes on PGTKPo Lu2024-04-281-1/+0
* Disable unsuitable XPM color selection mechanism on AndroidPo Lu2024-04-241-0/+10
* Miscellaneous fixes for Android portPo Lu2024-04-241-4/+11
* Enable configuring Emacs for "pseudo-grayscale" systems on AndroidPo Lu2024-04-231-0/+3