summaryrefslogtreecommitdiff
path: root/src/image.c
Commit message (Expand)AuthorAge
* 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
* Support display of BMP images on MS-WindowsEli Zaretskii2022-03-26
* Fix more uses of opaque Visual structurePo Lu2022-03-08
* Fix mis-parsing of certain malformed XBM filesPo Lu2022-02-18
* Parse XBM images which use character escapes for hex literalsPo Lu2022-02-18
* Fix crash when displaying XBM images on a 32-bit visualPo Lu2022-02-17
* Implement XBM images on HaikuPo Lu2022-02-17
* Replace ptrdiff_t with new specpdl_ref type for specpdl referencesMattias EngdegÄrd2022-02-12
* Improve image depth handlingPo Lu2022-02-04
* * src/image.c (parse_image_spec): Use NILP.Stefan Kangas2022-01-26
* Add some code for transparent frame backgrounds without CairoPo Lu2022-01-24
* Clean up some of the X extension related codePo Lu2022-01-23
* Get rid of calls to XRenderQueryExtension after terminal initializationPo Lu2022-01-20
* ; * src/image.c (syms_of_image): Fix typo in last change.Po Lu2022-01-09
* * src/image.c (syms_of_image): Declare support for webp on Haiku.Po Lu2022-01-09
* Fix GNUstep compilation warningsPo Lu2022-01-06
* Merge from origin/emacs-28Eli Zaretskii2022-01-01
|\
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-01
* | Add native HEIC support on macOS (bug#51381)Alan Third2021-12-22
* | Further cleanup of NS color codeAlan Third2021-12-22
* | Simplify NS color handlingAlan Third2021-12-22
* | Clean up some of PGTK codeEli Zaretskii2021-12-18
* | Merge remote-tracking branch 'origin/master' into feature/pgtkPo Lu2021-12-08
|\ \
| * | Pacify svg_load_image compiler warningLars Ingebrigtsen2021-12-08
| * | Check decoding results in webp_load before using itLars Ingebrigtsen2021-12-08