summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - patched cairo merged upstream - updated python2-pillow merged upstream - poppler >= 0.58 introduced incompatible API changes so use old version until compatibility is restored
| * | | Minor code cleanup.Tavmjong Bah2017-09-061-6/+11
| | | |
| * | | Merge branch 'khaledhosny/inkscape-glyph-positioning'Tavmjong Bah2017-09-068-8/+61
| |\ \ \ | | | | | | | | | | | | | | | Fixes rendering issues for certain languages and fonts.
| | * | | Fix vertical RTL text with upright orientationKhaled Hosny2017-08-196-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When orientation is upright we don’t want Pango to use the natural gravity of the text (that would be the mixed orientation). This also changes the positioning of combining marks in such case. It is still wrong, however, but it matches Pango output now.
| | * | | Fix RTL glyph widths in vertical orientationKhaled Hosny2017-08-195-6/+27
| | | | | | | | | | | | | | | | | | | | | | | | | The vertical branch seems to be broken, removing it makes RTL text in vertical orientation work again.
| | * | | Fix inverted y sign for glyph positioningKhaled Hosny2017-08-175-2/+29
| | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is causing vertical glyph positioning to move in the wrong direction e.g. marks go below base glyph instead of above. Seems to be a regression introduced in: commit 83dac189ff21c59be9b4f912e0d0e9690e710a4d Author: Tavmjong Bah <tavmjong@free.fr> Date: Tue Nov 3 13:19:36 2015 +0100 Rearrange code to make handling of baseline clearer. (bzr r14430.1.3)
| * | | Replace reference to non-existant icon to one that exists.Tavmjong Bah2017-09-051-1/+1
| | | | | | | | | | | | | | | | | | | | (Prevented Image properties dialog from appearing.) Fixes bug #1715138.
| * | | 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
| | | |
* | | | Merge branch 'master' into powerpencilJabiertxo Arraiza Cenoz2017-08-292-4/+7
|\| | |
| * | | Ressurrect Spiro Symplify by LPE because no wrong results and retain removed ↵Jabiertxo Arraiza Cenoz2017-08-292-4/+7
| | | | | | | | | | | | | | | | in bspline mode
* | | | Clarify a bit some stringsJabiertxo Arraiza Cenoz2017-08-291-3/+3
| | | |
* | | | Merge from masterJabiertxo Arraiza Cenoz2017-08-292-5/+20
|\| | |
| * | | Remove LPE Simplify from spiro and BSpline mode because made uncontrolable ↵Jabiertxo Arraiza Cenoz2017-08-292-3/+18
| | | | | | | | | | | | | | | | paths. Is retained in bezier mode. Consider backport it
* | | | Parametrice into preferences magic numbers and other staffJabier Arraiza2017-08-286-36/+82
| | | |
* | | | Allow pressure in pencil in the tree modes, bezier, bspline and spiroJabier Arraiza2017-08-287-53/+81
| | | |
* | | | Minnor tweak on powerstroke LPEJabier Arraiza2017-08-271-1/+1
| | | |
* | | | Merge branch 'master' into powerpencilJabier Arraiza2017-08-272-0/+8
|\| | |
| * | | CI/AppVeyor: manually install missing dependencyEduard Braun2017-08-261-0/+5
| | | |
| * | | cmake/MSYS2: add missing dependenciesEduard Braun2017-08-261-0/+3
| | | | | | | | | | | | | | | | | | | | - libidn2 now required by curl - libraqm (-> libfridi) required by python2-pillow >= 4.2.0
* | | | Add previewJabier Arraiza2017-08-274-110/+94
| | | |
* | | | Working on preview over powerpencilJabier Arraiza2017-08-279-82/+321
| | | |
* | | | Starting with powerpencilJabier Arraiza2017-08-257-44/+193
|/ / /
* | | [LP:1634022] xcf export - Guides and grids wrongly positionned. Guides and ↵jazzynico2017-08-251-18/+63
| | | | | | | | | | | | grids now correctly support doc scaling (page size/viewbox ration) and export resolution.
* | | 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 ↵Jabier Arraiza2017-08-135-15/+36
| | | | | | | | previous width
* | Merge branch 'jabiertxof/inkscape-inkscape.dev_power_clip_and_mask'Martin Owens2017-08-1315-10/+885
|\ \
| * \ update to trunkJabier Arraiza2017-07-01603-8920/+25512
| |\ \
| * | | Bug fixesJabier Arraiza2017-06-242-7/+10
| | | |
| * | | Updating to masterJabier Arraiza2017-06-2445-1245/+1484
| |\ \ \
| * | | | Working with powerclip and powermaskJabier Arraiza2017-06-248-49/+148
| | | | |
| * | | | Updating to masterJabier Arraiza2017-06-1215-761/+970
| |\ \ \ \
| * | | | | adding last changesJabier Arraiza2017-06-122-25/+26
| | | | | |
| * | | | | Working on powermaskJabier Arraiza2017-06-112-4/+20
| | | | | |
| * | | | | Working on powermaskJabier Arraiza2017-06-103-99/+118
| | | | | |
| * | | | | Update to trunkJabier Arraiza Cenoz2017-06-079-8116/+9594
| |\ \ \ \ \ | | | | | | | | | | | | | | (bzr r15723)
| | * | | | | Translation. Romanian translation update by Cristian Secară.Nicolas Dufour2017-06-071-8116/+7653
| | | | | | | | | | | | | | | | | | | | | (bzr r15703.1.36)
| | * | | | | Merge in whole of embroidery branchMartin Owens2017-06-078-0/+1941
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | (bzr r15703.1.35)
| | | * | | | | fixed enum order + added cpp files to POFILES.inMichael Soegtrop2017-06-053-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | (bzr r14862.2.4)
| | | * | | | | merged with latest version of lpe-bool and trunkMichael Soegtrop2017-06-052144-786571/+983506
| | | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | (bzr r14862.2.3)