summaryrefslogtreecommitdiff
path: root/rsvg_internals
Commit message (Expand)AuthorAgeFilesLines
...
| * drawing_ctx: add mask_surface methodPaolo Borelli2019-01-052-20/+22
| * drawing_ctx: add get_snapshot methodPaolo Borelli2019-01-052-47/+30
| * text: move conversion trait for TextRenderingPaolo Borelli2019-01-052-12/+12
| * text: whitespace cleanupPaolo Borelli2019-01-051-7/+0
| * handle: move is_testing to rustPaolo Borelli2019-01-054-71/+64
* | Merge branch 'cmartin/librsvg-default-dpi'Federico Mena Quintero2019-01-051-6/+23
|\ \ | |/ |/|
| * Port default DPI tracking to RustCarlos Martín Nieto2019-01-051-6/+23
* | text: Add explicit lifetime to an impl blockJordan Petridis2019-01-041-2/+2
|/
* (#398): Detect circular references in gradientsFederico Mena Quintero2019-01-021-32/+37
* Log the element name when a pattern has a circular referenceFederico Mena Quintero2019-01-021-6/+8
* pattern: error out in case of reference loopPaolo Borelli2019-01-013-10/+8
* paint_server: use associated type instead of genericPaolo Borelli2019-01-013-9/+20
* rustfmtFederico Mena Quintero2018-12-311-2/+10
* text: move text drawing into text.rsPaolo Borelli2018-12-312-161/+145
* drawing_ctx: move set_source_paint_server methodPaolo Borelli2018-12-313-145/+127
* mask: move bit manipulation to the Pixel objectPaolo Borelli2018-12-312-39/+38
* image: do not compute bbox if we are returning earlyPaolo Borelli2018-12-311-6/+6
* text: remove last use of text_gravity_is_verticalPaolo Borelli2018-12-312-5/+1
* drawing_ctx: clip() does not need a mutable referencePaolo Borelli2018-12-301-1/+1
* text: impl From trait for XmlLangPaolo Borelli2018-12-301-2/+8
* rustfmtFederico Mena Quintero2018-12-302-7/+16
* gradient: store offset as a UnitIntervalPaolo Borelli2018-12-302-31/+23
* unit_interval: add constructor that clamps a f64Paolo Borelli2018-12-301-13/+15
* shapes: use the ParseValue traitPaolo Borelli2018-12-301-7/+2
* parsers: introduce a ParseValue traitPaolo Borelli2018-12-3015-218/+159
* (#395): Morphology needs positive radii even after the transformationFederico Mena Quintero2018-12-291-0/+4
* parsers: make optional_comma a method of the extension traitPaolo Borelli2018-12-293-21/+22
* shapes: use a Points struct and impl Parse for itPaolo Borelli2018-12-292-66/+86
* handle: move is_at_start_for_setting_base_file to rustPaolo Borelli2018-12-292-5/+14
* handle: move is_loaded to rustPaolo Borelli2018-12-292-0/+30
* unit_interval: rename file to follow rust conventionsPaolo Borelli2018-12-298-7/+7
* Handle::get_dimensions(): Extract this bit of common code from other placesFederico Mena Quintero2018-12-281-22/+15
* Handle::get_geometry_sub() / get_node_geometry(): Return a RenderingError, no...Federico Mena Quintero2018-12-281-12/+10
* Handle::get_pixbuf_sub(): Use the same code as elsewhere to get the dimensionsFederico Mena Quintero2018-12-281-4/+4
* rect: move IRect to rect.rsPaolo Borelli2018-12-2821-80/+88
* handle: port get_pixbuf_sub to rustPaolo Borelli2018-12-283-2/+80
* Merge branch 'text-refactor'Federico Mena Quintero2018-12-276-401/+421
|\
| * text.rs: Remove debugging printlnsFederico Mena Quintero2018-12-271-23/+0
| * Add text-tref-02-b.svg; make all nodes accept NodeChars childrenFederico Mena Quintero2018-12-115-29/+7
| * NodeChars.to_chunks(): Extract this common functionFederico Mena Quintero2018-12-111-16/+21
| * Implement trefFederico Mena Quintero2018-12-111-13/+61
| * Remove the C-callable functionsFederico Mena Quintero2018-12-111-35/+0
| * Annotate each Span with its nesting depth within the topmost <text> elementFederico Mena Quintero2018-12-111-7/+27
| * text.rs: Implement dx/dy for NodeText and NodeTSpanFederico Mena Quintero2018-12-111-18/+56
| * NodeTSpan: make the dx/dy fields Option<Length>Federico Mena Quintero2018-12-111-6/+10
| * rustfmtFederico Mena Quintero2018-12-111-1/+4
| * text.rs: Remove the old codeFederico Mena Quintero2018-12-111-382/+34
| * NodeText::draw() - Oops, use a layer so the text node gets opacity/filters/etc.Federico Mena Quintero2018-12-111-6/+9
| * NodeText::draw(): Use the current's chunk position if availableFederico Mena Quintero2018-12-111-49/+54
| * children_to_chunks(): Do not create chunks here; assume the caller already di...Federico Mena Quintero2018-12-111-19/+23