summaryrefslogtreecommitdiff
path: root/src/image.c
Commit message (Expand)AuthorAgeFilesLines
* Prune animation cache when images are no longer reachableLars Ingebrigtsen2022-07-141-10/+31
* Make image-cache-size also include the animation cacheLars Ingebrigtsen2022-07-141-15/+44
* Pacify -Wunused-macros in --without-all buildsStefan Kangas2022-07-141-3/+10
* Make clear-image-cache clear the animation cacheLars Ingebrigtsen2022-07-141-12/+29
* Allow plist-get/plist-put/plist-member to take a comparison functionLars Ingebrigtsen2022-06-271-2/+2
* Implement image transform smoothing on HaikuPo Lu2022-06-251-1/+6
* Implement "flip" image transforms on HaikuPo Lu2022-06-251-38/+66
* Add support for image flippingTimo Taipalus2022-06-241-4/+27
* Allow using :width/:height as normal with xbm imagesLars Ingebrigtsen2022-06-201-14/+16
* Implement `cross-disabled-images' on HaikuPo Lu2022-05-201-10/+10
* ; Fix typosStefan Kangas2022-05-151-1/+1
* Fix searching the bitmap file path on HaikuPo Lu2022-05-121-1/+21
* Fix stipple bitmap caching on HaikuPo Lu2022-05-091-1/+1
* Fix file-based stipple on NSPo Lu2022-05-081-3/+31
* Fully implement stipples for text on HaikuPo Lu2022-05-081-6/+24
* Implement bitmap loading for faces on HaikuPo Lu2022-05-081-5/+77
* Make the SVG error message less verboseLars Ingebrigtsen2022-04-131-1/+1
* Improve DISPOSE_PREVIOUS in gif_load slightlyLars Ingebrigtsen2022-04-121-0/+8
* Fix webp_load data lifetime issuesLars Ingebrigtsen2022-04-121-2/+14
* Fix check for whether frames fit into gif imagesLars Ingebrigtsen2022-04-121-4/+7
* Store less data in the gif animation cacheLars Ingebrigtsen2022-04-121-6/+4
* Release resources in gif_load on errorsLars Ingebrigtsen2022-04-121-7/+10
* Animate GIF images that don't have an explicit delay settingLars Ingebrigtsen2022-04-121-5/+5
* Fix thinko in the anim cacheLars Ingebrigtsen2022-04-121-8/+7
* Make normal image caching actually work when doing animated imagesLars Ingebrigtsen2022-04-111-2/+44
* ; * src/image.c: move #endif to correct placeMattias EngdegÄrd2022-04-111-4/+2
* Make gif_load work across architectures againLars Ingebrigtsen2022-04-111-23/+39
* Revert "; * src/image.c (gif_load): Fix compilation error on MS-Windows."Lars Ingebrigtsen2022-04-111-4/+0
* ; * src/image.c (gif_load): Fix compilation error on MS-Windows.Eli Zaretskii2022-04-111-0/+4
* Fix anim_cache garbage collectionLars Ingebrigtsen2022-04-111-85/+89
* Fix compilation errors when HAVE_GIF and not HAVE_WEBPLars Ingebrigtsen2022-04-111-1/+1
* Speed up GIF animationsLars Ingebrigtsen2022-04-111-111/+179
* Refactor the webp cache code to allow usage by gif_load, tooLars Ingebrigtsen2022-04-111-83/+97
* Improve gif_load error messagesLars Ingebrigtsen2022-04-111-3/+14
* Fix WebP image support on MS-WindowsEli Zaretskii2022-04-101-26/+35
* Add support for animated webp imagesLars Ingebrigtsen2022-04-101-13/+205
* ; * src/image.c (syms_of_image): Fix whitespace.Eli Zaretskii2022-03-261-4/+4
* Enable the native display of BMP images on HaikuPo Lu2022-03-261-4/+8
* Support display of BMP images on MS-WindowsEli Zaretskii2022-03-261-0/+2
* Fix more uses of opaque Visual structurePo Lu2022-03-081-1/+1
* Fix mis-parsing of certain malformed XBM filesPo Lu2022-02-181-2/+2
* Parse XBM images which use character escapes for hex literalsPo Lu2022-02-181-0/+42
* Fix crash when displaying XBM images on a 32-bit visualPo Lu2022-02-171-1/+1
* Implement XBM images on HaikuPo Lu2022-02-171-0/+20
* Replace ptrdiff_t with new specpdl_ref type for specpdl referencesMattias EngdegÄrd2022-02-121-1/+1
* Improve image depth handlingPo Lu2022-02-041-5/+6
* * src/image.c (parse_image_spec): Use NILP.Stefan Kangas2022-01-261-1/+1
* Add some code for transparent frame backgrounds without CairoPo Lu2022-01-241-0/+5
* Clean up some of the X extension related codePo Lu2022-01-231-2/+0
* Get rid of calls to XRenderQueryExtension after terminal initializationPo Lu2022-01-201-4/+2