aboutsummaryrefslogtreecommitdiffstats
path: root/src/image.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | Fix compiler warning in image.cPo Lu2021-11-221-1/+1
| * | Add support for the Haiku operating system and its window systemPo Lu2021-11-201-18/+124
* | | Fix coding styleYuuki Harano2021-11-141-4/+4
* | | Revert #if changesYuuki Harano2021-11-131-6/+6
* | | Merge branch 'master' of git.savannah.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano2021-11-111-80/+386
|\ \ \ | |/ /
| * | Fix display of BW images on MS-WindowsKazuhiro Ito2021-11-061-4/+2
| * | rsvg_handle_get_dimensions is deprecated in 2.52.0Paul Eggert2021-11-051-19/+15
| * | * src/image.c: Fix building with giflib 4.YAMAMOTO Mitsuharu2021-11-031-9/+10
| * | Use primes for hash table bucket sizesStefan Kangas2021-10-301-2/+2
| * | ; Fix a recent change in image.cEli Zaretskii2021-10-291-4/+8
| * | * src/image.c: Fix building with giflib on MS-Windows.Stefan Kangas2021-10-291-0/+7
| * | Prefer giflib 5 macros to magic numbersStefan Kangas2021-10-291-10/+16
| * | Don't parse GCB block by hand with giflib 5 or laterStefan Kangas2021-10-291-4/+12
| * | * src/image.c (gif_load): Minor simplification.Stefan Kangas2021-10-291-20/+15
| * | * src/image.c (webp_load): Fix thinkos.Stefan Kangas2021-10-231-2/+2
| * | Fix WebP support on MS-WindowsEli Zaretskii2021-10-221-5/+11
| * | Add WebP image format support (Bug#51296)Stefan Kangas2021-10-221-0/+281
| * | Merge from origin/emacs-28Glenn Morris2021-10-181-9/+14
| |\ \ | | |/
| | * Fix potential buffer overflow (bug#50767)Alan Third2021-10-171-9/+14
| * | * src/image.c: Fix comment.Stefan Kangas2021-10-171-3/+2
| |/
| * ; Fix typosStefan Kangas2021-09-031-2/+2
* | Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano2021-07-181-6/+13
|\ \ | |/
| * Fix deprecation warnings from libtiffEli Zaretskii2021-07-141-4/+11
| * Pacify GCC 11.1.1 20210531 (Red Hat 11.1.1-3)Paul Eggert2021-07-111-2/+2
* | Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano2021-06-131-13/+10
|\ \ | |/
| * Fix image filename encoding issues (bug#48902)Alan Third2021-06-091-13/+10
* | * src/image.c: Fix compile error related xpm in image.cYuuki Harano2021-05-191-3/+3
* | Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano2021-05-191-4/+8
|\ \ | |/
| * ; * src/image.c (xpm_format, xpm_valid_color_symbols_p): Fix last change.Eli Zaretskii2021-05-131-2/+3
| * * src/image.c (xpm_image_p): Avoid another compiler warning.Eli Zaretskii2021-05-131-0/+2
| * * src/image.c: Avoid compiler warnings in Cairo builds without XPM.Eli Zaretskii2021-05-131-3/+4
* | Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano2021-04-271-2/+2
|\ \ | |/
| * Merge remote-tracking branch 'savannah/master' into native-compAndrea Corallo2021-04-191-17/+41
| |\
| * \ Merge remote-tracking branch 'savannah/master' into native-compAndrea Corallo2021-04-051-23/+86
| |\ \
| * \ \ Merge remote-tracking branch 'savannah/master' into native-compAndrea Corallo2021-03-191-1/+2
| |\ \ \
| * | | | Do not load native code when `load' is explicitly called on a .elc fileAndrea Corallo2021-03-191-2/+2
* | | | | Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano2021-04-181-17/+41
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Fix :scale's affect on :width and :height (bug#47819)Alan Third2021-04-171-2/+2
| * | | | Allow use of em in image spec sizesAlan Third2021-04-151-17/+41
| | |_|/ | |/| |
* | | | Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano2021-04-061-23/+86
|\ \ \ \ | |/ / /
| * | | Fix MS-Windows buildEli Zaretskii2021-04-041-1/+15
| * | | Fix warnings in image.cAlan Third2021-04-041-4/+7
| * | | Set CSS for SVG filesAlan Third2021-04-031-15/+69
| * | | Implement frame-scale-factorAlan Third2021-04-031-8/+0
| | |/ | |/|
* | | Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano2021-03-141-7/+16
|\ \ \ | |/ /
| * | Fix buffer overflow in xbm_scan (bug#47094)Alan Third2021-03-131-1/+2
| |/
| * * src/image.c (image_set_transform): Don't use ! for Lisp object.Philipp Stephani2021-03-111-1/+1
| * * src/image.c (FRAME_SCALE_FACTOR): Define only when needed.Philipp Stephani2021-03-111-0/+2
| * ; Fix US spelling in last change.Basil L. Contovounesios2021-03-101-1/+1
| * Enable selectable image smoothing (bug#38394)Alan Third2021-03-101-5/+11