summaryrefslogtreecommitdiffstats
path: root/src/sp-tref.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix crashes with empty text objectsKrzysztof Kosi??ski2011-09-041-1/+1
| | | (bzr r10617)
* Refactor SPItem bounding box methods: remove NRRect usage and make codeKrzysztof Kosi??ski2011-08-271-19/+13
| | | | | using them more obvious. Fix filter region computation. (bzr r10582.1.1)
* Rewrite NRArenaItem hierarchy into C++Krzysztof Kosi??ski2011-08-061-1/+0
| | | (bzr r10347.1.21)
* Merge from trunkKrzysztof Kosi??ski2011-04-071-39/+43
|\ | | | | (bzr r9508.1.73)
| * Finished cleanup of outated SP_OBJECT_DOCUMENT C macro.Jon A. Cruz2011-02-211-37/+41
| | | | | | (bzr r10060)
| * update to latest 2geom !Johan B. C. Engelen2011-02-021-2/+2
| | | | | | (bzr r10025)
* | Merge from trunk (again)Krzysztof Kosi??ski2010-12-151-18/+17
|\| | | | | (bzr r9508.1.72)
| * Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-18/+17
| |\ | | | | | | (bzr r9945.1.1)
| | * 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)
* | | 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 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-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)