summaryrefslogtreecommitdiff
path: root/librsvg
Commit message (Expand)AuthorAgeFilesLines
...
* Move all the GError machinery to c_api.rsFederico Mena Quintero2019-12-052-3/+54
* Move RsvgRectangle in the legacy C apiPaolo Borelli2019-11-241-1/+45
* rect: add constructrors for IRectPaolo Borelli2019-11-241-7/+1
* Make RsvgLength the #[repr(C)] type, separate from LengthFederico Mena Quintero2019-11-121-2/+2
* Make structure::IntrinsicDimensions not use oriented lengthsFederico Mena Quintero2019-11-121-3/+3
* Put most of the define_length_type macro in a traitFederico Mena Quintero2019-11-121-19/+12
* CHandle: move the configuration part to an inner structureFederico Mena Quintero2019-10-281-62/+79
* c_api.rs: Make a bunch of functions privateFederico Mena Quintero2019-10-281-6/+6
* CHandle: add accessors for setting/getting flagsFederico Mena Quintero2019-10-283-29/+10
* CHandle: set/get the dpi in a single set of functionsFederico Mena Quintero2019-10-281-12/+26
* BaseUrl: use a single Option for both the url and the cstringFederico Mena Quintero2019-10-281-6/+32
* c_api.rs: Extract the BaseUri logic to its own structFederico Mena Quintero2019-10-281-14/+33
* Merge branch 'kleisauke/librsvg-simplify-la-generate'Federico Mena Quintero2019-10-163-71/+30
|\
| * Add a dummy file, to make sure the library is non-emptyKleis Auke Wolthuizen2019-10-161-0/+30
| * Simplify the generation of the libtool archive fileKleis Auke Wolthuizen2019-10-122-71/+0
* | Use the LGPL 2.1 consistentlyFederico Mena Quintero2019-10-156-62/+56
|/
* Use a IsA<gio::InputStream> generic only in the toplevel librsvg_crate APIFederico Mena Quintero2019-10-111-1/+1
* Propagate AcquireError::MaxReferencesExceeded quickly upstreamFederico Mena Quintero2019-10-101-6/+10
* Move pixbuf_utils to the librsvg_c_api crateFederico Mena Quintero2019-10-033-6/+338
* Remove the c-library feature for the librsvg_c_api crateFederico Mena Quintero2019-08-263-26/+6
* Move C API glue to a librsvg_c_api crateFederico Mena Quintero2019-08-264-0/+1655
* (#410): Update introspection annotationsFederico Mena Quintero2019-08-061-16/+16
* Move back to DocBook 4.3Federico Mena Quintero2019-08-022-22/+21
* Fix docs reference to a function that changed nameFederico Mena Quintero2019-08-021-1/+1
* rsvg-handle.c: Remove an HTML entity in the docsFederico Mena Quintero2019-08-021-1/+1
* Add new API rsvg_handle_render_element()Federico Mena Quintero2019-07-302-0/+62
* Fix deprecation annotations for get_dimensions_sub/get_position_subFederico Mena Quintero2019-07-301-2/+2
* Add new API rsvg_handle_get_geometry_for_element()Federico Mena Quintero2019-07-302-0/+75
* Add new API rsvg_handle_render_document()Federico Mena Quintero2019-07-292-0/+46
* Documentation for rsvg_handle_render_layer()Federico Mena Quintero2019-07-291-0/+34
* Add C version of rsvg_handle_render_layer()Federico Mena Quintero2019-07-293-8/+37
* Rename geometry_for_element -> geometry_for_layer throughoutFederico Mena Quintero2019-07-292-27/+27
* Mention panics due to incorrect API ordering in the new API functionsFederico Mena Quintero2019-07-241-0/+7
* Mention which functions depend on the DPI being setFederico Mena Quintero2019-07-241-10/+38
* Clarify which functions require the base file to be set beforehandFederico Mena Quintero2019-07-241-10/+35
* Be more explicit at how to pass fragment ids for the _sub() functionsFederico Mena Quintero2019-07-241-17/+43
* Hint at what to do after calling rsvg_handle_new_from_file()Federico Mena Quintero2019-07-241-1/+3
* Improve the wording around error return valuesFederico Mena Quintero2019-07-241-3/+3
* Mention which functions create RsvgHandle without flagsFederico Mena Quintero2019-07-241-4/+8
* Clarify the meaning of a panicFederico Mena Quintero2019-07-241-2/+2
* (#436): Explain reasons for deprecation of the width/height/em/ex properties ...Federico Mena Quintero2019-07-241-4/+20
* rsvg_handle_get_intrinsic_dimensions(): Move the out-of-order panic to the to...Federico Mena Quintero2019-07-231-0/+35
* Add rsvg_g_critical_from_c()Federico Mena Quintero2019-07-231-3/+12
* librsvg/rsvg-base.c: Include rsvg.hChun-wei Fan2019-07-031-0/+1
* librsvg headers: Decorate public/semi-public symbols for exportChun-wei Fan2019-07-033-4/+40
* Docs: mention that the cairo_t must not be in an error stateFederico Mena Quintero2019-07-011-2/+12
* rsvg-handle.c: Add a missing "Since:" annotationFederico Mena Quintero2019-05-131-0/+2
* rsvg-handle: take viewport as pointer for get_geometry_for_element()Marc-André Lureau2019-05-092-3/+4
* Fix annotations for rsvg_handle_get_intrinsic_dimensionsFederico Mena Quintero2019-03-281-6/+6
* Mention which function replaces get_dimensions_sub/get_position_subFederico Mena Quintero2019-03-282-4/+4