index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
helper
/
geom.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge from fe-moved
Ted Gould
2008-11-21
1
-6
/
+17
*
Merging from trunk
Ted Gould
2008-10-11
1
-0
/
+24
*
src/helper 2geomified
Johan B. C. Engelen
2008-08-06
1
-28
/
+0
*
Use is_straight_curve() instead of three separate dynamic casts
Diederik van Lierop
2008-08-05
1
-10
/
+5
*
simplify pathv_to_linear_and_cubic_beziers a bit
Johan B. C. Engelen
2008-08-02
1
-9
/
+3
*
update to 2geom rev. 1507
Johan B. C. Engelen
2008-07-25
1
-0
/
+2
*
Fix for a very stupid bug (by myself) in cubic_bbox...
Jasper van de Gronde
2008-07-21
1
-1
/
+1
*
Small change to cubic_bbox to skip A LOT of unnecessary computation when the ...
Jasper van de Gronde
2008-07-19
1
-67
/
+78
*
warning cleanup
Jon A. Cruz
2008-07-16
1
-0
/
+1
*
2geomify pov-out extension
Johan B. C. Engelen
2008-07-13
1
-0
/
+38
*
use new 2geom function. This ensures we cannot end up in infinite loop while ...
Johan B. C. Engelen
2008-07-11
1
-1
/
+1
*
EOL fixups
Jon A. Cruz
2008-07-05
1
-496
/
+496
*
use if(dynamic_cast<>) instead of if(typeid==) to check 2geom segment types f...
Johan B. C. Engelen
2008-07-04
1
-6
/
+6
*
recognize HLineSegment and VLineSegment while looping through curves
Johan B. C. Engelen
2008-06-29
1
-12
/
+17
*
add const to pointers that are not written to
Johan B. C. Engelen
2008-06-26
1
-5
/
+3
*
add const to references that are not written to
Johan B. C. Engelen
2008-06-26
1
-7
/
+6
*
rewrite nr_path_matrix_point_bbox_wind_distance in 2geom terms: pathv_matrix_...
Johan B. C. Engelen
2008-06-26
1
-0
/
+304
*
speed up bounds_exact for 2geom even more.
Johan B. C. Engelen
2008-06-23
1
-3
/
+3
*
add comment
Johan B. C. Engelen
2008-06-23
1
-1
/
+1
*
make faster 2geom bbox calc.
Johan B. C. Engelen
2008-06-23
1
-4
/
+154
*
use 2geom method to calc boundingbox of shape
Johan B. C. Engelen
2008-06-16
1
-0
/
+7
*
add geom helper file. this will contain Inkscape specific geometry calculatio...
Johan B. C. Engelen
2008-06-16
1
-0
/
+33