index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
sp-item-group.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2012-10-30
Fix for 1071328 : Inkscape encounters internal error when opening a valid SVG...
John Smith
1
-1
/
+3
2012-05-04
cpp-style casting
Kris De Gussem
1
-1
/
+1
2012-02-12
Header cleaning
Alex Valavanis
1
-0
/
+2
2012-01-17
turn SPPath into a class, and add some methods...
Johan B. C. Engelen
1
-1
/
+1
2011-08-29
Correct typo in bounding box calculation for groups. Fixes LP #836536
Krzysztof Kosi??ski
1
-1
/
+1
2011-08-27
Refactor SPItem bounding box methods: remove NRRect usage and make code
Krzysztof Kosi??ski
1
-10
/
+9
2011-08-07
Rewrite NRArena -> Inkscape::Drawing. Call render and update
Krzysztof Kosi??ski
1
-8
/
+8
2011-08-06
Rewrite NRArenaItem hierarchy into C++
Krzysztof Kosi??ski
1
-37
/
+32
2011-07-16
Cleanup of oudated/redundant SP_ITEM() macro use.
Jon A. Cruz
1
-9
/
+7
2011-06-04
Removed outdated/unsafe SP_DOCUMENT_DEFS macro and reduced usage of SP_ROOT()...
Jon A. Cruz
1
-2
/
+3
2011-02-21
Finished cleanup of outated SP_OBJECT_DOCUMENT C macro.
Jon A. Cruz
1
-46
/
+47
2011-02-02
update to latest 2geom !
Johan B. C. Engelen
1
-6
/
+6
2010-08-04
Wholesale cruft removal part 3
Krzysztof Kosi??ski
1
-1
/
+1
2010-08-04
Wholesale cruft removal part 2
Krzysztof Kosi??ski
1
-2
/
+0
2010-07-14
SPShape c++ified to the extent it was possible and more changes done for XML ...
Abhishek Sharma Public
1
-2
/
+2
2010-07-12
SPObject c++ification finalized along with the beginning of XML Privatisation...
Abhishek Sharma Public
1
-1
/
+1
2010-07-03
another c++ification for sp-object.h/cpp and still in progress...
Abhishek Sharma Public
1
-10
/
+10
2010-07-02
New Class SPDocumentUndo created which takes care of c++fying some non SPDocu...
Abhishek Sharma Public
1
-1
/
+1
2010-07-01
C++fied SPDocument added
Abhishek Sharma Public
1
-3
/
+3
2010-06-29
This is the first c++ification commit from me. It handles sp-line, sp-polylin...
Abhishek Sharma Public
1
-12
/
+12
2010-02-04
Patch by Martin Sucha to add preferences to for grouping on Clip/Mask
Josh Andler
1
-1
/
+5
2010-01-09
Refactoring the snapping API (making it easier to maintain and understand for...
Diederik van Lierop
1
-3
/
+3
2009-12-26
Major simplification of 3D box code.
Maximilian Albert
1
-20
/
+0
2009-11-23
work on the lpe group undo bug. it's not solved, but i think LPE code does ev...
Johan B. C. Engelen
1
-1
/
+5
2009-10-07
Patch by Johan to fix 391368
Josh Andler
1
-10
/
+16
2009-08-06
Revert recent refactoring changes by johnce because they break the build, whi...
Maximilian Albert
1
-3
/
+3
2009-08-05
SPDocument->Document
johnce
1
-3
/
+3
2009-06-20
When ungrouping, apply the correct transformation to a linked offset (fixes b...
Diederik van Lierop
1
-15
/
+33
2009-02-20
The snap indicator's tooltip now displays "A to B", whereas before it only di...
Diederik van Lierop
1
-3
/
+3
2008-12-29
coding style
bulia byak
1
-5
/
+2
2008-12-28
More NR ==> Geom changes
Joshua L. Blocher
1
-2
/
+2
2008-11-21
Merge from fe-moved
Ted Gould
1
-2
/
+2
2008-10-27
From trunk
Ted Gould
1
-265
/
+267
2008-10-11
Merging from trunk
Ted Gould
1
-7
/
+9
2008-09-18
Next roud of NR ==> Geom conversion
Maximilian Albert
1
-6
/
+6
2008-09-18
More NR ==> Geom conversion (points and some matrices/transforms)
Maximilian Albert
1
-10
/
+10
2008-09-16
fix bug 269390, whitespace
bulia byak
1
-40
/
+44
2008-09-16
remove extra unref; now ref/unref is done by show/hide; this used to stop thi...
bulia byak
1
-3
/
+0
2008-09-01
removed unnecessary pointer, changed to by reference. (the pointer was not al...
Johan B. C. Engelen
1
-1
/
+1
2008-08-23
Support for title and desc elements when serializing as Plain SVG.
Jeff Schiller
1
-0
/
+4
2008-08-05
NR::Maybe => boost::optional
Johan B. C. Engelen
1
-1
/
+1
2008-08-05
fix 252547: skip explicitly hidden objects when calculating bbox of group
bulia byak
1
-1
/
+1
2008-06-30
Prevent 'title', 'desc' and 'metadata' elements being moved to 'defs' when un...
Stephen Silver
1
-2
/
+4
2008-06-11
plumb XML::Documents in everywhere
MenTaLguY
1
-5
/
+4
2008-06-06
ellipses and groups now use 2geompath for svg_write: sp_svg_write_path(np->cu...
Johan B. C. Engelen
1
-9
/
+4
2008-06-06
merge gsoc2008_johan_path2geom into trunk
Johan B. C. Engelen
1
-1
/
+1
2008-05-30
LPE STACKING!
Johan B. C. Engelen
1
-3
/
+50
2008-05-04
warning cleanup and fixed string free issue
Jon A. Cruz
1
-11
/
+11
2008-03-29
Fix passing wrong pointer type when using the tweak tool on 3D boxes
Maximilian Albert
1
-8
/
+5
2008-03-28
- Created a SPLPEItem class that handles applying a LPE to an Item
Bastien Bouclet
1
-6
/
+33
[next]