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-use.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2012-10-11
Add symbols dialog. See: http://wiki.inkscape.org/wiki/index.php/SymbolsDialog
Tavmjong Bah
1
-0
/
+8
2012-10-06
Added virtual pad to SPFlowtext; removed old calls to virtual SPItem methods.
Markus Engel
1
-6
/
+6
2012-08-21
Fixed some virtual function calls in SPItem and SPUse that led to crashes as ...
Markus Engel
1
-1
/
+6
2012-08-19
Added "virtual pad" to SPUse.
Markus Engel
1
-54
/
+116
2012-05-04
Adding checks to prevent null pointer dereferences
Kris De Gussem
1
-3
/
+7
2012-01-03
Janitorial tasks: get rid of deprecated repr wrapper functions
Kris De Gussem
1
-1
/
+1
2011-08-27
Remove all NRRect use.
Krzysztof Kosi??ski
1
-8
/
+5
2011-08-27
Refactor SPItem bounding box methods: remove NRRect usage and make code
Krzysztof Kosi??ski
1
-11
/
+6
2011-08-07
Rewrite NRArena -> Inkscape::Drawing. Call render and update
Krzysztof Kosi??ski
1
-4
/
+4
2011-08-06
Rewrite NRArenaItem hierarchy into C++
Krzysztof Kosi??ski
1
-15
/
+18
2011-02-21
Finished cleanup of outdated SP_OBJECT_PARENT C macro.
Jon A. Cruz
1
-35
/
+37
2011-02-02
update to latest 2geom !
Johan B. C. Engelen
1
-18
/
+18
2010-11-25
Fix Bug #675309 - crash when unlinking an orphaned clone
Adonis Papaderos
1
-1
/
+1
2010-08-04
Wholesale cruft removal part 2
Krzysztof Kosi??ski
1
-2
/
+0
2010-07-12
SPObject c++ification finalized along with the beginning of XML Privatisation...
Abhishek Sharma Public
1
-6
/
+6
2010-07-03
another c++ification for sp-object.h/cpp and still in progress...
Abhishek Sharma Public
1
-5
/
+5
2010-06-29
This is the first c++ification commit from me. It handles sp-line, sp-polylin...
Abhishek Sharma Public
1
-8
/
+8
2010-04-27
Fix wrong bbox upon selecting clones of horizontal/vertical lines (related to...
Johan B. C. Engelen
1
-1
/
+8
2010-01-09
Refactoring the snapping API (making it easier to maintain and understand for...
Diederik van Lierop
1
-3
/
+3
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-03-09
suppress warnings caused by an orphaned clone, which is legit even if useless
bulia byak
1
-3
/
+5
2009-02-20
The snap indicator's tooltip now displays "A to B", whereas before it only di...
Diederik van Lierop
1
-5
/
+5
2008-12-28
More NR ==> Geom changes
Joshua L. Blocher
1
-1
/
+1
2008-12-04
NR -> 2geom some headers in src/
Joshua L. Blocher
1
-7
/
+7
2008-10-27
From trunk
Ted Gould
1
-6
/
+8
2008-10-11
Merging from trunk
Ted Gould
1
-16
/
+16
2008-09-20
properly detach SPObject from repr when deleting clone
bulia byak
1
-1
/
+10
2008-09-18
Next roud of NR ==> Geom conversion
Maximilian Albert
1
-5
/
+5
2008-09-16
remove extra unref; now ref/unref is done by show/hide; this used to stop thi...
bulia byak
1
-2
/
+0
2008-06-11
plumb XML::Documents in everywhere
MenTaLguY
1
-4
/
+3
2008-05-04
warning cleanup and fixed string free issue
Jon A. Cruz
1
-2
/
+2
2008-03-21
No more NRMatrix or NRPoint.
Jasper van de Gronde
1
-8
/
+5
2008-02-22
Don't crash when the original of an SPUse can't be found. This sort of fixes ...
Maximilian Albert
1
-2
/
+5
2008-01-31
Applying fixes for gcc 4.3 build issues (closes LP: #169115)
Bryce Harrington
1
-0
/
+4
2007-11-08
warning cleanup
Jon A. Cruz
1
-3
/
+3
2007-04-23
Fix for bug #1699198: snap nodes of clones
Diederik van Lierop
1
-0
/
+18
2007-03-30
a better and more complete fix for 1690914
bulia byak
1
-2
/
+2
2007-03-30
fix 1690914
bulia byak
1
-1
/
+1
2007-03-20
plumb XML::Document parameter into duplication, courtesy of bryce
MenTaLguY
1
-2
/
+2
2007-01-21
start switching sp_repr_new* over to XML::Document::create*, and rename creat...
MenTaLguY
1
-2
/
+4
2006-10-08
Internally, a clone is a NRArenaGroup, with the actual visible item being its...
bulia byak
1
-0
/
+13
2006-05-14
patch for bug 1458643 by Andreas Burman
bulia byak
1
-0
/
+13
2006-03-15
increase cutoff depth of recursive clone descriptions
bulia byak
1
-1
/
+1
[prev]