summaryrefslogtreecommitdiffstats
path: root/src/sp-ellipse.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-792/+0
| | | | A lot of header clean-up.
* Add arc radius to toolbarGeoff Lankow2017-12-041-0/+59
|
* Fixing problems with nested LPE and convert to pathsJabier Arraiza2017-10-141-3/+3
|
* Fixes for transforms in LPE shapesJabiertxo Arraiza Cenoz2017-10-091-3/+13
|
* Fix for bug #1715433 Clone original LPE can no longer be used to fill a ↵Jabier Arraiza2017-09-211-0/+2
| | | | powerstroke path
* Fix bug #1694111 also fixes noumerous bugfixes on LPE undo. And shapes are ↵Jabiertxof2017-05-291-2/+8
| | | | | | | | improved to only perform path effet one time each Fixed bugs: - https://launchpad.net/bugs/1694111 (bzr r15713)
* Implement arc "chord" type. (Matches Krita "chord" arc type.)Tavmjong Bah2017-03-021-19/+56
| | | (bzr r15561)
* [Bug #1638472] Quadrant points of ellipse/circle fail to snap (as source or ↵suv-lp2016-11-081-3/+4
| | | | | | | | target). Fixed bugs: - https://launchpad.net/bugs/1638472 (bzr r15226)
* Use M_PI, M_PI_2. We use these constants everywhere so if they are not ↵Tavmjong Bah2016-08-171-9/+3
| | | | | | | defined we are already in trouble. No need to define them ourselves (except maybe in shared libraries). (bzr r15063)
* Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-3/+0
| | | (bzr r15034)
* Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-0/+3
| | | (bzr r15027)
* Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-3/+0
| | | (bzr r15025)
* Update to 2Geom revision 2396Krzysztof Kosi??ski2015-05-221-0/+1
| | | (bzr r14059.2.16)
* Partial fix for bug 1430873. Ellipses should behave properly with % values.Tavmjong Bah2015-03-161-33/+50
| | | (bzr r14009)
* create SPObject factoryLiam P. White2015-02-251-29/+0
| | | (bzr r13939.1.1)
* Don't write the d attribute on <circle> or <ellipse>Liam P. White2014-11-161-1/+1
| | | (bzr r13720)
* Fix nasty leakLiam P. White2014-11-161-2/+2
| | | (bzr r13719)
* Code cleanup.Liam P. White2014-08-181-17/+16
| | | (bzr r13341.1.145)
* Remove the incorrect fix for the bug 1241902Jabier Arraiza Cenoz2014-06-271-2/+0
| | | (bzr r13341.1.69)
* Fix for Bug #1241902 -Jabier Arraiza Cenoz2014-06-071-0/+2
| | | (bzr r13341.1.52)
* do not allow ellipse arc segment greater than 90 degrees. (Bug 1312333)Alvin Penner2014-04-301-50/+23
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1312333 (bzr r13327)
* update 2geom's copy to r2142Johan B. C. Engelen2014-01-121-2/+2
| | | (bzr r12921)
* Fix transforming shapes with path effect applied (bug #1247324)Jabier Arraiza Cenoz2014-01-061-0/+5
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1247324 (bzr r12884)
* fix initialization bug, that leads to non-continuous pathJohan B. C. Engelen2013-11-181-1/+1
| | | (bzr r12822)
* Added some consts.Markus Engel2013-10-261-3/+5
| | | (bzr r12729)
* Fix some more issues with ellipses.Markus Engel2013-10-101-31/+35
| | | | | | | Fixed bugs: - https://launchpad.net/bugs/1237734 - https://launchpad.net/bugs/1235504 (bzr r12677)
* Seamlessly switch between SVG circle, ellipse, and path (arc) elements while ↵Tavmjong Bah2013-10-081-354/+345
| | | | | using the Circle, Ellipse, and Arc tool. (bzr r12670)
* C++Johan B. C. Engelen2013-10-041-1/+1
| | | (bzr r12660)
* C++Johan B. C. Engelen2013-10-041-1/+1
| | | (bzr r12659)
* Further changes to SPEllipse.Markus Engel2013-09-291-44/+26
| | | (bzr r12629)
* Adjusted code style of SPEllipse.Markus Engel2013-09-271-175/+208
| | | (bzr r12602)
* Further refactored SPEllipse.Markus Engel2013-09-261-179/+86
| | | (bzr r12601)
* random code cleanupJohan B. C. Engelen2013-09-261-6/+4
| | | (bzr r12596)
* Merged from trunk (r12593).Markus Engel2013-09-261-2/+2
|\ | | | | (bzr r11608.1.132)
| * C++ify calling a few SPLPEItem functions, much more work than expected... ↵Johan B. C. Engelen2013-09-251-2/+2
| | | | | | | | | | slowly slowly... (bzr r12593)
* | Merged from trunk (r12588).Markus Engel2013-09-241-8/+61
|\| | | | | (bzr r11608.1.129)
| * change names for displayName and detailedDescription, improve char code and ↵Martin Owens2013-09-241-3/+3
| | | | | | | | | | remove const. (bzr r12584)
| * Merge from trunk.Matthew Petroff2013-09-201-368/+279
| |\ | | | | | | (bzr r12475.1.29)
| | * Refactor status-bar text for multiple items, was very brokenMartin Owens2013-09-201-8/+8
| | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1199192 (bzr r12550)
| * | Fix bug that added transforms to new objects.Matthew Petroff2013-09-021-0/+60
| | | | | | | | | (bzr r12475.1.11)
* | | Refactored SPGenericEllipse::set_shapeMarkus Engel2013-09-241-38/+42
| |/ |/| | | (bzr r11608.1.127)
* | Merged from trunk (r12488).Markus Engel2013-08-301-12/+12
|\| | | | | (bzr r11608.1.120)
| * cppcheckKris De Gussem2013-08-041-15/+20
| | | | | | (bzr r12467)
* | Merge Object and subclasses. Merging of SP- and C-classes complete.Markus Engel2013-04-071-5/+0
| | | | | | (bzr r11608.1.86)
* | Merged Item.Markus Engel2013-04-051-4/+0
| | | | | | (bzr r11608.1.81)
* | Merged more classes.Markus Engel2013-04-051-4/+0
| | | | | | (bzr r11608.1.78)
* | Merged Shape and subclasses. Cleaned up a bit.Markus Engel2013-04-051-180/+196
| | | | | | (bzr r11608.1.76)
* | Combined some classes.Markus Engel2013-04-041-122/+76
| | | | | | (bzr r11608.1.75)
* | Cleaned up a bit. Uses some C++11 features.Markus Engel2013-04-021-50/+0
| | | | | | (bzr r11608.1.72)
* | Registered classes with new factory. Hkern, Vkern and FeFuncX have to be ↵Markus Engel2013-04-021-0/+22
| | | | | | | | | | rewritten, as they aren't real classes. (bzr r11608.1.69)