summaryrefslogtreecommitdiff
path: root/rsvg-convert.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* background color setting feature in rsvg_convert program (#556969). PatchDominic Lachowicz2008-10-201-0/+19
* command-line tools can't handle UTF-8 encoded filenames (#557036, reportedDominic Lachowicz2008-10-201-1/+5
* #549619 . build librsvg failDom Lachowicz2008-08-271-2/+3
* fix modeline.Emmanuel Pacaud2007-06-221-1/+4
* Add gthread as a dependency; call g_thread_init(NULL) in the right places, si...Dom Lachowicz2007-06-151-0/+2
* 402107 . rsvg_convert and rsvg_viiew crash if called \ without argumentsDom Lachowicz2007-01-291-1/+1
* Indentation fix, using: indent -kr -nut -pcs -psl -i4 -l100Emmanuel Pacaud2007-01-121-242/+225
* Fix bug with scaling + clipping reported on cairo-devel.Kouhei Sutou2006-10-131-1/+1
* require cairo 1.1.2 and prune some code made obsolete by newer cairo releasesDom Lachowicz2006-05-031-8/+0
* Use rsvg_return_if_fail where appropriate, to make life easier forDom Lachowicz2006-04-191-7/+21
* ditch popt in favor of goption; bug 336089Dom Lachowicz2006-04-011-27/+29
* prevent against getting a null handle backDom Lachowicz2006-03-191-0/+5
* rsvg-convert 'crashes' because it calls g_error() on an error condition,Dom Lachowicz2006-03-161-4/+4
* don't paint surfaces with CLEAR that don't support alpha; i'm not at all happ...Dom Lachowicz2006-02-071-0/+8
* Bug #330008 - prevent crashes and other bad behavior by checkingDom Lachowicz2006-02-051-1/+5
* Rename rsvg_cairo_render to rsvg_handle_render_cairo, for better GObjectDom Lachowicz2006-02-041-1/+1
* don't use newly deprecated API; use g_object_unref insteadDom Lachowicz2006-02-041-3/+3
* update documentation - should be near 100% symbol coverageDom Lachowicz2006-01-291-4/+4
* document new APIsDom Lachowicz2006-01-141-1/+0
* fix buildDom Lachowicz2006-01-011-0/+1
* Mozilla-config fixes so that it works with more config scripts Fix someDom Lachowicz2005-12-201-2/+2
* support multi-page svg output tooDom Lachowicz2005-12-101-1/+10
* Remove New utility called 'rsvg-convert'. Can convert a SVG to a PS, PDF,Dom Lachowicz2005-12-101-0/+289