summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* type in commit r14664Kris De Gussem2016-02-291-1/+1
| | | (bzr r14676)
* Code-design. Fixing variable initialization warnings and replacing tabs with ↵Nicolas Dufour2016-02-291-9/+9
| | | | | spaces. (bzr r14675)
* Inkview. Code consistency fixes.Nicolas Dufour2016-02-291-166/+162
| | | (bzr r14674)
* Fix miter-limit behavior to match SVG spec.Tavmjong Bah2016-02-271-2/+4
| | | (bzr r14671)
* UI. Fix for bug #1351597 (Inkscape + Cairo >= 1.12 very slow on Windows, ↵Eduard Braun (eduard-braun2)2016-02-271-130/+198
| | | | | | | | unless rulers are hidden). Fixed bugs: - https://launchpad.net/bugs/1351597 (bzr r14670)
* inkview: Drop use of obsolete getoptBryce Harrington2016-02-251-14/+15
| | | | | | | | This lets us drop getopt as a cmake requirement. Patch from rindolf, thanks! http://www.shlomifish.org/Files/files/code/inkscape-cmake-get-rid-of-getopt-check-2.diff (bzr r14668)
* Fix small code buglet; found by Kris with cppcheck.Tavmjong Bah2016-02-231-1/+2
| | | (bzr r14666)
* static code analysisKris De Gussem2016-02-223-11/+15
| | | (bzr r14665)
* static code analysisKris De Gussem2016-02-226-18/+20
| | | (bzr r14664)
* Apply from patch from houz (Fixes color profile name mangling)Liam P. White2016-02-211-2/+2
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1457105 (bzr r14663)
* Font size in status bar should use unit from text units preference. Patch ↵Tavmjong Bah2016-02-201-1/+4
| | | | | from Tobias Ellinghaus. (bzr r14662)
* Clarify meaning of line spacing.Tavmjong Bah2016-02-202-3/+3
| | | (bzr r14661)
* provide end user debugging for EMF and WMF issuesmathog2016-02-182-12/+52
| | | (bzr r14660)
* fix logic error in sbasis_to_cubic_bezier. (Bug 1545632)Alvin Penner2016-02-181-2/+2
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1545632 (bzr r14659)
* Fixes some regressions from rev14655Marc Jeanmougin2016-02-172-27/+31
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1546531 (bzr r14658)
* Performance improvements when working in large filesMarc Jeanmougin2016-02-162-17/+30
| | | | | At each mouse move, a list of all elements in the document was computed (to get the correct cursor, in text mode for instance). This list is now cached. (bzr r14655)
* Temporary: Add different fallback strategies for 'line-join' LPE with 'arcs' ↵Tavmjong Bah2016-02-153-13/+349
| | | | | line join. (bzr r14653)
* Sync 2Geom to e7245a01127647cd20b0d851a0a622d9ded38d23.Krzysztof Kosi??ski2016-02-1512-96/+89
| | | | | Restores correct meaning of Line::versor(). (bzr r14652)
* Fix improperly escaped character in previous commit (which actually fixes ↵Eduard Braun2016-02-141-1/+1
| | | | | | | | bug 1492153, sorry for the mix-up) Fixed bugs: - https://launchpad.net/bugs/1492153 (bzr r14651)
* Fix for bug 1478168 (CDR import crashes)Eduard Braun2016-02-141-1/+7
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1478168 (bzr r14650)
* if viewbox does not exist, create it from page size, only if page size ↵Alvin Penner2016-02-121-2/+6
| | | | | | | | exists. (Bug 1544016) Fixed bugs: - https://launchpad.net/bugs/1544016 (bzr r14648)
* Fix default value of 'fr'.Tavmjong Bah2016-02-111-1/+1
| | | (bzr r14647)
* Fix a bug on explicit_base on meassure tool when using knots dialog to ↵Jabier Arraiza Cenoz2016-02-112-10/+14
| | | | | change position (bzr r14646)
* Remove artifacts when remove canvas items, for example in measure toolJabier Arraiza Cenoz2016-02-101-1/+1
| | | (bzr r14645)
* Fix CMake build broken by r14639suv-lp2016-02-091-1/+0
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1543298 (bzr r14642)
* Allow python extensions to get the list of selected nodesMarc Jeanmougin2016-02-091-3/+53
| | | | | | | | | format : --selected-nodes=id:subpath:position cf https://bugs.launchpad.net/inkscape/+bug/171640 for a debug test extension Fixed bugs: - https://launchpad.net/bugs/171640 (bzr r14641)
* Changed no end lifetime temporary canvas items to canvas items in measure toolJabier Arraiza Cenoz2016-02-082-20/+32
| | | (bzr r14640)
* Sync 2Geom to commit 5ee51c1c4f2066faa3e2c82021fc92671ad44ba4Krzysztof Kosi??ski2016-02-0859-1209/+1406
| | | (bzr r14639)
* Changed one icon/action in meassure toolbar to one more explicitJabier Arraiza Cenoz2016-02-073-13/+13
| | | (bzr r14638)
* Fix wrong replace of tab by spacesJabier Arraiza Cenoz2016-02-071-1/+1
| | | (bzr r14637)
* Add knot position dialog to meassure with Shift+ClickJabier Arraiza Cenoz2016-02-076-6/+343
| | | (bzr r14636)
* Fix for bug 1540518. Improved performance based on previous meassure code ↵Jabier Arraiza Cenoz2016-02-073-67/+56
| | | | | | | | comment Fixed bugs: - https://launchpad.net/bugs/1540518 (bzr r14635)
* Added phantom meassure feature to meassure toolJabier Arraiza Cenoz2016-02-064-31/+104
| | | (bzr r14634)
* Remove duplicated variable on meassureJabier Arraiza Cenoz2016-02-061-1/+0
| | | (bzr r14633)
* Fix for meassure bug #1541963Jabier Arraiza Cenoz2016-02-062-4/+4
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1541963 (bzr r14632)
* Remove duplicate mensageJabier Arraiza Cenoz2016-02-011-1/+1
| | | (bzr r14629)
* Dinamic toolbar enlacements, now in clone mode on spray tool and in pencil ↵Jabier Arraiza Cenoz2016-02-013-6/+14
| | | | | toolbar (bzr r14628)
* Remove two warnings on compileJabier Arraiza Cenoz2016-01-301-2/+2
| | | (bzr r14627)
* Fix for bug 1539704 (Crash when selecting the eraser tool).suv-lp2016-01-301-0/+8
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1539704 (bzr r14626)
* Improve advertaising to Fillet-ChamferJabier Arraiza Cenoz2016-01-291-1/+1
| | | (bzr r14625)
* Fixed a bug related to windows position on dynamic toolbat commitJabier Arraiza Cenoz2016-01-291-2/+5
| | | (bzr r14624)
* Add an advert to fillet chamfer users that the coming version in 'pointwise' ↵Jabier Arraiza Cenoz2016-01-291-0/+8
| | | | | branch is not compatible. I hope soon I can commit the code (bzr r14623)
* Fix a bug in eraser spray mode when no overlaps is disabledJabier Arraiza Cenoz2016-01-281-2/+2
| | | (bzr r14622)
* Add dinamic toolbar to spray,poligon/star and wrap toolsJabier Arraiza Cenoz2016-01-284-67/+74
| | | (bzr r14621)
* patch fixes bug 1538786mathog2016-01-271-19/+30
| | | (bzr r14620)
* sync Inkscape to libUEMF changesmathog2016-01-272-11/+17
| | | (bzr r14619)
* patch should fix bug 1538361mathog2016-01-271-4/+7
| | | (bzr r14618)
* patch should fix bug 1480651mathog2016-01-276-35/+38
| | | (bzr r14617)
* Add option to Lattice2 to update LPE only on release knot.Jabier Arraiza Cenoz2016-01-174-11/+50
| | | | | | | This could be useful if item is too complex, making previous knots unusable This can be used in other LPE if anyone want or ping me to it. Maybe could be usefull add similar thing to path parameter, Same slow item become tooooo slow with bend path. (bzr r14604)
* Less derp, can't iterate past the end of the listLiam P. White2016-01-171-2/+2
| | | (bzr r14602)