summaryrefslogtreecommitdiffstats
path: root/src/svg-view-widget.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* C++ify SVGViewWidget. Remove unused code.Tavmjong Bah2018-11-061-244/+0
|
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-6/+6
| | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-041-2/+2
| | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-291-2/+2
|
* Finish removing GTK+ 2 fallbacksAlex Valavanis2016-07-281-34/+3
| | | (bzr r15023.2.8)
* svg-view-widget: Fix background-color handling #Hackfest2016Alex Valavanis2016-04-121-2/+12
| | | (bzr r14793)
* Bump ifdefs to 3.8 (now ifdefs say 3.0 instead of 3.2 or 3.8)Martin Owens2016-04-121-1/+1
| | | (bzr r14788)
* svg-view-widget: Gtk+ 3 fixesAlex Valavanis2014-08-261-6/+12
| | | (bzr r13341.1.182)
* More GObject boilerplate reductionAlex Valavanis2014-08-241-35/+11
| | | (bzr r13341.1.175)
* Fix build (not pretty).Liam P. White2014-08-181-1/+1
| | | (bzr r13341.1.146)
* Added viewBox implement document unit support.Matthew Petroff2013-08-271-2/+3
| | | (bzr r12475.1.2)
* Don't use GtkColormap in Gtk+ 3Alex Valavanis2012-06-091-1/+8
| | | (bzr r11480)
* Fix remaining size_request issues for Gtk+ buildAlex Valavanis2012-06-091-0/+11
| | | (bzr r11475)
* Drop GtkObject usage in view widgetsAlex Valavanis2012-05-221-7/+6
| | | (bzr r11403)
* Revert r11370. Fix crash with grid in default templateAlex Valavanis2012-05-191-6/+7
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1001724 (bzr r11386)
* Drop some GtkObject usageAlex Valavanis2012-05-161-7/+6
| | | (bzr r11370)
* Fixed conditional code to avoid unused function warnings.Jon A. Cruz2012-04-181-0/+4
| | | (bzr r11262)
* Work around for some missing glibmm headers in gtkmm (should be fixed in ↵Alex Valavanis2012-04-171-0/+27
| | | | | gtkmm 3.4) (bzr r11261)
* cppcheckKris De Gussem2012-03-071-1/+1
| | | (bzr r11052)
* Remove some deprecated GDK symbolsAlex Valavanis2012-03-031-1/+2
| | | (bzr r11043)
* Initial C++ification of SPCanvas.Jon A. Cruz2012-01-121-2/+2
| | | (bzr r10873)
* More GSEAL issuesAlex Valavanis2012-01-041-1/+1
| | | (bzr r10836)
* Fixing more broken and split doc comments.Jon A. Cruz2011-10-271-26/+14
| | | (bzr r10697)
* GTK+ cleanup: gtk_type_classAlex Valavanis2011-07-031-8/+4
| | | (bzr r10407)
* GTK+ cleaning: gtk_type_newAlex Valavanis2011-07-021-1/+1
| | | (bzr r10390.1.3)
* Remove dead GTK visual functionsAlex Valavanis2011-06-231-2/+0
| | | (bzr r10344)
* Use generic headers in preparation for GTK+ 3 transitionAlex Valavanis2011-06-031-1/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/792263 (bzr r10252.1.1)
* Split SPCanvasItem and SPCanvasGroup to individual .h files. Removed forward ↵Jon A. Cruz2010-12-231-13/+13
| | | | | header. (bzr r9978.1.1)
* Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-4/+3
|\ | | | | (bzr r9945.1.1)
| * C++fied SPDocument addedAbhishek Sharma Public2010-07-011-2/+2
|/ | | (bzr r9546.1.2)
* Revert recent refactoring changes by johnce because they break the build, ↵Maximilian Albert2009-08-061-1/+1
| | | | | which cannot be fixed easily. (bzr r8422)
* SPDocument->Documentjohnce2009-08-051-1/+1
| | | (bzr r8404)
* More type registration cleanupJon A. Cruz2008-05-101-15/+18
| | | (bzr r5646)
* warning cleanupJon A. Cruz2007-11-021-1/+1
| | | (bzr r4012)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+249
(bzr r1)