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
*
Update copyright year to 2020
Paul Eggert
2020-01-01
1
-1
/
+1
*
imagemagick-types needs to initialize ImageMagick
Dhruva Krishnamurthy
2019-12-23
1
-8
/
+13
*
Fix image scaling with masks (bug#38109)
Alan Third
2019-11-29
1
-46
/
+101
*
Fix English grammar in some doc strings and comments
Stephen Gildea
2019-11-03
1
-2
/
+2
*
lisp/*.el, src/*.c: Doc fixes related to returning t vs non-nil
Juanma Barranquero
2019-10-17
1
-1
/
+1
*
Make ImageMagick multi-image size calculations work for .ico files
Lars Ingebrigtsen
2019-09-24
1
-5
/
+21
*
Allow a :stride argument so XBM boolvecs are in the right format.
Pip Cet
2019-09-24
1
-6
/
+15
*
Update some URLs
Paul Eggert
2019-09-23
1
-2
/
+2
*
Mention image caching in the `image-size' doc string
Lars Ingebrigtsen
2019-09-21
1
-1
/
+6
*
Fix bug with non-paletted transparent PNGs
Paul Eggert
2019-08-25
1
-8
/
+9
*
Fix misdisplay of PNG paletted images
Paul Eggert
2019-08-25
1
-9
/
+25
*
Remove INT_ADD_WRAPV bug workarounds
Paul Eggert
2019-08-14
1
-5
/
+3
*
; Add commentary to recent changes
Eli Zaretskii
2019-08-12
1
-1
/
+3
*
Prefer signed when testing for signed overflow
Paul Eggert
2019-08-11
1
-2
/
+2
*
Fix minor compilation problems on MS-Windows
Eli Zaretskii
2019-08-06
1
-6
/
+6
*
Don't crash when parsing bad SVG data
Paul Eggert
2019-07-25
1
-2
/
+6
*
Simplify hashfn/cmpfn calling convention
Paul Eggert
2019-07-20
1
-2
/
+1
*
Resurrect SVG support on MS-Windows
Eli Zaretskii
2019-07-11
1
-3
/
+10
*
Avoid functions deprecated in librsvg 2.45.1
Paul Eggert
2019-07-10
1
-28
/
+54
*
Use fewer locks when accessing stdio
Paul Eggert
2019-07-08
1
-6
/
+5
*
Remove printmax_t etc.
Paul Eggert
2019-07-07
1
-4
/
+6
*
Fix rotation validity test in image.c
Eli Zaretskii
2019-07-03
1
-1
/
+4
*
Adjust return value of image-transforms-p
Eli Zaretskii
2019-07-01
1
-10
/
+6
*
Remove divide_double
Paul Eggert
2019-06-30
1
-15
/
+9
*
Fix use of undefined macro
Andreas Schwab
2019-06-30
1
-3
/
+3
*
Pacify gcc and other image rotation tweaks
Paul Eggert
2019-06-29
1
-74
/
+79
*
Support native image transforms on MS-Windows
Eli Zaretskii
2019-06-29
1
-209
/
+162
*
Omit a few minor unnecessary range checks
Paul Eggert
2019-06-27
1
-6
/
+6
*
Clean up use of XFIXNUM etc.
Paul Eggert
2019-06-27
1
-2
/
+2
*
Catch duplicate keywords in image specs
Paul Eggert
2019-06-27
1
-23
/
+23
*
; * src/image.c: Minor copyedits of native transform commentary.
Eli Zaretskii
2019-06-23
1
-5
/
+5
*
* src/image.c (image_set_rotation): Do negation at compile-time.
Paul Eggert
2019-06-17
1
-2
/
+2
*
Avoid rounding error in image rotation
YAMAMOTO Mitsuharu
2019-06-17
1
-3
/
+3
*
Revert "Simplify image transforms"
Alan Third
2019-06-16
1
-98
/
+212
*
Simplify image transforms
Alan Third
2019-06-16
1
-212
/
+98
*
Document image transforms
Alan Third
2019-06-16
1
-0
/
+81
*
Implement native image rotation and cropping on cairo
YAMAMOTO Mitsuharu
2019-06-08
1
-21
/
+53
*
Fix image_set_crop yet again
YAMAMOTO Mitsuharu
2019-06-07
1
-15
/
+3
*
Fix recently-introduced image_set_crop typo
Paul Eggert
2019-06-07
1
-1
/
+1
*
Fix overflow issues in image rotation
Paul Eggert
2019-06-06
1
-74
/
+75
*
Restore height and with from that were accidentally removed
Mark A. Hershberger
2019-06-06
1
-1
/
+3
*
Add native image rotation and cropping
Alan Third
2019-06-05
1
-26
/
+257
*
* src/image.c (cr_create_cr_surface_from_image): Add const to variable `key'.
YAMAMOTO Mitsuharu
2019-06-04
1
-1
/
+1
*
Add stipple support on cairo
YAMAMOTO Mitsuharu
2019-05-30
1
-0
/
+48
*
Fix breakage of native image scaling on XRENDER by previous change
YAMAMOTO Mitsuharu
2019-05-30
1
-0
/
+2
*
Rework cairo image support to improve consistency (Bug#35871)
YAMAMOTO Mitsuharu
2019-05-29
1
-503
/
+454
*
Undo use of Emacs_Pixmap over Pixmap for x_kill_gs_process
YAMAMOTO Mitsuharu
2019-05-24
1
-1
/
+1
*
Pacify libpng on interlaced images (Bug#35843)
Paul Eggert
2019-05-21
1
-1
/
+5
*
Introduce Emacs_Pix_Container and Emacs_Pix_Context typedefs
Alexander Gramiak
2019-05-19
1
-124
/
+129
*
Introduce Emacs_Pixmap typedef
Alexander Gramiak
2019-05-19
1
-9
/
+11
[next]