aboutsummaryrefslogtreecommitdiffstats
path: root/src/image.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano2021-02-201-2/+11
|\ \ | |/
| * Remove aliasing on SVG images under scaled NS framesAlan Third2021-02-131-2/+11
* | Fix unused macro build warning in image.cBasil L. Contovounesios2021-02-141-4/+3
* | Make imagemagick images less blurry.Yuuki Harano2021-01-211-0/+23
* | Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano2021-01-031-1/+1
|\ \ | |/
| * Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* | Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano2020-12-271-21/+47
|\ \ | |/
| * Improvements for `:base-uri' svg image propertyZajcev Evgeny2020-12-261-3/+5
| * Fix image cache lookupAlan Third2020-12-201-1/+1
| * image-cache-size improvementsMattias EngdegÄrd2020-12-201-17/+41
* | Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano2020-12-211-0/+9
|\ \ | |/
| * Merge from origin/emacs-27Glenn Morris2020-12-151-0/+9
| |\
| | * Fix crash when using XRender and restoring image from X (bug#44930)Alan Third2020-12-121-0/+9
* | | Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano2020-12-141-30/+95
|\ \ \ | |/ /
| * | Fix assertion on SVG load failureAlan Third2020-12-121-5/+6
| * | Explicitly specify svg base_uri using `:base-uri' image propertyZajcev Evgeny2020-12-121-7/+14
| * | Revert "Explicitly specify svg base_uri using `:base-uri' image property"Alan Third2020-12-121-12/+7
| * | Unbreak the MS-Windows build broken by recent changesEli Zaretskii2020-12-121-0/+6
| * | Improve support for 'memory-report' on MS-WindowsEli Zaretskii2020-12-121-4/+17
| * | Use real DPI when rendering SVGs (bug#45124)Alan Third2020-12-121-10/+21
| * | Explicitly specify svg base_uri using `:base-uri' image propertyZajcev Evgeny2020-12-121-7/+12
| * | Fix image-cache-size crashLars Ingebrigtsen2020-12-111-4/+4
| * | Fix compilation of image.c on non-Cairo systemsLars Ingebrigtsen2020-12-111-0/+2
| * | Add new function 'image-cache-size'Lars Ingebrigtsen2020-12-111-0/+35
| * | Make uncache_image slightly more efficientLars Ingebrigtsen2020-12-091-1/+2
| * | Restore Emacs 27 image cache semanticsLars Ingebrigtsen2020-12-091-12/+1
* | | Change coding styleYuuki Harano2020-11-241-38/+49
* | | Bring pgtk more inline with X11-cairo buildsJeff Walsh2020-11-241-1/+2
* | | improve some efficiency - simplify drawsYuuki Harano2020-11-221-6/+64
* | | Add Stipple support for PGTKYuuki Harano2020-11-221-3/+5
* | | Early toolbar improvementsJeff Walsh2020-11-221-1/+16
* | | Introduce Pure GTK3 portYuuki Harano2020-11-221-11/+42
|/ /
* | Fix compilation on MS-Windows with librsvg > 2.46.0Eli Zaretskii2020-11-201-8/+4
* | Fix SVG display again (bug#44655)Alan Third2020-11-181-21/+12
* | Fix a recent change in image.c for MS-WindowsEli Zaretskii2020-11-101-1/+1
* | Fix css length calculationsAlan Third2020-11-091-0/+3
* | Fix compilation of image.c on MS-WindowsEli Zaretskii2020-11-091-5/+11
* | Calculate SVG image sizes more accurately (bug#44206)Alan Third2020-11-091-5/+97
* | Fix a segfault in the new svg codeLars Ingebrigtsen2020-11-011-2/+2
* | Fix last change in image.c for MS-WindowsEli Zaretskii2020-10-241-3/+21
* | Fix SVG image dimension calculations (bug#44065)Alan Third2020-10-221-14/+32
* | Avoid segfaults in lookup_image when faces were freedEli Zaretskii2020-10-031-2/+8
* | Merge from origin/emacs-27Glenn Morris2020-09-091-10/+14
|\ \ | |/
| * Avoid crashes when trying to load bad GIF filesEli Zaretskii2020-09-081-10/+14
* | * src/image.c (svg_load_image): Use xmalloc and xfree. (bug#43135)Alan Third2020-09-031-3/+3
* | Fix image display on w32 as followup to recent changesEli Zaretskii2020-08-231-11/+6
* | Silence compiler warning (bug#40845)Alan Third2020-08-231-1/+1
* | Set basic SVG attributes (bug#40845)Alan Third2020-08-231-49/+154
* | Make image cache lookups work again after previous patchLars Ingebrigtsen2020-08-211-1/+1
* | Fix minor bugs in image.cPip Cet2020-08-181-24/+47