summaryrefslogtreecommitdiff
path: root/librsvg
Commit message (Expand)AuthorAgeFilesLines
* Start fixing autotoolsFederico Mena Quintero2020-10-306-2115/+0
* Remove librsvg/lib.rsFederico Mena Quintero2020-10-301-57/+0
* Move the c_api sources to src/c_apiFederico Mena Quintero2020-10-308-3240/+0
* Move librsvg/benches/* to benches/Federico Mena Quintero2020-10-301-46/+0
* Don't export the whole rect module; we already export IRect for benchmarksFederico Mena Quintero2020-10-282-5/+7
* Don't re-export individual items from surface_utilsFederico Mena Quintero2020-10-282-2/+8
* Adjust visibility of a bunch of things in the c_api crateFederico Mena Quintero2020-10-285-29/+29
* Toplevel module docs for c_apiFederico Mena Quintero2020-10-281-2/+36
* Toplevel module docs for pixbuf_utilsFederico Mena Quintero2020-10-281-0/+4
* Reimplement c_api in terms of librsvg_crateFederico Mena Quintero2020-10-282-144/+112
* Reimplement pixbuf_utils in terms of librsvg_crateFederico Mena Quintero2020-10-271-57/+39
* Implement the legacy sizing decisions in terms of CairoRendererFederico Mena Quintero2020-10-273-1/+70
* Make librsvg depend on librsvg_crateFederico Mena Quintero2020-10-271-0/+1
* render_cairo/render_cairo_sub - document where they use intrinsic_size_in_pixelsFederico Mena Quintero2020-10-271-2/+4
* New API function rsvg_handle_get_intrinsic_size_in_pixels()Federico Mena Quintero2020-10-273-0/+99
* Inline get_svg_size() in its only callerFederico Mena Quintero2020-10-271-22/+15
* Rename functionFederico Mena Quintero2020-10-271-2/+2
* Deprecate rsvg_handle_render_cairo*Federico Mena Quintero2020-10-271-2/+8
* (#633): Document the legacy API's sizing decisionsFederico Mena Quintero2020-10-271-10/+84
* List rsvg_handle_render_document() as the preferred way to render an SVGFederico Mena Quintero2020-10-271-8/+3
* Move the legacy sizing logic to c_apiFederico Mena Quintero2020-10-273-16/+134
* pixbuf_utils: implement in terms of CHandle, not the internals HandleFederico Mena Quintero2020-10-272-29/+17
* c_api: wrap get_geometry_sub hereFederico Mena Quintero2020-10-271-7/+11
* Reference tests: check that all test images have "obvious" intrinsic dimensionsFederico Mena Quintero2020-10-221-0/+2
* Move the check for fully transparent pixels into Pixel::unpremultiply()Sven Neumann2020-10-131-5/+1
* Use 32 bit floating point for Pixel::unpremultiply()Sven Neumann2020-10-131-0/+1
* Use rgb::ComponentMap to simplify test codeSven Neumann2020-10-121-1/+1
* Define Pixel as an alias for rgb::RGBA8Sven Neumann2020-10-121-27/+9
* No need to have extra long running time on these benchmarksSven Neumann2020-10-121-7/+1
* Add benchmarks for SharedImageSurface::from_pixbuf()Sven Neumann2020-10-121-3/+1
* Merge branch 'SmallLars/librsvg-step1'Federico Mena Quintero2020-10-062-3/+4
|\
| * Introduce UrlResolver to build AllowedUrlsLars Schmertmann2020-10-062-3/+4
* | Update to gio-rs 0.8.1Federico Mena Quintero2020-10-051-3/+3
|/
* Merge branch 'viewport-offsets'Federico Mena Quintero2020-09-291-4/+4
|\
| * Make ViewBox opaque; impl Deref<Target = Rect> for itFederico Mena Quintero2020-09-221-4/+4
* | Move gtk-doc comments from C files to public header filesSven Neumann2020-09-295-1355/+1251
* | Revert "Move gtk-doc comments from librsvg/rsvg-*.c to the Rust code"Sven Neumann2020-09-296-1190/+1305
* | Move gtk-doc comments from librsvg/rsvg-*.c to the Rust codeSven Neumann2020-09-286-1305/+1190
* | Rename librsvg-features.[ch] to rsvg-features.[ch]Sven Neumann2020-09-284-57/+62
* | Some minor type adjustments in the C APISven Neumann2020-09-253-18/+18
* | Adjust signature of rsvg_handle_new_from_data()Sven Neumann2020-09-241-2/+2
* | Use exported Rust functions directlySven Neumann2020-09-248-586/+125
* | Generate version.rs from librsvg/build.rsSven Neumann2020-09-246-11/+69
* | Move variables from librsvg-features.c to RustSven Neumann2020-09-234-15/+13
|/
* Toplevel module docs for rsvg-featuresFederico Mena Quintero2020-09-181-0/+17
* Document RSVG_CHECK_VERSIONFederico Mena Quintero2020-09-181-0/+16
* Document the LIBRSVG_*_VERSION macrosFederico Mena Quintero2020-09-181-0/+81
* Change version constants to use the rsvg namespaceSven Neumann2020-09-182-12/+20
* Port obsolete C stub functions to RustSven Neumann2020-09-183-17/+67
* Port the remaining C convenience functions to RustSven Neumann2020-09-172-9/+85