summaryrefslogtreecommitdiffstats
path: root/src/svg-view-widget.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2018-11-06C++ify SVGViewWidget. Remove unused code.Tavmjong Bah1-244/+0
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-6/+6
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-2/+2
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-2/+2
2016-07-28Finish removing GTK+ 2 fallbacksAlex Valavanis1-34/+3
2016-04-12svg-view-widget: Fix background-color handling #Hackfest2016Alex Valavanis1-2/+12
2016-04-12Bump ifdefs to 3.8 (now ifdefs say 3.0 instead of 3.2 or 3.8)Martin Owens1-1/+1
2014-08-26svg-view-widget: Gtk+ 3 fixesAlex Valavanis1-6/+12
2014-08-24More GObject boilerplate reductionAlex Valavanis1-35/+11
2014-08-18Fix build (not pretty).Liam P. White1-1/+1
2013-08-27Added viewBox implement document unit support.Matthew Petroff1-2/+3
2012-06-09Don't use GtkColormap in Gtk+ 3Alex Valavanis1-1/+8
2012-06-09Fix remaining size_request issues for Gtk+ buildAlex Valavanis1-0/+11
2012-05-22Drop GtkObject usage in view widgetsAlex Valavanis1-7/+6
2012-05-19Revert r11370. Fix crash with grid in default templateAlex Valavanis1-6/+7
2012-05-16Drop some GtkObject usageAlex Valavanis1-7/+6
2012-04-18Fixed conditional code to avoid unused function warnings.Jon A. Cruz1-0/+4
2012-04-17Work around for some missing glibmm headers in gtkmm (should be fixed in gtkm...Alex Valavanis1-0/+27
2012-03-07cppcheckKris De Gussem1-1/+1
2012-03-03Remove some deprecated GDK symbolsAlex Valavanis1-1/+2
2012-01-12Initial C++ification of SPCanvas.Jon A. Cruz1-2/+2
2012-01-04More GSEAL issuesAlex Valavanis1-1/+1
2011-10-27Fixing more broken and split doc comments.Jon A. Cruz1-26/+14
2011-07-03GTK+ cleanup: gtk_type_classAlex Valavanis1-8/+4
2011-07-02GTK+ cleaning: gtk_type_newAlex Valavanis1-1/+1
2011-06-23Remove dead GTK visual functionsAlex Valavanis1-2/+0
2011-06-03Use generic headers in preparation for GTK+ 3 transitionAlex Valavanis1-1/+1
2010-12-23Split SPCanvasItem and SPCanvasGroup to individual .h files. Removed forward ...Jon A. Cruz1-13/+13
2010-07-01C++fied SPDocument addedAbhishek Sharma Public1-2/+2
2009-08-06Revert recent refactoring changes by johnce because they break the build, whi...Maximilian Albert1-1/+1
2009-08-05SPDocument->Documentjohnce1-1/+1
2008-05-10More type registration cleanupJon A. Cruz1-15/+18
2007-11-02warning cleanupJon A. Cruz1-1/+1