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-rect.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
- rename SPItem::i2d_affine to i2dt_affine, to clarify that it is item-to-des...
Johan B. C. Engelen
2011-07-17
1
-10
/
+10
*
Cleanup of oudated/redundant SP_ITEM() macro use.
Jon A. Cruz
2011-07-16
1
-13
/
+13
*
- Add a third group of snap sources/targets, called ¨others¨ (before we had...
Diederik van Lierop
2011-06-26
1
-1
/
+1
*
Merge from trunk
Krzysztof Kosi??ski
2011-04-07
1
-8
/
+13
|
\
|
*
add curve before LPE to SPShape. this is useful for helperpath display. It wa...
Johan B. C. Engelen
2011-04-01
1
-0
/
+5
|
*
update to latest 2geom !
Johan B. C. Engelen
2011-02-02
1
-8
/
+8
*
|
Merge from trunk (again)
Krzysztof Kosi??ski
2010-12-15
1
-15
/
+15
|
\
|
|
*
Merge and cleanup of GSoC C++-ification project.
Jon A. Cruz
2010-12-12
1
-15
/
+15
|
|
\
|
|
*
SPShape c++ified to the extent it was possible and more changes done for XML ...
Abhishek Sharma Public
2010-07-14
1
-3
/
+3
|
|
*
SPObject c++ification finalized along with the beginning of XML Privatisation...
Abhishek Sharma Public
2010-07-12
1
-6
/
+6
|
|
*
This is the first c++ification commit from me. It handles sp-line, sp-polylin...
Abhishek Sharma Public
2010-06-29
1
-6
/
+6
|
|
/
*
/
Wholesale cruft removal part 2
Krzysztof Kosi??ski
2010-08-04
1
-3
/
+1
|
/
*
Prevent a redundant closing line segment being added when converting
Krzysztof Kosi??ski
2010-02-10
1
-2
/
+1
*
Refactoring the snapping API (making it easier to maintain and understand for...
Diederik van Lierop
2010-01-09
1
-24
/
+19
*
Revert recent refactoring changes by johnce because they break the build, whi...
Maximilian Albert
2009-08-06
1
-2
/
+2
*
SPDocument->Document
johnce
2009-08-05
1
-2
/
+2
*
add mouse-over helperpath for rects
Johan B. C. Engelen
2009-03-03
1
-0
/
+9
*
More accurate wording in snap tooltips
Diederik van Lierop
2009-02-27
1
-1
/
+1
*
The snap indicator's tooltip now displays "A to B", whereas before it only di...
Diederik van Lierop
2009-02-20
1
-11
/
+16
*
fix percentage coordinates for rect and line. (svgtestsuite-1.1/coords-units-...
Johan B. C. Engelen
2009-01-25
1
-3
/
+2
*
- Snap to the midpoint of shapes and bboxes
Diederik van Lierop
2009-01-18
1
-10
/
+22
*
Snap from/to midpoints of a rectangle (SPRect)
Diederik van Lierop
2009-01-11
1
-6
/
+18
*
Warning cleanup.
Jon A. Cruz
2008-12-05
1
-6
/
+4
*
NR -> 2geom some headers in src/
Joshua L. Blocher
2008-12-04
1
-33
/
+33
*
From trunk
Ted Gould
2008-10-27
1
-4
/
+5
*
Merging from trunk
Ted Gould
2008-10-11
1
-7
/
+7
*
remove many unnecessary to_2geom and from_2geom calls
Johan B. C. Engelen
2008-08-08
1
-2
/
+2
*
2geomify a lot of NR::Points to Geom::Point
Johan B. C. Engelen
2008-08-01
1
-4
/
+4
*
replace matrix division code.
Johan B. C. Engelen
2008-08-01
1
-3
/
+3
*
try to use consistent document for creating guides
MenTaLguY
2008-07-07
1
-4
/
+2
*
change NR::Matrix to Geom:: for many sp_item_xxx_affine functions
Johan B. C. Engelen
2008-06-12
1
-2
/
+2
*
plumb XML::Documents in everywhere
MenTaLguY
2008-06-11
1
-4
/
+3
*
struct SPCurve => class SPCurve
Johan B. C. Engelen
2008-05-05
1
-17
/
+17
*
remove antediluvian cruft
bulia byak
2008-04-07
1
-15
/
+0
*
revert last change: svg spec says that even one zero dimension suppresses ren...
bulia byak
2008-04-07
1
-1
/
+1
*
allow a rect with only one dimension == 0 to have curve
bulia byak
2008-04-07
1
-1
/
+1
*
fix-render-of-zero-dimension-rects
bulia byak
2008-02-25
1
-1
/
+4
*
Add option in Preferences to keep objects after conversion to guides
Maximilian Albert
2008-01-16
1
-2
/
+0
*
Slightly more 'object-oriented' way to invoke item-specific conversion-to-gui...
Maximilian Albert
2008-01-15
1
-5
/
+5
*
Use visual/geometric bbox (as specified in Selector tool preferences) when co...
Maximilian Albert
2008-01-13
1
-0
/
+6
*
Add possibility to convert objects (only rectangles and 3D boxes currently) t...
Maximilian Albert
2008-01-11
1
-0
/
+27
*
remove debug
bulia byak
2007-12-16
1
-1
/
+0
*
Fundamentally reworked version of the 3D box tool (among many other things, t...
Maximilian Albert
2007-12-13
1
-0
/
+1
*
warning cleanup
Jon A. Cruz
2007-11-08
1
-1
/
+1
*
Only snap the real corners of a rectangle, not the start and end points of ea...
Diederik van Lierop
2007-06-13
1
-0
/
+27
*
continue switching sp_repr_new* over to XML::Document::create*
Aaron Spike
2007-01-22
1
-1
/
+3
*
peeled back the gboolean code as it hit on some complexity theory principles...
Jon Phillips
2006-08-25
1
-2
/
+2
*
Ok, committed msgloan's patch to convert gbooleans to bools thus completing
Jon Phillips
2006-08-23
1
-2
/
+2
*
moving trunk for module inkscape
MenTaLguY
2006-01-16
1
-0
/
+561