summaryrefslogtreecommitdiff
path: root/src/image.c
Commit message (Expand)AuthorAge
* Replace calls to intern with a constant string with DEFSYMsPo Lu2024-05-09
* Implement dots and dashes on PGTKPo Lu2024-04-28
* Disable unsuitable XPM color selection mechanism on AndroidPo Lu2024-04-24
* Miscellaneous fixes for Android portPo Lu2024-04-24
* Enable configuring Emacs for "pseudo-grayscale" systems on AndroidPo Lu2024-04-23
* Implement face stipples on AndroidPo Lu2024-04-23
* Fix crash upon call to Fset_fontset_font after X server disconnectPo Lu2024-04-13
* Add support for `ch' and `cw' dimension specifiers for imagesZajcev Evgeny2024-04-01
* Be more systematic about parens in C source codePaul Eggert2024-01-20
* Share hash table test structsMattias Engdegård2024-01-13
* Inlined and specialised hash table look-upMattias Engdegård2024-01-13
* Store hash values as integers instead of Lisp_ObjectMattias Engdegård2024-01-13
* Remove rehash-threshold and rehash-size struct membersMattias Engdegård2024-01-13
* Represent hash table weakness as an enum internallyMattias Engdegård2024-01-13
* Prefer build_unibyte_string where applicableStefan Kangas2024-01-04
* Prefer NILP (x) to EQ (x, Qnil)Stefan Kangas2024-01-04
* Merge from savannah/emacs-29Po Lu2024-01-02
|\
| * ; Add 2024 to copyright yearsPo Lu2024-01-02
* | ; Improve documentation of SVG image loadingAlan Third2023-12-30
* | Respect mouse-face on SVG image glyphs (bug#67794)Manuel Giraud2023-12-23
* | ; Fix typosStefan Kangas2023-12-10
* | Merge from origin/emacs-29Eli Zaretskii2023-12-09
|\|
| * ; Fix typosStefan Kangas2023-12-03
* | Adjust dump file location under AndroidPo Lu2023-11-12
* | Revert slurp_image extraction for svg_loadStefan Kangas2023-10-06
* | Extract function slurp_image from image loadingStefan Kangas2023-10-05
* | Merge from origin/emacs-29Eli Zaretskii2023-09-16
|\|
| * Fix SVG colors (bug#56182)Alan Third2023-09-13
* | Clean up image error reporting somewhatStefan Kangas2023-08-26
* | Use float not double in webp_load alpha conversionPaul Eggert2023-08-25
* | Fix alpha blending for WebP imagesStefan Kangas2023-08-25
* | Add native WebP support on macOS (Bug#59242)Stefan Kangas2023-08-14
* | ; Delete commented out variable in png_load_bodyStefan Kangas2023-08-14
* | Improve precision pixel scrollingPo Lu2023-08-12
* | Fix percentage sizes in SVG display (bug#64908)Alan Third2023-08-08
* | Merge remote-tracking branch 'origin/master' into feature/androidPo Lu2023-08-02
|\ \
| * | Fix stipple support on PGTKPo Lu2023-08-01
* | | Update Android portPo Lu2023-07-27
* | | Merge remote-tracking branch 'origin/master' into feature/androidPo Lu2023-05-22
|\| |
| * | Plug various leaks and fix input method initializationPo Lu2023-05-22
* | | Merge remote-tracking branch 'origin/master' into feature/androidPo Lu2023-05-18
|\| |
| * | Prefer C23 ckd_* to Gnulib *_WRAPV macrosPaul Eggert2023-05-17
| |/
* | Update Android portPo Lu2023-04-29
* | Merge remote-tracking branch 'origin/master' into feature/androidPo Lu2023-04-28
|\|
| * Fix two crashes upon startupPo Lu2023-04-28
* | Update Android portPo Lu2023-04-27
* | Fix WINDOWSNT build of fileio.c and image.cPo Lu2023-03-17
* | Update Android portPo Lu2023-03-13
* | Update Android portPo Lu2023-03-07
* | * src/image.c (imagemagick_load_image): Check HAVE_DECL_xxx.Po Lu2023-02-22