| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix various minor typos | Yuri Chornoivan | 2019-07-01 | 1 | -2/+2 |
| | | |||||
| * | Clarify licenses | Max Gaukler | 2018-11-08 | 1 | -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 -> class | Tavmjong Bah | 2014-04-26 | 1 | -1/+1 |
| | | | | (bzr r13309) | ||||
| * | Fix remaining forward declaration tags (except for unavoidable internal ↵ | Alex Valavanis | 2013-03-15 | 1 | -5/+5 |
| | | | | | | errors in Gtkmm headers) (bzr r12208) | ||||
| * | Path::OutlineJoin. remove redundant nodes which are causing glitches (Bug ↵ | Alvin Penner | 2013-01-28 | 1 | -1/+1 |
| | | | | | | | | | 820425) Fixed bugs: - https://launchpad.net/bugs/820425 (bzr r12069) | ||||
| * | Purging some forward.h files. | Jon A. Cruz | 2011-10-04 | 1 | -1/+7 |
| | | | | (bzr r10664) | ||||
| * | Completely remove NRRect, NRRectL, in-svg-plane.h | Krzysztof Kosi??ski | 2011-08-27 | 1 | -1/+0 |
| | | | | (bzr r10582.1.6) | ||||
| * | Update 2Geom. Remove all use of NRRectL. | Krzysztof Kosi??ski | 2011-08-27 | 1 | -1/+0 |
| | | | | (bzr r10582.1.3) | ||||
| * | Remove more of libnr | Krzysztof Kosi??ski | 2011-06-23 | 1 | -2/+1 |
| | | | | (bzr r10347.1.2) | ||||
| * | update to latest 2geom ! | Johan B. C. Engelen | 2011-02-02 | 1 | -3/+3 |
| | | | | (bzr r10025) | ||||
| * | Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵ | Chris Morgan | 2010-11-17 | 1 | -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. Engelen | 2009-01-02 | 1 | -2/+3 |
| | | | | | | == end point. now svg testsuite paths-data-10-t.svg is rendered correctly (bzr r7059) | ||||
| * | More NR ==> Geom changes | Joshua L. Blocher | 2008-12-28 | 1 | -64/+64 |
| | | | | (bzr r7032) | ||||
| * | remove no longer used methods (livarot to nartbpath ; font glyphs to nartbpath) | Johan B. C. Engelen | 2008-07-12 | 1 | -1/+0 |
| | | | | (bzr r6280) | ||||
| * | add MakePathVector to livarot | Johan B. C. Engelen | 2008-07-08 | 1 | -4/+5 |
| | | | | (bzr r6232) | ||||
| * | recognize HLineSegment and VLineSegment while looping through curves | Johan B. C. Engelen | 2008-06-29 | 1 | -1/+1 |
| | | | | (bzr r6087) | ||||
| * | don't use splivarot to get livarot path, use livarot's LoadPathVector method ↵ | Johan B. C. Engelen | 2008-06-26 | 1 | -0/+1 |
| | | | | | | instead (bzr r6076) | ||||
| * | remove obsolete LoadArtBPath from livarot | Johan B. C. Engelen | 2008-06-22 | 1 | -1/+0 |
| | | | | (bzr r6018) | ||||
| * | create method for Livarot paths to load PathVectors instead of NArtBpaths | Johan B. C. Engelen | 2008-06-22 | 1 | -0/+7 |
| | | | | (bzr r6016) | ||||
| * | complete adding const to have only NArtBpath const * get_bpath() const; for ↵ | Johan B. C. Engelen | 2008-05-09 | 1 | -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 Lierop | 2008-03-08 | 1 | -1/+1 |
| | | | | | | edited (bzr r4989) | ||||
| * | Snap to intersections of line segments | Diederik van Lierop | 2007-11-14 | 1 | -0/+2 |
| | | | | (bzr r4082) | ||||
| * | Add virtual to a lot of the destructors. Note: perhaps it will have to be ↵ | Johan B. C. Engelen | 2007-11-04 | 1 | -1/+1 |
| | | | | | | reverted for some files to keep them C-compatible. (bzr r4024) | ||||
| * | method for dashing Path using an SPStyle | bulia byak | 2006-05-26 | 1 | -0/+4 |
| | | | | (bzr r1013) | ||||
| * | Rendering optimisation, which gives best results for zoomed in drawings with ↵ | Andrius Ramanauskas | 2006-04-19 | 1 | -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 inkscape | MenTaLguY | 2006-01-16 | 1 | -0/+387 |
| (bzr r1) | |||||
