summaryrefslogtreecommitdiffstats
path: root/src/livarot/Path.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix various minor typosYuri Chornoivan2019-07-011-2/+2
|
* Clarify licensesMax Gaukler2018-11-081-0/+9
| | | | | | - add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library
* Clean up of style code: Patch from suv: SPStyle: struct -> classTavmjong Bah2014-04-261-1/+1
| | | (bzr r13309)
* Fix remaining forward declaration tags (except for unavoidable internal ↵Alex Valavanis2013-03-151-5/+5
| | | | | errors in Gtkmm headers) (bzr r12208)
* Path::OutlineJoin. remove redundant nodes which are causing glitches (Bug ↵Alvin Penner2013-01-281-1/+1
| | | | | | | | 820425) Fixed bugs: - https://launchpad.net/bugs/820425 (bzr r12069)
* Purging some forward.h files.Jon A. Cruz2011-10-041-1/+7
| | | (bzr r10664)
* Completely remove NRRect, NRRectL, in-svg-plane.hKrzysztof Kosi??ski2011-08-271-1/+0
| | | (bzr r10582.1.6)
* Update 2Geom. Remove all use of NRRectL.Krzysztof Kosi??ski2011-08-271-1/+0
| | | (bzr r10582.1.3)
* Remove more of libnrKrzysztof Kosi??ski2011-06-231-2/+1
| | | (bzr r10347.1.2)
* update to latest 2geom !Johan B. C. Engelen2011-02-021-3/+3
| | | (bzr r10025)
* 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 bug in livarot where open paths are rendered as closed path when start ↵Johan B. C. Engelen2009-01-021-2/+3
| | | | | == end point. now svg testsuite paths-data-10-t.svg is rendered correctly (bzr r7059)
* More NR ==> Geom changesJoshua L. Blocher2008-12-281-64/+64
| | | (bzr r7032)
* remove no longer used methods (livarot to nartbpath ; font glyphs to nartbpath)Johan B. C. Engelen2008-07-121-1/+0
| | | (bzr r6280)
* add MakePathVector to livarotJohan B. C. Engelen2008-07-081-4/+5
| | | (bzr r6232)
* recognize HLineSegment and VLineSegment while looping through curvesJohan B. C. Engelen2008-06-291-1/+1
| | | (bzr r6087)
* don't use splivarot to get livarot path, use livarot's LoadPathVector method ↵Johan B. C. Engelen2008-06-261-0/+1
| | | | | instead (bzr r6076)
* remove obsolete LoadArtBPath from livarotJohan B. C. Engelen2008-06-221-1/+0
| | | (bzr r6018)
* create method for Livarot paths to load PathVectors instead of NArtBpathsJohan B. C. Engelen2008-06-221-0/+7
| | | (bzr r6016)
* complete adding const to have only NArtBpath const * get_bpath() const; for ↵Johan B. C. Engelen2008-05-091-1/+1
| | | | | accessing the protected member of SPCurve. Nowhere in Inkscape source is the path data changed of SPCurve, except within SPCurve's own methods ! So removed the non-const NArtBpath* get_bpath. (bzr r5642)
* Node tool: snap to paths and their nodes, incl. to the path currently being ↵Diederik van Lierop2008-03-081-1/+1
| | | | | edited (bzr r4989)
* Snap to intersections of line segmentsDiederik van Lierop2007-11-141-0/+2
| | | (bzr r4082)
* Add virtual to a lot of the destructors. Note: perhaps it will have to be ↵Johan B. C. Engelen2007-11-041-1/+1
| | | | | reverted for some files to keep them C-compatible. (bzr r4024)
* method for dashing Path using an SPStylebulia byak2006-05-261-0/+4
| | | (bzr r1013)
* Rendering optimisation, which gives best results for zoomed in drawings with ↵Andrius Ramanauskas2006-04-191-0/+3
| | | | | complex (multi-node) paths. Optimisation focus - eliminating cubicTo and LineTo nodes outside of visible area, so no unneeded calculations is needed and less memory is consumed (this avoids crashes which were occurring previously if zooming into a complex drawing) (bzr r541)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+387
(bzr r1)