| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | Fix bug: crash - iterator corrupted by removing objects from container | Friedrich Beckmann | 2017-10-03 | 2 | -4/+11 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | On MacOS El Capitan with XCode 7.3 inkscape crashes when a second item is drawn in the drawing area. The crash is triggered by clearing the selection from the previous drawing activity. The reason for the crash is that the iterator is corrupted because during iteration the objects are removed from the container. This patch uses a safe way to remove items from the container and going to the next iteration. Using this patch, inkscape does not crash anymore. | |||||
| | * | | | | removed GList in ruler.cpp | Marc Jeanmougin | 2017-10-03 | 1 | -9/+15 | |
| | | | | | | ||||||
| | * | | | | Merge branch 'master' of gitlab.com:inkscape/inkscape | Marc Jeanmougin | 2017-10-02 | 2 | -1/+18 | |
| | |\ \ \ \ | ||||||
| | | * | | | | Improvements to translations in clone LPE | Jabiertxo Arraiza Cenoz | 2017-10-02 | 2 | -1/+18 | |
| | | | | | | | ||||||
| | * | | | | | third batch | Marc Jeanmougin | 2017-10-02 | 12 | -214/+121 | |
| | | | | | | | ||||||
| | * | | | | | Merge branch 'master' of gitlab.com:inkscape/inkscape | Marc Jeanmougin | 2017-10-02 | 8 | -22/+104 | |
| | |\| | | | | ||||||
| | | * | | | | Add better transform handle to Clone Item LPE | Jabier Arraiza | 2017-10-01 | 8 | -22/+104 | |
| | | |/ / / | ||||||
| | * | | | | Second batch | Marc Jeanmougin | 2017-10-02 | 8 | -299/+138 | |
| | | | | | | ||||||
| | * | | | | First batch | Marc Jeanmougin | 2017-10-01 | 21 | -398/+214 | |
| | | | | | | ||||||
| | * | | | | Merge branch 'master' of gitlab.com:inkscape/inkscape | Marc Jeanmougin | 2017-10-01 | 7 | -23/+57 | |
| | |\| | | | ||||||
| | | * | | | A little styling tweak to a LPE expander | Jabier Arraiza | 2017-10-01 | 1 | -1/+2 | |
| | | | | | | ||||||
| | | * | | | Add button to apply on path parameter as suggest Maren in bug #1715433#23 | Jabier Arraiza | 2017-10-01 | 2 | -4/+21 | |
| | | | | | | ||||||
| | | * | | | Do not crash if raster image can not be opened by ImageMagick | Eduard Braun | 2017-09-30 | 1 | -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 path | Jabier Arraiza | 2017-09-30 | 1 | -1/+6 | |
| | | | | | | ||||||
| | | * | | | Fix bug in comment #20 From Maren in bug #1715433. Clone original LPE can no ↵ | Jabier Arraiza | 2017-09-30 | 2 | -5/+8 | |
| | | | | | | | | | | | | | | | | | | | | | longer be used to fill a powerstroke path | |||||
| | * | | | | Removed all GSList occurences in .h files | Marc Jeanmougin | 2017-10-01 | 39 | -509/+389 | |
| | | | | | | ||||||
| | * | | | | Merge branch 'master' of gitlab.com:inkscape/inkscape | Marc Jeanmougin | 2017-09-30 | 3 | -62/+32 | |
| | |\| | | | ||||||
| | | * | | | Improvements to meassure segments LPE and a little styling tweak to default ↵ | Jabier Arraiza | 2017-09-30 | 3 | -62/+32 | |
| | | | | | | | | | | | | | | | | | | | | | LPE params | |||||
| | * | | | | Hunted every GList to the last (except in libnrtype and libcroco) | Marc Jeanmougin | 2017-09-30 | 13 | -183/+164 | |
| | |/ / / | ||||||
| | * | | | remove helper/gnome-utils.* | Marc Jeanmougin | 2017-09-29 | 4 | -158/+7 | |
| | | | | | ||||||
| | * | | | Merge branch 'colord_icc_store' of gitlab.com:fbbdev/inkscape | Marc Jeanmougin | 2017-09-27 | 1 | -0/+16 | |
| | |\ \ \ | ||||||
| | | * | | | Add colord ICC store dirs to CMS search paths | Fabio Massaioli | 2017-09-26 | 1 | -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 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 | 8 | -134/+497 | |
| | | | | | | ||||||
| | * | | | | Minor code cleanup and better handling of non-spacing marks in upright ↵ | Tavmjong Bah | 2017-09-25 | 1 | -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 | |||||
| | * | | | | 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 | |||||
