summaryrefslogtreecommitdiff
path: root/src/image.c
AgeCommit message (Expand)Author
2024-07-24Merge from savannah/emacs-30Po Lu
2024-07-24Adapt last change to non-NS systemsPo Lu
2024-07-24Merge from savannah/emacs-30Po Lu
2024-07-24Fix NULL pointer dereferences in xpm_load_imagePo Lu
2024-07-24Merge from savannah/emacs-30Po Lu
2024-07-24Fix bug#72255Po Lu
2024-07-16Prefer `memcpy` to `strcpy` in image.cStefan Kangas
2024-07-16Restrict loop variable scope in `xpm_str_to_color_key`Stefan Kangas
2024-07-12; * src/image.c (free_image_cache): Add assertion. (Bug#71929)Eli Zaretskii
2024-07-09Fix bug#71929Po Lu
2024-06-20Correctly cache images when frames vary in their font metricsPo Lu
2024-06-03Maintain relationship between tool bar image and default font widthPo Lu
2024-06-02Stipple support for MS Windows (bug#71159)Elias G. Perez
2024-05-12Silence some macOS build warningsMattias Engdegård
2024-05-09Replace calls to intern with a constant string with DEFSYMsPo Lu
2024-04-28Implement dots and dashes on PGTKPo Lu
2024-04-24Disable unsuitable XPM color selection mechanism on AndroidPo Lu
2024-04-24Miscellaneous fixes for Android portPo Lu
2024-04-23Enable configuring Emacs for "pseudo-grayscale" systems on AndroidPo Lu
2024-04-23Implement face stipples on AndroidPo Lu
2024-04-13Fix crash upon call to Fset_fontset_font after X server disconnectPo Lu
2024-04-01Add support for `ch' and `cw' dimension specifiers for imagesZajcev Evgeny
2024-01-20Be more systematic about parens in C source codePaul Eggert
2024-01-13Share hash table test structsMattias Engdegård
2024-01-13Inlined and specialised hash table look-upMattias Engdegård
2024-01-13Store hash values as integers instead of Lisp_ObjectMattias Engdegård
2024-01-13Remove rehash-threshold and rehash-size struct membersMattias Engdegård
2024-01-13Represent hash table weakness as an enum internallyMattias Engdegård
2024-01-04Prefer build_unibyte_string where applicableStefan Kangas
2024-01-04Prefer NILP (x) to EQ (x, Qnil)Stefan Kangas
2024-01-02Merge from savannah/emacs-29Po Lu
2024-01-02; Add 2024 to copyright yearsPo Lu
2023-12-30; Improve documentation of SVG image loadingAlan Third
2023-12-23Respect mouse-face on SVG image glyphs (bug#67794)Manuel Giraud
2023-12-10; Fix typosStefan Kangas
2023-12-09Merge from origin/emacs-29Eli Zaretskii
2023-12-03; Fix typosStefan Kangas
2023-11-12Adjust dump file location under AndroidPo Lu
2023-10-06Revert slurp_image extraction for svg_loadStefan Kangas
2023-10-05Extract function slurp_image from image loadingStefan Kangas
2023-09-16Merge from origin/emacs-29Eli Zaretskii
2023-09-13Fix SVG colors (bug#56182)Alan Third
2023-08-26Clean up image error reporting somewhatStefan Kangas
2023-08-25Use float not double in webp_load alpha conversionPaul Eggert
2023-08-25Fix alpha blending for WebP imagesStefan Kangas
2023-08-14Add native WebP support on macOS (Bug#59242)Stefan Kangas
2023-08-14; Delete commented out variable in png_load_bodyStefan Kangas
2023-08-12Improve precision pixel scrollingPo Lu
2023-08-08Fix percentage sizes in SVG display (bug#64908)Alan Third
2023-08-02Merge remote-tracking branch 'origin/master' into feature/androidPo Lu