summaryrefslogtreecommitdiff
path: root/rsvg-convert.c
Commit message (Expand)AuthorAgeFilesLines
* 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