summaryrefslogtreecommitdiffstats
path: root/src/sp-tref.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* SPObject c++ification finalized along with the beginning of XML ↵Abhishek Sharma Public2010-07-121-6/+6
| | | | | Privatisation tweaks (bzr r9546.1.6)
* another c++ification for sp-object.h/cpp and still in progress...Abhishek Sharma Public2010-07-031-5/+5
| | | (bzr r9546.1.4)
* This is the first c++ification commit from me. It handles sp-line, ↵Abhishek Sharma Public2010-06-291-1/+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)
* Revert recent refactoring changes by johnce because they break the build, ↵Maximilian Albert2009-08-061-3/+3
| | | | | which cannot be fixed easily. (bzr r8422)
* SPDocument->Documentjohnce2009-08-051-3/+3
| | | (bzr r8404)
* gcc warning cleanup:Felipe Corr??a da Silva Sanches2009-02-081-1/+1
| | | | | | warning: suggest a space before ‘;’ or explicit braces around empty body in 'for'/'while' statement (bzr r7251)
* Next roud of NR ==> Geom conversionMaximilian Albert2008-09-181-3/+3
| | | (bzr r6839)
* plumb XML::Documents in everywhereMenTaLguY2008-06-111-4/+3
| | | (bzr r5884)
* warning cleanup and fixed string free issueJon A. Cruz2008-05-041-80/+80
| | | (bzr r5594)
* Apply Gail's patch which fixes LP #178646Maximilian Albert2008-03-041-3/+15
| | | (bzr r4964)
* warning cleanupJon A. Cruz2007-11-081-3/+3
| | | (bzr r4043)
* Purged fill type enumJon A. Cruz2007-09-101-1/+1
| | | (bzr r3706)
* A few additions to ensure that editing trefs is not allowed (and doesn't ↵Gail Carmichael2007-07-171-45/+74
| | | | | cause a crash). Also allows all trefs within a selection to be 'unlinked'. (bzr r3261)
* bug 1243190: add tref element support; limited editing support thus far ↵Richard Hughes2007-07-111-0/+626
(patch by gbanaszk) (bzr r3227)