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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2012-06-17
Removed unneeded header style filename #defines
Jon A. Cruz
1
-2
/
+0
2012-04-09
cppcheck stuff
Kris De Gussem
1
-6
/
+6
2012-02-19
remove unused code
Johan B. C. Engelen
1
-5
/
+0
2011-10-27
Fixing more broken and split doc comments.
Jon A. Cruz
1
-1
/
+1
2011-08-27
Completely remove NRRect, NRRectL, in-svg-plane.h
Krzysztof Kosi??ski
1
-1
/
+0
2011-06-23
Remove more of libnr
Krzysztof Kosi??ski
1
-5
/
+5
2011-02-05
Fix node tool brokenness resulting from a switch to runtime order
Krzysztof Kosi??ski
1
-9
/
+13
2011-02-02
update to latest 2geom !
Johan B. C. Engelen
1
-16
/
+16
2010-11-17
Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...
Chris Morgan
1
-1
/
+1
2010-08-05
Wholesale cruft removal part 4; fix crash when rendering guides
Krzysztof Kosi??ski
1
-3
/
+1
2008-11-21
Merge from fe-moved
Ted Gould
1
-6
/
+17
2008-10-11
Merging from trunk
Ted Gould
1
-0
/
+24
2008-08-06
src/helper 2geomified
Johan B. C. Engelen
1
-28
/
+0
2008-08-05
Use is_straight_curve() instead of three separate dynamic casts
Diederik van Lierop
1
-10
/
+5
2008-08-02
simplify pathv_to_linear_and_cubic_beziers a bit
Johan B. C. Engelen
1
-9
/
+3
2008-07-25
update to 2geom rev. 1507
Johan B. C. Engelen
1
-0
/
+2
2008-07-21
Fix for a very stupid bug (by myself) in cubic_bbox...
Jasper van de Gronde
1
-1
/
+1
2008-07-19
Small change to cubic_bbox to skip A LOT of unnecessary computation when the ...
Jasper van de Gronde
1
-67
/
+78
2008-07-16
warning cleanup
Jon A. Cruz
1
-0
/
+1
2008-07-13
2geomify pov-out extension
Johan B. C. Engelen
1
-0
/
+38
2008-07-11
use new 2geom function. This ensures we cannot end up in infinite loop while ...
Johan B. C. Engelen
1
-1
/
+1
2008-07-05
EOL fixups
Jon A. Cruz
1
-496
/
+496
2008-07-04
use if(dynamic_cast<>) instead of if(typeid==) to check 2geom segment types f...
Johan B. C. Engelen
1
-6
/
+6
2008-06-29
recognize HLineSegment and VLineSegment while looping through curves
Johan B. C. Engelen
1
-12
/
+17
2008-06-26
add const to pointers that are not written to
Johan B. C. Engelen
1
-5
/
+3
2008-06-26
add const to references that are not written to
Johan B. C. Engelen
1
-7
/
+6
2008-06-26
rewrite nr_path_matrix_point_bbox_wind_distance in 2geom terms: pathv_matrix_...
Johan B. C. Engelen
1
-0
/
+304
2008-06-23
speed up bounds_exact for 2geom even more.
Johan B. C. Engelen
1
-3
/
+3
2008-06-23
add comment
Johan B. C. Engelen
1
-1
/
+1
2008-06-23
make faster 2geom bbox calc.
Johan B. C. Engelen
1
-4
/
+154
2008-06-16
use 2geom method to calc boundingbox of shape
Johan B. C. Engelen
1
-0
/
+7
2008-06-16
add geom helper file. this will contain Inkscape specific geometry calculatio...
Johan B. C. Engelen
1
-0
/
+33