summaryrefslogtreecommitdiffstats
path: root/src/object/sp-use-reference.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-11-08Clarify licensesMax Gaukler1-1/+2
- add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library
2018-06-19Run clang-tidy’s modernize-redundant-void-arg pass.Emmanuel Gil Peyrot1-4/+4
2018-06-18Run clang-tidy’s modernize-use-override pass.Emmanuel Gil Peyrot1-2/+2
This adds the override specifier on all methods which override a virtual method, whether they were already virtual or missing this specifier.
2018-05-31Implement rendering for 'textPath' 'side' attribute. No GUI.Tavmjong Bah1-2/+2
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-0/+0
A lot of header clean-up.
2014-09-27Update to experimental r13565Liam P. White1-4/+4
(bzr r13341.5.16)
2014-08-31Header cleanup: stop using Glib types where they aren't truly needed. Eases ↵Liam P. White1-4/+4
GThread deprecation errors. (bzr r13341.1.190)
2013-03-14Fix another tonne of forward declaration tagsAlex Valavanis1-1/+1
(bzr r12204)
2012-02-06(cppcheck and janitorial tasks:) C-style casting to C++-style castingKris De Gussem1-1/+1
(bzr r10946)
2011-10-05Cleanup for src/forward.h. (About 19 of the affected files did not require ↵Jon A. Cruz1-1/+0
the contents forward.h at all). (bzr r10667)
2011-02-27compatibility patch to compile using gcc 4.6Adib Taraben1-0/+1
Fixed bugs: - https://launchpad.net/bugs/707205 (bzr r10070.1.1)
2010-06-29This is the first c++ification commit from me. It handles sp-line, ↵Abhishek Sharma Public1-0/+1
sp-polyline, sp-item and marks the onset of document c++ification as well. Users can check performace increase with [/usr/bin/time -v inkscape_binary_with_commandline_options]. (bzr r9546.1.1)
2008-03-26whitespace. remove tabs, improve readabilityJohan B. C. Engelen1-29/+30
(bzr r5199)
2006-07-28switch to sigc++ SPObject signals for SPUsePathReferenceMenTaLguY1-1/+1
(bzr r1498)