index
:
chemacs.git
devmain
master
emacs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
image.c
Age
Commit message (
Expand
)
Author
2022-04-13
Make the SVG error message less verbose
Lars Ingebrigtsen
2022-04-12
Improve DISPOSE_PREVIOUS in gif_load slightly
Lars Ingebrigtsen
2022-04-12
Fix webp_load data lifetime issues
Lars Ingebrigtsen
2022-04-12
Fix check for whether frames fit into gif images
Lars Ingebrigtsen
2022-04-12
Store less data in the gif animation cache
Lars Ingebrigtsen
2022-04-12
Release resources in gif_load on errors
Lars Ingebrigtsen
2022-04-12
Animate GIF images that don't have an explicit delay setting
Lars Ingebrigtsen
2022-04-12
Fix thinko in the anim cache
Lars Ingebrigtsen
2022-04-11
Make normal image caching actually work when doing animated images
Lars Ingebrigtsen
2022-04-11
; * src/image.c: move #endif to correct place
Mattias EngdegÄrd
2022-04-11
Make gif_load work across architectures again
Lars Ingebrigtsen
2022-04-11
Revert "; * 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-11
Fix anim_cache garbage collection
Lars Ingebrigtsen
2022-04-11
Fix compilation errors when HAVE_GIF and not HAVE_WEBP
Lars Ingebrigtsen
2022-04-11
Speed up GIF animations
Lars Ingebrigtsen
2022-04-11
Refactor the webp cache code to allow usage by gif_load, too
Lars Ingebrigtsen
2022-04-11
Improve gif_load error messages
Lars Ingebrigtsen
2022-04-10
Fix WebP image support on MS-Windows
Eli Zaretskii
2022-04-10
Add support for animated webp images
Lars Ingebrigtsen
2022-03-26
; * src/image.c (syms_of_image): Fix whitespace.
Eli Zaretskii
2022-03-26
Enable the native display of BMP images on Haiku
Po Lu
2022-03-26
Support display of BMP images on MS-Windows
Eli Zaretskii
2022-03-08
Fix more uses of opaque Visual structure
Po Lu
2022-02-18
Fix mis-parsing of certain malformed XBM files
Po Lu
2022-02-18
Parse XBM images which use character escapes for hex literals
Po Lu
2022-02-17
Fix crash when displaying XBM images on a 32-bit visual
Po Lu
2022-02-17
Implement XBM images on Haiku
Po Lu
2022-02-12
Replace ptrdiff_t with new specpdl_ref type for specpdl references
Mattias EngdegÄrd
2022-02-04
Improve image depth handling
Po Lu
2022-01-26
* src/image.c (parse_image_spec): Use NILP.
Stefan Kangas
2022-01-24
Add some code for transparent frame backgrounds without Cairo
Po Lu
2022-01-23
Clean up some of the X extension related code
Po Lu
2022-01-20
Get rid of calls to XRenderQueryExtension after terminal initialization
Po 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-06
Fix GNUstep compilation warnings
Po Lu
2022-01-01
Merge from origin/emacs-28
Eli Zaretskii
2022-01-01
; Add 2022 to copyright years.
Eli Zaretskii
2021-12-22
Add native HEIC support on macOS (bug#51381)
Alan Third
2021-12-22
Further cleanup of NS color code
Alan Third
2021-12-22
Simplify NS color handling
Alan Third
2021-12-18
Clean up some of PGTK code
Eli Zaretskii
2021-12-08
Merge remote-tracking branch 'origin/master' into feature/pgtk
Po Lu
2021-12-08
Pacify svg_load_image compiler warning
Lars Ingebrigtsen
2021-12-08
Check decoding results in webp_load before using it
Lars Ingebrigtsen
2021-12-07
Merge remote-tracking branch 'origin/master' into feature/pgtk
Po Lu
2021-12-06
image.c: Remove some dead code
Stefan Kangas
2021-12-06
Merge remote-tracking branch 'origin/master' into feature/pgtk
Po Lu
2021-12-05
; * src/image.c (webp_load): Minor stylistic fix-up to previous change
Lars Ingebrigtsen
[next]