summaryrefslogtreecommitdiff
path: root/src/image.c
AgeCommit message (Expand)Author
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
2023-08-01Fix stipple support on PGTKPo Lu
2023-07-27Update Android portPo Lu
2023-05-22Merge remote-tracking branch 'origin/master' into feature/androidPo Lu
2023-05-22Plug various leaks and fix input method initializationPo Lu
2023-05-18Merge remote-tracking branch 'origin/master' into feature/androidPo Lu
2023-05-17Prefer C23 ckd_* to Gnulib *_WRAPV macrosPaul Eggert
2023-04-29Update Android portPo Lu
2023-04-28Merge remote-tracking branch 'origin/master' into feature/androidPo Lu
2023-04-28Fix two crashes upon startupPo Lu
2023-04-27Update Android portPo Lu