aboutsummaryrefslogtreecommitdiffstats
path: root/src/image.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Implement face stipples on AndroidPo Lu2024-04-231-1/+1
* Fix crash upon call to Fset_fontset_font after X server disconnectPo Lu2024-04-131-7/+19
* Add support for `ch' and `cw' dimension specifiers for imagesZajcev Evgeny2024-04-011-2/+17
* Be more systematic about parens in C source codePaul Eggert2024-01-201-2/+2
* Share hash table test structsMattias Engdegård2024-01-131-1/+1
* Inlined and specialised hash table look-upMattias Engdegård2024-01-131-2/+2
* Store hash values as integers instead of Lisp_ObjectMattias Engdegård2024-01-131-1/+2
* Remove rehash-threshold and rehash-size struct membersMattias Engdegård2024-01-131-3/+1
* Represent hash table weakness as an enum internallyMattias Engdegård2024-01-131-1/+1
* Prefer build_unibyte_string where applicableStefan Kangas2024-01-041-1/+1
* Prefer NILP (x) to EQ (x, Qnil)Stefan Kangas2024-01-041-1/+1
* Merge from savannah/emacs-29Po Lu2024-01-021-1/+1
|\
| * ; Add 2024 to copyright yearsPo Lu2024-01-021-1/+1
* | ; Improve documentation of SVG image loadingAlan Third2023-12-301-3/+37
* | Respect mouse-face on SVG image glyphs (bug#67794)Manuel Giraud2023-12-231-1/+1
* | ; Fix typosStefan Kangas2023-12-101-1/+1
* | Merge from origin/emacs-29Eli Zaretskii2023-12-091-1/+1
|\ \ | |/
| * ; Fix typosStefan Kangas2023-12-031-1/+1
* | Adjust dump file location under AndroidPo Lu2023-11-121-0/+1
* | Revert slurp_image extraction for svg_loadStefan Kangas2023-10-061-3/+14
* | Extract function slurp_image from image loadingStefan Kangas2023-10-051-67/+32