summaryrefslogtreecommitdiffstats
path: root/src/sp-ellipse.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* clip path visual bbox refresh, second try (Bug 1005085)Alvin Penner2012-12-311-0/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1005085 (bzr r12005)
* 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)
| * add curve before LPE to SPShape. this is useful for helperpath display. It ↵Johan B. C. Engelen2011-04-011-1/+3
| | | | | | | | | | | | | | | | was inspired from fixing bug 407008 Fixed bugs: - https://launchpad.net/bugs/407008 (bzr r10142)
| * Finished cleanup of outdated SP_OBJECT_REPR C macro.Jon A. Cruz2011-02-221-6/+8
| | | | | | (bzr r10067)
| * update to latest 2geom !Johan B. C. Engelen2011-02-021-2/+2
| | | | | | (bzr r10025)
* | Merge from trunk (again)Krzysztof Kosi??ski2010-12-151-22/+21
|\| | | | | (bzr r9508.1.72)
| * Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-22/+21
| |\ | | | | | | (bzr r9945.1.1)
| | * SPShape c++ified to the extent it was possible and more changes done for XML ↵Abhishek Sharma Public2010-07-141-5/+5
| | | | | | | | | | | | | | | privatisation. Major changes yet to come. (bzr r9546.1.7)
| | * SPObject c++ification finalized along with the beginning of XML ↵Abhishek Sharma Public2010-07-121-14/+14
| | | | | | | | | | | | | | | Privatisation tweaks (bzr r9546.1.6)
| | * This is the first c++ification commit from me. It handles sp-line, ↵Abhishek Sharma Public2010-06-291-1/+1
| | | | | | | | | | | | | | | sp-polyline, sp-item and marks the onset of document c++ification as well. Users can check performace increase with [/usr/bin/time -v inkscape_binary_with_commandline_options]. (bzr r9546.1.1)
* | | Merge from trunkKrzysztof Kosi??ski2010-11-251-11/+13
|\| | | | | | | | (bzr r9508.1.70)
| * | Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵Chris Morgan2010-11-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fileencoding=utf-8 in all 1074 Vim modelines. The reason for this is that (a) setting the encoding isn't nice, and (b) Vim 7.3 (with modeline enabled) disallows it and pops up an error whenever you open any file with it ("invalid modeline"). Also corrected five deviant modestrings: * src/ui/widget/dock.cpp and src/ui/widget/dock.h: missing colon at the end * src/ui/dialog/tile.cpp: removed gratuitous second colon at the end * src/helper/units-test.h: removed gratuitous space before a colon * share/extensions/export_gimp_palette.py: missing textwidth=99 That's my geekiest commit yet. (bzr r9900)
| * | Fix updating for ellipses when viewbox is not definedJohan B. C. Engelen2010-10-231-10/+12
| |/ | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/587897 (bzr r9844)
* / Wholesale cruft removal part 2Krzysztof Kosi??ski2010-08-041-2/+0
|/ | | (bzr r9508.1.45)
* Refactoring the snapping API (making it easier to maintain and understand ↵Diederik van Lierop2010-01-091-18/+17
| | | | | for the devs) (bzr r8960)
* patch by Krzysztof for 459811bulia byak2009-11-081-2/+3
| | | (bzr r8822)
* fix rendering of testcase errorhandling-nosuchlpe.svg: make sure shapes do ↵bulia byak2009-08-221-0/+13
| | | | | not calculate the curve if they have a broken lpe, instead reading it directly from d= and issuing a warning (bzr r8520)
* Revert recent refactoring changes by johnce because they break the build, ↵Maximilian Albert2009-08-061-6/+6
| | | | | which cannot be fixed easily. (bzr r8422)
* SPDocument->Documentjohnce2009-08-051-6/+6
| | | (bzr r8404)
* Removed sodipodi:versionJon A. Cruz2009-06-091-2/+0
| | | (bzr r8029)
* More accurate wording in snap tooltipsDiederik van Lierop2009-02-271-1/+1
| | | (bzr r7388)
* Fix for imprecise ellipse drawing by Alvin Penner.Krzysztof Kosi??ski2009-02-241-4/+1
| | | (bzr r7366)
* The snap indicator's tooltip now displays "A to B", whereas before it only ↵Diederik van Lierop2009-02-201-6/+12
| | | | | displayed "B". (bzr r7335)
* gcc warning cleanupFelipe Corr??a da Silva Sanches2009-02-091-1/+1
| | | | | suggested parentheses (bzr r7252)
* fix percentage coordinates for ellipses. ↵Johan B. C. Engelen2009-01-251-5/+8
| | | | | (svgtestsuite-1.1/coords-units-02-b.svg) (bzr r7168)
* - Snap to the midpoint of shapes and bboxesDiederik van Lierop2009-01-181-13/+21
| | | | | | | - Snap to the midpoint of paths and bbox edges - Refactor the snapping toggle, i.e. what snaps to what when toggling a specific option in the snapping toolbar PS: icons.svg has been modified, so use "make install" if needed (bzr r7144)
* NR -> 2Geom few more filesJoshua L. Blocher2008-12-051-11/+11
| | | (bzr r6959)
* Warning cleanup.Jon A. Cruz2008-12-051-9/+9
| | | (bzr r6947)
* Merge from fe-movedTed Gould2008-11-211-2/+11
| | | (bzr r6891)
* From trunkTed Gould2008-10-271-7/+7
| | | (bzr r6885)
* Refactored preferences handling into a new version of Krzysztof Kosi??ski2008-09-161-6/+7
| | | | | | | | the Inkscape::Preferences class. Removed all use of prefs_get_string_attribute(), pref_path_get_nth_child() and create_pref() in favor of the new API. Replaced some "0 or 1" integer preferences with booleans. (bzr r6823)
* remove many unnecessary to_2geom and from_2geom callsJohan B. C. Engelen2008-08-081-1/+1
| | | (bzr r6593)
* warning cleanupFelipe Corr??a da Silva Sanches2008-07-121-1/+1
| | | (bzr r6282)
* 2geomify ellipse creationJohan B. C. Engelen2008-07-081-43/+15
| | | (bzr r6234)
* change NR::Matrix to Geom:: for many sp_item_xxx_affine functionsJohan B. C. Engelen2008-06-121-1/+1
| | | (bzr r5915)
* plumb XML::Documents in everywhereMenTaLguY2008-06-111-16/+12
| | | (bzr r5884)
* ellipses and groups now use 2geompath for svg_write: ↵Johan B. C. Engelen2008-06-061-8/+3
| | | | | sp_svg_write_path(np->curve->get_pathvector() ); (bzr r5846)
* merge gsoc2008_johan_path2geom into trunkJohan B. C. Engelen2008-06-061-1/+1
| | | (bzr r5823)
* struct SPCurve => class SPCurveJohan B. C. Engelen2008-05-051-3/+3
| | | | | change all sp_curve_methods functions to SPCurve::methods. (bzr r5609)
* - Created a SPLPEItem class that handles applying a LPE to an ItemBastien Bouclet2008-03-281-4/+6
| | | | | | - LPEs can now be applied to groups - Updated the bend path to work properly with groups (bzr r5219)
* Remove g_print debugging statement.Tavmjong Bah2008-02-041-1/+0
| | | (bzr r4650)
* Allow snapping from and to ellipsesDiederik van Lierop2008-01-131-8/+45
| | | (bzr r4475)
* Fundamentally reworked version of the 3D box tool (among many other things, ↵Maximilian Albert2007-12-131-0/+1
| | | | | this fixes bugs #168900 and #168868). See mailing list for details. Sorry for this single large commit but it was unfeasible to keep the history. (bzr r4224)
* Warning cleanupJon A. Cruz2007-11-041-5/+5
| | | (bzr r4025)
* Commit LivePathEffect branch to trunk!Johan B. C. Engelen2007-08-141-0/+29
| | | | | (disabled extension/internal/bitmap/*.* in build.xml to fix compilation) (bzr r3472)