summaryrefslogtreecommitdiffstats
path: root/src/sp-tref-reference.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-79/+0
| | | | A lot of header clean-up.
* Refactor Util::ptr_sharedJan Lingscheid2017-10-181-4/+4
| | | | | Util::ptr_shared<T> was only used in its <char> specialization, so it is now refactored into a non-template class. Using it with arbitary classes was dangerous anyway.
* Header cleanup: stop using Glib types where they aren't truly needed. Eases ↵Liam P. White2014-08-311-3/+5
| | | | | GThread deprecation errors. (bzr r13341.1.190)
* (cppcheck and janitorial tasks:) C-style casting to C++-style castingKris De Gussem2012-02-051-1/+1
| | | (bzr r10939)
* Cleanup for src/forward.h. (About 19 of the affected files did not require ↵Jon A. Cruz2011-10-051-1/+0
| | | | | the contents forward.h at all). (bzr r10667)
* compatibility patch to compile using gcc 4.6Adib Taraben2011-02-271-0/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/707205 (bzr r10070.1.1)
* Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-0/+2
|\ | | | | (bzr r9945.1.1)
| * This is the first c++ification commit from me. It handles sp-line, ↵Abhishek Sharma Public2010-06-291-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)
* bug 1243190: add tref element support; limited editing support thus far ↵Richard Hughes2007-07-111-0/+75
(patch by gbanaszk) (bzr r3227)