summaryrefslogtreecommitdiffstats
path: root/src/sp-ellipse.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-792/+0
A lot of header clean-up.
2017-12-04Add arc radius to toolbarGeoff Lankow1-0/+59
2017-10-14Fixing problems with nested LPE and convert to pathsJabier Arraiza1-3/+3
2017-10-09Fixes for transforms in LPE shapesJabiertxo Arraiza Cenoz1-3/+13
2017-09-21Fix for bug #1715433 Clone original LPE can no longer be used to fill a ↵Jabier Arraiza1-0/+2
powerstroke path
2017-05-29Fix bug #1694111 also fixes noumerous bugfixes on LPE undo. And shapes are ↵Jabiertxof1-2/+8
improved to only perform path effet one time each Fixed bugs: - https://launchpad.net/bugs/1694111 (bzr r15713)
2017-05-29Fix bug #1694111 also fixes noumerous bugfixes on LPE undo. And shapes are ↵Jabiertxof1-2/+8
improved to only perform path effet one time each Fixed bugs: - https://launchpad.net/bugs/1694111 (bzr r15703.1.10)
2017-03-02Implement arc "chord" type. (Matches Krita "chord" arc type.)Tavmjong Bah1-19/+56
(bzr r15561)
2017-01-24Remove some code and make dependant of rotate copiesJabiertxof1-11/+2
(bzr r15356.1.17)
2017-01-02Remove clone original codeJabiertxof1-11/+2
(bzr r15295.1.47)
2016-12-28First attemp workingJabiertxof1-2/+11
(bzr r15356.1.1)
2016-11-08[Bug #1638472] Quadrant points of ellipse/circle fail to snap (as source or ↵suv-lp1-3/+4
target). Fixed bugs: - https://launchpad.net/bugs/1638472 (bzr r15226)
2016-08-17Use M_PI, M_PI_2. We use these constants everywhere so if they are not ↵Tavmjong Bah1-9/+3
defined we are already in trouble. No need to define them ourselves (except maybe in shared libraries). (bzr r15063)
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-3/+0
(bzr r15034)
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-0/+3
(bzr r15027)
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-3/+0
(bzr r15025)
2015-05-22Update to 2Geom revision 2396Krzysztof Kosi??ski1-0/+1
(bzr r14059.2.16)
2015-03-16Partial fix for bug 1430873. Ellipses should behave properly with % values.Tavmjong Bah1-33/+50
(bzr r14009)
2015-02-25create SPObject factoryLiam P. White1-29/+0
(bzr r13939.1.1)
2014-11-16Don't write the d attribute on <circle> or <ellipse>Liam P. White1-1/+1
(bzr r13720)
2014-11-16Fix nasty leakLiam P. White1-2/+2
(bzr r13719)
2014-08-18Code cleanup.Liam P. White1-17/+16
(bzr r13341.1.145)
2014-06-27Remove the incorrect fix for the bug 1241902Jabier Arraiza Cenoz1-2/+0
(bzr r13441)
2014-06-27Remove the incorrect fix for the bug 1241902Jabier Arraiza Cenoz1-2/+0
(bzr r13341.1.69)
2014-06-11Fix for bug #1241902Jabier Arraiza Cenoz1-0/+2
(bzr r13418)
2014-06-07Fix for Bug #1241902 -Jabier Arraiza Cenoz1-0/+2
(bzr r13341.1.52)
2014-04-30do not allow ellipse arc segment greater than 90 degrees. (Bug 1312333)Alvin Penner1-50/+23
Fixed bugs: - https://launchpad.net/bugs/1312333 (bzr r13327)
2014-01-12update 2geom's copy to r2142Johan B. C. Engelen1-2/+2
(bzr r12921)
2014-01-06Fix transforming shapes with path effect applied (bug #1247324)Jabier Arraiza Cenoz1-0/+5
Fixed bugs: - https://launchpad.net/bugs/1247324 (bzr r12884)
2013-11-18fix initialization bug, that leads to non-continuous pathJohan B. C. Engelen1-1/+1
(bzr r12822)
2013-10-26Added some consts.Markus Engel1-3/+5
(bzr r12729)
2013-10-10Fix some more issues with ellipses.Markus Engel1-31/+35
Fixed bugs: - https://launchpad.net/bugs/1237734 - https://launchpad.net/bugs/1235504 (bzr r12677)
2013-10-08Seamlessly switch between SVG circle, ellipse, and path (arc) elements while ↵Tavmjong Bah1-354/+345
using the Circle, Ellipse, and Arc tool. (bzr r12670)
2013-10-04C++Johan B. C. Engelen1-1/+1
(bzr r12660)
2013-10-04C++Johan B. C. Engelen1-1/+1
(bzr r12659)
2013-09-29Further changes to SPEllipse.Markus Engel1-44/+26
(bzr r12629)
2013-09-27Adjusted code style of SPEllipse.Markus Engel1-175/+208
(bzr r12602)
2013-09-26Further refactored SPEllipse.Markus Engel1-179/+86
(bzr r12601)
2013-09-26random code cleanupJohan B. C. Engelen1-6/+4
(bzr r12596)
2013-09-25C++ify calling a few SPLPEItem functions, much more work than expected... ↵Johan B. C. Engelen1-2/+2
slowly slowly... (bzr r12593)
2013-09-24change names for displayName and detailedDescription, improve char code and ↵Martin Owens1-3/+3
remove const. (bzr r12584)
2013-09-24Refactored SPGenericEllipse::set_shapeMarkus Engel1-38/+42
(bzr r11608.1.127)
2013-09-20Refactor status-bar text for multiple items, was very brokenMartin Owens1-8/+8
Fixed bugs: - https://launchpad.net/bugs/1199192 (bzr r12550)
2013-09-02Fix bug that added transforms to new objects.Matthew Petroff1-0/+60
(bzr r12475.1.11)
2013-08-04cppcheckKris De Gussem1-15/+20
(bzr r12467)
2013-04-07Merge Object and subclasses. Merging of SP- and C-classes complete.Markus Engel1-5/+0
(bzr r11608.1.86)
2013-04-05Merged Item.Markus Engel1-4/+0
(bzr r11608.1.81)
2013-04-05Merged more classes.Markus Engel1-4/+0
(bzr r11608.1.78)
2013-04-05Merged Shape and subclasses. Cleaned up a bit.Markus Engel1-180/+196
(bzr r11608.1.76)
2013-04-04Combined some classes.Markus Engel1-122/+76
(bzr r11608.1.75)