summaryrefslogtreecommitdiff
path: root/test-display.c
Commit message (Expand)AuthorAgeFilesLines
* test-display: Don't use deprecated gdk_color_parse()Federico Mena Quintero2015-04-171-6/+7
* test-display: Don't use deprecated gtk_scrolled_window_add_with_viewport()Federico Mena Quintero2015-04-171-2/+1
* test-display: Remove dead codeFederico Mena Quintero2015-04-171-25/+2
* Don't use deprecated gtk_stockFederico Mena Quintero2015-04-161-17/+20
* Handle the deprecation of g_type_init() to avoid compiler warningsFederico Mena Quintero2015-04-161-2/+3
* all: Add option to parse huge SVG XML filesChristian Persch2014-06-181-1/+9
* test-display: Fix potential g_object_unref(NULL) callPhilip Withnall2013-11-291-1/+2
* Require at least version 3.2 of GTK+Jasper St. Pierre2013-09-031-4/+0
* rsvg-view: Print errors to stderrChristian Persch2012-09-051-1/+1
* Deprecate including headers other than rsvg.hEvan Nemerson2012-06-121-1/+0
* rsvg-view: Better error messageChristian Persch2012-04-161-5/+6
* Remove now unused or unneeded variables and functionsFelix Riemann2012-03-261-6/+0
* rsvg-view: Plug a mem leakChristian Persch2012-02-211-0/+1
* rsvg-view: Better error messageChristian Persch2012-01-301-1/+6
* Don't export private function _rsvg_size_callbackChristian Persch2012-01-261-0/+1
* rsvg-view: Always initialise variableChristian Persch2012-01-131-2/+2
* rsvg-view: Re-implement .svgz supportChristian Persch2012-01-131-1/+29
* Rework rsvg-viewChristian Persch2011-12-191-425/+281
* Deprecate rsvg_init and rsvg_termChristian Persch2011-11-071-4/+2
* Fix for GtkVBox deprecationChristian Persch2011-11-071-0/+4
* Fix unused-but-set-variable warningsChristian Persch2011-11-071-4/+2
* Don't call g_thread_initChristian Persch2011-11-071-1/+1
* Plug mem leaks in rsvg-viewChristian Persch2011-11-071-2/+8
* rsvg-view: Fix build with gtk 3Christian Persch2010-09-271-0/+4
* Fix for gdk keysym name changeMaciej Piechotka2010-09-271-6/+12
* Remove XEMBED support from rsvg-viewChristian Persch2010-06-261-35/+4
* set proper mode-line and fix indent.Hiroyuki Ikezoe2010-04-251-24/+25
* scale image if the image is larger than screen by default.Hiroyuki Ikezoe2010-04-171-15/+99
* rsvg-view should show current zoom ratio.Hiroyuki Ikezoe2010-04-171-18/+49
* Fix crash while saving as svg.Christian Persch2010-04-101-10/+2
* remove needless G_OBJECT macros.Hiroyuki Ikezoe2010-04-071-12/+12
* Make librsvg compile with -DGSEAL_ENABLED. Fixes bug 612489.Andre Klapper2010-03-101-3/+3
* command-line tools can't handle UTF-8 encoded filenames (#557036, reportedDominic Lachowicz2008-10-201-0/+4
* #549418 - build failure: test-display.c io-svg.c format not a stringDominic Lachowicz2008-08-261-1/+1
* 524008 - remove spurious g_print()Dom Lachowicz2008-03-241-2/+0
* bump version; adjust for frame bordersDom Lachowicz2008-02-241-8/+21
* Make window size larger (#445870)Dom Lachowicz2008-02-241-2/+2
* Get rid of gnome print. Use gtk-print instead (#508526)Dominic Lachowicz2008-02-021-108/+61
* Add the filename to the window title. Bug #512797.Christian Persch2008-01-291-1/+9
* fix modeline.Emmanuel Pacaud2007-06-221-1/+2
* Bug 444443 - allow to subrender with rsvg-view. From Christian Persch.Dom Lachowicz2007-06-151-5/+49
* 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-692/+649
* make a debug message prettierDom Lachowicz2006-08-231-2/+2
* Use rsvg_return_if_fail where appropriate, to make life easier forDom Lachowicz2006-04-191-2/+4
* ditch popt in favor of goption; bug 336089Dom Lachowicz2006-04-011-36/+32
* oops - fix toolbar issue for real this timeDom Lachowicz2006-02-051-1/+1
* don't show zoom buttons when embedded as a mozilla pluginDom Lachowicz2006-02-051-10/+12
* Bug #330008 - prevent crashes and other bad behavior by checkingDom Lachowicz2006-02-051-2/+2
* bug 327177Dom Lachowicz2006-01-161-25/+50