summaryrefslogtreecommitdiffstats
path: root/src/display/drawing-item.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-11-19Speedup filtering and panningJabier Arraiza1-46/+61
2019-10-30Remove _drawbox deps pointed by ThomasJabiertxof1-1/+1
2019-10-30Improve picking selecton on textJabiertxof1-2/+7
2019-10-28Fix a blending issueJabiertxof1-1/+2
2019-10-28refactor SPIEnum: more type safetyThomas Holder1-2/+2
fixes ungrouping of "font-weight:bolder" fixes "titling-caps" parsing fixes a casting error in CairoRenderContext::renderGlyphtext
2019-10-23Revert "Try to fix tests"Jabier Arraiza1-5/+1
This reverts commit 9d7575e11d86c2a1544690ea7f680c7d27d7d22d
2019-10-23Try to fix testsJabier Arraiza1-1/+5
2019-10-23Fix isolation issuesJabier Arraiza1-7/+14
2019-10-22Fix wrong interpretation on how works canvas renderingJabier Arraiza1-11/+3
2019-10-21Better fix to handle cache on drawing itemsJabiertxof1-15/+16
2019-10-21Remove isolate check. Need to find a way to isolate all containersJabier Arraiza1-5/+13
2019-10-20Improve isolationJabier Arraiza1-3/+4
2019-10-19Add export/import PDF blend modes and add isolation modifierJabier Arraiza1-72/+16
2019-10-14Re-Add blending modes UI using CSS instead filtersJabier Arraiza1-0/+3
2019-10-07Fix rendering cache logic, broken in commit ↵Tavmjong Bah1-1/+1
b92592ab9ee056f0d1dc60727524d6f07f152f2d
2019-10-04Fix rendering of hatches when hatching "overflow" tile.Tavmjong Bah1-13/+36
Fix for https://gitlab.com/inkscape/inkscape/issues/309
2019-09-30Reduce memory leak when dragging selectionNathan Lee1-1/+1
2019-01-02modernize loopsMarc Jeanmougin1-9/+9
2018-12-01Fix mergingJabier Arraiza1-5/+4
2018-12-01Fix merge to master and add shortcutJabier Arraiza1-4/+5
2018-12-01Improve spliter and add outline mode functionalityJabier Arraiza1-2/+2
2018-12-01Adding line to move outlineJabier Arraiza1-1/+0
2018-12-01Initial commit of split canvasJabiertxof1-1/+1
2018-11-30Replace void* by SPItem* to avoid static casts.Tavmjong Bah1-5/+6
2018-11-16Fix area on filtered elements, also force cache it for fast viewJabiertxof1-3/+5
2018-11-08Clarify licensesMax Gaukler1-1/+2
- add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library
2018-11-08Implement the remaining vector effects properties.Tavmjong Bah1-0/+27
2018-11-05Add filter rendering improvements by cachingJabier Arraiza1-2/+6
2018-10-19Finish to convert SPFilter and SPFilterPrimitive to proper classes.Emmanuel Gil Peyrot1-2/+2
2018-09-11Several more typosluz.paz1-1/+1
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-35/+35
This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-2/+2
This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-2/+2
2017-11-24Remove debugging code and other cleanup.Tavmjong Bah1-15/+1
2017-11-23First attempt at supporting HiDPI on canvas.Tavmjong Bah1-4/+21
Rendering seems to work but has not been fully tested. Editting does not work.
2017-11-07Misc. typosUnknown1-1/+1
Found using `codespell -q 3 -w --skip="*.svg,*.po,*.ts,./share/tutorials,./src/libavoid,./packaging/win32/languages,./man,./src/2geom" -I ../inkscape-whitelist.txt` whereby whitelist file contained: ``` dum iff glight substract te upto ```
2017-01-04antialiasing options on exportMarc Jeanmougin1-6/+17
(bzr r15391)
2014-12-26SPStyle ref counting clean up.Tavmjong Bah1-4/+6
(bzr r13822.1.7)
2014-12-21Implement rendering for 'context-fill' and 'context-stroke' (text not ↵Tavmjong Bah1-14/+42
handled yet). (bzr r13807)
2014-12-16Code rearrangement to make it clearer what is happening.Tavmjong Bah1-42/+49
(bzr r13803)
2014-12-16Debugging routines to print out XML, SP Object, and Display Item trees.Tavmjong Bah1-0/+24
(bzr r13802)
2014-10-30Re-enable warning commented out from pony2ink branchLiam P. White1-3/+2
(bzr r13644)
2014-10-14Merged src/display folder from svg-paints-support branchTomasz Boczkowski1-0/+45
(bzr r13611.1.1)
2014-10-12DrawingItem: add NULL check (bug found by clang static analyzer)Johan B. C. Engelen1-1/+1
(bzr r13603)
2014-09-27Update to experimental r13565Liam P. White1-2/+3
(bzr r13341.5.16)
2014-08-18Fix build (not pretty).Liam P. White1-2/+4
(bzr r13341.1.146)
2014-08-01Rename 'blend-mode' property to 'mix-blend-mode' per CSS spec.Tavmjong Bah1-7/+7
(bzr r13485)
2014-08-01Rename 'blend-mode' property to 'mix-blend-mode' per CSS spec.Tavmjong Bah1-7/+7
(bzr r13341.1.113)
2014-05-03Fix bounding box cache issues in general, and prevent the selector tool from ↵Diederik van Lierop1-1/+1
updating anything in case of identity affines (which prevents the bounding box from being invalidated) Fixed bugs: - https://launchpad.net/bugs/1256597 (bzr r13333)
2014-04-30Enable 'mix-blend-mode' property (rendering only).Tavmjong Bah1-8/+1
(bzr r13326)