summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Makefile.am: fix paths for the sources in the rsvg crate testsFederico Mena Quintero2023-04-211-13/+13
* test-utils.c: Fix path to fixturesFederico Mena Quintero2023-04-211-1/+1
* Fix documentation exampleFederico Mena Quintero2023-04-211-1/+2
* CI: remove the test_rust_gdk_pixbuf_loader job, it's implied by --workspace nowFederico Mena Quintero2023-04-211-18/+0
* CI: use "cargo test --workspace" everywhere to test all the projectsFederico Mena Quintero2023-04-211-3/+3
* Move rsvg/tests/src/*.rs to rsvg/tests/*.rsFederico Mena Quintero2023-04-2113-0/+0
* gdk-pixbuf-loader: fix module pathFederico Mena Quintero2023-04-211-1/+1
* NMake Makefiles: Correct paths for C testsChun-wei Fan2023-04-211-2/+2
* Use tinyvec's rustc_1_55 feature to reduce compilation timeFederico Mena Quintero2023-04-201-1/+1
* autotools: distribute the gdk-pixbuf-loader Rust sourcesFederico Mena Quintero2023-04-191-0/+2
* The tests README.md is no longer in librsvg-c/tests-cFederico Mena Quintero2023-04-191-4/+0
* autotools: fix paths of Rust test sourcesFederico Mena Quintero2023-04-192-76/+72
* Makefile.am: fix paths of the benches sourcesFederico Mena Quintero2023-04-191-10/+10
* Fix module name in gdk-pixbuf-loaderFederico Mena Quintero2023-04-191-1/+1
* Rename README.rst back to rsvg-convert.rstFederico Mena Quintero2023-04-191-0/+0
* autotools: Make rsvg-convert buildFederico Mena Quintero2023-04-193-4/+3
* Makefile.am: list the rsvg-convert sources, and build just that packageFederico Mena Quintero2023-04-191-2/+6
* Makefile.am: build just the librsvg-c package for the C ABI libraryFederico Mena Quintero2023-04-193-3/+6
* Makefile.am: Fix the source paths for the C ABI libraryFederico Mena Quintero2023-04-191-91/+94
* Move librsvg-c/src/c_api/* one directory upFederico Mena Quintero2023-04-198-60/+59
* autotools: the C tests got moved to librsvg-c/tests-cFederico Mena Quintero2023-04-192-2/+2
* meta: Separate C API from rust crateSophie Herold2023-04-0144-288/+161
* meta: Naive move of c_api to own crateSophie Herold2023-04-0112-4/+165
* NMake Makefiles: Update source pathsChun-wei Fan2023-03-311-2/+2
* meta: Move lib and bins into separate cratesSophie Herold2023-03-311776-2170/+254
* Merge branch 'unify-viewport' into 'main'Marge Bot2023-03-3015-300/+343
|\
| * render_tree.rst: Updates from todayFederico Mena Quintero2023-03-301-5/+16
| * Remove the viewport_stack; it is unused nowFederico Mena Quintero2023-03-301-28/+1
| * Pass the current Viewport around as arguments to the drawing functionsFederico Mena Quintero2023-03-309-194/+239
| * Combine ViewParams and Viewport into a single struct ViewportFederico Mena Quintero2023-03-3012-156/+170
|/
* Merge branch 'update-container-image' into 'main'Marge Bot2023-03-307-56/+8
|\
| * clippy: Use derivable impls for enumsFederico Mena Quintero2023-03-302-15/+5
| * CI: Update the Rust stable version to 1.68.2Federico Mena Quintero2023-03-301-2/+2
| * tolerable_difference(): Increase the tolerance to 8Federico Mena Quintero2023-03-301-1/+1
| * Remove the test filter-morphology-from-reference-page.svgFederico Mena Quintero2023-03-303-38/+0
| * CI: bump the container imageFederico Mena Quintero2023-03-301-1/+1
|/
* Merge branch 'remove-unused-chrono-wasmbind-feature' into 'main'Marge Bot2023-03-242-4/+2
|\
| * Remove unused chrono wasmbind featureKalev Lember2023-03-242-4/+2
|/
* Merge branch 'replace-encoding-crate' into 'main'Marge Bot2023-03-233-8/+16
|\
| * xml: Replace unmaitained encoding crate by encoding_rsLukáš Tyrychtr2023-03-233-8/+16
|/
* Merge branch 'layer' into 'main'Marge Bot2023-03-2313-233/+430
|\
| * roadmap: better explain the purpose of the render tree, hopefullyFederico Mena Quintero2023-03-232-1/+52
| * Remove ComputedValues argument from with_discrete_layer() and its callersFederico Mena Quintero2023-03-236-23/+6
| * Use NormalizeValues throughout for PaintServer::to_user_spaceFederico Mena Quintero2023-03-237-39/+39
| * NormalizeValues: Hacky (?) way to extract what is needed from ComputedValues ...Federico Mena Quintero2023-03-231-7/+25
| * clippy: remove unnecessary referencesFederico Mena Quintero2023-03-231-3/+3
| * Don't compute a value twiceFederico Mena Quintero2023-03-231-1/+1
| * DrawingCtx::run_filters() - Take a layout::Filter, not a FilterValueListFederico Mena Quintero2023-03-231-9/+8
| * layout::Filter - resolve the stroke/fill paint sources hereFederico Mena Quintero2023-03-232-32/+44
| * get_filter_from_filter_list(): Extract functionFederico Mena Quintero2023-03-231-4/+12