summaryrefslogtreecommitdiff
path: root/src/image.c
Commit message (Expand)AuthorAgeFilesLines
...
* Fix WebP image support on MS-WindowsEli Zaretskii2022-04-101-26/+35
* Add support for animated webp imagesLars Ingebrigtsen2022-04-101-13/+205
* ; * src/image.c (syms_of_image): Fix whitespace.Eli Zaretskii2022-03-261-4/+4
* Enable the native display of BMP images on HaikuPo Lu2022-03-261-4/+8
* Support display of BMP images on MS-WindowsEli Zaretskii2022-03-261-0/+2
* Fix more uses of opaque Visual structurePo Lu2022-03-081-1/+1
* Fix mis-parsing of certain malformed XBM filesPo Lu2022-02-181-2/+2
* Parse XBM images which use character escapes for hex literalsPo Lu2022-02-181-0/+42
* Fix crash when displaying XBM images on a 32-bit visualPo Lu2022-02-171-1/+1
* Implement XBM images on HaikuPo Lu2022-02-171-0/+20
* Replace ptrdiff_t with new specpdl_ref type for specpdl referencesMattias EngdegÄrd2022-02-121-1/+1
* Improve image depth handlingPo Lu2022-02-041-5/+6
* * src/image.c (parse_image_spec): Use NILP.Stefan Kangas2022-01-261-1/+1
* Add some code for transparent frame backgrounds without CairoPo Lu2022-01-241-0/+5
* Clean up some of the X extension related codePo Lu2022-01-231-2/+0
* Get rid of calls to XRenderQueryExtension after terminal initializationPo Lu2022-01-201-4/+2
* ; * src/image.c (syms_of_image): Fix typo in last change.Po Lu2022-01-091-1/+1
* * src/image.c (syms_of_image): Declare support for webp on Haiku.Po Lu2022-01-091-1/+2
* Fix GNUstep compilation warningsPo Lu2022-01-061-0/+2
* Merge from origin/emacs-28Eli Zaretskii2022-01-011-1/+1
|\
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* | Add native HEIC support on macOS (bug#51381)Alan Third2021-12-221-0/+5
* | Further cleanup of NS color codeAlan Third2021-12-221-2/+2
* | Simplify NS color handlingAlan Third2021-12-221-8/+10
* | Clean up some of PGTK codeEli Zaretskii2021-12-181-7/+5
* | Merge remote-tracking branch 'origin/master' into feature/pgtkPo Lu2021-12-081-1/+7
|\ \
| * | Pacify svg_load_image compiler warningLars Ingebrigtsen2021-12-081-1/+1
| * | Check decoding results in webp_load before using itLars Ingebrigtsen2021-12-081-0/+6
* | | Merge remote-tracking branch 'origin/master' into feature/pgtkPo Lu2021-12-071-18/+0
|\| |
| * | image.c: Remove some dead codeStefan Kangas2021-12-061-18/+0
* | | Merge remote-tracking branch 'origin/master' into feature/pgtkPo Lu2021-12-061-3/+3
|\| |
| * | ; * src/image.c (webp_load): Minor stylistic fix-up to previous changeLars Ingebrigtsen2021-12-051-2/+2
| * | Add workaround to compilation warning in gcc 10.x in image.cdickmao2021-12-051-3/+3
* | | Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano2021-12-061-1/+1
|\| |
| * | Fix the MinGW build broken by recent changes in image.cEli Zaretskii2021-12-041-1/+1
* | | Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano2021-12-041-78/+109
|\| |
| * | Prefer rsvg_handle_get_intrinsic_size_in_pixelsPaul Eggert2021-12-031-40/+74
| * | Improve overflow checking in svg_load_imagePaul Eggert2021-12-031-40/+36
| * | Simplify svg_load_imagePaul Eggert2021-12-031-4/+2
| * | More-robust svg_load_image fallbackPaul Eggert2021-12-031-0/+3
* | | Merge remote-tracking branch 'origin/master' into feature/pgtkPo Lu2021-11-301-19/+127
|\| |
| * | 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