summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Replace explicit lifetimes with anonymous ones where possiblefix-lifetime-warningsSven Neumann2021-01-273-9/+9
* Merge branch 'ismael/librsvg-buildsystem'Federico Mena Quintero2021-01-211-0/+3
|\
| * configure: Improve failures due to missing pkg-configIsmael Luceno2020-12-301-0/+3
* | Merge branch 'update-lopdf-dependency' into 'master'Paolo Borelli2021-01-082-9/+128
|\ \
| * | Update lopdf dependencySven Neumann2021-01-082-9/+128
|/ /
* | Merge branch 'text' into 'master'Federico Mena Quintero2021-01-086-31/+84
|\ \
| * | tests: add reftest for 667Paolo Borelli2021-01-082-0/+26
| * | drawing_ctx: rework visibility controlPaolo Borelli2021-01-084-31/+58
|/ /
* | shared_surface: shorten codePaolo Borelli2021-01-052-16/+9
* | Merge branch 'pixels' into 'master'Federico Mena Quintero2021-01-044-73/+58
|\ \
| * | surface_utils: move to_pixbuf method to shared surfacePaolo Borelli2021-01-043-41/+35
| * | surface_utils: use iterators to copy from pixbuf to surfacePaolo Borelli2021-01-041-29/+20
| * | surface_utils: rename param for clarityPaolo Borelli2021-01-042-3/+3
|/ /
* | Merge branch 'resolve' into 'master'Federico Mena Quintero2021-01-044-74/+56
|\ \ | |/ |/|
| * lighting: pass to Light only the transform, not the entire ctxPaolo Borelli2020-12-301-18/+18
| * lighting: move utility functionPaolo Borelli2020-12-302-10/+9
| * filters: use OnceCell for the background surfacePaolo Borelli2020-12-301-27/+7
| * gradient,pattern: use OnceCell to store the resolved fieldPaolo Borelli2020-12-302-24/+27
|/
* Merge branch 'darwin-check' into 'master'Federico Mena Quintero2020-12-291-1/+1
|\
| * configure: properly check for darwin hostdarwin-checkIgnacio Casal Quinteiro2020-12-291-1/+1
|/
* drawing_ctx: rework the cr hackPaolo Borelli2020-12-281-37/+36
* Merge branch 'parse' into 'master'Federico Mena Quintero2020-12-2850-837/+723
|\
| * filters: do not store a FilterCtx ref in the bounds builder.Paolo Borelli2020-12-2817-60/+61
| * filters: do not use BoundingBox to calculate filter boundsPaolo Borelli2020-12-282-48/+34
| * bbox: cleanupPaolo Borelli2020-12-281-10/+2
| * pattern: calculate transforms inside UserSpacePatternPaolo Borelli2020-12-272-88/+81
| * lighting: factor out a Light structPaolo Borelli2020-12-271-78/+81
| * attributes: add a simple constructor for testsPaolo Borelli2020-12-273-11/+8
| * Move attributes.rs in the xml submodulePaolo Borelli2020-12-2735-36/+36
| * aspect_ratio: derive defaultPaolo Borelli2020-12-271-36/+26
| * style: simplify parsingPaolo Borelli2020-12-272-6/+6
| * Add an enum_default macro and use itPaolo Borelli2020-12-279-38/+29
| * lighting: simplify codePaolo Borelli2020-12-271-66/+31
| * error: fix a clippy suggestionPaolo Borelli2020-12-271-1/+1
| * lighting: remove constraints for specularExponentPaolo Borelli2020-12-271-38/+11
| * marker: small cleanupPaolo Borelli2020-12-271-1/+1
| * parsers: move NumberList together with the rest of the helpersPaolo Borelli2020-12-279-132/+117
| * reftests: add reftest for feConvolveMatrix divisor attributePaolo Borelli2020-12-272-0/+70
| * convolve_matrix: do not raise parse error on divisor set to 0Paolo Borelli2020-12-242-34/+18
| * parsers: remove parse_and_validate methodPaolo Borelli2020-12-241-22/+0
| * filter: rework how we check unitsPaolo Borelli2020-12-241-15/+25
| * convolve_matrix: simplify parsing of orderPaolo Borelli2020-12-241-2/+2
| * convolve_matrix: move the sanity checks on targetX/Y at rendering timePaolo Borelli2020-12-243-47/+50
| * convolve_matrix: use NonNegative and NonZero for parsingPaolo Borelli2020-12-241-27/+5
| * lighting: use helper structs for parsingPaolo Borelli2020-12-241-54/+36
| * blur: use NonNegative for parsingPaolo Borelli2020-12-241-17/+7
| * morphology: use NonNegative for parsingPaolo Borelli2020-12-241-10/+2
| * turbolence: use NonNegative for parsingPaolo Borelli2020-12-241-10/+2
| * parsers: helper structs for NonZero and NonNegative numbersPaolo Borelli2020-12-241-0/+32
| * gradient: use helper struct to parse offsetPaolo Borelli2020-12-241-16/+21