summaryrefslogtreecommitdiffstats
path: root/src/sp-shape.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* add curve before LPE to SPShape. this is useful for helperpath display. It ↵Johan B. C. Engelen2011-04-011-0/+36
| | | | | | | | was inspired from fixing bug 407008 Fixed bugs: - https://launchpad.net/bugs/407008 (bzr r10142)
* make a strange cast more obviousJohan B. C. Engelen2011-03-131-1/+3
| | | (bzr r10101)
* Finished cleanup of outated SP_OBJECT_DOCUMENT C macro.Jon A. Cruz2011-02-211-17/+16
| | | (bzr r10060)
* update to latest 2geom !Johan B. C. Engelen2011-02-021-25/+25
| | | (bzr r10025)
* Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-140/+101
|\ | | | | (bzr r9945.1.1)
| * SPShape c++ified to the extent it was possible and more changes done for XML ↵Abhishek Sharma Public2010-07-141-95/+97
| | | | | | | | | | privatisation. Major changes yet to come. (bzr r9546.1.7)
| * C++fied SPDocument addedAbhishek Sharma Public2010-07-011-2/+2
| | | | | | (bzr r9546.1.2)
| * This is the first c++ification commit from me. It handles sp-line, ↵Abhishek Sharma Public2010-06-291-13/+13
| | | | | | | | | | 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)
* | 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)
* | Beware: some 2geom functions can throw useful exceptions! fixing crash bug ↵Johan B. C. Engelen2010-10-231-5/+12
| | | | | | | | | | | | | | | | 614751 Fixed bugs: - https://launchpad.net/bugs/614751 (bzr r9845)
* | Don't try displaying markers for completely empty paths, fixes crash.Johan B. C. Engelen2010-10-231-4/+8
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/511577 (bzr r9843)
* | Avoid self-snapping when dragging a rotation center, and draw the rotation ↵Diederik van Lierop2010-07-241-45/+45
| | | | | | | | | | center at the snapped position (bzr r9641)
* | Fix snapping to midpoints of closing segmentsDiederik van Lierop2010-07-191-40/+46
|/ | | (bzr r9627)
* - "Snap nodes or handles" button now also includes smooth nodesDiederik van Lierop2010-05-211-1/+18
| | | | | - Improved snap tooltips (bzr r9440)
* * improve boundingbox calculation: include strokecaps.Johan B. C. Engelen2010-04-101-137/+166
| | | | | * increasing boundingbox calculation precision for selection to marker, selection to pattern and fit canvas to selection (bzr r9307)
* Refactoring the snapping API (making it easier to maintain and understand ↵Diederik van Lierop2010-01-091-25/+18
| | | | | for the devs) (bzr r8960)
* Patch for 456148 by JohanJosh Andler2009-11-081-161/+247
| | | (bzr r8825)
* Revert recent refactoring changes by johnce because they break the build, ↵Maximilian Albert2009-08-061-2/+2
| | | | | which cannot be fixed easily. (bzr r8422)
* SPDocument->Documentjohnce2009-08-051-2/+2
| | | (bzr r8404)
* Fix the crash reported in bug #342755Diederik van Lierop2009-04-281-56/+62
| | | (bzr r7790)
* The snap indicator's tooltip now displays "A to B", whereas before it only ↵Diederik van Lierop2009-02-201-7/+14
| | | | | displayed "B". (bzr r7335)
* warning fixbulia byak2009-02-141-1/+1
| | | (bzr r7292)
* - Snap to the midpoint of shapes and bboxesDiederik van Lierop2009-01-181-13/+28
| | | | | | | - 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)
* Added a new toolbar with snapping controlsDiederik van Lierop2009-01-101-5/+5
| | | (bzr r7107)
* fix bbox calculation of markersJohan B. C. Engelen2009-01-041-58/+73
| | | (bzr r7073)
* make 'marker' property work (shorthand for start, mid and end markers); ↵Johan B. C. Engelen2009-01-021-102/+109
| | | | | inkscape now passes svg testsuite painting-marker-03-f.svg (bzr r7061)
* More NR ==> Geom changesJoshua L. Blocher2008-12-281-4/+4
| | | (bzr r7032)
* 1) snap midpoints of line segments (both as source and as target)Diederik van Lierop2008-12-141-133/+156
| | | | | 2) snap intersections within a single shape (as source; as target was already implemented) (bzr r7008)
* Merge from fe-movedTed Gould2008-11-211-88/+88
| | | (bzr r6891)
* Merge from trunkTed Gould2008-11-011-2/+8
| | | (bzr r6890)
* Merge from trunkTed Gould2008-10-311-0/+3
| | | (bzr r6887)
* From trunkTed Gould2008-10-271-39/+42
| | | (bzr r6885)
* Merging from trunkTed Gould2008-10-111-2/+2
| | | (bzr r6884)
* it's not a good idea to change key of arenaitem in the middle of an update; ↵bulia byak2008-09-231-10/+0
| | | | | not only this is unnecessary, but it results in a hard to catch windows-only crash (bzr r6871)
* Next roud of NR ==> Geom conversionMaximilian Albert2008-09-181-17/+17
| | | (bzr r6839)
* fix per SVG spec: bbox for paint servers must be exclusive of a stroke width ↵bulia byak2008-08-251-1/+1
| | | | | etc., ie be geometric (bzr r6714)
* whitespacebulia byak2008-08-251-62/+61
| | | (bzr r6713)
* NR:: to Geom:: for most of src/extension/Johan B. C. Engelen2008-08-121-8/+8
| | | (bzr r6612)
* fix marker behavior for moveto-only pathsJohan B. C. Engelen2008-08-081-16/+54
| | | (bzr r6596)
* remove many unnecessary to_2geom and from_2geom callsJohan B. C. Engelen2008-08-081-8/+8
| | | (bzr r6593)
* NR::Maybe => boost::optionalJohan B. C. Engelen2008-08-051-2/+2
| | | (bzr r6569)
* 2geomify snappoint finding for SPShapes.Johan B. C. Engelen2008-07-141-30/+32
| | | (bzr r6296)
* 2geomify print, fill and stroke methods of extensionsJohan B. C. Engelen2008-07-121-6/+2
| | | (bzr r6274)
* substitute macro with function callJohan B. C. Engelen2008-07-071-2/+2
| | | (bzr r6210)
* fix number of marker counting in shapeJohan B. C. Engelen2008-07-071-8/+32
| | | (bzr r6208)
* remove dead codeJohan B. C. Engelen2008-07-071-267/+4
| | | (bzr r6207)
* fix orientation of markersJohan B. C. Engelen2008-07-071-38/+40
| | | (bzr r6205)
* Warning cleanupJon A. Cruz2008-07-051-0/+1
| | | (bzr r6163)
* 2geomify calculation of number of markers on a pathJohan B. C. Engelen2008-07-041-3/+8
| | | (bzr r6159)
* sp_shape now uses 2geom PathVector for all marker positionsJohan B. C. Engelen2008-06-201-20/+132
| | | (bzr r6010)