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
2013-07-31
Removed placement news / explicit destructor calls.
Markus Engel
1
-2
/
+2
2013-06-14
Allow svg elements to be ungrouped
Martin Owens
1
-1
/
+4
2013-04-29
Fixed logic error confusing bitwise and with logical and.
Jon A. Cruz
1
-2
/
+3
2013-04-07
Merge Object and subclasses. Merging of SP- and C-classes complete.
Markus Engel
1
-2
/
+0
2013-04-05
Merged Item.
Markus Engel
1
-1
/
+0
2013-04-05
Merged more classes.
Markus Engel
1
-16
/
+12
2013-04-05
Merged Group and subclasses.
Markus Engel
1
-107
/
+95
2013-04-02
Registered classes with new factory. Hkern, Vkern and FeFuncX have to be rewr...
Markus Engel
1
-0
/
+10
2013-04-01
Added constructors to SP classes.
Markus Engel
1
-4
/
+10
2013-04-01
Replaced calls to g_object_(un)ref with sp_object_(un)ref.
Markus Engel
1
-2
/
+2
2013-03-31
Prepared exchange of casting macros.
Markus Engel
1
-0
/
+1
2013-03-29
Renamed virtual function names.
Markus Engel
1
-26
/
+26
2013-03-29
Removed function pointers from SPObject and subclasses.
Markus Engel
1
-8
/
+8
2013-03-14
Various changes.
Markus Engel
1
-1
/
+1
2013-01-24
More GObject boilerplate cleanup
Alex Valavanis
1
-47
/
+21
2012-10-30
Fix for 1071328 : Inkscape encounters internal error when opening a valid SVG...
John Smith
1
-1
/
+3
2012-10-06
Added virtual pad to SPFlowtext; removed old calls to virtual SPItem methods.
Markus Engel
1
-6
/
+6
2012-09-29
Removed old calls to set_shape and update_patheffect.
Markus Engel
1
-4
/
+5
2012-08-18
Added "virtual pad" to SPGroup and SPSwitch. There was some weird try by some...
Markus Engel
1
-249
/
+290
2012-08-06
hack for 898797
Adonis Papaderos
1
-0
/
+2
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
[next]