| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | Merge branch 'fix_saving' into 'master' | Eduard Braun | 2017-09-27 | 1 | -1/+11 | |
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Create parent directories when opening a file for writing See merge request inkscape/inkscape!83 | |||||
| | | * | | | | Create parent directories when opening a file for writing | Eduard Braun | 2017-09-27 | 1 | -1/+11 | |
| | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - this affects callers of Inkscape::IO::fopen_utf8name - fixes at least two issues: - creating custom shortcuts failed when "/inkscape/keys" was missing in the configuration directory, see https://bugs.launchpad.net/inkscape/+bug/1719629 - autosaving probably failed if a non-existent directory was specified | |||||
| | * | | | | Merge branch 'jali/inkscape-ustring_refactor' | Tavmjong Bah | 2017-09-27 | 19 | -105/+88 | |
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | Removes usage of GString. | |||||
| | | * | | | | Remove usage of GString in sp-object.cpp | Jan Lingscheid | 2017-09-21 | 2 | -9/+10 | |
| | | | | | | | ||||||
| | | * | | | | Remove usage of GString in sp-style-elem.cpp | Jan Lingscheid | 2017-09-21 | 1 | -6/+6 | |
| | | | | | | | ||||||
| | | * | | | | Remove usage of GString in sp-guide.cpp | Jan Lingscheid | 2017-09-21 | 1 | -9/+6 | |
| | | | | | | | ||||||
| | | * | | | | Remove remaining usage of GString in ui/tools/* | Jan Lingscheid | 2017-09-21 | 5 | -30/+25 | |
| | | | | | | | ||||||
| | | * | | | | Remove unused GString in ui/tools/box3d-tool.cpp | Jan Lingscheid | 2017-09-21 | 1 | -1/+0 | |
| | | | | | | | ||||||
| | | * | | | | Remove usage of GString from ui/tools/spiral-tool.cpp | Jan Lingscheid | 2017-09-21 | 1 | -3/+2 | |
| | | | | | | | ||||||
| | | * | | | | Remove usage of GString from tool/node.cpp | Jan Lingscheid | 2017-09-21 | 1 | -12/+7 | |
| | | | | | | | ||||||
| | | * | | | | Remove useage of GString from sp-text.cpp | Jan Lingscheid | 2017-09-21 | 1 | -3/+3 | |
| | | | | | | | ||||||
| | | * | | | | Remove usage of GString from seltrans.cpp | Jan Lingscheid | 2017-09-21 | 1 | -11/+9 | |
| | | | | | | | ||||||
| | | * | | | | Add missing include. | Jan Lingscheid | 2017-09-21 | 1 | -0/+1 | |
| | | | | | | | ||||||
| | | * | | | | Fix typo in 4e8400f0d963cdc0dfae659ebeeed3db2243bcff | Jan Lingscheid | 2017-09-21 | 1 | -1/+1 | |
| | | | | | | | ||||||
| | | * | | | | Refactor Box3d::string_from_axes to use Glib::ustring | Jan Lingscheid | 2017-09-21 | 6 | -21/+19 | |
| | | | | | | | ||||||
| | * | | | | | Fix error when vertical text has 'text-orientation' value 'sideways'. | Tavmjong Bah | 2017-09-26 | 1 | -1/+1 | |
| | | |/ / / | |/| | | | ||||||
| | * | | | | CSS fixes to measure line LPE | Jabier Arraiza | 2017-09-25 | 1 | -7/+5 | |
| | | | | | | ||||||
| | * | | | | Add improvements to meassure segments LPE pointed by CR | Jabier Arraiza | 2017-09-25 | 9 | -134/+498 | |
| | | | | | | ||||||
| | * | | | | Minor code cleanup and better handling of non-spacing marks in upright ↵ | Tavmjong Bah | 2017-09-25 | 3 | -4/+17 | |
| | | | | | | | | | | | | | | | | | | | | | vertical text. | |||||
| | * | | | | Transform duplicate object only when clipping or masking | Stefano Facchini | 2017-09-24 | 5 | -32/+27 | |
| | | | | | | ||||||
| | * | | | | Remove unused parameter in SPItem::doWriteTransform | Stefano Facchini | 2017-09-24 | 34 | -75/+74 | |
| | | | | | | ||||||
| | * | | | | Fix bug #1094504 GTK3: RegisteredColorPicker (e.g. for grid, guides color) ↵ | Jabier Arraiza | 2017-09-23 | 1 | -22/+23 | |
| | | | | | | | | | | | | | | | | | | | | | does not show preview of current color | |||||
| | * | | | | cleanup: put extraction of OpenType tables in separate function | Eduard Braun | 2017-09-23 | 1 | -144/+147 | |
| | | | | | | ||||||
| | * | | | | cleanup: do not overwrite/free original font description | Eduard Braun | 2017-09-23 | 1 | -4/+4 | |
| | | | | | | | | | | | | | | | | | | | | | (likely unproblematic but better be safe than sorry...) | |||||
| | * | | | | Do not crash if no fonts are available | Eduard Braun | 2017-09-23 | 1 | -0/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Usually we fall back to "sans-serif" but if not a single fallback was available (this happens for example if the fontconfig configuration is invalid) Inkscape crashed. Fixed bug: - https://bugs.launchpad.net/inkscape/+bug/1716516 | |||||
| | * | | | | Fix wrong parameter in Doxifile pointed by Eduard Brown | Jabier Arraiza | 2017-09-22 | 1 | -1/+1 | |
| | | | | | | ||||||
| | * | | | | Fixes to Doxifile | Jabier Arraiza | 2017-09-22 | 1 | -21/+78 | |
| | | | | | | ||||||
| | * | | | | Minor tootltip tweak | Jabier Arraiza | 2017-09-22 | 1 | -1/+1 | |
| | | | | | | ||||||
| | * | | | | Add tooltip to set default LPE widget | Jabier Arraiza | 2017-09-22 | 34 | -10/+163 | |
| | | | | | | ||||||
| | * | | | | Add some sugesstions and fixes from CR to measure segments | Jabier Arraiza | 2017-09-21 | 2 | -7/+9 | |
| | | | | | | ||||||
| | * | | | | Fix for bug #1715433 Clone original LPE can no longer be used to fill a ↵ | Jabier Arraiza | 2017-09-21 | 13 | -277/+164 | |
| | |/ / / | | | | | | | | | | | | | powerstroke path | |||||
| | * | | | Update expected renderings. | Tavmjong Bah | 2017-09-20 | 2 | -0/+0 | |
| | | | | | ||||||
| | * | | | 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. | |||||
| | * | | | CI/AppVeyor: Enable tests | Eduard Braun | 2017-09-14 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patched Aspell [1] has fixed the SEGFAULTs on exit and additionally seems to have fixed the deadlocks when running tests. [1] https://github.com/Alexpux/MINGW-packages/pull/2872 | |||||
| | * | | | Added new LPE parameter to store Items array, also bugfixing in patharray ↵ | Jabiertxo Arraiza Cenoz | 2017-09-14 | 7 | -6/+589 | |
| | | | | | | | | | | | | | | | | | 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 | |||||
| | * | | | CI/AppVeyor: now compiles with poppler 0.59 | Eduard Braun | 2017-09-07 | 1 | -4/+0 | |
| | | | | | ||||||
| | * | | | adapt to poppler 0.58 | David Tardon | 2017-09-07 | 4 | -0/+534 | |
| | | | | | ||||||
| | * | | | 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 | |
| | | | | | ||||||
