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
*
Remove the incorrect fix for the bug 1241902
Jabier Arraiza Cenoz
2014-06-27
1
-29
/
+7
*
Fix for Bug #1241902 -
Jabier Arraiza Cenoz
2014-06-07
1
-7
/
+29
*
Added some consts.
Markus Engel
2013-10-26
1
-7
/
+8
*
C++
Johan B. C. Engelen
2013-10-04
1
-2
/
+2
*
C++
Johan B. C. Engelen
2013-10-04
1
-1
/
+1
*
Comprehensive fix for the issues with disappearing filtered objects.
Krzysztof Kosi??ski
2013-10-01
1
-7
/
+0
*
Fix computed shapes disappearing when grouping within filtered groups.
Krzysztof Kosi??ski
2013-10-01
1
-15
/
+20
*
Merged from trunk (r12593).
Markus Engel
2013-09-26
1
-1
/
+1
|
\
|
*
C++ify calling a few SPLPEItem functions, much more work than expected... slo...
Johan B. C. Engelen
2013-09-25
1
-1
/
+1
|
*
change names for displayName and detailedDescription, improve char code and r...
Martin Owens
2013-09-24
1
-1
/
+1
|
*
Merge from trunk.
Matthew Petroff
2013-09-20
1
-355
/
+246
|
|
\
|
|
*
Refactor status-bar text for multiple items, was very broken
Martin Owens
2013-09-20
1
-3
/
+5
|
*
|
Fix 3d box document unit change undo bug.
Matthew Petroff
2013-09-16
1
-1
/
+3
|
*
|
Fix document unit change for disconnected connectors.
Matthew Petroff
2013-09-15
1
-0
/
+11
|
*
|
Fix document unit change for transformed flow text and transformed text on path.
Matthew Petroff
2013-09-15
1
-8
/
+17
|
*
|
Finish fixing document unit change undo bug.
Matthew Petroff
2013-09-11
1
-4
/
+4
|
*
|
Fix document unit change for 3d boxes and (mostly) for text on path.
Matthew Petroff
2013-09-11
1
-9
/
+34
|
*
|
Added viewBox implement document unit support.
Matthew Petroff
2013-08-27
1
-0
/
+31
*
|
|
Refactored SPUse.
Markus Engel
2013-09-24
1
-5
/
+85
|
|
/
|
/
|
*
|
Merge in Adonis Papaderos' fix for bug lp:898797
Martin Owens
2013-09-19
1
-0
/
+2
|
\
\
|
*
|
hack for 898797
Adonis Papaderos
2012-08-06
1
-0
/
+2
*
|
|
Removed placement news / explicit destructor calls.
Markus Engel
2013-07-31
1
-2
/
+2
*
|
|
Merged from trunk (r12419).
Markus Engel
2013-07-14
1
-3
/
+7
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
Allow svg elements to be ungrouped
Martin Owens
2013-06-14
1
-1
/
+4
|
*
|
Fixed logic error confusing bitwise and with logical and.
Jon A. Cruz
2013-04-29
1
-2
/
+3
*
|
|
Merge Object and subclasses. Merging of SP- and C-classes complete.
Markus Engel
2013-04-07
1
-2
/
+0
*
|
|
Merged Item.
Markus Engel
2013-04-05
1
-1
/
+0
*
|
|
Merged more classes.
Markus Engel
2013-04-05
1
-16
/
+12
*
|
|
Merged Group and subclasses.
Markus Engel
2013-04-05
1
-107
/
+95
*
|
|
Registered classes with new factory. Hkern, Vkern and FeFuncX have to be rewr...
Markus Engel
2013-04-02
1
-0
/
+10
*
|
|
Added constructors to SP classes.
Markus Engel
2013-04-01
1
-4
/
+10
*
|
|
Replaced calls to g_object_(un)ref with sp_object_(un)ref.
Markus Engel
2013-04-01
1
-2
/
+2
*
|
|
Prepared exchange of casting macros.
Markus Engel
2013-03-31
1
-0
/
+1
*
|
|
Renamed virtual function names.
Markus Engel
2013-03-29
1
-26
/
+26
*
|
|
merged from trunk
Markus Engel
2013-03-29
1
-184
/
+7
|
\
|
|
|
*
|
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
[next]