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
*
modernize loops
Marc Jeanmougin
2019-01-02
1
-19
/
+19
*
Clarify licenses
Max Gaukler
2018-11-08
1
-1
/
+2
*
Run clang-tidy’s modernize-use-emplace pass.
Emmanuel Gil Peyrot
2018-06-18
1
-14
/
+14
*
Run clang-tidy’s modernize-use-nullptr pass.
Emmanuel Gil Peyrot
2018-06-18
1
-2
/
+2
*
Misc. typos
luz.paz
2018-05-14
1
-1
/
+1
*
Revert "Fix include order with clang-tidy check llvm-include-order"
Marc Jeanmougin
2018-05-04
1
-2
/
+2
*
Fix include order with clang-tidy check llvm-include-order
Marc Jeanmougin
2018-04-29
1
-2
/
+2
*
Adding base
Jabiertxof
2017-01-05
1
-0
/
+7
*
Removed unused includes, decreased compilation time. Once again
Adrian Boguszewski
2016-08-03
1
-7
/
+0
*
Reverted changes to r15024 after many building problems
Adrian Boguszewski
2016-07-28
1
-0
/
+7
*
Removed unused includes, decrease compilation time
Adrian Boguszewski
2016-07-28
1
-7
/
+0
*
Merge from trunk
Krzysztof Kosi??ski
2015-05-08
1
-7
/
+2
|
\
|
*
fixes a few of jenkins warnings
Marc Jeanmougin
2015-05-08
1
-7
/
+2
*
|
More helper/geom.h pruning.
Krzysztof Kosi??ski
2015-05-08
1
-23
/
+0
*
|
Remove round_rectangle_outwards from helper/geom.h
Krzysztof Kosi??ski
2015-05-08
1
-12
/
+0
*
|
2Geom sync - initial commit
Krzysztof Kosi??ski
2015-04-27
1
-6
/
+7
|
/
*
Lattice 2 now handle in miror mode revase of axis, also fix a bug moving exte...
Jabier Arraiza Cenoz
2015-03-14
1
-0
/
+3
*
Fix a bug in lattice2 with SegmentLines and add a Expander widget to contract...
Jabier Arraiza Cenoz
2015-03-12
1
-0
/
+46
*
Small tweak to bbox calculation
Liam P. White
2014-08-08
1
-24
/
+29
*
fix warning, update comments
Johan B. C. Engelen
2014-01-08
1
-5
/
+4
*
merge from trunk (r12272)
su_v
2013-04-08
1
-6
/
+6
|
\
|
*
Fix for Bug #1163759 (Mouse selection ignores transform).
Nicolas Dufour
2013-04-04
1
-6
/
+6
*
|
merge from trunk (r12258)
su_v
2013-03-29
1
-13
/
+13
|
\
|
|
*
Stop using top-level glibmm header
Alex Valavanis
2013-03-26
1
-13
/
+13
*
|
changes_2013_02_25a.patch
David Mathog
2013-03-08
1
-0
/
+310
|
/
*
Removed unneeded header style filename #defines
Jon A. Cruz
2012-06-17
1
-2
/
+0
*
cppcheck stuff
Kris De Gussem
2012-04-09
1
-6
/
+6
*
remove unused code
Johan B. C. Engelen
2012-02-19
1
-5
/
+0
*
Fixing more broken and split doc comments.
Jon A. Cruz
2011-10-27
1
-1
/
+1
*
Completely remove NRRect, NRRectL, in-svg-plane.h
Krzysztof Kosi??ski
2011-08-27
1
-1
/
+0
*
Remove more of libnr
Krzysztof Kosi??ski
2011-06-23
1
-5
/
+5
*
Merge from trunk
Krzysztof Kosi??ski
2011-04-07
1
-25
/
+29
|
\
|
*
Fix node tool brokenness resulting from a switch to runtime order
Krzysztof Kosi??ski
2011-02-05
1
-9
/
+13
|
*
update to latest 2geom !
Johan B. C. Engelen
2011-02-02
1
-16
/
+16
*
|
Merge from trunk
Krzysztof Kosi??ski
2010-11-25
1
-1
/
+1
|
\
|
|
*
Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...
Chris Morgan
2010-11-17
1
-1
/
+1
*
|
Wholesale cruft removal part 4; fix crash when rendering guides
Krzysztof Kosi??ski
2010-08-05
1
-3
/
+1
|
/
*
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
[next]