| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2019-11-21 | fix Glib::Regex::match stack-use-after-scope | Thomas Holder | 1 | -1/+6 | |
| Fixes cursor jumping mentioned by @nathanal: https://gitlab.com/inkscape/inkscape/issues/521#note_247899536 | |||||
| 2019-11-18 | Multiple fixes for the objects panel | Diederik van Lierop | 1 | -1/+3 | |
| 2019-11-13 | Fix alignment error for inline-size SVG 1.1 fallback text. | Tavmjong Bah | 1 | -1/+6 | |
| Puts white space at end of line into separate tspan when 'text-anchor' is not start. | |||||
| 2019-11-08 | Use correct function to add additional style sheets to style sheet list. | Tavmjong Bah | 1 | -1/+1 | |
| 2019-11-03 | refactor: Eliminate SPIString::value_default | Thomas Holder | 3 | -10/+10 | |
| - eliminate value_default - make value private (-> _value) - add value() method | |||||
| 2019-11-01 | Improve clip LPE | Jabier Arraiza | 2 | -5/+9 | |
| Fixes: https://gitlab.com/inkscape/inbox/issues/868 https://gitlab.com/inkscape/inbox/issues/867 https://gitlab.com/inkscape/inbox/issues/866 | |||||
| 2019-10-30 | Fix initial transform of shape in opened file. | Nathan Lee | 1 | -1/+4 | |
| Fix https://gitlab.com/inkscape/inkscape/issues/495 and likely other problems. | |||||
| 2019-10-28 | refactor: TypedSPI | Thomas Holder | 1 | -1/+1 | |
| 2019-10-28 | refactor SPIEnum: more type safety | Thomas Holder | 1 | -1/+1 | |
| fixes ungrouping of "font-weight:bolder" fixes "titling-caps" parsing fixes a casting error in CairoRenderContext::renderGlyphtext | |||||
| 2019-10-27 | fix heap-use-after-free on "Unlink Clone" | Thomas Holder | 2 | -0/+4 | |
| Reverts part of 6e5d89bf9595 | |||||
| 2019-10-24 | Fix gradient/mesh handles after object with gradient/mesh cloned. | Tavmjong Bah | 3 | -17/+36 | |
| Fixes https://bugs.launchpad.net/inkscape/+bug/453067 Fixes https://gitlab.com/inkscape/inkscape/issues/130 | |||||
| 2019-10-22 | Properly calculate line height for flowDiv | Patrick Storz | 1 | -1/+1 | |
| Fixes https://gitlab.com/inkscape/inkscape/issues/244 | |||||
| 2019-10-18 | fix #477 unlink clone with viewBox | Thomas Holder | 1 | -1/+5 | |
| 2019-10-18 | Make href and unhref member functions of SPObject. | Tavmjong Bah | 5 | -53/+43 | |
| 2019-10-16 | Inkscape::XML::Node::addChildAtPos | Thomas Holder | 1 | -2/+1 | |
| 2019-10-14 | no "SPString" label for XML editor text nodes | Thomas Holder | 1 | -1/+0 | |
| 2019-10-13 | Fix crash on filters | Marc Jeanmougin | 1 | -0/+3 | |
| Fixes https://gitlab.com/inkscape/inkscape/issues/466 | |||||
| 2019-10-10 | Fix GC warnings | Marc Jeanmougin | 1 | -0/+1 | |
| 2019-10-09 | Fix segfault in reading in meshes when xml:space="preserve". | Tavmjong Bah | 1 | -6/+4 | |
| Fixes https://gitlab.com/inkscape/inkscape/issues/172 | |||||
| 2019-10-05 | Fix various minor code problems | Marc Jeanmougin | 1 | -6/+5 | |
| 2019-10-05 | Fix some memory leaks found by scan-build | Marc Jeanmougin | 2 | -4/+5 | |
| 2019-10-01 | Support "lang" and "xml:lang" attributes. | Tavmjong Bah | 2 | -1/+29 | |
| Partial fix for https://gitlab.com/inkscape/inbox/issues/951 | |||||
| 2019-10-01 | Use two bounding box caches instead of one | Nathan Lee | 2 | -7/+16 | |
| gitlab.com/inkscape/inbox/issues/943 gitlab.com/inkscape/inkscape/issues/339 | |||||
| 2019-09-30 | Reduce memory leaks when dragging shapes | Nathan Lee | 1 | -1/+2 | |
| Remove unnecessary copy per Thomas' suggestion | |||||
| 2019-09-30 | Don't create empty text node when reading in "textPath". | Tavmjong Bah | 1 | -16/+0 | |
| Fix for https://gitlab.com/inkscape/inbox/issues/512 | |||||
| 2019-09-29 | Fix issue 872. LPE on rects is not rendering in browsers | Jabier Arraiza | 3 | -7/+53 | |
| 2019-09-17 | Allow transforms in rects with LPE | Jabiertxof | 1 | -0/+3 | |
| 2019-09-16 | Active SVG2 Flow Text by default | Jabiertxof | 1 | -1/+1 | |
| 2019-09-16 | Allow paste preserving new lines into a flowtext element | Jabiertxof | 3 | -4/+28 | |
| 2019-09-16 | Allow paste on flowbox at same sice of origin, also improve creation to get ↵ | Jabiertxof | 1 | -5/+3 | |
| rid of transforms on origin | |||||
| 2019-09-13 | Allow to paste paragraphs in SVG2 Flow then paste overflow the shape | Jabiertxof | 2 | -3/+38 | |
| 2019-09-13 | A value of zero for 'inline-size' should act as if 'inline-size' is not set. ↵ | Tavmjong Bah | 1 | -4/+5 | |
| Fixes #852. | |||||
| 2019-09-07 | Allow transforms in SVG2 flow elements | Jabier Arraiza | 1 | -0/+9 | |
| 2019-09-07 | Prepared for beta. Fixed blocking bug | Jabiertxof | 1 | -1/+0 | |
| 2019-09-07 | Prepare for beta | Jabiertxof | 1 | -4/+1 | |
| 2019-09-07 | fixx flowbox on SVG2 mode using tspans | Jabiertxof | 1 | -2/+10 | |
| 2019-09-07 | Write out 'x' and 'y' attribute values to repr when some text property value ↵ | Tavmjong Bah | 1 | -0/+1 | |
| changes. Changes to property values may cause text to be relayed out, changing 'x' and 'y' attributes on tspans with sodipodi:role="line". Fix for issue 234. | |||||
| 2019-09-06 | Add listeners for when shapes used by text are changed. | Tavmjong Bah | 2 | -29/+38 | |
| 2019-08-31 | Templates: Accept non-underscored variants of "inkscape:templateinfo" | Patrick Storz | 1 | -1/+1 | |
| 2019-08-28 | Fix issues pointed by @ede123 and cssinate | Jabiertxof | 1 | -5/+8 | |
| 2019-08-23 | Eliminate clang warnings | Thomas Holder | 1 | -1/+1 | |
| -Winfinite-recursion -Wpessimizing-move -Wunused-label -Wunneeded-internal-declaration -Wself-assign-overloaded -Wunused-const-variable (some) -Wsometimes-uninitialized (some) | |||||
| 2019-08-23 | Eliminate clang warnings | Thomas Holder | 2 | -4/+2 | |
| -Wconstant-conversion -Wenum-compare-switch -Wpointer-bool-conversion -Wundefined-bool-conversion -Wunused-value Excluding deprecation warnings and 3rdparty directory. | |||||
| 2019-08-18 | reduce usage of desktop coordinates (#341) | Thomas Holder | 1 | -1/+1 | |
| - avoid unnecessary internal usage of desktop coordinates, e.g. in SpellCheck::compareTextBboxes - document whether a function argument is in document or desktop coordinates, e.g. for SPDocument::getItemsInBox | |||||
| 2019-08-17 | HatchKnotHolderEntityScale & some fixes | vanntile | 3 | -21/+36 | |
| 2019-08-17 | Added knot holder entities | vanntile | 4 | -13/+116 | |
| 2019-08-14 | fix #371 guides label upside down | Thomas Holder | 1 | -3/+3 | |
| 2019-08-06 | Fix Arc toolbar buttons (gitlab, inkscape#355) | Nathan Lee | 1 | -2/+2 | |
| 2019-07-29 | Add Patrick improvements to verbs toggle menu items | Jabiertxof | 2 | -3/+4 | |
| 2019-07-28 | Fix some issues with inverse coordinates pointed by Maren | Jabier Arraiza | 1 | -2/+2 | |
| 2019-07-28 | Add verbs update checkbuttons in menu. Also do improvements requested in ↵ | Jabier Arraiza | 1 | -1/+7 | |
| https://gitlab.com/inkscape/inkscape/issues/323 and improve XRay rendering | |||||
