summaryrefslogtreecommitdiffstats
path: root/src/sp-use.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Adding checks to prevent null pointer dereferencesKris De Gussem2012-05-041-3/+7
| | | (bzr r11325)
* Janitorial tasks: get rid of deprecated repr wrapper functionsKris De Gussem2012-01-031-1/+1
| | | (bzr r10830)
* Remove all NRRect use.Krzysztof Kosi??ski2011-08-271-8/+5
| | | (bzr r10582.1.5)
* Refactor SPItem bounding box methods: remove NRRect usage and make codeKrzysztof Kosi??ski2011-08-271-11/+6
| | | | | using them more obvious. Fix filter region computation. (bzr r10582.1.1)
* Rewrite NRArena -> Inkscape::Drawing. Call render and updateKrzysztof Kosi??ski2011-08-071-4/+4
| | | | | methods on the Drawing rather than on the root DrawingItem. (bzr r10347.1.25)
* Rewrite NRArenaItem hierarchy into C++Krzysztof Kosi??ski2011-08-061-15/+18
| | | (bzr r10347.1.21)
* Merge from trunkKrzysztof Kosi??ski2011-04-071-53/+55
|\ | | | | (bzr r9508.1.73)
| * Finished cleanup of outdated SP_OBJECT_PARENT C macro.Jon A. Cruz2011-02-211-35/+37
| | | | | | (bzr r10064)
| * update to latest 2geom !Johan B. C. Engelen2011-02-021-18/+18
| | | | | | (bzr r10025)
* | Merge from trunk (again)Krzysztof Kosi??ski2010-12-151-27/+32
|\| | | | | (bzr r9508.1.72)
| * Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-27/+32
| |\ | | | | | | (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-8/+8
| | | | | | | | | | | | | | | 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)
| * | Fix Bug #675309 - crash when unlinking an orphaned cloneAdonis Papaderos2010-11-251-1/+1
| |/ | | | | (bzr r9917.2.1)
* / Wholesale cruft removal part 2Krzysztof Kosi??ski2010-08-041-2/+0
|/ | | (bzr r9508.1.45)
* Fix wrong bbox upon selecting clones of horizontal/vertical lines (related ↵Johan B. C. Engelen2010-04-271-1/+8
| | | | | | | | to bug #318726) Fixed bugs: - https://launchpad.net/bugs/318726 (bzr r9385)
* Refactoring the snapping API (making it easier to maintain and understand ↵Diederik van Lierop2010-01-091-3/+3
| | | | | for the devs) (bzr r8960)
* 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)
* suppress warnings caused by an orphaned clone, which is legit even if uselessbulia byak2009-03-091-3/+5
| | | (bzr r7445)
* The snap indicator's tooltip now displays "A to B", whereas before it only ↵Diederik van Lierop2009-02-201-5/+5
| | | | | displayed "B". (bzr r7335)
* More NR ==> Geom changesJoshua L. Blocher2008-12-281-1/+1
| | | (bzr r7032)
* NR -> 2geom some headers in src/Joshua L. Blocher2008-12-041-7/+7
| | | (bzr r6935)
* From trunkTed Gould2008-10-271-6/+8
| | | (bzr r6885)
* Merging from trunkTed Gould2008-10-111-16/+16
| | | (bzr r6884)
* properly detach SPObject from repr when deleting clonebulia byak2008-09-201-1/+10
| | | (bzr r6857)
* Next roud of NR ==> Geom conversionMaximilian Albert2008-09-181-5/+5
| | | (bzr r6839)
* remove extra unref; now ref/unref is done by show/hide; this used to stop ↵bulia byak2008-09-161-2/+0
| | | | | this arenaitem from leaking, but this is now fixed properly in SPItem (bzr r6819)
* plumb XML::Documents in everywhereMenTaLguY2008-06-111-4/+3
| | | (bzr r5884)
* warning cleanup and fixed string free issueJon A. Cruz2008-05-041-2/+2
| | | (bzr r5594)
* No more NRMatrix or NRPoint.Jasper van de Gronde2008-03-211-8/+5
| | | (bzr r5149)
* Don't crash when the original of an SPUse can't be found. This sort of fixes ↵Maximilian Albert2008-02-221-2/+5
| | | | | LP 185734, but maybe further action would be appropriate (e.g., should we remove orphaned items from the xml tree in the first place?). (bzr r4821)
* Applying fixes for gcc 4.3 build issues (closes LP: #169115)Bryce Harrington2008-01-311-0/+4
| | | (bzr r4629)
* warning cleanupJon A. Cruz2007-11-081-3/+3
| | | (bzr r4043)
* Fix for bug #1699198: snap nodes of clonesDiederik van Lierop2007-04-231-0/+18
| | | (bzr r2951)
* a better and more complete fix for 1690914bulia byak2007-03-301-2/+2
| | | (bzr r2785)
* fix 1690914bulia byak2007-03-301-1/+1
| | | (bzr r2784)
* plumb XML::Document parameter into duplication, courtesy of bryceMenTaLguY2007-03-201-2/+2
| | | (bzr r2723)
* start switching sp_repr_new* over to XML::Document::create*, and rename ↵MenTaLguY2007-01-211-2/+4
| | | | | create methods to match DOM (bzr r2253)
* Internally, a clone is a NRArenaGroup, with the actual visible item being ↵bulia byak2006-10-081-0/+13
| | | | | its child. Previously, that child inherited the style from the parent group, but the group itsef was not styled. However this does not work for filter (at least) because it is by default a noninherited property. So, for all properties to work on clones, we need to set the style on the NRArenaGroup explicitly, just as SPItemGroup does the same. (bzr r1780)
* patch for bug 1458643 by Andreas Burmanbulia byak2006-05-141-0/+13
| | | (bzr r829)
* increase cutoff depth of recursive clone descriptionsbulia byak2006-03-151-1/+1
| | | (bzr r243)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+712
(bzr r1)