summaryrefslogtreecommitdiff
path: root/rsvg-convert.c
Commit message (Expand)AuthorAgeFilesLines
* rsvg-convert: Accept RGBA colors for the --background-color optionHao Guan2020-04-091-2/+3
* rsvg-convert: apply scale once, not again on each output pageSven Neumann2020-02-131-5/+4
* Add a -s / --stylesheet option to rsvg-convertFederico Mena Quintero2020-01-241-0/+20
* Add missing newlines to a couple of rsvg-convert error messageswip/css-crateFederico Mena Quintero2020-01-131-2/+2
* Use the LGPL 2.1 consistentlyFederico Mena Quintero2019-10-151-13/+14
* (#451): Make rsvg-convert detect images larger than pixman's limitFederico Mena Quintero2019-08-161-0/+7
* rsvg-convert: Catch the case where the SVG has no dimensionsFederico Mena Quintero2019-05-231-0/+5
* Move rsvg-size-callback into rsvg-convert.cFederico Mena Quintero2019-01-111-7/+99
* Remove all calls to rsvg_cleanup() since it's a no-op nowFederico Mena Quintero2018-12-271-2/+0
* Add deprecation annotations to rsvg_handle_get_{position,dimensions}_subFederico Mena Quintero2018-12-101-0/+2
* Mark rsvg_defs_lookup() as G_GNUC_INTERNALFederico Mena Quintero2018-11-291-5/+5
* (#371): rsvg-convert - Fix positioning of extracted elements when they are sc...Federico Mena Quintero2018-10-261-3/+4
* (#365): rsvg-convert: Specify pixel dimensiosn for SVG outputAntonio Ospite2018-10-231-1/+3
* rsvg-convert: Exit when we cannot render a file successfullyFederico Mena Quintero2018-08-211-3/+10
* Remove AllowInherit and AllowCurrentColor from color parsingFederico Mena Quintero2018-04-281-1/+1
* rsvg-convert.c: Fix build WindowsChun-wei Fan2018-02-231-0/+1
* Move the C part of the library to a librsvg/ subdirectoryFederico Mena Quintero2018-02-221-3/+3
* Make PDF output reproducible if the SOURCE_DATE_EPOCH envvar is setChris Lamb2018-02-131-1/+43
* Don't use rsvg_set_default_dpi*() in the utilities nor in the testsFederico Mena Quintero2018-02-061-2/+12
* Remove RSVG_G_TYPE_INIT - we have required glib 2.52 for some time nowFederico Mena Quintero2018-02-061-3/+0
* gitlab#117 - (Windows) Set stdout to O_BINARY in rsvg-convert.Federico Mena Quintero2018-01-151-0/+6
* gitlab#160 - rsvg-convert: Fix error reporting when running from stdinPhilip Withnall2018-01-121-0/+3
* Fully move rsvg_css_parse_color() to Rust. Yay!Federico Mena Quintero2017-05-191-1/+9
* Sanitize the indentation specifiers for Emacs/VimFederico Mena Quintero2017-05-181-2/+2
* rsvg-convert: Remove redundant code for zlib decompressionFederico Mena Quintero2016-10-211-28/+0
* bgo#760262: rsvg-convert: Actually scale the image if requiredMenner2016-04-041-7/+17
* rsvg-convert: Use g_printerr()Benjamin Otte2015-11-061-8/+8
* bgo#520654 - Support --export-id in rsvg-convert(1)Federico Mena Quintero2015-08-111-15/+49
* Handle the deprecation of g_type_init() to avoid compiler warningsFederico Mena Quintero2015-04-161-1/+2
* Fix possibly-uninitialized variableFederico Mena Quintero2015-02-121-1/+1
* Really Fix Build of rsvg-convert on WindowsChun-wei Fan2014-12-191-4/+22
* Do not depend on gio-unix-2.0 as it breaks the MinGW buildAlexey Pavlov2014-12-031-0/+8
* rsvg-convert: Fix argument processingChristian Persch2014-09-171-1/+1
* rsvg-convert: Handle gzip compressed input2.40.4Christian Persch2014-09-011-1/+30
* all: Add flag to keep image data2.40.3Suzuki Toshiya2014-08-171-0/+12
* all: Add option to parse huge SVG XML filesChristian Persch2014-06-181-49/+27
* add eps support to rsvg-convertNicholas Beeuwsaert2013-10-111-5/+8
* rsvg-convert: Print errors to stderrChristian Persch2012-09-051-1/+1
* Deprecate including headers other than rsvg.hEvan Nemerson2012-06-121-1/+0
* Don't export private function _rsvg_size_callbackChristian Persch2012-01-261-0/+1
* Plug a mem leakChristian Persch2011-11-121-0/+2
* Plug a mem leakChristian Persch2011-11-121-0/+3
* Plug a mem leakChristian Persch2011-11-121-0/+1
* Deprecate rsvg_init and rsvg_termChristian Persch2011-11-071-2/+1
* Don't use deprecated g_thread_initChristian Persch2011-11-071-1/+1
* Add xml and recording surface output to rsvg-convertChristian Persch2010-10-131-1/+5
* unfinishedChristian Persch2010-09-271-1/+25
* set proper mode-line and fix indent.Hiroyuki Ikezoe2010-04-251-6/+8
* remove needless G_OBJECT macros.Hiroyuki Ikezoe2010-04-071-4/+4
* Fix compiler warnings.Vincent Untz2010-03-301-1/+1