- 29 Nov, 2020 1 commit
-
-
Paolo Bacchilega authored
-
- 08 Aug, 2020 2 commits
-
-
Paolo Bacchilega authored
-
Joerg Fellmann authored
With certain malformed jpegs the call to jpeg_finish_decompress caused a long jump back to stop_loading. This jump overwrote the value of the surface pointer which should be NULL which in turn caused a cairo assert when trying to get a reference to a surface with ref_count = 0. Also moved the cleanup of in_buffer out of the !finished scope, as it seems this would otherwise be a potential leak.
-
- 16 Dec, 2019 3 commits
-
-
Paolo Bacchilega authored
-
Paolo Bacchilega authored
The cairo surface could have the width and height swapped compared to the original image if the image orientation is rotated.
-
Paolo Bacchilega authored
Iterate over the cairo surface dimensions instead of the original dimensions when copying the pixels into the cairo surface.
-
- 01 Mar, 2019 1 commit
-
-
Paolo Bacchilega authored
-
- 20 Sep, 2018 1 commit
-
-
Paolo Bacchilega authored
-
- 19 Aug, 2018 1 commit
-
-
Paolo Bacchilega authored
do not call siglongjmp more then once in case of error
-
- 15 May, 2018 1 commit
-
-
Paolo Bacchilega authored
ignore the error if the surface is not null [bug #795879]
-
- 28 Jun, 2017 3 commits
-
-
Paolo Bacchilega authored
-
Paolo Bacchilega authored
-
Paolo Bacchilega authored
this makes color profiles work on wayland as well.
-
- 06 Feb, 2015 3 commits
-
-
Paolo Bacchilega authored
-
Paolo Bacchilega authored
-
Paolo Bacchilega authored
-
- 08 Nov, 2013 3 commits
-
-
Paolo Bacchilega authored
-
Paolo Bacchilega authored
-
Paolo Bacchilega authored
-
- 01 Jul, 2013 2 commits
-
-
Paolo Bacchilega authored
-
Paolo Bacchilega authored
use a better filter to scale the image
-
- 29 Jun, 2013 1 commit
-
-
Paolo Bacchilega authored
-
- 28 Jun, 2013 4 commits
-
-
Paolo Bacchilega authored
added other points where the cancellable is checked
-
Paolo Bacchilega authored
to avoid possible out-of-memory errors.
-
Paolo Bacchilega authored
similar to cairo_image_surface_create but returns NULL on error.
-
Paolo Bacchilega authored
initialize the tables inside a mutex lock
-
- 27 Jun, 2013 1 commit
-
-
Paolo Bacchilega authored
-
- 17 Feb, 2013 1 commit
-
-
Paolo Bacchilega authored
-
- 15 Sep, 2012 1 commit
-
-
Paolo Bacchilega authored
-
- 18 Aug, 2012 3 commits
-
-
Paolo Bacchilega authored
-
Paolo Bacchilega authored
-
Paolo Bacchilega authored
and use it instead of _cairo_image_curface_scale_to that uses the cairo bilinear filter.
-
- 31 Jul, 2012 1 commit
-
-
Paolo Bacchilega authored
-
- 15 May, 2011 1 commit
-
-
Paolo Bacchilega authored
-
- 28 Apr, 2011 2 commits
-
-
Paolo Bacchilega authored
-
Paolo Bacchilega authored
-
- 27 Apr, 2011 1 commit
-
-
Paolo Bacchilega authored
-
- 26 Apr, 2011 1 commit
-
-
Paolo Bacchilega authored
surround code that changes the surface data directly with calls to flush and mark_dirty.
-
- 25 Apr, 2011 1 commit
-
-
Paolo Bacchilega authored
-
- 24 Apr, 2011 1 commit
-
-
Paolo Bacchilega authored
-