summaryrefslogtreecommitdiffstats
path: root/src/sp-ellipse.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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)
* | Added constructors to SP classes.Markus Engel2013-04-011-16/+40
| | | | | | (bzr r11608.1.67)
* | Prepared exchange of casting macros.Markus Engel2013-03-311-0/+4
| | | | | | (bzr r11608.1.63)
* | Renamed virtual function names.Markus Engel2013-03-291-32/+32
| | | | | | (bzr r11608.1.57)
* | merged from trunkMarkus Engel2013-03-291-294/+14
|\| | | | | (bzr r11608.1.56)
| * Clean up more GObject type definitionsAlex Valavanis2013-01-231-136/+28
| | | | | | (bzr r12055)
| * clip path visual bbox refresh, second try (Bug 1005085)Alvin Penner2012-12-311-0/+1
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1005085 (bzr r12005)
* | Removed function pointers from SPObject and subclasses.Markus Engel2013-03-291-9/+9
| | | | | | | | | | Added some missing virtual pads for classes that were hidden by preprocessor macros. (bzr r11608.1.55)
* | Various changes.Markus Engel2013-03-141-3/+3
| | | | | | (bzr r11608.1.48)
* | Added virtual pad to SPFlowtext; removed old calls to virtual SPItem methods.Markus Engel2012-10-061-4/+4
| | | | | | (bzr r11608.1.46)
* | Removed old calls to set_shape and update_patheffect.Markus Engel2012-09-291-2/+2
| | | | | | (bzr r11608.1.45)
* | Added "virtual pad" toMarkus Engel2012-08-181-82/+221
|/ | | | | | | | - SPGenericEllipse - SPEllipse - SPCircle - SPArc (bzr r11608.1.5)
* add underscores to some member variables.Johan B. C. Engelen2012-01-171-2/+2
| | | | | add some const stuff (bzr r10900)
* Remove all NRRect use.Krzysztof Kosi??ski2011-08-271-13/+12
| | | (bzr r10582.1.5)
* Refactoring of the snapping preferences; mainly about storing all toggles in ↵Diederik van Lierop2011-08-221-9/+11
| | | | | a single array, instead of each having its own member variable (bzr r10569)
* - rename SPItem::i2d_affine to i2dt_affine, to clarify that it is ↵Johan B. C. Engelen2011-07-171-5/+5
| | | | | | | item-to-desktop, not item-to-document. This should make it easier to spot bugs. - tag some instances where the document-to-desktop transform has been hardcoded (bzr r10466)
* - Add a third group of snap sources/targets, called ¨others¨ (before we ↵Diederik van Lierop2011-06-261-2/+2
| | | | | | | | had only ¨bounding box¨ and nodes (see bug #788178) - Fix the display of the snap source - Fix snapping of guides to other guides & grids (bzr r10372)
* Merge from trunkKrzysztof Kosi??ski2011-04-071-9/+13
|\ | | | | (bzr r9508.1.73)