summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Move DashSelector to Inkscape::UI::Widget namespaceAlexander Valavanis2018-12-226-25/+40
* pinch zoom gestureThomas Holder2018-12-222-0/+31
* Allow edit LPE on nestad groupsJabiertxof2018-12-214-4/+4
* INSTALL.md: libsig++ moved to github.comDenis Jacquerye2018-12-211-1/+1
* Merge branch 'break-apart-speedup' of gitlab.com:ollip/inkscapeMarc Jeanmougin2018-12-202-3/+13
|\
| * Accelerate boolean path operation for larger paths by disabling redrawing the...Olli Parviainen2018-12-081-0/+6
| * Accelerate the break-apart operation for larger paths by disabling redrawing ...Olli Parviainen2018-12-081-3/+7
* | Merge branch 'patch-2' of gitlab.com:Moini/inkscapeMarc Jeanmougin2018-12-201-5/+5
|\ \
| * | Update image link in inkscape.appdata.xml.inMaren Hachmann2018-10-041-1/+1
| * | Update inkscape.appdata.xml.in to use language-agnostic links, a more general...Maren Hachmann2018-10-041-5/+5
* | | Merge branch 'master' of gitlab.com:wilfredor2/inkscapeMarc Jeanmougin2018-12-202-11/+13
|\ \ \
| * | | Remove redundant bool variable and else before a returnWilfredo Rodriguez2018-10-222-11/+13
* | | | Merge branch 'patch/impl-git-tracking-rules-for-snap' of gitlab.com:Lin-Buo-R...Marc Jeanmougin2018-12-201-0/+10
|\ \ \ \
| * | | | Implement Git tracking rules for snap packagingๆž—ๅšไป(Buo-ren, Lin)2018-11-091-0/+10
* | | | | Merge branch 'master' of gitlab.com:asiersarasua/inkscapeMarc Jeanmougin2018-12-201-5413/+2748
|\ \ \ \ \
| * | | | | Basque translation updateassar2018-11-171-5413/+2748
* | | | | | Merge branch 'patch-1' of gitlab.com:techtonik/inkscapeMarc Jeanmougin2018-12-201-1/+3
|\ \ \ \ \ \
| * | | | | | Turn off clang-format for about box formattinganatoly techtonik2018-12-011-0/+2
| * | | | | | aboutbox.cpp: Add 2019 as some 1.0 release date in the futureanatoly techtonik2018-11-271-1/+1
* | | | | | | Merge branch 'master' of gitlab.com:lucasvieites/inkscapeMarc Jeanmougin2018-12-201-647/+434
|\ \ \ \ \ \ \
| * | | | | | | Translated es.po for Spanish, 100% completeLucas Vieites2018-12-081-173/+108
| * | | | | | | Updated es.poLucas Vieites2018-12-051-184/+155
| * | | | | | | Replace es.poLucas Vieites2018-12-021-299/+180
* | | | | | | | Merge branch 'master' of gitlab.com:jordim/inkscapeMarc Jeanmougin2018-12-201-165/+289
|\ \ \ \ \ \ \ \
| * | | | | | | | Update Catalan translationJordi Mas2018-12-191-165/+289
* | | | | | | | | Fix comment.Tavmjong Bah2018-12-201-1/+1
* | | | | | | | | Prevent screen jump when 'inline-size' value is too small to display text.Tavmjong Bah2018-12-201-2/+14
* | | | | | | | | Separate knots for 'shape-inside' and 'inline-size'.Tavmjong Bah2018-12-191-101/+130
* | | | | | | | | Add preference for using SVG2 auto-flowed text in GUI.Tavmjong Bah2018-12-191-0/+4
* | | | | | | | | Add preference for using SVG 2 text in a shape (GUI to come).Tavmjong Bah2018-12-193-59/+60
* | | | | | | | | Convert preferences_skeleton to a C++11 raw string.Tavmjong Bah2018-12-182-478/+489
* | | | | | | | | Change parsing an integer from 'atoi' to 'strtol' to allow parsing hexidecima...Tavmjong Bah2018-12-181-1/+1
* | | | | | | | | Add ability to create SVG 2 text:Tavmjong Bah2018-12-184-12/+333
|/ / / / / / / /
* | | | | | | | remove "Perspective path" LPEThomas Holder2018-12-166-398/+0
* | | | | | | | Inkscape::URI::Impl -> shared_ptrThomas Holder2018-12-162-75/+8
* | | | | | | | add some Inkscape::URI testsThomas Holder2018-12-162-0/+31
* | | | | | | | Remove unused transform functions related to LPE and improvements to fill-bet...Jabier Arraiza2018-12-1520-233/+159
* | | | | | | | Round-trip SVG 2 flowed text with SVG 1.1 backup.Tavmjong Bah2018-12-144-93/+364
* | | | | | | | DocumentUndo::ScopedInsensitiveThomas Holder2018-12-147-43/+32
* | | | | | | | extract_uri: fix, test, documentThomas Holder2018-12-139-141/+139
* | | | | | | | remove most of Inkscape::URI::ImplThomas Holder2018-12-132-57/+37
* | | | | | | | Misc. source comment typo fixesluz.paz2018-12-132-5/+5
* | | | | | | | remove obsolete URI cxxtestsThomas Holder2018-12-133-231/+0
* | | | | | | | remove Inkscape::URI::fromUtf8Thomas Holder2018-12-132-38/+0
* | | | | | | | Finish implementation of 'text-decoration-fill' and 'text-decoration-stroke'.Tavmjong Bah2018-12-123-6/+20
* | | | | | | | Reduce code redundancy.Tavmjong Bah2018-12-122-62/+35
* | | | | | | | Reduce code redundancy.Tavmjong Bah2018-12-112-100/+53
* | | | | | | | Turn #defines into enum.Tavmjong Bah2018-12-112-25/+30
* | | | | | | | Minor tweaks.Tavmjong Bah2018-12-103-13/+16
* | | | | | | | remove Inkscape::URI::getFullPathThomas Holder2018-12-095-64/+29