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-shape.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2011-08-06
Rewrite NRArenaItem hierarchy into C++
Krzysztof Kosi??ski
1
-31
/
+32
2011-07-17
- rename SPItem::i2d_affine to i2dt_affine, to clarify that it is item-to-des...
Johan B. C. Engelen
1
-10
/
+10
2011-07-16
Cleanup of oudated/redundant SP_ITEM() macro use.
Jon A. Cruz
1
-5
/
+4
2011-06-26
- Add a third group of snap sources/targets, called ¨others¨ (before we had...
Diederik van Lierop
1
-1
/
+1
2011-05-01
Fix crashes on empty marker definitions.
Johan B. C. Engelen
1
-5
/
+7
2011-04-01
add curve before LPE to SPShape. this is useful for helperpath display. It wa...
Johan B. C. Engelen
1
-0
/
+36
2011-03-13
make a strange cast more obvious
Johan B. C. Engelen
1
-1
/
+3
2011-02-21
Finished cleanup of outated SP_OBJECT_DOCUMENT C macro.
Jon A. Cruz
1
-17
/
+16
2011-02-02
update to latest 2geom !
Johan B. C. Engelen
1
-25
/
+25
2010-11-17
Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...
Chris Morgan
1
-1
/
+1
2010-10-23
Beware: some 2geom functions can throw useful exceptions! fixing crash bug 61...
Johan B. C. Engelen
1
-5
/
+12
2010-10-23
Don't try displaying markers for completely empty paths, fixes crash.
Johan B. C. Engelen
1
-4
/
+8
2010-08-04
Wholesale cruft removal part 3
Krzysztof Kosi??ski
1
-3
/
+3
2010-08-04
Wholesale cruft removal part 1
Krzysztof Kosi??ski
1
-5
/
+1
2010-07-24
Avoid self-snapping when dragging a rotation center, and draw the rotation ce...
Diederik van Lierop
1
-45
/
+45
2010-07-19
Fix snapping to midpoints of closing segments
Diederik van Lierop
1
-40
/
+46
2010-07-14
SPShape c++ified to the extent it was possible and more changes done for XML ...
Abhishek Sharma Public
1
-95
/
+97
2010-07-01
C++fied SPDocument added
Abhishek Sharma Public
1
-2
/
+2
2010-06-29
This is the first c++ification commit from me. It handles sp-line, sp-polylin...
Abhishek Sharma Public
1
-13
/
+13
2010-05-21
- "Snap nodes or handles" button now also includes smooth nodes
Diederik van Lierop
1
-1
/
+18
2010-04-10
* improve boundingbox calculation: include strokecaps.
Johan B. C. Engelen
1
-137
/
+166
2010-01-09
Refactoring the snapping API (making it easier to maintain and understand for...
Diederik van Lierop
1
-25
/
+18
2009-11-08
Patch for 456148 by Johan
Josh Andler
1
-161
/
+247
2009-08-06
Revert recent refactoring changes by johnce because they break the build, whi...
Maximilian Albert
1
-2
/
+2
2009-08-05
SPDocument->Document
johnce
1
-2
/
+2
2009-04-28
Fix the crash reported in bug #342755
Diederik van Lierop
1
-56
/
+62
2009-02-20
The snap indicator's tooltip now displays "A to B", whereas before it only di...
Diederik van Lierop
1
-7
/
+14
2009-02-14
warning fix
bulia byak
1
-1
/
+1
2009-01-18
- Snap to the midpoint of shapes and bboxes
Diederik van Lierop
1
-13
/
+28
2009-01-10
Added a new toolbar with snapping controls
Diederik van Lierop
1
-5
/
+5
2009-01-04
fix bbox calculation of markers
Johan B. C. Engelen
1
-58
/
+73
2009-01-02
make 'marker' property work (shorthand for start, mid and end markers); inksc...
Johan B. C. Engelen
1
-102
/
+109
2008-12-28
More NR ==> Geom changes
Joshua L. Blocher
1
-4
/
+4
2008-12-14
1) snap midpoints of line segments (both as source and as target)
Diederik van Lierop
1
-133
/
+156
2008-11-21
Merge from fe-moved
Ted Gould
1
-88
/
+88
2008-11-01
Merge from trunk
Ted Gould
1
-2
/
+8
2008-10-31
Merge from trunk
Ted Gould
1
-0
/
+3
2008-10-27
From trunk
Ted Gould
1
-39
/
+42
2008-10-11
Merging from trunk
Ted Gould
1
-2
/
+2
2008-09-23
it's not a good idea to change key of arenaitem in the middle of an update; n...
bulia byak
1
-10
/
+0
2008-09-18
Next roud of NR ==> Geom conversion
Maximilian Albert
1
-17
/
+17
2008-08-25
fix per SVG spec: bbox for paint servers must be exclusive of a stroke width ...
bulia byak
1
-1
/
+1
2008-08-25
whitespace
bulia byak
1
-62
/
+61
2008-08-12
NR:: to Geom:: for most of src/extension/
Johan B. C. Engelen
1
-8
/
+8
2008-08-08
fix marker behavior for moveto-only paths
Johan B. C. Engelen
1
-16
/
+54
2008-08-08
remove many unnecessary to_2geom and from_2geom calls
Johan B. C. Engelen
1
-8
/
+8
2008-08-05
NR::Maybe => boost::optional
Johan B. C. Engelen
1
-2
/
+2
2008-07-14
2geomify snappoint finding for SPShapes.
Johan B. C. Engelen
1
-30
/
+32
2008-07-12
2geomify print, fill and stroke methods of extensions
Johan B. C. Engelen
1
-6
/
+2
2008-07-07
substitute macro with function call
Johan B. C. Engelen
1
-2
/
+2
[prev]
[next]