summaryrefslogtreecommitdiff
path: root/librsvg/rsvg-handle.c
Commit message (Expand)AuthorAgeFilesLines
* Move gtk-doc comments from C files to public header filesSven Neumann2020-09-291-1102/+0
* Revert "Move gtk-doc comments from librsvg/rsvg-*.c to the Rust code"Sven Neumann2020-09-291-0/+1102
* Move gtk-doc comments from librsvg/rsvg-*.c to the Rust codeSven Neumann2020-09-281-1102/+0
* Use exported Rust functions directlySven Neumann2020-09-241-372/+0
* Port obsolete C stub functions to RustSven Neumann2020-09-181-17/+13
* Port the remaining C convenience functions to RustSven Neumann2020-09-171-9/+12
* Fix typos, courtesy of codespellFederico Mena Quintero2020-06-191-3/+3
* (#596): Fix introspection data for rsvg_handle_set_stylesheet()Federico Mena Quintero2020-05-051-5/+5
* Remove unused functionsFederico Mena Quintero2020-04-081-2/+0
* Use a single rsvg_rust_handle_set_dpi_x_yFederico Mena Quintero2020-04-081-4/+2
* Do all the GType checks for the C API in the Rust codeFederico Mena Quintero2020-04-081-54/+0
* Do all simple argument checks in RustFederico Mena Quintero2020-04-081-34/+2
* Implement rsvg_return_if_fail / rsvg_return_val_if_fail in RustFederico Mena Quintero2020-04-081-1/+0
* Remove unused typedefFederico Mena Quintero2020-02-071-3/+0
* New C API, rsvg_handle_set_stylesheet()Federico Mena Quintero2020-01-241-0/+39
* CHandle: add accessors for setting/getting flagsFederico Mena Quintero2019-10-281-2/+0
* Use the LGPL 2.1 consistentlyFederico Mena Quintero2019-10-151-10/+9
* (#410): Update introspection annotationsFederico Mena Quintero2019-08-061-16/+16
* Move back to DocBook 4.3Federico Mena Quintero2019-08-021-10/+10
* 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-301-0/+55
* Add new API rsvg_handle_get_geometry_for_element()Federico Mena Quintero2019-07-301-0/+69
* Add new API rsvg_handle_render_document()Federico Mena Quintero2019-07-291-0/+40
* 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-291-0/+21
* Rename geometry_for_element -> geometry_for_layer throughoutFederico Mena Quintero2019-07-291-21/+21
* 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
* 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-091-2/+3
* 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-281-2/+2
* Document RsvgLength, RsvgUnit, rsvg_handle_get_intrinsic_dimensions()Federico Mena Quintero2019-03-271-0/+37
* Remove rsvg_handle_get_geometry_sub()Federico Mena Quintero2019-03-271-36/+6
* rsvg_handle_get_geometry_for_element(): New public APIFederico Mena Quintero2019-03-261-0/+62
* c_api: move C api functions in the c_api modulePaolo Borelli2019-03-031-53/+52
* Revert "Revert the subclass branch temporarily"Federico Mena Quintero2019-02-221-243/+5
* Merge branch 'master' into dimensions-apiFederico Mena Quintero2019-02-181-27/+25
|\
| * Add toplevel docs for librsvg_cratewip/rust-apiFederico Mena Quintero2019-02-181-7/+13
| * Use libxml's structured error callback instead of vararg oneKornel Lesiński2019-02-181-24/+0