summaryrefslogtreecommitdiffstats
path: root/src/sp-ellipse.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use M_PI, M_PI_2. We use these constants everywhere so if they are not define...Tavmjong Bah2016-08-171-9/+3
* Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-3/+0
* Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-0/+3
* Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-3/+0
* Update to 2Geom revision 2396Krzysztof Kosi??ski2015-05-221-0/+1
* Partial fix for bug 1430873. Ellipses should behave properly with % values.Tavmjong Bah2015-03-161-33/+50
* create SPObject factoryLiam P. White2015-02-251-29/+0
* Don't write the d attribute on <circle> or <ellipse>Liam P. White2014-11-161-1/+1
* Fix nasty leakLiam P. White2014-11-161-2/+2
* Code cleanup.Liam P. White2014-08-181-17/+16
* Remove the incorrect fix for the bug 1241902Jabier Arraiza Cenoz2014-06-271-2/+0
* Fix for Bug #1241902 -Jabier Arraiza Cenoz2014-06-071-0/+2
* do not allow ellipse arc segment greater than 90 degrees. (Bug 1312333)Alvin Penner2014-04-301-50/+23
* update 2geom's copy to r2142Johan B. C. Engelen2014-01-121-2/+2
* Fix transforming shapes with path effect applied (bug #1247324)Jabier Arraiza Cenoz2014-01-061-0/+5
* fix initialization bug, that leads to non-continuous pathJohan B. C. Engelen2013-11-181-1/+1
* Added some consts.Markus Engel2013-10-261-3/+5
* Fix some more issues with ellipses.Markus Engel2013-10-101-31/+35
* Seamlessly switch between SVG circle, ellipse, and path (arc) elements while ...Tavmjong Bah2013-10-081-354/+345
* C++Johan B. C. Engelen2013-10-041-1/+1
* C++Johan B. C. Engelen2013-10-041-1/+1
* Further changes to SPEllipse.Markus Engel2013-09-291-44/+26
* Adjusted code style of SPEllipse.Markus Engel2013-09-271-175/+208
* Further refactored SPEllipse.Markus Engel2013-09-261-179/+86
* random code cleanupJohan B. C. Engelen2013-09-261-6/+4
* Merged from trunk (r12593).Markus Engel2013-09-261-2/+2
|\
| * C++ify calling a few SPLPEItem functions, much more work than expected... slo...Johan B. C. Engelen2013-09-251-2/+2
* | Merged from trunk (r12588).Markus Engel2013-09-241-8/+61
|\|
| * change names for displayName and detailedDescription, improve char code and r...Martin Owens2013-09-241-3/+3
| * Merge from trunk.Matthew Petroff2013-09-201-368/+279
| |\
| | * Refactor status-bar text for multiple items, was very brokenMartin Owens2013-09-201-8/+8
| * | Fix bug that added transforms to new objects.Matthew Petroff2013-09-021-0/+60
* | | Refactored SPGenericEllipse::set_shapeMarkus Engel2013-09-241-38/+42
| |/ |/|
* | Merged from trunk (r12488).Markus Engel2013-08-301-12/+12
|\|
| * cppcheckKris De Gussem2013-08-041-15/+20
* | Merge Object and subclasses. Merging of SP- and C-classes complete.Markus Engel2013-04-071-5/+0
* | Merged Item.Markus Engel2013-04-051-4/+0
* | Merged more classes.Markus Engel2013-04-051-4/+0
* | Merged Shape and subclasses. Cleaned up a bit.Markus Engel2013-04-051-180/+196
* | Combined some classes.Markus Engel2013-04-041-122/+76
* | Cleaned up a bit. Uses some C++11 features.Markus Engel2013-04-021-50/+0
* | Registered classes with new factory. Hkern, Vkern and FeFuncX have to be rewr...Markus Engel2013-04-021-0/+22
* | Added constructors to SP classes.Markus Engel2013-04-011-16/+40
* | Prepared exchange of casting macros.Markus Engel2013-03-311-0/+4
* | Renamed virtual function names.Markus Engel2013-03-291-32/+32
* | merged from trunkMarkus Engel2013-03-291-294/+14
|\|
| * Clean up more GObject type definitionsAlex Valavanis2013-01-231-136/+28
| * clip path visual bbox refresh, second try (Bug 1005085)Alvin Penner2012-12-311-0/+1
* | Removed function pointers from SPObject and subclasses.Markus Engel2013-03-291-9/+9
* | Various changes.Markus Engel2013-03-141-3/+3