summaryrefslogtreecommitdiffstats
path: root/src/sp-ellipse.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* | Added virtual pad to SPFlowtext; removed old calls to virtual SPItem methods.Markus Engel2012-10-061-4/+4
* | Removed old calls to set_shape and update_patheffect.Markus Engel2012-09-291-2/+2
* | Added "virtual pad" toMarkus Engel2012-08-181-82/+221
|/
* add underscores to some member variables.Johan B. C. Engelen2012-01-171-2/+2
* Remove all NRRect use.Krzysztof Kosi??ski2011-08-271-13/+12
* Refactoring of the snapping preferences; mainly about storing all toggles in ...Diederik van Lierop2011-08-221-9/+11
* - rename SPItem::i2d_affine to i2dt_affine, to clarify that it is item-to-des...Johan B. C. Engelen2011-07-171-5/+5
* - Add a third group of snap sources/targets, called ¨others¨ (before we had...Diederik van Lierop2011-06-261-2/+2
* Merge from trunkKrzysztof Kosi??ski2011-04-071-9/+13
|\
| * add curve before LPE to SPShape. this is useful for helperpath display. It wa...Johan B. C. Engelen2011-04-011-1/+3
| * Finished cleanup of outdated SP_OBJECT_REPR C macro.Jon A. Cruz2011-02-221-6/+8
| * update to latest 2geom !Johan B. C. Engelen2011-02-021-2/+2
* | Merge from trunk (again)Krzysztof Kosi??ski2010-12-151-22/+21
|\|
| * Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-22/+21
| |\
| | * SPShape c++ified to the extent it was possible and more changes done for XML ...Abhishek Sharma Public2010-07-141-5/+5
| | * SPObject c++ification finalized along with the beginning of XML Privatisation...Abhishek Sharma Public2010-07-121-14/+14
| | * This is the first c++ification commit from me. It handles sp-line, sp-polylin...Abhishek Sharma Public2010-06-291-1/+1
* | | Merge from trunkKrzysztof Kosi??ski2010-11-251-11/+13
|\| |
| * | Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan2010-11-171-1/+1
| * | Fix updating for ellipses when viewbox is not definedJohan B. C. Engelen2010-10-231-10/+12
| |/
* / Wholesale cruft removal part 2Krzysztof Kosi??ski2010-08-041-2/+0
|/
* Refactoring the snapping API (making it easier to maintain and understand for...Diederik van Lierop2010-01-091-18/+17
* patch by Krzysztof for 459811bulia byak2009-11-081-2/+3
* fix rendering of testcase errorhandling-nosuchlpe.svg: make sure shapes do no...bulia byak2009-08-221-0/+13
* Revert recent refactoring changes by johnce because they break the build, whi...Maximilian Albert2009-08-061-6/+6
* SPDocument->Documentjohnce2009-08-051-6/+6
* Removed sodipodi:versionJon A. Cruz2009-06-091-2/+0
* More accurate wording in snap tooltipsDiederik van Lierop2009-02-271-1/+1
* Fix for imprecise ellipse drawing by Alvin Penner.Krzysztof Kosi??ski2009-02-241-4/+1
* The snap indicator's tooltip now displays "A to B", whereas before it only di...Diederik van Lierop2009-02-201-6/+12
* gcc warning cleanupFelipe Corr??a da Silva Sanches2009-02-091-1/+1
* fix percentage coordinates for ellipses. (svgtestsuite-1.1/coords-units-02-b....Johan B. C. Engelen2009-01-251-5/+8
* - Snap to the midpoint of shapes and bboxesDiederik van Lierop2009-01-181-13/+21
* NR -> 2Geom few more filesJoshua L. Blocher2008-12-051-11/+11
* Warning cleanup.Jon A. Cruz2008-12-051-9/+9
* Merge from fe-movedTed Gould2008-11-211-2/+11
* From trunkTed Gould2008-10-271-7/+7
* Refactored preferences handling into a new version of Krzysztof Kosi??ski2008-09-161-6/+7
* remove many unnecessary to_2geom and from_2geom callsJohan B. C. Engelen2008-08-081-1/+1
* warning cleanupFelipe Corr??a da Silva Sanches2008-07-121-1/+1
* 2geomify ellipse creationJohan B. C. Engelen2008-07-081-43/+15
* change NR::Matrix to Geom:: for many sp_item_xxx_affine functionsJohan B. C. Engelen2008-06-121-1/+1