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-ellipse.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-01-30
Move classes derived from SPObject to own directory.
Tavmjong Bah
1
-792
/
+0
2017-12-04
Add arc radius to toolbar
Geoff Lankow
1
-0
/
+59
2017-10-14
Fixing problems with nested LPE and convert to paths
Jabier Arraiza
1
-3
/
+3
2017-10-09
Fixes for transforms in LPE shapes
Jabiertxo Arraiza Cenoz
1
-3
/
+13
2017-09-21
Fix for bug #1715433 Clone original LPE can no longer be used to fill a power...
Jabier Arraiza
1
-0
/
+2
2017-05-29
Fix bug #1694111 also fixes noumerous bugfixes on LPE undo. And shapes are im...
Jabiertxof
1
-2
/
+8
2017-05-29
Fix bug #1694111 also fixes noumerous bugfixes on LPE undo. And shapes are im...
Jabiertxof
1
-2
/
+8
2017-03-02
Implement arc "chord" type. (Matches Krita "chord" arc type.)
Tavmjong Bah
1
-19
/
+56
2017-01-24
Remove some code and make dependant of rotate copies
Jabiertxof
1
-11
/
+2
2017-01-02
Remove clone original code
Jabiertxof
1
-11
/
+2
2016-12-28
First attemp working
Jabiertxof
1
-2
/
+11
2016-11-08
[Bug #1638472] Quadrant points of ellipse/circle fail to snap (as source or t...
suv-lp
1
-3
/
+4
2016-08-17
Use M_PI, M_PI_2. We use these constants everywhere so if they are not define...
Tavmjong Bah
1
-9
/
+3
2016-08-03
Removed unused includes, decreased compilation time. Once again
Adrian Boguszewski
1
-3
/
+0
2016-07-28
Reverted changes to r15024 after many building problems
Adrian Boguszewski
1
-0
/
+3
2016-07-28
Removed unused includes, decrease compilation time
Adrian Boguszewski
1
-3
/
+0
2015-05-22
Update to 2Geom revision 2396
Krzysztof Kosi??ski
1
-0
/
+1
2015-03-16
Partial fix for bug 1430873. Ellipses should behave properly with % values.
Tavmjong Bah
1
-33
/
+50
2015-02-25
create SPObject factory
Liam P. White
1
-29
/
+0
2014-11-16
Don't write the d attribute on <circle> or <ellipse>
Liam P. White
1
-1
/
+1
2014-11-16
Fix nasty leak
Liam P. White
1
-2
/
+2
2014-08-18
Code cleanup.
Liam P. White
1
-17
/
+16
2014-06-27
Remove the incorrect fix for the bug 1241902
Jabier Arraiza Cenoz
1
-2
/
+0
2014-06-27
Remove the incorrect fix for the bug 1241902
Jabier Arraiza Cenoz
1
-2
/
+0
2014-06-11
Fix for bug #1241902
Jabier Arraiza Cenoz
1
-0
/
+2
2014-06-07
Fix for Bug #1241902 -
Jabier Arraiza Cenoz
1
-0
/
+2
2014-04-30
do not allow ellipse arc segment greater than 90 degrees. (Bug 1312333)
Alvin Penner
1
-50
/
+23
2014-01-12
update 2geom's copy to r2142
Johan B. C. Engelen
1
-2
/
+2
2014-01-06
Fix transforming shapes with path effect applied (bug #1247324)
Jabier Arraiza Cenoz
1
-0
/
+5
2013-11-18
fix initialization bug, that leads to non-continuous path
Johan B. C. Engelen
1
-1
/
+1
2013-10-26
Added some consts.
Markus Engel
1
-3
/
+5
2013-10-10
Fix some more issues with ellipses.
Markus Engel
1
-31
/
+35
2013-10-08
Seamlessly switch between SVG circle, ellipse, and path (arc) elements while ...
Tavmjong Bah
1
-354
/
+345
2013-10-04
C++
Johan B. C. Engelen
1
-1
/
+1
2013-10-04
C++
Johan B. C. Engelen
1
-1
/
+1
2013-09-29
Further changes to SPEllipse.
Markus Engel
1
-44
/
+26
2013-09-27
Adjusted code style of SPEllipse.
Markus Engel
1
-175
/
+208
2013-09-26
Further refactored SPEllipse.
Markus Engel
1
-179
/
+86
2013-09-26
random code cleanup
Johan B. C. Engelen
1
-6
/
+4
2013-09-25
C++ify calling a few SPLPEItem functions, much more work than expected... slo...
Johan B. C. Engelen
1
-2
/
+2
2013-09-24
change names for displayName and detailedDescription, improve char code and r...
Martin Owens
1
-3
/
+3
2013-09-24
Refactored SPGenericEllipse::set_shape
Markus Engel
1
-38
/
+42
2013-09-20
Refactor status-bar text for multiple items, was very broken
Martin Owens
1
-8
/
+8
2013-09-02
Fix bug that added transforms to new objects.
Matthew Petroff
1
-0
/
+60
2013-08-04
cppcheck
Kris De Gussem
1
-15
/
+20
2013-04-07
Merge Object and subclasses. Merging of SP- and C-classes complete.
Markus Engel
1
-5
/
+0
2013-04-05
Merged Item.
Markus Engel
1
-4
/
+0
2013-04-05
Merged more classes.
Markus Engel
1
-4
/
+0
2013-04-05
Merged Shape and subclasses. Cleaned up a bit.
Markus Engel
1
-180
/
+196
2013-04-04
Combined some classes.
Markus Engel
1
-122
/
+76
[next]