| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix SVG 1.1 fallback for SVG 2 text in a shape with 'text-align' not equal ↵ | Tavmjong Bah | 2019-11-09 | 1 | -4/+13 |
| | | | | | to 'start'. | ||||
| * | Use correct function to add additional style sheets to style sheet list. | Tavmjong Bah | 2019-11-08 | 1 | -1/+1 |
| | | |||||
| * | Set "origin" (ua, user, author) for linked stylesheets. | Tavmjong Bah | 2019-11-08 | 1 | -1/+8 |
| | | | | | Prevents error messages during cascade for duplicated selector/property values. | ||||
| * | Fix crash using split canvas with multiple monitors | Jabier Arraiza | 2019-11-07 | 1 | -56/+61 |
| | | |||||
| * | Fix issue LPE Line Join rendering wrong for arcs line join. ↵ | Jabier Arraiza | 2019-11-07 | 1 | -1/+1 |
| | | | | | https://gitlab.com/inkscape/inkscape/issues/490 | ||||
| * | Update node transform handles on deselect | Nathan Lee | 2019-11-05 | 1 | -0/+2 |
| | | | | | | Fix regression from da553628 See https://gitlab.com/inkscape/inkscape/issues/501 | ||||
| * | macOS bundle support for append_inkscape_datadir | Thomas Holder | 2019-11-05 | 1 | -1/+9 |
| | | |||||
| * | Fix https://gitlab.com/inkscape/inbox/issues/871 Measure Segments LPE: ↵ | Jabier Arraiza | 2019-11-05 | 3 | -106/+123 |
| | | | | | Labels shifted, https://gitlab.com/inkscape/inkscape/issues/119, Measure Segments LPE: Measure bounding box + enlarge bb causes crash and https://gitlab.com/inkscape/inbox/issues/189 Measure Segments LPE: String formatting for label doesn't work as expected | ||||
| * | Fix a editor auto paste | Jabier Arraiza | 2019-11-03 | 1 | -1/+1 |
| | | |||||
| * | refactor: Eliminate SPIString::value_default | Thomas Holder | 2019-11-03 | 20 | -173/+191 |
| | | | | | | | - eliminate value_default - make value private (-> _value) - add value() method | ||||
| * | make SP_ATTRIBUTE_IS_CSS a function | Thomas Holder | 2019-11-03 | 2 | -20/+17 |
| | | |||||
| * | sanity check for XML attribute names | Thomas Holder | 2019-11-03 | 1 | -0/+4 |
| | | | | | | | - addresses inbox#1007 (no solid fix, but should catch typical mistakes) - would have prevented inbox#976 - would have prevented https://gitlab.com/inkscape/inkscape/commit/54f45153ba#note_239314490 | ||||
| * | Fix bug releasing powermask LPE | Jabiertxof | 2019-11-02 | 1 | -20/+35 |
| | | |||||
| * | Improve speed of LPE's updating widgets on release knots instead when value ↵ | Jabiertxof | 2019-11-02 | 21 | -39/+51 |
| | | | | | change | ||||
| * | Allow forking on powermask | Jabier Arraiza | 2019-11-02 | 2 | -58/+52 |
| | | |||||
| * | Remove OCAL | Marc Jeanmougin | 2019-11-01 | 10 | -1984/+1 |
| | | |||||
| * | fix #497 don't set 'd' style property | Thomas Holder | 2019-11-01 | 2 | -1/+2 |
| | | |||||
| * | Improve clip LPE | Jabier Arraiza | 2019-11-01 | 5 | -322/+227 |
| | | | | | | | | Fixes: https://gitlab.com/inkscape/inbox/issues/868 https://gitlab.com/inkscape/inbox/issues/867 https://gitlab.com/inkscape/inbox/issues/866 | ||||
| * | Attempt to fix inbox#976 | John Smith | 2019-10-31 | 1 | -1/+1 |
| | | |||||
| * | Fix initial transform of shape in opened file. | Nathan Lee | 2019-10-30 | 1 | -1/+4 |
| | | | | | | Fix https://gitlab.com/inkscape/inkscape/issues/495 and likely other problems. | ||||
| * | PDF+LaTeX export: escape ampersands | Patrick Storz | 2019-10-30 | 1 | -1/+7 |
| | | | | | Fixes https://gitlab.com/inkscape/inbox/issues/1104 | ||||
| * | Update the treeview in the objects-panel asynchronously, such that Inkscape ↵ | Diederik van Lierop | 2019-10-30 | 2 | -86/+153 |
| | | | | | stays responsive with documents having a large number of objects | ||||
| * | Remove _drawbox deps pointed by Thomas | Jabiertxof | 2019-10-30 | 1 | -1/+1 |
| | | |||||
| * | Improve picking selecton on text | Jabiertxof | 2019-10-30 | 4 | -16/+22 |
| | | |||||
| * | Update bounding box on changing blur | Nathan Lee | 2019-10-29 | 2 | -0/+3 |
| | | |||||
| * | Fix a blending issue | Jabiertxof | 2019-10-28 | 1 | -1/+2 |
| | | |||||
| * | Fix some blurs iddle large loops | Jabiertxof | 2019-10-28 | 4 | -18/+18 |
| | | |||||
| * | refactor: clean up SPI constructors | Thomas Holder | 2019-10-28 | 5 | -204/+126 |
| | | |||||
| * | refactor: Eliminate SPIEnum::_name | Thomas Holder | 2019-10-28 | 8 | -54/+59 |
| | | |||||
| * | refactor: TypedSPI | Thomas Holder | 2019-10-28 | 13 | -106/+143 |
| | | |||||
| * | refactor: private SPIBase::_name | Thomas Holder | 2019-10-28 | 7 | -40/+43 |
| | | |||||
| * | refactor: Eliminate SPIEnum::enums | Thomas Holder | 2019-10-28 | 2 | -3/+40 |
| | | |||||
| * | sized style enums | Thomas Holder | 2019-10-28 | 3 | -36/+40 |
| | | | | | Reduces memory usage by 2% in a simple test | ||||
| * | refactor SPIEnum: more type safety | Thomas Holder | 2019-10-28 | 19 | -305/+366 |
| | | | | | | | fixes ungrouping of "font-weight:bolder" fixes "titling-caps" parsing fixes a casting error in CairoRenderContext::renderGlyphtext | ||||
| * | Remove delay on desktop switch | Jabier Arraiza | 2019-10-27 | 3 | -28/+9 |
| | | |||||
| * | fix heap-buffer-overflow in node tool | Thomas Holder | 2019-10-27 | 1 | -12/+4 |
| | | | | | | Observed with example file from https://gitlab.com/inkscape/inkscape/merge_requests/982 | ||||
| * | fix merging "opacity" and "stop-opacity" | Thomas Holder | 2019-10-27 | 1 | -1/+1 |
| | | | | | Regression of abc7ea9287dc | ||||
| * | Fix XRay memory problem by no end iddle | Jabiertxof | 2019-10-27 | 2 | -4/+15 |
| | | |||||
| * | fix heap-use-after-free on "Unlink Clone" | Thomas Holder | 2019-10-27 | 2 | -0/+4 |
| | | | | | Reverts part of 6e5d89bf9595 | ||||
| * | Clipboard: Fix pasting of image data on Windows | Patrick Storz | 2019-10-26 | 1 | -0/+7 |
| | | | | | Workaround for what is most likely a gtk bug. | ||||
| * | Dialogs: improve opacity handling through use of CSS | Patrick Storz | 2019-10-26 | 3 | -78/+21 |
| | | | | | | In particular this allows us to get rid of our custom implementation for the opacity transition (which did not always work properly). | ||||
| * | fix poppler 0.82.0 build | Thomas Holder | 2019-10-26 | 4 | -3/+9 |
| | | |||||
| * | Allow select text elements by bounding box | Jabier Arraiza | 2019-10-24 | 1 | -0/+9 |
| | | |||||
| * | Fix gradient/mesh handles after object with gradient/mesh cloned. | Tavmjong Bah | 2019-10-24 | 5 | -26/+63 |
| | | | | | | Fixes https://bugs.launchpad.net/inkscape/+bug/453067 Fixes https://gitlab.com/inkscape/inkscape/issues/130 | ||||
| * | Revert "Try to fix tests" | Jabier Arraiza | 2019-10-23 | 1 | -5/+1 |
| | | | | This reverts commit 9d7575e11d86c2a1544690ea7f680c7d27d7d22d | ||||
| * | Try to fix tests | Jabier Arraiza | 2019-10-23 | 1 | -1/+5 |
| | | |||||
| * | Fix isolation issues | Jabier Arraiza | 2019-10-23 | 2 | -26/+18 |
| | | |||||
| * | Properly update document view when closing, then opening a new file | Patrick Storz | 2019-10-22 | 2 | -14/+30 |
| | | | | | | | | | | We call "change_document()" in this case, which only switches the document without creating a new window and consequently did not do any of the required set-up This ensures window size/position and other preferences stored in <namedview> are properly applied. | ||||
| * | Properly calculate line height for flowDiv | Patrick Storz | 2019-10-22 | 1 | -1/+1 |
| | | | | | Fixes https://gitlab.com/inkscape/inkscape/issues/244 | ||||
| * | Make `FitCanvasVerb`s sensitive by default | Patrick Storz | 2019-10-22 | 1 | -3/+1 |
| | | | | | | | | | The only instance exposed in the UI is SP_VERB_FIT_CANVAS_TO_SELECTION_OR_DRAWING and should be enabled by default. Fixes https://gitlab.com/inkscape/inkscape/issues/486 | ||||
