| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | Fix bug #1718224 Removing PowerStroke LPE from path in master sets negative ↵ | Jabier Arraiza | 2017-09-19 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | stroke width | |||||
| | * | | | Flushing std::cout | Jabier Arraiza | 2017-09-17 | 5 | -10/+8 | |
| | | | | | ||||||
| | * | | | Fix bug #1460858 Ruler LPE does not consider drawing scale (page size / viewBox) | Jabier Arraiza | 2017-09-16 | 1 | -4/+10 | |
| | | | | | ||||||
| | * | | | Fix bug #1658855, bend from clipboard end point get some spike | Jabier Arraiza | 2017-09-16 | 1 | -3/+4 | |
| | | | | | ||||||
| | * | | | Fix a bug on uninicialitated variable, that perform diferent results in ↵ | Jabier Arraiza | 2017-09-16 | 4 | -16/+5 | |
| | | | | | | | | | | | | | | | | | debug and in release mode. Thanks Michael for help me finfing this bug. Also sused to remove some unnneded code in path chemistry and to better naming the variable uninicilitated | |||||
| | * | | | Add default extension for native win32 file save dialog. | Eduard Braun | 2017-09-15 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We manually appended an extension already (so functionality does not change), however GetSaveFileNameW also adds the chosen name (which was the name without extension before) to the list of recently used documents which resulted in unusable links. | |||||
| | * | | | Added new LPE parameter to store Items array, also bugfixing in patharray ↵ | Jabiertxo Arraiza Cenoz | 2017-09-14 | 6 | -6/+588 | |
| | | | | | | | | | | | | | | | | | parameter | |||||
| | * | | | Fixes for bug #1716926. Consider backport | Jabiertxo Arraiza Cenoz | 2017-09-13 | 2 | -51/+61 | |
| | | | | | ||||||
| | * | | | Fixes for clone original LPE | Jabiertxo Arraiza Cenoz | 2017-09-13 | 6 | -50/+137 | |
| | | | | | ||||||
| | * | | | Improve rendering of vertical text with non-spacing marks in upright ↵ | Tavmjong Bah | 2017-09-13 | 1 | -19/+42 | |
| | | | | | | | | | | | | | | | | | orientation. | |||||
| | * | | | Fix a bug when creating a cloned LPE with fill between many | Jabier Arraiza | 2017-09-09 | 3 | -5/+7 | |
| | | | | | ||||||
| | * | | | This commit is based on a coment on bug #1670644. And allow to fill the fill ↵ | Jabier Arraiza | 2017-09-09 | 7 | -65/+165 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | between many LPE widget that allow attach all paths on the clipboard instead only one Also added to this widget the option visible, to allow work with multiples paths wigout getting full cracy | |||||
| | * | | | Fix for bug: 1715433 :: Clone original LPE can no longer be used to fill a ↵ | Jabiertxo Arraiza Cenoz | 2017-09-08 | 7 | -3/+49 | |
| | | | | | | | | | | | | | | | | | powerstroke path | |||||
| | * | | | adapt to poppler 0.58 | David Tardon | 2017-09-07 | 2 | -0/+527 | |
| | | | | | ||||||
| | * | | | Fix infinite loop when rendering text inside a shape under very special ↵ | Tavmjong Bah | 2017-09-07 | 1 | -8/+7 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | conditions. (When a line does not fit due to its height but when refitted with a larger height it is broken into multiple chunks and no text fits into the first chunk.) Fixes bug #1715442. | |||||
| | * | | | A little improvements on groups with paths having LPE | Jabier Arraiza | 2017-09-06 | 1 | -3/+6 | |
| | | | | | ||||||
| | * | | | A bit refactor on SPGroup | Jabier Arraiza | 2017-09-06 | 2 | -48/+48 | |
| | | | | | ||||||
| | * | | | Minor code cleanup. | Tavmjong Bah | 2017-09-06 | 1 | -6/+11 | |
| | | | | | ||||||
| | * | | | Merge branch 'khaledhosny/inkscape-glyph-positioning' | Tavmjong Bah | 2017-09-06 | 1 | -8/+7 | |
| | |\ \ \ | | | | | | | | | | | | | | | | Fixes rendering issues for certain languages and fonts. | |||||
| | | * | | | Fix vertical RTL text with upright orientation | Khaled Hosny | 2017-08-19 | 1 | -0/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 orientation | Khaled Hosny | 2017-08-19 | 1 | -6/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | The vertical branch seems to be broken, removing it makes RTL text in vertical orientation work again. | |||||
| | | * | | | Fix inverted y sign for glyph positioning | Khaled Hosny | 2017-08-17 | 1 | -2/+2 | |
| | | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Bah | 2017-09-05 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | (Prevented Image properties dialog from appearing.) Fixes bug #1715138. | |||||
| | * | | | Allow nested LPE over groups also with shapes | Jabier Arraiza | 2017-09-04 | 2 | -5/+47 | |
| | | | | | ||||||
| | * | | | Fix crash in style dialog (double deletion of document->style_sheet). | Tavmjong Bah | 2017-09-04 | 1 | -5/+8 | |
| | | | | | ||||||
| | * | | | Implement CSS 3 "general sibling" combinator (~). | Tavmjong Bah | 2017-09-02 | 4 | -3/+51 | |
| | | | | | ||||||
| | * | | | Implement CSS 3 pseudo selectors. GSoC project 2017. | Vishal Agarwal | 2017-09-02 | 8 | -43/+722 | |
| | | | | | ||||||
| * | | | | Merge branch 'master' into powerpencil | Jabiertxo Arraiza Cenoz | 2017-08-29 | 2 | -4/+7 | |
| |\| | | | ||||||
| | * | | | Ressurrect Spiro Symplify by LPE because no wrong results and retain removed ↵ | Jabiertxo Arraiza Cenoz | 2017-08-29 | 2 | -4/+7 | |
| | | | | | | | | | | | | | | | | | in bspline mode | |||||
| * | | | | Clarify a bit some strings | Jabiertxo Arraiza Cenoz | 2017-08-29 | 1 | -3/+3 | |
| | | | | | ||||||
| * | | | | Merge from master | Jabiertxo Arraiza Cenoz | 2017-08-29 | 2 | -5/+20 | |
| |\| | | | ||||||
| | * | | | Remove LPE Simplify from spiro and BSpline mode because made uncontrolable ↵ | Jabiertxo Arraiza Cenoz | 2017-08-29 | 2 | -3/+18 | |
| | | | | | | | | | | | | | | | | | paths. Is retained in bezier mode. Consider backport it | |||||
| * | | | | Parametrice into preferences magic numbers and other staff | Jabier Arraiza | 2017-08-28 | 6 | -36/+82 | |
| | | | | | ||||||
| * | | | | Allow pressure in pencil in the tree modes, bezier, bspline and spiro | Jabier Arraiza | 2017-08-28 | 6 | -51/+78 | |
| | | | | | ||||||
| * | | | | Minnor tweak on powerstroke LPE | Jabier Arraiza | 2017-08-27 | 1 | -1/+1 | |
| | | | | | ||||||
| * | | | | Add preview | Jabier Arraiza | 2017-08-27 | 4 | -110/+94 | |
| | | | | | ||||||
| * | | | | Working on preview over powerpencil | Jabier Arraiza | 2017-08-27 | 8 | -82/+318 | |
| | | | | | ||||||
| * | | | | Starting with powerpencil | Jabier Arraiza | 2017-08-25 | 7 | -44/+193 | |
| |/ / / | ||||||
| * | | | Also alow shapen, not only Paths on meassure segments | Jabier Arraiza | 2017-08-19 | 2 | -4/+19 | |
| | | | | ||||||
| * | | | Minor tweak on measure segment | Jabier Arraiza | 2017-08-19 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | Minor tweaks to Measure Segments LPE | Jabier Arraiza | 2017-08-19 | 2 | -15/+15 | |
| | | | | ||||||
| * | | | Change from Measure Line LPE to Measure Segments LPE | Jabier Arraiza | 2017-08-19 | 6 | -199/+308 | |
| |/ / | ||||||
| * | | Alow shink in document dialog on expanders close | Jabier Arraiza | 2017-08-15 | 2 | -4/+6 | |
| | | | ||||||
| * | | Fix a bug on LPE powerclip when using a shape with transform as clip | Jabier Arraiza | 2017-08-14 | 1 | -0/+16 | |
| | | | ||||||
| * | | Attemp to fix bug 1707899, retain shapes color. Also now retain shape ↵ | Jabier Arraiza | 2017-08-13 | 5 | -15/+36 | |
| | | | | | | | | | previous width | |||||
| * | | Merge branch 'jabiertxof/inkscape-inkscape.dev_power_clip_and_mask' | Martin Owens | 2017-08-13 | 13 | -10/+881 | |
| |\ \ | ||||||
| | * \ | update to trunk | Jabier Arraiza | 2017-07-01 | 221 | -4082/+2808 | |
| | |\ \ | ||||||
| | * | | | Bug fixes | Jabier Arraiza | 2017-06-24 | 2 | -7/+10 | |
| | | | | | ||||||
| | * | | | Updating to master | Jabier Arraiza | 2017-06-24 | 23 | -680/+512 | |
| | |\ \ \ | ||||||
| | * | | | | Working with powerclip and powermask | Jabier Arraiza | 2017-06-24 | 7 | -49/+146 | |
| | | | | | | ||||||
