summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove usage of GString from seltrans.cppJan Lingscheid2017-09-211-11/+9
* Add missing include.Jan Lingscheid2017-09-211-0/+1
* Fix typo in 4e8400f0d963cdc0dfae659ebeeed3db2243bcffJan Lingscheid2017-09-211-1/+1
* Refactor Box3d::string_from_axes to use Glib::ustringJan Lingscheid2017-09-216-21/+19
* Update expected renderings.Tavmjong Bah2017-09-202-0/+0
* Fix bug #1718224 Removing PowerStroke LPE from path in master sets negative s...Jabier Arraiza2017-09-191-1/+1
* Flushing std::coutJabier Arraiza2017-09-175-10/+8
* Fix bug #1460858 Ruler LPE does not consider drawing scale (page size / viewBox)Jabier Arraiza2017-09-161-4/+10
* Fix bug #1658855, bend from clipboard end point get some spikeJabier Arraiza2017-09-161-3/+4
* Fix a bug on uninicialitated variable, that perform diferent results in debug...Jabier Arraiza2017-09-164-16/+5
* Add default extension for native win32 file save dialog.Eduard Braun2017-09-151-0/+1
* CI/AppVeyor: Enable testsEduard Braun2017-09-141-2/+2
* Added new LPE parameter to store Items array, also bugfixing in patharray par...Jabiertxo Arraiza Cenoz2017-09-147-6/+589
* Fixes for bug #1716926. Consider backportJabiertxo Arraiza Cenoz2017-09-132-51/+61
* Fixes for clone original LPEJabiertxo Arraiza Cenoz2017-09-136-50/+137
* Improve rendering of vertical text with non-spacing marks in upright orientat...Tavmjong Bah2017-09-131-19/+42
* Fix a bug when creating a cloned LPE with fill between manyJabier Arraiza2017-09-093-5/+7
* This commit is based on a coment on bug #1670644. And allow to fill the fill ...Jabier Arraiza2017-09-097-65/+165
* Fix for bug: 1715433 :: Clone original LPE can no longer be used to fill a po...Jabiertxo Arraiza Cenoz2017-09-087-3/+49
* CI/AppVeyor: now compiles with poppler 0.59Eduard Braun2017-09-071-4/+0
* adapt to poppler 0.58David Tardon2017-09-074-0/+534
* Fix infinite loop when rendering text inside a shape under very special condi...Tavmjong Bah2017-09-071-8/+7
* A little improvements on groups with paths having LPEJabier Arraiza2017-09-061-3/+6
* A bit refactor on SPGroupJabier Arraiza2017-09-062-48/+48
* cmake/MSYS2: drop unused dependencyEduard Braun2017-09-061-1/+0
* CI/AppVeyor: Fix buildEduard Braun2017-09-061-10/+3
* Minor code cleanup.Tavmjong Bah2017-09-061-6/+11
* Merge branch 'khaledhosny/inkscape-glyph-positioning'Tavmjong Bah2017-09-068-8/+61
|\
| * Fix vertical RTL text with upright orientationKhaled Hosny2017-08-196-0/+5
| * Fix RTL glyph widths in vertical orientationKhaled Hosny2017-08-195-6/+27
| * Fix inverted y sign for glyph positioningKhaled Hosny2017-08-175-2/+29
* | Replace reference to non-existant icon to one that exists.Tavmjong Bah2017-09-051-1/+1
* | Allow nested LPE over groups also with shapesJabier Arraiza2017-09-042-5/+47
* | Fix crash in style dialog (double deletion of document->style_sheet).Tavmjong Bah2017-09-041-5/+8
* | Implement CSS 3 "general sibling" combinator (~).Tavmjong Bah2017-09-024-3/+51
* | Implement CSS 3 pseudo selectors. GSoC project 2017.Vishal Agarwal2017-09-028-43/+722
* | Ressurrect Spiro Symplify by LPE because no wrong results and retain removed ...Jabiertxo Arraiza Cenoz2017-08-292-4/+7
* | Remove LPE Simplify from spiro and BSpline mode because made uncontrolable pa...Jabiertxo Arraiza Cenoz2017-08-292-3/+18
* | CI/AppVeyor: manually install missing dependencyEduard Braun2017-08-261-0/+5
* | cmake/MSYS2: add missing dependenciesEduard Braun2017-08-261-0/+3
* | [LP:1634022] xcf export - Guides and grids wrongly positionned. Guides and gr...jazzynico2017-08-251-18/+63
* | Also alow shapen, not only Paths on meassure segmentsJabier Arraiza2017-08-192-4/+19
* | Minor tweak on measure segmentJabier Arraiza2017-08-191-1/+1
* | Minor tweaks to Measure Segments LPEJabier Arraiza2017-08-192-15/+15
* | Change from Measure Line LPE to Measure Segments LPEJabier Arraiza2017-08-197-200/+309
|/
* do not try to run mac build on other people's build (with no mac runner)Marc Jeanmougin2017-08-151-0/+2
* Alow shink in document dialog on expanders closeJabier Arraiza2017-08-152-4/+6
* Fix a bug on LPE powerclip when using a shape with transform as clipJabier Arraiza2017-08-141-0/+16
* Attemp to fix bug 1707899, retain shapes color. Also now retain shape previou...Jabier Arraiza2017-08-135-15/+36
* Merge branch 'jabiertxof/inkscape-inkscape.dev_power_clip_and_mask'Martin Owens2017-08-1315-10/+885
|\