summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | | Allow set and reset default values of LPE parametersJabiertxof2017-04-1474-365/+980
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r15620.1.1)
* | | | | | | | | | | | | | | | | Remove unwanted coutJabier Arraiza Cenoz2017-05-051-1/+0
| |_|_|_|_|_|_|_|/ / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r15663)
* | | | | | | | | | | | | | | | Improve responsive from LPEJabier Arraiza Cenoz2017-05-0516-45/+77
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1688168 (bzr r15662)
* | | | | | | | | | | | | | | | cmake/MSYS2: adjust fonts.conf to store fontconfig cache in AppDataEduard Braun2017-05-041-0/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | MSYS2 uses '/var/cache/fontconfig' by default which is not available outside of the MSYS environment and therefore get's created in the root folder of the Inkscape installation. On most systems this will be in read-only 'Program Files' (which might still work thanks to virtual store, but better be safe then sorry). This also makes sure we do not re-introduce bug #1196373 (bzr r15661)
* | | | | | | | | | | | | | | | cmake/MSYS2: Exclude python testsuite from installEduard Braun2017-05-031-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (those are unittests for Python itself, unittest module is still included) (bzr r15660)
* | | | | | | | | | | | | | | | Add control point at center of starsospite2017-05-021-0/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/481506 (bzr r15659)
* | | | | | | | | | | | | | | | Calligraphy mode: creates dots on single click.Marc Jeanmougin2017-05-012-2/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/263166 (bzr r15658)
* | | | | | | | | | | | | | | | [Bug #1680833] Extrude extension changes edge width thickness.suv-lp2017-05-011-2/+16
| |_|_|_|_|_|_|/ / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1680833 (bzr r15657)
* | | | | | | | | | | | | | | Remove unised signals from previous commitJabiertxof2017-05-012-2/+0
| |_|_|_|_|_|/ / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r15656)
* | | | | | | | | | | | | | Fix erase lpe in multi LPE modeJabiertxof2017-05-0115-56/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Improve rendering widgets, simplify the code, redraw widgets each time not only on odd iterations (bzr r15655)
* | | | | | | | | | | | | | Relax any hardcoded limit from the libxml2 parser when creating documents ↵Eduard Braun2017-04-301-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | from memory This fixes many bugs (mostly caused by very long image data URIs) Fixed bugs: - https://launchpad.net/bugs/1572280 - https://launchpad.net/bugs/1412912 - https://launchpad.net/bugs/1373322 - https://launchpad.net/bugs/1243011 - https://launchpad.net/bugs/1627004 - https://launchpad.net/bugs/1627004 (bzr r15654)
* | | | | | | | | | | | | | CDR/VSD input: Avoid crash when preview image can not be rendered and show a ↵Eduard Braun2017-04-302-1/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | placeholder instead (bzr r15653)
* | | | | | | | | | | | | | cmake: do not intalls header files generated by i18n.py (filters.svg.h, ↵Eduard Braun2017-04-295-5/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | palletes.h, patterns.svg.h, symbols.h, templates.h) they seem to be of little use to the user... (bzr r15652)
* | | | | | | | | | | | | | cmake: Do not build/install folders (data,modules,plugins)Eduard Braun2017-04-292-34/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | They're empty, are only created on Windows and seem to be completely unused (bzr r15651)
* | | | | | | | | | | | | | cmake/MSYS2: Only install a fixed list of Python extensions (instead of all ↵Eduard Braun2017-04-293-5/+161
| |_|_|_|_|/ / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | extensions that happen to be installed on the build system) (bzr r15650)
* | | | | | | | | | | | | Code formatingJabiertxof2017-04-2829-171/+171
| |_|_|_|/ / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | (bzr r15649)
* | | | | | | | | | | | Formating codeJabiertxof2017-04-281-51/+52
| |_|_|/ / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | (bzr r15648)
* | | | | | | | | | | Fix regression introduced in r15634Eduard Braun2017-04-281-2/+2
| |_|/ / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1686549 (bzr r15647)
* | | | | | | | | | Packaging: Fix wrong working directory in shortcuts created by NSIS installerEduard Braun2017-04-261-2/+7
| |/ / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also fix manually defined INKSCAPE_DIST_DIR (bzr r15646)
* | | | | | | | | Improve 0.92 support for Clone Original LPEJabiertxof2017-04-252-24/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r15645)
* | | | | | | | | Little UX tweakJabiertxof2017-04-251-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r15644)
* | | | | | | | | Rotate copies improvements:Jabiertxof2017-04-252-63/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug fixes. Better widgets positions (bzr r15643)
* | | | | | | | | Fixed some bugs in Rotate Copies LPE.Jabier Arraiza Cenoz2017-04-252-50/+60
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added a EnumParam to handle explusive bool params Make compatible with 0.92 code (bzr r15642)
* | | | | | | | | Rotate copies LPE refactor. Add double option, fuse and kaleidoscope both ↵Jabier Arraiza Cenoz2017-04-252-93/+90
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | with mirror copies and split items (bzr r15641)
* | | | | | | | | Fix last commit bug on split LPE objects in rotate copies LPEJabiertxof2017-04-241-32/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r15640)
* | | | | | | | | Improve rotate copies LPE to allow mirror copy with and without fuseJabier Arraiza Cenoz2017-04-242-20/+42
| | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r15639)
* | | | | | | | | Restore r14978 which was reverted in r15047 due to messed up mergeEduard Braun2017-04-244-4/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | http://bazaar.launchpad.net/~inkscape.dev/inkscape/trunk/revision/14978 http://bazaar.launchpad.net/~inkscape.dev/inkscape/trunk/revision/15047 (bzr r15638)
* | | | | | | | | Cleanup for previous commitEduard Braun2017-04-242-6/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r15637)
* | | | | | | | | Extensions: Fix "param"s of type "description" were always translated (as ↵Eduard Braun2017-04-241-27/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | opposed to only the underscored variant "_param") (bzr r15636)
* | | | | | | | | Extensions: Fixes and improvements for "gui-description" parameter attribute ↵Eduard Braun2017-04-243-2/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | along the lines of r14955 - "gui-description" was always translated (as opposed to only "_gui-description") - Added possibility to specify "msgctxt" for "_gui-description" (bzr r15635)
* | | | | | | | | Extensions: Some refactoring for code clarity and consistencyEduard Braun2017-04-2423-305/+204
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | (bzr r15634)
| * | | | | | | | | Some code refactoring for consistencyEduard Braun2017-04-0921-200/+200
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (notably "gui_hidden" -> hidden", "guitext" -> "text", "desc" -> "description") (bzr r15633.1.3)
| * | | | | | | | | Remove unused field "scope"Eduard Braun2017-04-0922-88/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r15633.1.2)
| * | | | | | | | | Remove unused field "gui_tip"Eduard Braun2017-04-0920-65/+25
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ("gui_description" does now what "gui_tip" was supposed to do) (bzr r15633.1.1)
* | | | | | | | | Restore r14955 which was reverted in r15047 due to messed up mergeEduard Braun2017-04-248-11/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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)
* | | | | | | | | Fix crash when modifying text in "Text and Font" dialogEduard Braun2017-04-231-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1618015 (bzr r15632)
* | | | | | | | | avoid double transform of <use> element during copy. (Bug 1679428)Alvin Penner2017-04-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1679428 (bzr r15631)
* | | | | | | | | Simplify code and avoid conditional compilation by consistently using glib ↵Eduard Braun2017-04-221-15/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | functions Also fixes a case where the modifier passed to g_fopen() might contain a duplicated binary specifier on Windows (e.g. 'wbb') which broke functionality in MSYS2 builds (see bug 1685091) Fixed bugs: - https://launchpad.net/bugs/1685091 (bzr r15630)
* | | | | | | | | Cleanup: Remove some unused debug messagesEduard Braun2017-04-221-54/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r15629)
* | | | | | | | | [Bug #1572242] Add --export-inkscape-svg=FILENAME command line option to ↵shlomif-gmail2017-04-211-6/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | export as inkscape-style SVG. Fixed bugs: - https://launchpad.net/bugs/1572242 (bzr r15628)
* | | | | | | | | [Bug #1635982] HSL tab in 0.92 corrupted: colors in hue slider incorrect, ↵shark0r2017-04-211-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | defunct 5th slider at the bottom. Fixed bugs: - https://launchpad.net/bugs/1635982 (bzr r15627)
* | | | | | | | | terminate line with round caps. (Bug 1680179)Alvin Penner2017-04-201-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1680179 (bzr r15626)
* | | | | | | | | Extensions: HPGL: changed command order of cleanup commands so pen plotters ↵Sebastian Wüst2017-04-172-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | react correctly (bzr r15625)
* | | | | | | | | Latvian translation updateJanis Eisaks2017-04-151-6482/+7256
| | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r15624)
* | | | | | | | | Fixes crashes with LPE point parameterJabiertxof2017-04-152-15/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r15623)
* | | | | | | | | Fix behavior of scroling stroke width statusbar indicator with non-px unitseman-mod2017-04-152-9/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1671877 (bzr r15622)
* | | | | | | | | fix scrolling on style indicator in statusbar for gtk3eman-mod2017-04-151-0/+1
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1672384 (bzr r15621)
* | | | | | | | Ellipses in Inkscape are defined by the center and the radius, but theAntonio Ospite2017-04-131-0/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | user cannot easily control the position of the center. Show a control point for the center so it's easier to move the shape around and snap it by its center. Fixed bugs: - https://launchpad.net/bugs/481506 (bzr r15620)
* | | | | | | | Do not simplify when path inset or outsetmorapeter2017-04-131-11/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/616469 (bzr r15619)
* | | | | | | | cmake/MSYS2: Spell checking via gtkspell now workingEduard Braun2017-04-084-2/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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)