summaryrefslogtreecommitdiff
path: root/src/image.c
AgeCommit message (Expand)Author
2023-09-13Fix SVG colors (bug#56182)Alan Third
2023-04-28Fix two crashes upon startupPo Lu
2023-01-01; Add 2023 to copyright years.Eli Zaretskii
2022-12-16Fix SVG scaling (bug#59802)Manuel Giraud
2022-11-25Remove unused parameter from image_create_pix_containerStefan Kangas
2022-11-06; * src/image.c (syms_of_image): Add missed part of change.Po Lu
2022-11-06Fix splash screen display on NS and Haiku with native image APIsPo Lu
2022-11-01Fix leaks of XImage structures in image.cPo Lu
2022-09-13Move imagep in image.c from the debugging sectionLars Ingebrigtsen
2022-09-13; * src/image.c (svg_load_image): Another minor cleanup. (Bug#51104)Eli Zaretskii
2022-09-13; * src/image.c (svg_load_image): Always free 'err' if non-NULL.Eli Zaretskii
2022-09-13Fix last change in image.cEli Zaretskii
2022-09-13Avoid double svg error reporting and segfaultsdickmao
2022-09-09Display librsvg error when loading bad SVGStefan Kangas
2022-07-14Prune animation cache when images are no longer reachableLars Ingebrigtsen
2022-07-14Make image-cache-size also include the animation cacheLars Ingebrigtsen
2022-07-14Pacify -Wunused-macros in --without-all buildsStefan Kangas
2022-07-14Make clear-image-cache clear the animation cacheLars Ingebrigtsen
2022-06-27Allow plist-get/plist-put/plist-member to take a comparison functionLars Ingebrigtsen
2022-06-25Implement image transform smoothing on HaikuPo Lu
2022-06-25Implement "flip" image transforms on HaikuPo Lu
2022-06-24Add support for image flippingTimo Taipalus
2022-06-20Allow using :width/:height as normal with xbm imagesLars Ingebrigtsen
2022-05-20Implement `cross-disabled-images' on HaikuPo Lu
2022-05-15; Fix typosStefan Kangas
2022-05-12Fix searching the bitmap file path on HaikuPo Lu
2022-05-09Fix stipple bitmap caching on HaikuPo Lu
2022-05-08Fix file-based stipple on NSPo Lu
2022-05-08Fully implement stipples for text on HaikuPo Lu
2022-05-08Implement bitmap loading for faces on HaikuPo Lu
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