summaryrefslogtreecommitdiffstats
path: root/src/sp-tspan.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Warning and uninitialized variable cleanup.Jon A. Cruz2012-01-081-49/+44
| | | (bzr r10860)
* Refactor SPItem bounding box methods: remove NRRect usage and make codeKrzysztof Kosi??ski2011-08-271-18/+13
| | | | | using them more obvious. Fix filter region computation. (bzr r10582.1.1)
* Merge from trunkKrzysztof Kosi??ski2011-04-071-18/+22
|\ | | | | (bzr r9508.1.73)
| * Finished cleanup of outdated SP_OBJECT_PARENT C macro.Jon A. Cruz2011-02-211-16/+20
| | | | | | (bzr r10064)
| * update to latest 2geom !Johan B. C. Engelen2011-02-021-2/+2
| | | | | | (bzr r10025)
* | Merge from trunk (again)Krzysztof Kosi??ski2010-12-151-60/+72
|\| | | | | (bzr r9508.1.72)
| * Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-60/+72
| |\ | | | | | | (bzr r9945.1.1)
| | * SPObject c++ification finalized along with the beginning of XML ↵Abhishek Sharma Public2010-07-121-13/+13
| | | | | | | | | | | | | | | Privatisation tweaks (bzr r9546.1.6)
| | * another c++ification for sp-object.h/cpp and still in progress...Abhishek Sharma Public2010-07-031-8/+8
| | | | | | | | | (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)
* | | Merge from trunkKrzysztof Kosi??ski2010-11-251-1/+1
|\| | | | | | | | (bzr r9508.1.70)
| * | Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵Chris Morgan2010-11-171-1/+1
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | fileencoding=utf-8 in all 1074 Vim modelines. The reason for this is that (a) setting the encoding isn't nice, and (b) Vim 7.3 (with modeline enabled) disallows it and pops up an error whenever you open any file with it ("invalid modeline"). Also corrected five deviant modestrings: * src/ui/widget/dock.cpp and src/ui/widget/dock.h: missing colon at the end * src/ui/dialog/tile.cpp: removed gratuitous second colon at the end * src/helper/units-test.h: removed gratuitous space before a colon * share/extensions/export_gimp_palette.py: missing textwidth=99 That's my geekiest commit yet. (bzr r9900)
* | Wholesale cruft removal part 3Krzysztof Kosi??ski2010-08-041-3/+4
| | | | | | (bzr r9508.1.47)
* | Wholesale cruft removal part 2Krzysztof Kosi??ski2010-08-041-1/+0
|/ | | (bzr r9508.1.45)
* Revert recent refactoring changes by johnce because they break the build, ↵Maximilian Albert2009-08-061-4/+4
| | | | | which cannot be fixed easily. (bzr r8422)
* SPDocument->Documentjohnce2009-08-051-4/+4
| | | (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)
* More NR ==> Geom changesJoshua L. Blocher2008-12-281-4/+4
| | | (bzr r7032)
* Next roud of NR ==> Geom conversionMaximilian Albert2008-09-181-3/+3
| | | (bzr r6839)
* remove many unnecessary to_2geom and from_2geom callsJohan B. C. Engelen2008-08-081-1/+1
| | | (bzr r6593)
* change NR::Matrix to Geom:: for many sp_item_xxx_affine functionsJohan B. C. Engelen2008-06-121-1/+1
| | | (bzr r5915)
* plumb XML::Documents in everywhereMenTaLguY2008-06-111-16/+14
| | | (bzr r5884)
* Applying fixes for gcc 4.3 build issues (closes LP: #169115)Bryce Harrington2008-01-311-0/+2
| | | (bzr r4629)
* comment fixbulia byak2007-12-301-1/+1
| | | (bzr r4341)
* warning cleanupJon A. Cruz2007-11-081-1/+1
| | | (bzr r4043)
* Purged fill type enumJon A. Cruz2007-09-101-1/+1
| | | (bzr r3706)
* remove age-old optimization which fails to update display when undoing ↵bulia byak2007-07-231-2/+1
| | | | | removing manual kerns (bzr r3279)
* tspan statusbar descriptionbulia byak2007-07-221-0/+13
| | | (bzr r3275)
* bug 1243190: add tref element support; limited editing support thus far ↵Richard Hughes2007-07-111-4/+5
| | | | | (patch by gbanaszk) (bzr r3227)
* plumb XML::Document parameter into duplication, courtesy of bryceMenTaLguY2007-03-201-1/+1
| | | (bzr r2723)
* more removal of sp_repr_new*MenTaLguY2007-01-241-5/+9
| | | (bzr r2271)
* bulk trailing spaces removal. consistency through MD5 of binaryRalf Stephan2006-02-151-3/+3
| | | (bzr r149)
* r10887@tres: ted | 2006-02-05 23:16:41 -0800Ted Gould2006-02-061-3/+3
| | | | | | | Okay, I'm basically undoing the last commit that SVK screwed up. All this work is not mine, it was done by other people. Sorry to mess things up. (bzr r92)
* (bzr r90)Ted Gould2006-02-061-3/+3
|
* remove unused layout copying, commentbulia byak2006-02-051-3/+3
| | | (bzr r81)
* tspan bboxes now workbulia byak2006-02-051-0/+32
| | | (bzr r78)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+572
(bzr r1)