summaryrefslogtreecommitdiff
path: root/src/image.c
Commit message (Expand)AuthorAge
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-01
* Fix SVG scaling (bug#59802)Manuel Giraud2022-12-16
* Remove unused parameter from image_create_pix_containerStefan Kangas2022-11-25
* ; * src/image.c (syms_of_image): Add missed part of change.Po Lu2022-11-06
* Fix splash screen display on NS and Haiku with native image APIsPo Lu2022-11-06
* Fix leaks of XImage structures in image.cPo Lu2022-11-01
* Move imagep in image.c from the debugging sectionLars Ingebrigtsen2022-09-13
* ; * src/image.c (svg_load_image): Another minor cleanup. (Bug#51104)Eli Zaretskii2022-09-13
* ; * src/image.c (svg_load_image): Always free 'err' if non-NULL.Eli Zaretskii2022-09-13
* Fix last change in image.cEli Zaretskii2022-09-13
* Avoid double svg error reporting and segfaultsdickmao2022-09-13
* Display librsvg error when loading bad SVGStefan Kangas2022-09-09
* Prune animation cache when images are no longer reachableLars Ingebrigtsen2022-07-14
* Make image-cache-size also include the animation cacheLars Ingebrigtsen2022-07-14
* Pacify -Wunused-macros in --without-all buildsStefan Kangas2022-07-14
* Make clear-image-cache clear the animation cacheLars Ingebrigtsen2022-07-14
* Allow plist-get/plist-put/plist-member to take a comparison functionLars Ingebrigtsen2022-06-27
* Implement image transform smoothing on HaikuPo Lu2022-06-25
* Implement "flip" image transforms on HaikuPo Lu2022-06-25
* Add support for image flippingTimo Taipalus2022-06-24
* Allow using :width/:height as normal with xbm imagesLars Ingebrigtsen2022-06-20
* Implement `cross-disabled-images' on HaikuPo Lu2022-05-20
* ; Fix typosStefan Kangas2022-05-15
* Fix searching the bitmap file path on HaikuPo Lu2022-05-12
* Fix stipple bitmap caching on HaikuPo Lu2022-05-09
* Fix file-based stipple on NSPo Lu2022-05-08
* Fully implement stipples for text on HaikuPo Lu2022-05-08
* Implement bitmap loading for faces on HaikuPo Lu2022-05-08
* Make the SVG error message less verboseLars Ingebrigtsen2022-04-13
* Improve DISPOSE_PREVIOUS in gif_load slightlyLars Ingebrigtsen2022-04-12
* Fix webp_load data lifetime issuesLars Ingebrigtsen2022-04-12
* Fix check for whether frames fit into gif imagesLars Ingebrigtsen2022-04-12
* Store less data in the gif animation cacheLars Ingebrigtsen2022-04-12
* Release resources in gif_load on errorsLars Ingebrigtsen2022-04-12
* Animate GIF images that don't have an explicit delay settingLars Ingebrigtsen2022-04-12
* Fix thinko in the anim cacheLars Ingebrigtsen2022-04-12
* Make normal image caching actually work when doing animated imagesLars Ingebrigtsen2022-04-11
* ; * src/image.c: move #endif to correct placeMattias EngdegÄrd2022-04-11
* Make gif_load work across architectures againLars Ingebrigtsen2022-04-11
* Revert "; * src/image.c (gif_load): Fix compilation error on MS-Windows."Lars Ingebrigtsen2022-04-11
* ; * src/image.c (gif_load): Fix compilation error on MS-Windows.Eli Zaretskii2022-04-11
* Fix anim_cache garbage collectionLars Ingebrigtsen2022-04-11
* Fix compilation errors when HAVE_GIF and not HAVE_WEBPLars Ingebrigtsen2022-04-11
* Speed up GIF animationsLars Ingebrigtsen2022-04-11
* Refactor the webp cache code to allow usage by gif_load, tooLars Ingebrigtsen2022-04-11
* Improve gif_load error messagesLars Ingebrigtsen2022-04-11
* Fix WebP image support on MS-WindowsEli Zaretskii2022-04-10
* Add support for animated webp imagesLars Ingebrigtsen2022-04-10
* ; * src/image.c (syms_of_image): Fix whitespace.Eli Zaretskii2022-03-26
* Enable the native display of BMP images on HaikuPo Lu2022-03-26