index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
image.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
; Add 2024 to copyright years
Po Lu
2024-01-02
1
-1
/
+1
*
; Fix typos
Stefan Kangas
2023-12-03
1
-1
/
+1
*
Fix SVG colors (bug#56182)
Alan Third
2023-09-13
1
-0
/
+12
*
Fix two crashes upon startup
Po Lu
2023-04-28
1
-3
/
+6
*
; Add 2023 to copyright years.
Eli Zaretskii
2023-01-01
1
-1
/
+1
*
Fix SVG scaling (bug#59802)
Manuel Giraud
2022-12-16
1
-0
/
+9
*
Remove unused parameter from image_create_pix_container
Stefan Kangas
2022-11-25
1
-4
/
+4
*
; * src/image.c (syms_of_image): Add missed part of change.
Po Lu
2022-11-06
1
-1
/
+4
*
Fix splash screen display on NS and Haiku with native image APIs
Po Lu
2022-11-06
1
-1
/
+6
*
Fix leaks of XImage structures in image.c
Po Lu
2022-11-01
1
-7
/
+13
*
Move imagep in image.c from the debugging section
Lars Ingebrigtsen
2022-09-13
1
-4
/
+2
*
; * src/image.c (svg_load_image): Another minor cleanup. (Bug#51104)
Eli Zaretskii
2022-09-13
1
-8
/
+14
*
; * src/image.c (svg_load_image): Always free 'err' if non-NULL.
Eli Zaretskii
2022-09-13
1
-1
/
+3
*
Fix last change in image.c
Eli Zaretskii
2022-09-13
1
-6
/
+9
*
Avoid double svg error reporting and segfaults
dickmao
2022-09-13
1
-9
/
+18
*
Display librsvg error when loading bad SVG
Stefan Kangas
2022-09-09
1
-7
/
+7
*
Prune animation cache when images are no longer reachable
Lars Ingebrigtsen
2022-07-14
1
-10
/
+31
*
Make image-cache-size also include the animation cache
Lars Ingebrigtsen
2022-07-14
1
-15
/
+44
*
Pacify -Wunused-macros in --without-all builds
Stefan Kangas
2022-07-14
1
-3
/
+10
*
Make clear-image-cache clear the animation cache
Lars Ingebrigtsen
2022-07-14
1
-12
/
+29
*
Allow plist-get/plist-put/plist-member to take a comparison function
Lars Ingebrigtsen
2022-06-27
1
-2
/
+2
*
Implement image transform smoothing on Haiku
Po Lu
2022-06-25
1
-1
/
+6
*
Implement "flip" image transforms on Haiku
Po Lu
2022-06-25
1
-38
/
+66
*
Add support for image flipping
Timo Taipalus
2022-06-24
1
-4
/
+27
*
Allow using :width/:height as normal with xbm images
Lars Ingebrigtsen
2022-06-20
1
-14
/
+16
*
Implement `cross-disabled-images' on Haiku
Po Lu
2022-05-20
1
-10
/
+10
*
; Fix typos
Stefan Kangas
2022-05-15
1
-1
/
+1
*
Fix searching the bitmap file path on Haiku
Po Lu
2022-05-12
1
-1
/
+21
*
Fix stipple bitmap caching on Haiku
Po Lu
2022-05-09
1
-1
/
+1
*
Fix file-based stipple on NS
Po Lu
2022-05-08
1
-3
/
+31
*
Fully implement stipples for text on Haiku
Po Lu
2022-05-08
1
-6
/
+24
*
Implement bitmap loading for faces on Haiku
Po Lu
2022-05-08
1
-5
/
+77
*
Make the SVG error message less verbose
Lars Ingebrigtsen
2022-04-13
1
-1
/
+1
*
Improve DISPOSE_PREVIOUS in gif_load slightly
Lars Ingebrigtsen
2022-04-12
1
-0
/
+8
*
Fix webp_load data lifetime issues
Lars Ingebrigtsen
2022-04-12
1
-2
/
+14
*
Fix check for whether frames fit into gif images
Lars Ingebrigtsen
2022-04-12
1
-4
/
+7
*
Store less data in the gif animation cache
Lars Ingebrigtsen
2022-04-12
1
-6
/
+4
*
Release resources in gif_load on errors
Lars Ingebrigtsen
2022-04-12
1
-7
/
+10
*
Animate GIF images that don't have an explicit delay setting
Lars Ingebrigtsen
2022-04-12
1
-5
/
+5
*
Fix thinko in the anim cache
Lars Ingebrigtsen
2022-04-12
1
-8
/
+7
*
Make normal image caching actually work when doing animated images
Lars Ingebrigtsen
2022-04-11
1
-2
/
+44
*
; * src/image.c: move #endif to correct place
Mattias EngdegÄrd
2022-04-11
1
-4
/
+2
*
Make gif_load work across architectures again
Lars Ingebrigtsen
2022-04-11
1
-23
/
+39
*
Revert "; * src/image.c (gif_load): Fix compilation error on MS-Windows."
Lars Ingebrigtsen
2022-04-11
1
-4
/
+0
*
; * src/image.c (gif_load): Fix compilation error on MS-Windows.
Eli Zaretskii
2022-04-11
1
-0
/
+4
*
Fix anim_cache garbage collection
Lars Ingebrigtsen
2022-04-11
1
-85
/
+89
*
Fix compilation errors when HAVE_GIF and not HAVE_WEBP
Lars Ingebrigtsen
2022-04-11
1
-1
/
+1
*
Speed up GIF animations
Lars Ingebrigtsen
2022-04-11
1
-111
/
+179
*
Refactor the webp cache code to allow usage by gif_load, too
Lars Ingebrigtsen
2022-04-11
1
-83
/
+97
*
Improve gif_load error messages
Lars Ingebrigtsen
2022-04-11
1
-3
/
+14
[next]