summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update NEWS2.50.4Federico Mena Quintero2021-04-121-0/+16
* (#698): Put limit on feMorphology radii to prevent thread hangMadds2021-04-121-1/+2
* Update vulnerable cratesFederico Mena Quintero2021-04-121-96/+93
* (#703): Ignore elements in an error state inside the <switch> elementFederico Mena Quintero2021-03-301-1/+4
* Remove superfluous semicolonFederico Mena Quintero2021-03-011-1/+1
* Box a big variant in CascadedValues to use less stack spaceFederico Mena Quintero2021-03-011-5/+4
* Comment on the extra block in to_computed_valuesFederico Mena Quintero2021-03-011-0/+4
* Drop temporary values earlier in SpecifiedValues::to_computed_values()Sebastian Dröge2021-03-011-2/+2
* Remove the style_attr String from ElementInner; fetch it from the AttributesFederico Mena Quintero2021-03-011-19/+7
* Refactor set_style_attribute()Federico Mena Quintero2021-03-011-5/+7
* Post-release version bump to 2.50.4Federico Mena Quintero2021-03-013-90/+87
* Update NEWS2.50.3Federico Mena Quintero2021-01-271-0/+2
* Update lopdf dependencySven Neumann2021-01-272-15/+133
* Cargo updateFederico Mena Quintero2021-01-271-148/+207
* Update NEWSFederico Mena Quintero2021-01-271-0/+6
* (#601) - Compute correct bounds for objects with stroke-width=0Federico Mena Quintero2021-01-271-4/+22
* configure: properly check for darwin hostdarwin-check-2.50Ignacio Casal Quinteiro2020-12-291-1/+1
* build: use -framework Foundation on macOSChristian Hergert2020-12-042-0/+20
* Post-release version bump to 2.50.3Federico Mena Quintero2020-12-043-35/+34
* cargo update2.50.2Federico Mena Quintero2020-11-201-30/+56
* Update NEWSFederico Mena Quintero2020-11-051-0/+4
* Bump version to 2.50.2Federico Mena Quintero2020-11-053-92/+98
* text: Don't create Spans for chars nodes that end up as empty strings after x...Federico Mena Quintero2020-11-053-13/+34
* text: Only push a new chunk if the tspan has any of x or y attributesFederico Mena Quintero2020-11-051-8/+7
* text: Propagate dx/dy across nested <tspan>Federico Mena Quintero2020-11-051-2/+9
* text: normalize some lengths as early as possibleFederico Mena Quintero2020-11-051-48/+46
* Fix the debian:testing_release buildSven Neumann2020-10-051-1/+1
* Bump version to 2.50.12.50.1Federico Mena Quintero2020-10-023-3/+3
* Update NEWSFederico Mena Quintero2020-10-021-0/+18
* Remove references to files that have long been removedSven Neumann2020-10-021-5/+1
* Move the render_to_viewport tests to intrinsic_dimensions.rsFederico Mena Quintero2020-10-023-278/+273
* Add test with a percentage viewportFederico Mena Quintero2020-10-021-0/+33
* Add test with no intrinsic dimensionsFederico Mena Quintero2020-10-021-0/+34
* Add test with no width/heightFederico Mena Quintero2020-10-021-0/+31
* Add test with a viewBoxFederico Mena Quintero2020-10-021-0/+31
* (#554): Do not ignore the viewport in the geometry_for_layer() APIsFederico Mena Quintero2020-10-022-6/+9
* Really make the initial viewport have its upper-left corner at (0, 0)Federico Mena Quintero2020-10-021-1/+8
* render_layer: make consistent with get_geometry_for_layerFederico Mena Quintero2020-10-021-11/+6
* Give a better name to the failing test and adjust itFederico Mena Quintero2020-10-021-2/+2
* push_coord_units: Always push a Viewport, instead of sometimes returning a co...Federico Mena Quintero2020-10-021-4/+8
* Note that push_new_viewport() also sets a clip rectangleFederico Mena Quintero2020-10-021-1/+1
* New helper function to push a full ViewportFederico Mena Quintero2020-10-021-12/+19
* Rename view_box_stack to viewport_stack; store full Viewport structsFederico Mena Quintero2020-10-021-17/+21
* Add helper DrawingCtx.push_coord_units()Federico Mena Quintero2020-10-023-48/+20
* Make another call to push_view_box(1.0, 1.0) consistentFederico Mena Quintero2020-10-021-9/+13
* Make a call to push_view_box(1.0, 1.0) consistent with the othersFederico Mena Quintero2020-10-021-1/+4
* Always grow the stack in push_new_viewport()Federico Mena Quintero2020-10-021-3/+3
* Extract function to get the top viewboxFederico Mena Quintero2020-10-021-3/+8
* Define a Viewport structure and use it for the DrawingCtx.initial_viewportFederico Mena Quintero2020-10-021-17/+34
* Store a complete ViewBox in ViewParams, not just the sizeFederico Mena Quintero2020-10-022-14/+9