summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | Fix bug 1692377 -Jabier Arraiza2017-12-061-2/+0
| | | | | |
| * | | | | Fix bug:#1713491: opening the 'Path Effects' dialog causes document to be ↵Jabier Arraiza2017-12-061-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | marked as 'changed', even though nothing was changed
| * | | | | Fix bug#1643179. Guides lock lost on load. Patch proposed in #5Jabier Arraiza2017-12-056-15/+19
| | | | | |
| * | | | | Fix bug:1695649 - Knot LPE has no effect after Simplify or B-SplineJabier Arraiza2017-12-051-6/+2
| | | | | |
| * | | | | PDF+LaTeX export: do not apply style to newlinesEduard Braun2017-12-051-25/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As the parser seems to wrap newlines into their own tspan which has the same style as the preceding tspan the latex-text renderer produced output like "\texbf{\\}" which broke compilation in LaTeX
| * | | | | PDF+LaTeX export: Fix multiline textEduard Braun2017-12-051-13/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Wrap text in "\shortstack" to allow for newlines using "\\". The output extension already produced those but they are ignored in a "\smash" environment. Patch by Michael Jäntsch Fixed bug: - https://bugs.launchpad.net/inkscape/+bug/771959
| * | | | | PDF+LaTeX export: Avoid printing empty boxesEduard Braun2017-12-051-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This also fixes an issue with multipage PDF output where an empty string would have been assumed to require emission of the previous page when in fact the CairoRenderer does not produce a new page in this case resulting in another facet of https://bugs.launchpad.net/ubuntu/+source/inkscape/+bug/1417470 Invisible characters might still cause this issue but it seems to be a very unlikely scenario and there's no way to know this without actually rendering the glyphs (which seems to be overkill here)
| * | | | | Update by Vinícius Lopes pt_BR.poVinícius Lopes2017-12-051-3/+3
| | | | | |
| * | | | | Merge branch 'pen-tool-mode-fixes' of https://gitlab.com/inkscape/inkscape ↵Jabiertxo Arraiza Cenoz2017-12-050-0/+0
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | into pen-tool-mode-fixes
| | * | | | | Add fix to problem switching pen tool modesJabier Arraiza2017-12-054-144/+115
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Add fix to bspline when two cusp nodes arround a powered node
| * | | | | | Merge branch 'master' into pen-tool-mode-fixesJabiertxo Arraiza Cenoz2017-12-0514-67/+143
| |\ \ \ \ \ \
| | * | | | | | Attemp to fix compile bugJabiertxo Arraiza Cenoz2017-12-052-3/+2
| | | | | | | |
| | * | | | | | Merge branch 'master' into fixSpinButtonAndSliderInLPEJabier Arraiza2017-12-054-13/+230
| | |\| | | | |
| | | * | | | | Toolbar: Some minor consistency fixesEduard Braun2017-12-051-10/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Drop some unnecessary separators add a few new ones
| | | * | | | | Add arc radius to toolbarGeoff Lankow2017-12-043-34/+95
| | | | | | | |
| | * | | | | | Working on compiling on linux problem. Another attemp to Eduard fixJabier Arraiza2017-12-052-1/+1
| | | | | | | |
| | * | | | | | Add sugested header by Eduard Braun to allow compilingJabier Arraiza2017-12-041-1/+1
| | | | | | | |
| | * | | | | | Working on compiling on linux problemJabier Arraiza2017-12-043-3/+7
| | | | | | | |
| | * | | | | | Merge branch 'master' into fixSpinButtonAndSliderInLPEJabier Arraiza2017-12-0410-134/+169
| | |\ \ \ \ \ \
| | * | | | | | | Minor fixes to remove WIPJabier Arraiza2017-12-041-5/+5
| | | | | | | | |
| | * | | | | | | Adding fix to sliders and spin buttons on LPEJabier Arraiza2017-12-0410-24/+43
| | | | | | | | |
| * | | | | | | | Add fix to problem switching pen tool modesJabier Arraiza2017-12-044-144/+115
| | |_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | Add fix to bspline when two cusp nodes arround a powered node
| * | | | | | | Add controls for rx/ry to arc toolbarEduard Braun2017-12-042-0/+163
| |\ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Work by Geoff Lankow (!72) Also includes some fixes I found during review.
| | * | | | | | Change labels a bit for consistency with other UI stringsEduard Braun2017-12-041-2/+2
| | | | | | | |
| | * | | | | | Prevent setting zero radiusEduard Braun2017-12-041-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | While the spec explicitly allows for that (and it should disable rendering of the element) Inkscape does not allow setting a zero radius at runtime (it works fine when opening an existing file). If we still force this during runtime we end up with a "ghost" ellipse on canvas which looks as if it had the old radius but has control points according to the zero radius and has the added bonus of not being movable (or rather being movable but snapping back back immediately when released) until updating the radius with a valid number again which finally moves the ellipse to wherever it should have been.
| | * | | | | | Account for Inkscape's custom arcs (which do not have cx/cy)Eduard Braun2017-12-041-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If an open arc is rendered we need to look at the prefixed values instead.
| | * | | | | | Do not reset rx/cx to zero when resetting arc to whole ellipseEduard Braun2017-12-041-7/+0
| | | | | | | |
| | * | | | | | Add arc radius to toolbarGeoff Lankow2017-11-252-0/+159
| | | |/ / / / | | |/| | | |
* | | | | | | Update to trunkJabier Arraiza2017-12-0448-178/+269
|\| | | | | |
| * | | | | | CairoRenderer: print warning if rendering failedEduard Braun2017-12-041-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It happen often that the rendering was interrupted early but the final "cairo_surface_status" claims success which results in incomplete output but no user-visible warning.
| * | | | | | Proper fix for multipage PDF+Latex exportEduard Braun2017-12-041-2/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The previous implementation [1] allowed to sandwich text between graphical objects by outputting multiple (partial) PDF pages which are then stacked in the final document to reveal the full image. However this code failed for clipped/masked/transparent objects as those are treated specially by the renderer resulting in missing pages in the output causing [2]. The attempt to workaround this issue which was committed in e4dea66a338824037b6c35b262aa8db4004b6581 (now reverted) fixed document creation in LaTeX by inserting blank pages but did not actually fix the issue with clipped/masked/transparent objects typically resulting in a single page with the full image and all text put on top. This commit resolves the underlying issue, making the former workaround unnecessary and allowing for proper overlaying of text and arbitrarily clipped/masked/transparent objects Fixed bugs: - https://bugs.launchpad.net/inkscape/+bug/771957 [1] - https://bugs.launchpad.net/inkscape/+bug/1417470 [2]
| * | | | | | Revert "Fix PDF+TeX output for text inside groups with clip/mask"Eduard Braun2017-12-042-33/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit e4dea66a338824037b6c35b262aa8db4004b6581.
| * | | | | | Allow to set INKSCAPE_DATADIR via environment variableEduard Braun2017-12-048-103/+133
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | INKSCAPE_DATADIR is the prefix prepended to all resource paths (i.e. typically /share or similar on Linux system) and typically set at compile time with the INKSCAPE_DATADIR define (unless configured with ENABLE_BINRELOC) This commit allows to override this default on Windows and Linux (compiled without ENABLE_BINRELOC) by setting the environment variable INKSCAPE_DATADIR.
| | * | | | | Fix a compiler warningEduard Braun2017-12-041-1/+1
| | | | | | |
| | * | | | | Fix tests on LinuxEduard Braun2017-12-043-3/+5
| | | | | | |
| | * | | | | Generalize support for INKSCAPE_DATADIR environment variableEduard Braun2017-12-042-69/+68
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Now works unless configured with ENABLE_BINRELOC or ENABLE_OSX_APP_LOCATIONS
| | * | | | | Pull custom code from prefix.h/cppEduard Braun2017-12-045-54/+83
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | These files are actually part of BinReloc Inkscape specific code is in path-prefix.h (and now path-prefix.cpp)
| * | | | | Merge branch 'transupdate-master' of gitlab.com:Moini/inkscapeMarc Jeanmougin2017-12-041-1/+1
| |\ \ \ \ \
| | * | | | | Update Lucas' entry.Maren Hachmann2017-11-301-1/+1
| | | | | | |
| * | | | | | Merge branch 'misc-typos' of gitlab.com:luzpaz/inkscapeMarc Jeanmougin2017-12-0432-40/+40
| |\ \ \ \ \ \
| | * | | | | | Misc. typosluzpaz2017-12-0432-40/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Please confirm typos in the following `doc/nr-filter-interface.txt` `share/symbols/BalloonSymbols.svg` .
| * | | | | | | Add canvas flipping/rotation reset to the menu, improve stringsMoini2017-12-032-4/+11
| |/ / / / / /
| * | | | | | Optionaly measure only selected elementsJabier Arraiza2017-12-023-1/+44
| | | | | | |
| * | | | | | Clear meassure when dragging knotsJabier Arraiza2017-12-021-0/+6
| | | | | | |
* | | | | | | Remobing bspline interpolatorJabier Arraiza2017-12-025-83/+9
| | | | | | |
* | | | | | | Merge branch 'master' into powerpencilIIJabier Arraiza2017-12-012-2/+22
|\| | | | | |
| * | | | | | Add option to show also the original LPE pathJabiertxo Arraiza Cenoz2017-12-012-2/+22
| | | | | | |
* | | | | | | Working on BSpline interpolatorJabier Arraiza2017-12-013-4/+80
| | | | | | |
* | | | | | | Merge branch 'powerpencilII' of https://gitlab.com/inkscape/inkscape into ↵Jabier Arraiza2017-12-0123-138/+2856
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | powerpencilII
| * \ \ \ \ \ \ Merge powerStrokeSmoothJabiertxo Arraiza Cenoz2017-12-012-35/+175
| |\ \ \ \ \ \ \