| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Disable LPE from icon files for faster load. Also added a desc in the LPE ↵ | Jabiertxof | 2017-05-07 | 3 | -5/+21 |
| | | | | | | icons showing the LPE to apply and allow editing (bzr r15672) | ||||
| * | [Bug #1680833] Extrude extension changes edge width thickness. | suv-lp | 2017-05-01 | 1 | -2/+16 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1680833 (bzr r15657) | ||||
| * | cmake: do not intalls header files generated by i18n.py (filters.svg.h, ↵ | Eduard Braun | 2017-04-29 | 5 | -5/+3 |
| | | | | | | | | palletes.h, patterns.svg.h, symbols.h, templates.h) they seem to be of little use to the user... (bzr r15652) | ||||
| * | Restore r14955 which was reverted in r15047 due to messed up merge | Eduard Braun | 2017-04-24 | 1 | -2/+2 |
| | | | | | | | | | | http://bazaar.launchpad.net/~inkscape.dev/inkscape/trunk/revision/14955 http://bazaar.launchpad.net/~inkscape.dev/inkscape/trunk/revision/15047 Fixed bugs: - https://launchpad.net/bugs/1669951 (bzr r15633) | ||||
| * | Extensions: HPGL: changed command order of cleanup commands so pen plotters ↵ | Sebastian Wüst | 2017-04-17 | 2 | -4/+4 |
| | | | | | | react correctly (bzr r15625) | ||||
| * | cmake/MSYS2: Spell checking via gtkspell now working | Eduard Braun | 2017-04-08 | 2 | -0/+0 |
| | | | | | | | | | | | | * the Aspell backend for Enchant was missing (now available [1]) * actually install the backend * install translations required by gtkspell Also re-enable installation of gtk3 translations after r15583 as we still need them in the context menu of native gtk inputs [1] https://github.com/Alexpux/MINGW-packages/pull/2369 (bzr r15618) | ||||
| * | Two Extensions for converting objects to paths before exporting. (Bug 1662531) | Alvin Penner | 2017-03-13 | 4 | -0/+154 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1662531 (bzr r15591) | ||||
| * | extensions. dxf output & print_win32_vector. compensate for viewbox. (Bug ↵ | Alvin Penner | 2017-03-12 | 2 | -2/+17 |
| | | | | | | | | | 1672066) Fixed bugs: - https://launchpad.net/bugs/1672066 (bzr r15590) | ||||
| * | Apply the Albin Penner fix for bug 1663362 | Alvin Penner | 2017-03-08 | 2 | -25/+0 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1663362 (bzr r15578) | ||||
| * | Fix ACLs | Eduard Braun | 2017-03-05 | 14 | -0/+0 |
| | | | | (bzr r15567) | ||||
| * | Implement arc "chord" type. (Matches Krita "chord" arc type.) | Tavmjong Bah | 2017-03-02 | 1 | -3/+7 |
| | | | | (bzr r15561) | ||||
| * | [Bug #980527] Gcodetools: Unlocalized messages. | Nicolas Dufour | 2017-02-24 | 11 | -25/+25 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/980527 (bzr r15543) | ||||
| * | [Bug #1666939] Polar grid: reduce height of options dialog. | suv-lp | 2017-02-23 | 2 | -14/+22 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1666939 (bzr r15541) | ||||
| * | Extensions: prevent exception when inst.strerror is None | Sebastian Wüst | 2017-02-19 | 1 | -1/+1 |
| | | | | (bzr r15534) | ||||
| * | [Bug #1664372] preset filter names inconsistent. | suv-lp | 2017-02-18 | 1 | -24/+24 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1664372 (bzr r15532) | ||||
| * | Extensions: Add 'appearance="url"' to desccription parameters. | Eduard Braun | 2017-02-13 | 1 | -3/+3 |
| | | | | | | | | | It allows to create and add a clickable plain text link to extensions The description parameter's text is escaped and converted to a URL as-is preventing potential security issues The Scour extension shows a first example implementation (bzr r15519) | ||||
| * | Extensions: Fix for r15483 | Eduard Braun | 2017-02-10 | 1 | -2/+2 |
| | | | | | | (accidentally commited the wrong file version of scour.inx) (bzr r15499) | ||||
| * | [Bug #1661989] Toolbar icons have non-transparent backgrounds. | tghs | 2017-02-07 | 3 | -3/+3 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1661989 (bzr r15487) | ||||
| * | Extensions: Support for very old versions of Scour (<= 0.26) | Eduard Braun | 2017-02-05 | 1 | -1/+8 |
| | | | | | | We do not really want to support them anymore, but some distros are stuck with it (see https://code.launchpad.net/~mapreri/inkscape/support-scour-0.26/+merge/315348) (bzr r15484) | ||||
| * | Extensions: Add a version check for Scour | Eduard Braun | 2017-02-05 | 2 | -1/+38 |
| | | | | | | If an older version of Scour is installed on the system notify the user that not all options in the extensions Window might be available (can optionally be turned off) (bzr r15483) | ||||
| * | Extensions: Add about screen for Scour extension (aka "optimized SVG output") | Eduard Braun | 2017-02-05 | 1 | -0/+8 |
| | | | | (bzr r15482) | ||||
| * | save as desktop cutting plotter dxf. compensate for svg document units (Bug ↵ | Alvin Penner | 2017-02-03 | 1 | -0/+1 |
| | | | | | | | | | 1660967) Fixed bugs: - https://launchpad.net/bugs/1660967 (bzr r15469) | ||||
| * | extensions.export.win32vectorprint. compensate for svg document units (Bug ↵ | Alvin Penner | 2017-02-03 | 1 | -1/+3 |
| | | | | | | | | | 1660474) Fixed bugs: - https://launchpad.net/bugs/1660474 (bzr r15468) | ||||
| * | Add GUI support for 'direction' property (right to left vs. left to right text). | Tavmjong Bah | 2017-02-02 | 1 | -0/+87 |
| | | | | (bzr r15466) | ||||
| * | [Bug #1659446] Cartesian Grid dialogue box bottom under dock. | suv-lp | 2017-01-26 | 2 | -20/+28 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1659446 (bzr r15457) | ||||
| * | Extensions. Basic tests for the simpletransform.py file. | Nicolas Dufour | 2017-01-25 | 2 | -0/+36 |
| | | | | (bzr r15450) | ||||
| * | Put namespace as constant | Jabier Arraiza Cenoz | 2017-01-24 | 1 | -5/+6 |
| | | | | (bzr r15142.1.40) | ||||
| * | Update to trunk | Jabiertxof | 2017-01-24 | 4 | -2/+15605 |
| |\ | | | | | (bzr r15142.1.39) | ||||
| | * | [Bug #1658650] New Russian translation for Tracing Pixel Art. | Nicolas Dufour | 2017-01-24 | 2 | -0/+15603 |
| | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1658650 (bzr r15440) | ||||
| | * | [Bug #1658925] Incorrect SK1 link in Uniconvertor error messages. | Nicolas Dufour | 2017-01-24 | 2 | -2/+2 |
| | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1658925 (bzr r15439) | ||||
| * | | fixing to new trunk | Jabiertxof | 2017-01-24 | 279 | -12139/+42505 |
| |\| | | | | | (bzr r15142.1.38) | ||||
| | * | i18n. Fixing gettext initialization in some more extensions. | Nicolas Dufour | 2017-01-23 | 4 | -0/+10 |
| | | | | | | | (bzr r15433) | ||||
| | * | Extensions. Improve run-all-extension-tests script for Windows users. | Nicolas Dufour | 2017-01-23 | 1 | -11/+16 |
| | | | | | | | (bzr r15432) | ||||
| | * | i18n. Fixing gettext initialization in the HPGL related extensions. | Nicolas Dufour | 2017-01-22 | 1 | -0/+2 |
| | | | | | | | (bzr r15431) | ||||
| | * | i18n. Fixing gettext initialization in the Uniconvertor related extensions. | Nicolas Dufour | 2017-01-22 | 2 | -2/+4 |
| | | | | | | | (bzr r15430) | ||||
| | * | Fix "swap fill and stroke" for multiple objects in selection | alexandru.roman | 2017-01-21 | 2 | -0/+3 |
| | | | | | | | | | | | | | | | | | | | Add verb and shortcut possibility Fixed bugs: - https://launchpad.net/bugs/367360 - https://launchpad.net/bugs/675690 (bzr r15428) | ||||
| | * | Extensions: run_command.py - inform user about output to stderr even if ↵ | Eduard Braun | 2017-01-15 | 1 | -2/+5 |
| | | | | | | | | | | | error code is zero (bzr r15417) | ||||
| | * | [Bug #1654892] Few typos in Calligraphy tutorial. | Nicolas Dufour | 2017-01-13 | 20 | -5494/+5406 |
| | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1654892 (bzr r15416) | ||||
| | * | [Bug #1650480] pyserial errorhandling in plotter.py tries to iterate over ↵ | seahawk1986-hotmail | 2017-01-12 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | wrong Exception attribute. Fixed bugs: - https://launchpad.net/bugs/1650480 (bzr r15413) | ||||
| | * | [Bug #1651815] share/examples: rescale svgs to 96 dpi. Fixing incorrectly ↵ | Nicolas Dufour | 2017-01-12 | 16 | -11002/+5363 |
| | | | | | | | | | | | | | | | | | scaled examples. Fixed bugs: - https://launchpad.net/bugs/1651815 (bzr r15411) | ||||
| | * | [Bug #1651334] Strings untranslatable due to word puzzles. | Nicolas Dufour | 2017-01-10 | 1 | -9/+10 |
| | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1651334 (bzr r15405) | ||||
| | * | [Bug #1654743] Interpolate extension fails if end path has no 'stroke-width' ↵ | suv-lp | 2017-01-08 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | attribute (0.91, 0.92). Fixed bugs: - https://launchpad.net/bugs/1654743 (bzr r15401) | ||||
| | * | install non-executable scripts without executable bit | Marc Jeanmougin | 2017-01-07 | 1 | -1/+11 |
| | |\ | | | | | | | (bzr r15399) | ||||
| | | * | Don't install python modules with the executable bit | mattia@debian.org | 2017-01-07 | 1 | -1/+11 |
| | | | | | | | | | | (bzr r15395.1.1) | ||||
| | * | | [Bug #1654312] Tutorials - Catalan translation for Inkscape 0.92.1. | Jordi Mas i Hern??ndez | 2017-01-07 | 1 | -231/+231 |
| | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1654312 (bzr r15397) | ||||
| | * | | [Bug #1651815] share/examples: rescale svgs to 96 dpi - Tutorials | Nicolas Dufour | 2017-01-07 | 186 | -10739/+26176 |
| | |/ | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1651815 (bzr r15396) | ||||
| | * | [Bug #1651815] share/examples: rescale svgs to 96 dpi. | Nicolas Dufour | 2017-01-06 | 26 | -8163/+28278 |
| | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1651815 (bzr r15394) | ||||
| | * | Add 'line-height' to allowed properties of tspans. | Tavmjong Bah | 2017-01-03 | 2 | -2/+2 |
| | | | | | | | (bzr r15387) | ||||
| | * | fix typos, add translator comment | Ivan Mas??r | 2016-12-30 | 6 | -8/+8 |
| | | | | | | | (bzr r15373) | ||||
| | * | Apply su_v patch to DPISwitcher: ↵ | Jabier Arraiza Cenoz | 2016-12-13 | 1 | -107/+264 |
| | | | | | | | | | | | https://launchpadlibrarian.net/297886893/0000-fix-dpiswitcher-scaling-v1.diff (bzr r15323) | ||||
