summaryrefslogtreecommitdiffstats
path: root/src/display/drawing-item.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Speedup filtering and panningJabier Arraiza2019-11-191-2/+2
|
* refactor SPIEnum: more type safetyThomas Holder2019-10-281-5/+7
| | | | | | fixes ungrouping of "font-weight:bolder" fixes "titling-caps" parsing fixes a casting error in CairoRenderContext::renderGlyphtext
* Better fix to handle cache on drawing itemsJabiertxof2019-10-211-0/+1
|
* Add export/import PDF blend modes and add isolation modifierJabier Arraiza2019-10-191-3/+3
|
* Fix mergingJabier Arraiza2018-12-011-3/+4
|
* Fix merge to master and add shortcutJabier Arraiza2018-12-011-2/+1
|
* Improve spliter and add outline mode functionalityJabier Arraiza2018-12-011-2/+3
|
* Replace void* by SPItem* to avoid static casts.Tavmjong Bah2018-11-301-3/+4
|
* Clarify licensesMax Gaukler2018-11-081-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
* Run clang-tidy’s modernize-use-noexcept pass.Emmanuel Gil Peyrot2018-06-181-1/+1
| | | | This removes deprecated dynamic exception specifications.
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-3/+3
| | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
* Run clang-tidy’s modernize-use-override pass.Emmanuel Gil Peyrot2018-06-181-1/+1
| | | | | This adds the override specifier on all methods which override a virtual method, whether they were already virtual or missing this specifier.
* antialiasing options on exportMarc Jeanmougin2017-01-041-2/+2
| | | (bzr r15391)
* Implement rendering for 'context-fill' and 'context-stroke' (text not ↵Tavmjong Bah2014-12-211-1/+9
| | | | | handled yet). (bzr r13807)
* Code rearrangement to make it clearer what is happening.Tavmjong Bah2014-12-161-1/+2
| | | (bzr r13803)
* Debugging routines to print out XML, SP Object, and Display Item trees.Tavmjong Bah2014-12-161-0/+2
| | | (bzr r13802)
* Update to trunk r13621Liam P. White2014-10-171-2/+7
|\ | | | | (bzr r13341.1.278)
| * Merged src/display folder from svg-paints-support branchTomasz Boczkowski2014-10-141-2/+7
| | | | | | (bzr r13611.1.1)
| * Rename 'blend-mode' property to 'mix-blend-mode' per CSS spec.Tavmjong Bah2014-08-011-1/+1
| | | | | | (bzr r13485)
* | More header cleanupLiam P. White2014-09-061-4/+4
| | | | | | (bzr r13341.1.198)
* | Rename 'blend-mode' property to 'mix-blend-mode' per CSS spec.Tavmjong Bah2014-08-011-1/+1
|/ | | (bzr r13341.1.113)
* Clean up of style code: Patch from suv: SPStyle: struct -> classTavmjong Bah2014-04-261-1/+1
| | | (bzr r13309)
* Reimplement global aliasing toggle as a 'shape-rendering' propertyKrzysztof Kosi??ski2014-03-131-0/+2
| | | | | on the root element. (bzr r13146)
* DrawingContext: change variable names ct to dc (bug #1272073)David Mathog2014-02-081-5/+5
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1272073 (bzr r13009)
* New CSS blending modes (outside of filters).Tavmjong Bah2013-12-101-0/+5
| | | | | | | Define WITH_CSSBLEND to try out. Note: The modes are defined in CSS Compositing and Blending Level 1. To do: GUI. Isolate SVG drawing from Inkscape background (i.e. page border). (bzr r12845)
* Comprehensive fix for the issues with disappearing filtered objects.Krzysztof Kosi??ski2013-10-011-2/+4
| | | | | | | | | Fixes #304407 and possibly a few other bugs. Revert incorrect _item_bbox changes from r12528. Fixed bugs: - https://launchpad.net/bugs/304407 (bzr r12648)
* Fix the text filter issue and revert many changes.Martin Owens2013-09-201-0/+1
| | | (bzr r12556)
* Revert some agressive changes and allow a seperate filter bbox for FER, ↵Martin Owens2013-09-191-0/+2
| | | | | should be refactored at some point. (bzr r12536)
* Remove setItemBounds and _item_bbox because aren't sensible, replace with bbox.Martin Owens2013-09-181-2/+0
| | | | | | Fixed bugs: - https://launchpad.net/bugs/243729 (bzr r12528)
* Fix another tonne of forward declaration tagsAlex Valavanis2013-03-141-1/+1
| | | (bzr r12204)
* Cleaned up display-forward.h, including many redundant usages.Jon A. Cruz2011-10-041-1/+13
| | | (bzr r10666)
* Next pass of doxygen @brief cleanup.Jon A. Cruz2011-10-021-1/+1
| | | (bzr r10658)
* Warning cleanup.Jon A. Cruz2011-10-021-6/+6
| | | (bzr r10655)
* Remove duplicate bbox data from DrawingShapeKrzysztof Kosi??ski2011-08-251-3/+3
| | | (bzr r10347.1.38)
* Filter background rendering now matches the SVG specification.Krzysztof Kosi??ski2011-08-211-4/+10
| | | (bzr r10347.1.37)
* Add sanity checks against singular transforms in the drawing tree.Krzysztof Kosi??ski2011-08-161-1/+1
| | | | | | | | Fixes LP #825767. Fixed bugs: - https://launchpad.net/bugs/825767 (bzr r10347.1.33)
* Correctly invalidate cache of objects with background-accessing filtersKrzysztof Kosi??ski2011-08-141-1/+7
| | | (bzr r10347.1.32)
* More generic handling of child type in DrawingItem.Krzysztof Kosi??ski2011-08-131-15/+24
| | | | | | | | Fix clip object selection bug (LP #365458). Fixed bugs: - https://launchpad.net/bugs/365458 (bzr r10347.1.31)
* Initial autocache workKrzysztof Kosi??ski2011-08-091-1/+21
| | | (bzr r10347.1.26)
* Rewrite NRArena -> Inkscape::Drawing. Call render and updateKrzysztof Kosi??ski2011-08-071-19/+22
| | | | | methods on the Drawing rather than on the root DrawingItem. (bzr r10347.1.25)
* Fix compilation (oops).Krzysztof Kosi??ski2011-08-061-1/+1
| | | (bzr r10347.1.24)
* Document things figured out during the rewritingKrzysztof Kosi??ski2011-08-061-1/+1
| | | (bzr r10347.1.22)
* Rewrite NRArenaItem hierarchy into C++Krzysztof Kosi??ski2011-08-061-0/+168
(bzr r10347.1.21)