summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* build: use -framework Foundation on macOSwip/chergert/fix-macos-linkChristian Hergert2020-11-272-0/+20
* Merge branch 'refactor-transforms' into 'master'Federico Mena Quintero2020-11-2422-128/+1323
|\
| * cargo fmtFederico Mena Quintero2020-11-241-1/+9
| * Rename variable to make it clearerFederico Mena Quintero2020-11-241-3/+3
| * draw_tree: Don't get the cr's matrix twiceFederico Mena Quintero2020-11-241-2/+2
| * Inline part of DrawingCtx::new into its only caller, draw_treeFederico Mena Quintero2020-11-241-22/+25
| * Inline with_saved_transform into DrawingCtx.clip_to_node()Federico Mena Quintero2020-11-241-8/+8
| * Store the transform to use in the PathHelperFederico Mena Quintero2020-11-241-2/+11
| * Svg - extract method to push the new viewportFederico Mena Quintero2020-11-241-36/+45
| * Remove a "return" and use an expression insteadFederico Mena Quintero2020-11-241-20/+14
| * draw_from_use_node - Draw the child directly, not with draw_node_from_stackFederico Mena Quintero2020-11-241-2/+2
| * Switch.draw - draw the child directly; don't use draw_node_from_stackFederico Mena Quintero2020-11-241-6/+1
| * Test an element for visibility before drawing in the element code, not in dra...Federico Mena Quintero2020-11-242-6/+10
| * Add some more tests from the SVG1.1 test suiteFederico Mena Quintero2020-11-2418-0/+1171
| * Update URLs to the specs for the display and visibility propertiesFederico Mena Quintero2020-11-241-2/+2
| * Simplify conditional with the element macrosFederico Mena Quintero2020-11-241-44/+46
|/
* Merge branch 'prefixed-cargo' into 'master'Federico Mena Quintero2020-11-241-1/+1
|\
| * Check for prefix cargo as wellHeiko Becker2020-11-221-1/+1
|/
* Merge branch 'prefixed-rust' into 'master'Federico Mena Quintero2020-11-201-1/+1
|\
| * Check for prefixed rustHeiko Becker2020-11-181-1/+1
|/
* Merge branch 'relax-rsvg-convert-tests' into 'master'Sven Neumann2020-11-063-124/+97
|\
| * rsvg-convert: Reject invalid resolutions (negative or zero)Sven Neumann2020-11-062-14/+11
| * tests: Check the output of rsvg-convert with export-id optionSven Neumann2020-11-061-2/+7
| * tests: Relax tests for rsvg-convert cmdline toolSven Neumann2020-11-062-9/+28
| * tests: Minor cleanups in the rsvg-convert test suiteSven Neumann2020-11-061-101/+53
|/
* Merge branch 'move-includes' into 'master'Federico Mena Quintero2020-11-0615-43/+31
|\
| * Reduce CPPFLAGS and CFLAGS for building the librarySven Neumann2020-11-061-14/+3
| * Reduce include search paths to the "include" directorySven Neumann2020-11-064-7/+0
| * Use #include <librsvg/blah.h> in rsvg.hFederico Mena Quintero2020-11-066-11/+7
| * (#645) - Make include paths happy againFederico Mena Quintero2020-11-0615-18/+28
|/
* Merge branch 'gitlab-clippy-invocation' into 'master'Sven Neumann2020-11-061-4/+4
|\
| * ci: Adjust gitlab-clippy invocationSven Neumann2020-11-061-4/+4
|/
* Merge branch '642-text-dx-dy' into 'master'Federico Mena Quintero2020-11-053-61/+86
|\
| * text: Don't create Spans for chars nodes that end up as empty strings after x...Federico Mena Quintero2020-11-043-13/+34
| * text: Only push a new chunk if the tspan has any of x or y attributesFederico Mena Quintero2020-11-041-8/+7
| * text: Propagate dx/dy across nested <tspan>Federico Mena Quintero2020-11-041-2/+9
| * text: normalize some lengths as early as possibleFederico Mena Quintero2020-11-041-48/+46
|/
* Merge branch 'bench' into 'master'Federico Mena Quintero2020-11-043-6/+35
|\
| * Add bench tests to CIDunja Lalic2020-11-041-0/+25
| * Make benchmarking modules semi-privateDunja Lalic2020-11-042-6/+10
|/
* Merge branch 'loader-api-builder-pattern' into 'master'Federico Mena Quintero2020-11-042-17/+9
|\
| * Fix API for building a LoaderSven Neumann2020-11-042-17/+9
|/
* Merge branch 'alatiera/allow-warnings' into 'master'Sven Neumann2020-11-031-17/+7
|\
| * ci: turn rustc warnings into errors in the CIJordan Petridis2020-11-031-0/+2
| * ci: replace .common template with default keyJordan Petridis2020-11-031-17/+5
|/
* Merge branch 'no-deny-warnings' into 'master'Federico Mena Quintero2020-11-031-1/+0
|\
| * Remove deny(warnings) from the toplevel src/lib.rsFederico Mena Quintero2020-11-031-1/+0
|/
* Merge branch 'xml' into 'master'Federico Mena Quintero2020-11-036-11/+14
|\
| * Move xml code to a modulePaolo Borelli2020-11-036-11/+14
|/
* Merge branch 'automake-dist-cleanup' into 'master'Federico Mena Quintero2020-11-032-30/+32
|\