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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
More GObject boilerplate cleanup
Alex Valavanis
2013-01-24
1
-47
/
+21
|
*
|
Fix for 1071328 : Inkscape encounters internal error when opening a valid SVG...
John Smith
2012-10-30
1
-1
/
+3
|
|
/
*
|
Removed function pointers from SPObject and subclasses.
Markus Engel
2013-03-29
1
-8
/
+8
*
|
Various changes.
Markus Engel
2013-03-14
1
-1
/
+1
*
|
Added virtual pad to SPFlowtext; removed old calls to virtual SPItem methods.
Markus Engel
2012-10-06
1
-6
/
+6
*
|
Removed old calls to set_shape and update_patheffect.
Markus Engel
2012-09-29
1
-4
/
+5
*
|
Added "virtual pad" to SPGroup and SPSwitch. There was some weird try by some...
Markus Engel
2012-08-18
1
-249
/
+290
|
/
*
cpp-style casting
Kris De Gussem
2012-05-04
1
-1
/
+1
*
Header cleaning
Alex Valavanis
2012-02-12
1
-0
/
+2
*
turn SPPath into a class, and add some methods...
Johan B. C. Engelen
2012-01-17
1
-1
/
+1
*
Correct typo in bounding box calculation for groups. Fixes LP #836536
Krzysztof Kosi??ski
2011-08-29
1
-1
/
+1
*
Refactor SPItem bounding box methods: remove NRRect usage and make code
Krzysztof Kosi??ski
2011-08-27
1
-10
/
+9
*
Rewrite NRArena -> Inkscape::Drawing. Call render and update
Krzysztof Kosi??ski
2011-08-07
1
-8
/
+8
*
Rewrite NRArenaItem hierarchy into C++
Krzysztof Kosi??ski
2011-08-06
1
-37
/
+32
*
Cleanup of oudated/redundant SP_ITEM() macro use.
Jon A. Cruz
2011-07-16
1
-9
/
+7
*
Merge from trunk
Krzysztof Kosi??ski
2011-06-19
1
-2
/
+3
|
\
|
*
Removed outdated/unsafe SP_DOCUMENT_DEFS macro and reduced usage of SP_ROOT()...
Jon A. Cruz
2011-06-04
1
-2
/
+3
*
|
Merge from trunk
Krzysztof Kosi??ski
2011-04-07
1
-52
/
+53
|
\
|
|
*
Finished cleanup of outated SP_OBJECT_DOCUMENT C macro.
Jon A. Cruz
2011-02-21
1
-46
/
+47
|
*
update to latest 2geom !
Johan B. C. Engelen
2011-02-02
1
-6
/
+6
*
|
Merge from trunk (again)
Krzysztof Kosi??ski
2010-12-15
1
-67
/
+64
|
\
|
|
*
Merge and cleanup of GSoC C++-ification project.
Jon A. Cruz
2010-12-12
1
-67
/
+64
|
|
\
|
|
*
SPShape c++ified to the extent it was possible and more changes done for XML ...
Abhishek Sharma Public
2010-07-14
1
-2
/
+2
|
|
*
SPObject c++ification finalized along with the beginning of XML Privatisation...
Abhishek Sharma Public
2010-07-12
1
-1
/
+1
|
|
*
another c++ification for sp-object.h/cpp and still in progress...
Abhishek Sharma Public
2010-07-03
1
-10
/
+10
|
|
*
New Class SPDocumentUndo created which takes care of c++fying some non SPDocu...
Abhishek Sharma Public
2010-07-02
1
-1
/
+1
|
|
*
C++fied SPDocument added
Abhishek Sharma Public
2010-07-01
1
-3
/
+3
|
|
*
This is the first c++ification commit from me. It handles sp-line, sp-polylin...
Abhishek Sharma Public
2010-06-29
1
-12
/
+12
|
|
/
*
|
Wholesale cruft removal part 3
Krzysztof Kosi??ski
2010-08-04
1
-1
/
+1
*
|
Wholesale cruft removal part 2
Krzysztof Kosi??ski
2010-08-04
1
-2
/
+0
|
/
*
Patch by Martin Sucha to add preferences to for grouping on Clip/Mask
Josh Andler
2010-02-04
1
-1
/
+5
*
Refactoring the snapping API (making it easier to maintain and understand for...
Diederik van Lierop
2010-01-09
1
-3
/
+3
*
Major simplification of 3D box code.
Maximilian Albert
2009-12-26
1
-20
/
+0
*
work on the lpe group undo bug. it's not solved, but i think LPE code does ev...
Johan B. C. Engelen
2009-11-23
1
-1
/
+5
*
Patch by Johan to fix 391368
Josh Andler
2009-10-07
1
-10
/
+16
*
Revert recent refactoring changes by johnce because they break the build, whi...
Maximilian Albert
2009-08-06
1
-3
/
+3
*
SPDocument->Document
johnce
2009-08-05
1
-3
/
+3
*
When ungrouping, apply the correct transformation to a linked offset (fixes b...
Diederik van Lierop
2009-06-20
1
-15
/
+33
*
The snap indicator's tooltip now displays "A to B", whereas before it only di...
Diederik van Lierop
2009-02-20
1
-3
/
+3
*
coding style
bulia byak
2008-12-29
1
-5
/
+2
*
More NR ==> Geom changes
Joshua L. Blocher
2008-12-28
1
-2
/
+2
*
Merge from fe-moved
Ted Gould
2008-11-21
1
-2
/
+2
*
From trunk
Ted Gould
2008-10-27
1
-265
/
+267
*
Merging from trunk
Ted Gould
2008-10-11
1
-7
/
+9
*
Next roud of NR ==> Geom conversion
Maximilian Albert
2008-09-18
1
-6
/
+6
*
More NR ==> Geom conversion (points and some matrices/transforms)
Maximilian Albert
2008-09-18
1
-10
/
+10
*
fix bug 269390, whitespace
bulia byak
2008-09-16
1
-40
/
+44
*
remove extra unref; now ref/unref is done by show/hide; this used to stop thi...
bulia byak
2008-09-16
1
-3
/
+0
*
removed unnecessary pointer, changed to by reference. (the pointer was not al...
Johan B. C. Engelen
2008-09-01
1
-1
/
+1
*
Support for title and desc elements when serializing as Plain SVG.
Jeff Schiller
2008-08-23
1
-0
/
+4
[prev]
[next]