summaryrefslogtreecommitdiffstats
path: root/src/object (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix Glib::Regex::match stack-use-after-scopeThomas Holder2019-11-211-1/+6
| | | | | Fixes cursor jumping mentioned by @nathanal: https://gitlab.com/inkscape/inkscape/issues/521#note_247899536
* Multiple fixes for the objects panelDiederik van Lierop2019-11-181-1/+3
|
* Fix alignment error for inline-size SVG 1.1 fallback text.Tavmjong Bah2019-11-131-1/+6
| | | | | Puts white space at end of line into separate tspan when 'text-anchor' is not start.
* Use correct function to add additional style sheets to style sheet list.Tavmjong Bah2019-11-081-1/+1
|
* refactor: Eliminate SPIString::value_defaultThomas Holder2019-11-033-10/+10
| | | | | | - eliminate value_default - make value private (-> _value) - add value() method
* Improve clip LPEJabier Arraiza2019-11-012-5/+9
| | | | | | | Fixes: https://gitlab.com/inkscape/inbox/issues/868 https://gitlab.com/inkscape/inbox/issues/867 https://gitlab.com/inkscape/inbox/issues/866
* Fix initial transform of shape in opened file.Nathan Lee2019-10-301-1/+4
| | | | | Fix https://gitlab.com/inkscape/inkscape/issues/495 and likely other problems.
* refactor: TypedSPIThomas Holder2019-10-281-1/+1
|
* refactor SPIEnum: more type safetyThomas Holder2019-10-281-1/+1
| | | | | | fixes ungrouping of "font-weight:bolder" fixes "titling-caps" parsing fixes a casting error in CairoRenderContext::renderGlyphtext
* fix heap-use-after-free on "Unlink Clone"Thomas Holder2019-10-272-0/+4
| | | | Reverts part of 6e5d89bf9595
* Fix gradient/mesh handles after object with gradient/mesh cloned.Tavmjong Bah2019-10-243-17/+36
| | | | | Fixes https://bugs.launchpad.net/inkscape/+bug/453067 Fixes https://gitlab.com/inkscape/inkscape/issues/130
* Properly calculate line height for flowDivPatrick Storz2019-10-221-1/+1
| | | | Fixes https://gitlab.com/inkscape/inkscape/issues/244
* fix #477 unlink clone with viewBoxThomas Holder2019-10-181-1/+5
|
* Make href and unhref member functions of SPObject.Tavmjong Bah2019-10-185-53/+43
|
* Inkscape::XML::Node::addChildAtPosThomas Holder2019-10-161-2/+1
|
* no "SPString" label for XML editor text nodesThomas Holder2019-10-141-1/+0
|
* Fix crash on filtersMarc Jeanmougin2019-10-131-0/+3
| | | | Fixes https://gitlab.com/inkscape/inkscape/issues/466
* Fix GC warningsMarc Jeanmougin2019-10-101-0/+1
|
* Fix segfault in reading in meshes when xml:space="preserve".Tavmjong Bah2019-10-091-6/+4
| | | | Fixes https://gitlab.com/inkscape/inkscape/issues/172
* Fix various minor code problemsMarc Jeanmougin2019-10-051-6/+5
|
* Fix some memory leaks found by scan-buildMarc Jeanmougin2019-10-052-4/+5
|
* Support "lang" and "xml:lang" attributes.Tavmjong Bah2019-10-012-1/+29
| | | | Partial fix for https://gitlab.com/inkscape/inbox/issues/951
* Use two bounding box caches instead of oneNathan Lee2019-10-012-7/+16
| | | | | gitlab.com/inkscape/inbox/issues/943 gitlab.com/inkscape/inkscape/issues/339
* Reduce memory leaks when dragging shapesNathan Lee2019-09-301-1/+2
| | | | Remove unnecessary copy per Thomas' suggestion
* Don't create empty text node when reading in "textPath".Tavmjong Bah2019-09-301-16/+0
| | | | Fix for https://gitlab.com/inkscape/inbox/issues/512
* Fix issue 872. LPE on rects is not rendering in browsersJabier Arraiza2019-09-293-7/+53
|
* Allow transforms in rects with LPEJabiertxof2019-09-171-0/+3
|
* Active SVG2 Flow Text by defaultJabiertxof2019-09-161-1/+1
|
* Allow paste preserving new lines into a flowtext elementJabiertxof2019-09-163-4/+28
|
* Allow paste on flowbox at same sice of origin, also improve creation to get ↵Jabiertxof2019-09-161-5/+3
| | | | rid of transforms on origin
* Allow to paste paragraphs in SVG2 Flow then paste overflow the shapeJabiertxof2019-09-132-3/+38
|
* A value of zero for 'inline-size' should act as if 'inline-size' is not set. ↵Tavmjong Bah2019-09-131-4/+5
| | | | Fixes #852.
* Allow transforms in SVG2 flow elementsJabier Arraiza2019-09-071-0/+9
|
* Prepared for beta. Fixed blocking bugJabiertxof2019-09-071-1/+0
|
* Prepare for betaJabiertxof2019-09-071-4/+1
|
* fixx flowbox on SVG2 mode using tspansJabiertxof2019-09-071-2/+10
|
* Write out 'x' and 'y' attribute values to repr when some text property value ↵Tavmjong Bah2019-09-071-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.
* Add listeners for when shapes used by text are changed.Tavmjong Bah2019-09-062-29/+38
|
* Templates: Accept non-underscored variants of "inkscape:templateinfo"Patrick Storz2019-08-311-1/+1
|
* Fix issues pointed by @ede123 and cssinateJabiertxof2019-08-281-5/+8
|
* Eliminate clang warningsThomas Holder2019-08-231-1/+1
| | | | | | | | | | -Winfinite-recursion -Wpessimizing-move -Wunused-label -Wunneeded-internal-declaration -Wself-assign-overloaded -Wunused-const-variable (some) -Wsometimes-uninitialized (some)
* Eliminate clang warningsThomas Holder2019-08-232-4/+2
| | | | | | | | | | -Wconstant-conversion -Wenum-compare-switch -Wpointer-bool-conversion -Wundefined-bool-conversion -Wunused-value Excluding deprecation warnings and 3rdparty directory.
* reduce usage of desktop coordinates (#341)Thomas Holder2019-08-181-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
* HatchKnotHolderEntityScale & some fixesvanntile2019-08-173-21/+36
|
* Added knot holder entitiesvanntile2019-08-174-13/+116
|
* fix #371 guides label upside downThomas Holder2019-08-141-3/+3
|
* Fix Arc toolbar buttons (gitlab, inkscape#355)Nathan Lee2019-08-061-2/+2
|
* Add Patrick improvements to verbs toggle menu itemsJabiertxof2019-07-292-3/+4
|
* Fix some issues with inverse coordinates pointed by MarenJabier Arraiza2019-07-281-2/+2
|
* Add verbs update checkbuttons in menu. Also do improvements requested in ↵Jabier Arraiza2019-07-281-1/+7
| | | | https://gitlab.com/inkscape/inkscape/issues/323 and improve XRay rendering