summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Remove piglatin ocurrencesJabiertxof2018-09-1930-31/+2
|
* Remove en_US@piglatin.poJabier Arraiza2018-09-181-47139/+0
|
* Update file import dialog for old SVG. We couldent add a fixed siize so we ↵Jabier Arraiza2018-09-182-25/+31
| | | | need to play with new lines
* Add gettext strings, fix undo and allow keypresses to add and delete attributesMartin Owens2018-09-172-14/+73
|
* Misc. typo and whitespace fixesluz.paz2018-09-165-45/+45
| | | Follow-up to #289
* Missing semicolonEduard Braun2018-09-151-1/+1
|
* Update POTFILES.in and show diff in related CI testEduard Braun2018-09-152-4/+5
|
* Fix eaae266840146a0faa3332f253ba7bd63eecbb21Eduard Braun2018-09-152-6/+8
| | | | (cherry picked from commit 11504fc9060729939703c380bcaa71cfc36ea351)
* Support reading and writing pipesRainer Keller2018-09-152-9/+79
| | | | | | | | | | | | This is useful when using inkscape from the terminal and piping the output to further programs. Example usage: cat vector.svg | inkscape --export-png - --file - | convert - out.jpg Fixes bug: 171016 (forward-ported from commit fdb3b41a37f5c37bbb8e49d59e7e6195d5363fcb)
* CI: Use separate caches for Linux/Mac build and disable for other jobsEduard Braun2018-09-151-3/+8
|
* CI: Fix source-doc not being createdEduard Braun2018-09-151-6/+18
| | | | | | - work around GitLab CI's borked scheduling implementation by assigning job names for scheduled builds - don't run any other job on schedules
* Fix and improve stiling of helper tab on meassure segments LPEJabiertxof2018-09-151-4/+4
|
* Improve message parameter and remove unecesary widgets from meassure ↵Jabier Arraiza2018-09-154-29/+26
| | | | segments LPE
* Update measure segments helper info and align to messages LPE parameterJabiertxof2018-09-143-22/+39
|
* Update info widget inmeasure segmentsJabiertxof2018-09-141-6/+6
|
* improbe UX of Fillet/Chamfer LPEJabiertxof2018-09-146-125/+21
|
* Remove sp-xmlview-attr with attrdialog (C++) and improve interfaceMartin Owens2018-09-1410-388/+391
|
* Merge branch 'master' of gitlab.com:jordim/inkscapeMarc Jeanmougin2018-09-141-734/+416
|\
| * Update Catalan translationJordi Mas2018-08-121-734/+416
| |
* | fix 3D boxes with inverted y-axis (follow-up)Thomas Holder2018-09-142-19/+18
| | | | | | | | The initial fix was only correct for parallel/infinite Y direction
* | Fix a bug opening SVG from comand lines related to the DPI changes done. ↵Jabiertxof2018-09-143-7/+14
| | | | | | | | Thanks Mark for testing!
* | Merge branch 'misc-typos' of gitlab.com:luzpaz/inkscapeMarc Jeanmougin2018-09-1318-35/+35
|\ \
| * | Requested revisions + more typos and grammar fixesluz.paz2018-09-112-15/+15
| | |
| * | Several more typosluz.paz2018-09-1110-13/+13
| | |
| * | Misc. typosluz.paz2018-09-118-9/+9
| | | | | | | | | Found via `codespell -q 3 -I ../inkscape-whitelist.txt --skip="*.svg,*.po,*.nsh,*.in,./src/3rdparty"`
* | | Allow symbols dialog on dark themeJabiertxof2018-09-132-13/+6
| | |
* | | Fix bug applying powerclip/mask to non cliped/masked elementsJabiertxof2018-09-134-0/+22
| | |
* | | Update POTFILES.in and POTFILES.skipEduard Braun2018-09-132-6/+6
| | | | | | | | | | | | No need to translate a third-party library.
* | | update gitignoreMarc Jeanmougin2018-09-132-62/+1
| | |
* | | Merge branch 'master' of gitlab.com:inkscape/inkscapeMarc Jeanmougin2018-09-137-23/+94
|\ \ \
| * | | Fix a meassure tooltip updated pointed by maren at hacfest, tooltip is not ↵Jabiertxof2018-09-132-3/+12
| | | | | | | | | | | | | | | | updated if no moviment on shift press
| * | | Fix DPI wrong code pointed by McJabiertxof2018-09-135-20/+82
| | | |
* | | | update POTFILES.inMarc Jeanmougin2018-09-131-1/+6
|/ / /
* | | Add per embed/linked SVG a DPI valueJabiertxof2018-09-1313-40/+166
| | |
* | | fixes and improvementes to power clip and powermaskJabiertxof2018-09-1317-280/+274
| | |
* | | Fix horizontal scrolling direction when using smooth scrollingEduard Braun2018-09-131-1/+1
| | |
* | | add autotrace basic supportMarc Jeanmougin2018-09-1355-5/+8751
| | |
* | | make /options/yaxisdown true the defaultThomas Holder2018-09-122-3/+3
| | |
* | | fix object-set-test crashThomas Holder2018-09-121-2/+3
| | |
* | | Add detachable, although no evidence it worksMartin Owens2018-09-121-0/+3
| | |
* | | Remove colors from gtklistviewMartin Owens2018-09-122-7/+6
| | |
* | | Merge branch 'master' of gitlab.com:inkscape/inkscapeMarc Jeanmougin2018-09-1236-236/+376
|\ \ \
| * | | Allow adding new propertiesMartin Owens2018-09-122-12/+68
| | | |
| * | | New option to invert y-axisThomas Holder2018-09-1234-224/+308
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Replaces all hard coded or implicit desktop coordinate usage with doc2dt multiplication. New global preference: Interface > Origin at upper left https://bugs.launchpad.net/inkscape/+bug/170049
* | | | More caching in prefsMarc Jeanmougin2018-09-122-9/+46
|/ / /
* | | Fix preferences crashThomas Holder2018-09-122-4/+25
| | | | | | | | | | | | a81d0009 regression
* | | Support smooth scrolling (part 2)Eduard Braun2018-09-116-6/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix scrolling when smooth scrolling is enabled / allow to scroll smoothly for: - canvas palette - node selection in path tool - selection cycling in select tool while holding Alt key - spraying in spray tool with mouse wheel - adjusting color by scrolling in lower left stroke/fill fields
* | | Support smooth scrolling (part 1)Eduard Braun2018-09-112-5/+32
| | | | | | | | | | | | Allows panning / zooming / rotating the canvas smoothly.
* | | Merge branch 'master' of gitlab.com:inkscape/inkscapeMarc Jeanmougin2018-09-1111-510/+179
|\ \ \
| * | | Update CONTRIBUTING.mdMarc Jeanmougin2018-09-111-1/+1
| |/ /