summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' of gitlab.com:inkscape/inkscapeMarc Jeanmougin2017-10-017-23/+57
|\
| * A little styling tweak to a LPE expanderJabier Arraiza2017-10-011-1/+2
| |
| * Add button to apply on path parameter as suggest Maren in bug #1715433#23Jabier Arraiza2017-10-012-4/+21
| |
| * Do not crash if raster image can not be opened by ImageMagickEduard Braun2017-09-301-12/+20
| | | | | | | | | | | | | | | | | | | | | | The crash only affected embedded images. (we were already catching the exception when loading a linked file) While at it add some error reporting via debug messages, fix a memory leak and do some minor cleanup. Fixed bug: - https://bugs.launchpad.net/inkscape/+bug/1720330
| * Fix bug #1719505 segfault on convert to pathJabier Arraiza2017-09-301-1/+6
| |
| * Fix bug in comment #20 From Maren in bug #1715433. Clone original LPE can no ↵Jabier Arraiza2017-09-302-5/+8
| | | | | | | | longer be used to fill a powerstroke path
* | Removed all GSList occurences in .h filesMarc Jeanmougin2017-10-0139-509/+389
| |
* | Merge branch 'master' of gitlab.com:inkscape/inkscapeMarc Jeanmougin2017-09-303-62/+32
|\|
| * Improvements to meassure segments LPE and a little styling tweak to default ↵Jabier Arraiza2017-09-303-62/+32
| | | | | | | | LPE params
* | Hunted every GList to the last (except in libnrtype and libcroco)Marc Jeanmougin2017-09-3013-183/+164
|/
* remove helper/gnome-utils.*Marc Jeanmougin2017-09-294-158/+7
|
* Merge branch 'colord_icc_store' of gitlab.com:fbbdev/inkscapeMarc Jeanmougin2017-09-271-0/+16
|\
| * Add colord ICC store dirs to CMS search pathsFabio Massaioli2017-09-261-0/+16
| | | | | | | | For reference, see https://github.com/hughsie/colord/blob/fe10f76536bb27614ced04e0ff944dc6fb4625c0/lib/colord/cd-icc-store.c#L590
* | Create parent directories when opening a file for writingEduard Braun2017-09-271-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 Bah2017-09-2719-105/+88
|\ \ | | | | | | | | | Removes usage of GString.
| * | Remove usage of GString in sp-object.cppJan Lingscheid2017-09-212-9/+10
| | |
| * | Remove usage of GString in sp-style-elem.cppJan Lingscheid2017-09-211-6/+6
| | |
| * | Remove usage of GString in sp-guide.cppJan Lingscheid2017-09-211-9/+6
| | |
| * | Remove remaining usage of GString in ui/tools/*Jan Lingscheid2017-09-215-30/+25
| | |
| * | Remove unused GString in ui/tools/box3d-tool.cppJan Lingscheid2017-09-211-1/+0
| | |
| * | Remove usage of GString from ui/tools/spiral-tool.cppJan Lingscheid2017-09-211-3/+2
| | |
| * | Remove usage of GString from tool/node.cppJan Lingscheid2017-09-211-12/+7
| | |
| * | Remove useage of GString from sp-text.cppJan Lingscheid2017-09-211-3/+3
| | |
| * | 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
| | |
* | | Fix error when vertical text has 'text-orientation' value 'sideways'.Tavmjong Bah2017-09-261-1/+1
| |/ |/|
* | CSS fixes to measure line LPEJabier Arraiza2017-09-251-7/+5
| |
* | Add improvements to meassure segments LPE pointed by CRJabier Arraiza2017-09-258-134/+497
| |
* | Minor code cleanup and better handling of non-spacing marks in upright ↵Tavmjong Bah2017-09-251-4/+17
| | | | | | | | vertical text.
* | Transform duplicate object only when clipping or maskingStefano Facchini2017-09-245-32/+27
| |
* | Remove unused parameter in SPItem::doWriteTransformStefano Facchini2017-09-2434-75/+74
| |
* | Fix bug #1094504 GTK3: RegisteredColorPicker (e.g. for grid, guides color) ↵Jabier Arraiza2017-09-231-22/+23
| | | | | | | | does not show preview of current color
* | cleanup: put extraction of OpenType tables in separate functionEduard Braun2017-09-231-144/+147
| |
* | cleanup: do not overwrite/free original font descriptionEduard Braun2017-09-231-4/+4
| | | | | | | | (likely unproblematic but better be safe than sorry...)
* | Do not crash if no fonts are availableEduard Braun2017-09-231-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
* | Minor tootltip tweakJabier Arraiza2017-09-221-1/+1
| |
* | Add tooltip to set default LPE widgetJabier Arraiza2017-09-2234-10/+163
| |
* | Add some sugesstions and fixes from CR to measure segmentsJabier Arraiza2017-09-212-7/+9
| |
* | Fix for bug #1715433 Clone original LPE can no longer be used to fill a ↵Jabier Arraiza2017-09-2113-277/+164
|/ | | | powerstroke path
* Fix bug #1718224 Removing PowerStroke LPE from path in master sets negative ↵Jabier Arraiza2017-09-191-1/+1
| | | | stroke width
* 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 ↵Jabier Arraiza2017-09-164-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 Braun2017-09-151-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 Cenoz2017-09-146-6/+588
| | | | parameter
* Fixes for bug #1716926. Consider backportJabiertxo Arraiza Cenoz2017-09-132-51/+61
|
* Fixes for clone original LPEJabiertxo Arraiza Cenoz2017-09-136-50/+137
|