summaryrefslogtreecommitdiff
path: root/src/image.c
AgeCommit message (Expand)Author
2022-04-13Make the SVG error message less verboseLars Ingebrigtsen
2022-04-12Improve DISPOSE_PREVIOUS in gif_load slightlyLars Ingebrigtsen
2022-04-12Fix webp_load data lifetime issuesLars Ingebrigtsen
2022-04-12Fix check for whether frames fit into gif imagesLars Ingebrigtsen
2022-04-12Store less data in the gif animation cacheLars Ingebrigtsen
2022-04-12Release resources in gif_load on errorsLars Ingebrigtsen
2022-04-12Animate GIF images that don't have an explicit delay settingLars Ingebrigtsen
2022-04-12Fix thinko in the anim cacheLars Ingebrigtsen
2022-04-11Make normal image caching actually work when doing animated imagesLars Ingebrigtsen
2022-04-11; * src/image.c: move #endif to correct placeMattias EngdegÄrd
2022-04-11Make gif_load work across architectures againLars Ingebrigtsen
2022-04-11Revert "; * src/image.c (gif_load): Fix compilation error on MS-Windows."Lars Ingebrigtsen
2022-04-11; * src/image.c (gif_load): Fix compilation error on MS-Windows.Eli Zaretskii
2022-04-11Fix anim_cache garbage collectionLars Ingebrigtsen
2022-04-11Fix compilation errors when HAVE_GIF and not HAVE_WEBPLars Ingebrigtsen
2022-04-11Speed up GIF animationsLars Ingebrigtsen
2022-04-11Refactor the webp cache code to allow usage by gif_load, tooLars Ingebrigtsen
2022-04-11Improve gif_load error messagesLars Ingebrigtsen
2022-04-10Fix WebP image support on MS-WindowsEli Zaretskii
2022-04-10Add support for animated webp imagesLars Ingebrigtsen
2022-03-26; * src/image.c (syms_of_image): Fix whitespace.Eli Zaretskii
2022-03-26Enable the native display of BMP images on HaikuPo Lu
2022-03-26Support display of BMP images on MS-WindowsEli Zaretskii
2022-03-08Fix more uses of opaque Visual structurePo Lu
2022-02-18Fix mis-parsing of certain malformed XBM filesPo Lu
2022-02-18Parse XBM images which use character escapes for hex literalsPo Lu
2022-02-17Fix crash when displaying XBM images on a 32-bit visualPo Lu
2022-02-17Implement XBM images on HaikuPo Lu
2022-02-12Replace ptrdiff_t with new specpdl_ref type for specpdl referencesMattias EngdegÄrd
2022-02-04Improve image depth handlingPo Lu
2022-01-26* src/image.c (parse_image_spec): Use NILP.Stefan Kangas
2022-01-24Add some code for transparent frame backgrounds without CairoPo Lu
2022-01-23Clean up some of the X extension related codePo Lu
2022-01-20Get rid of calls to XRenderQueryExtension after terminal initializationPo Lu
2022-01-09; * src/image.c (syms_of_image): Fix typo in last change.Po Lu
2022-01-09* src/image.c (syms_of_image): Declare support for webp on Haiku.Po Lu
2022-01-06Fix GNUstep compilation warningsPo Lu
2022-01-01Merge from origin/emacs-28Eli Zaretskii
2022-01-01; Add 2022 to copyright years.Eli Zaretskii
2021-12-22Add native HEIC support on macOS (bug#51381)Alan Third
2021-12-22Further cleanup of NS color codeAlan Third
2021-12-22Simplify NS color handlingAlan Third
2021-12-18Clean up some of PGTK codeEli Zaretskii
2021-12-08Merge remote-tracking branch 'origin/master' into feature/pgtkPo Lu
2021-12-08Pacify svg_load_image compiler warningLars Ingebrigtsen
2021-12-08Check decoding results in webp_load before using itLars Ingebrigtsen
2021-12-07Merge remote-tracking branch 'origin/master' into feature/pgtkPo Lu
2021-12-06image.c: Remove some dead codeStefan Kangas
2021-12-06Merge remote-tracking branch 'origin/master' into feature/pgtkPo Lu
2021-12-05; * src/image.c (webp_load): Minor stylistic fix-up to previous changeLars Ingebrigtsen