index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
display
/
drawing-item.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-11-19
Speedup filtering and panning
Jabier Arraiza
1
-46
/
+61
2019-10-30
Remove _drawbox deps pointed by Thomas
Jabiertxof
1
-1
/
+1
2019-10-30
Improve picking selecton on text
Jabiertxof
1
-2
/
+7
2019-10-28
Fix a blending issue
Jabiertxof
1
-1
/
+2
2019-10-28
refactor SPIEnum: more type safety
Thomas Holder
1
-2
/
+2
2019-10-23
Revert "Try to fix tests"
Jabier Arraiza
1
-5
/
+1
2019-10-23
Try to fix tests
Jabier Arraiza
1
-1
/
+5
2019-10-23
Fix isolation issues
Jabier Arraiza
1
-7
/
+14
2019-10-22
Fix wrong interpretation on how works canvas rendering
Jabier Arraiza
1
-11
/
+3
2019-10-21
Better fix to handle cache on drawing items
Jabiertxof
1
-15
/
+16
2019-10-21
Remove isolate check. Need to find a way to isolate all containers
Jabier Arraiza
1
-5
/
+13
2019-10-20
Improve isolation
Jabier Arraiza
1
-3
/
+4
2019-10-19
Add export/import PDF blend modes and add isolation modifier
Jabier Arraiza
1
-72
/
+16
2019-10-14
Re-Add blending modes UI using CSS instead filters
Jabier Arraiza
1
-0
/
+3
2019-10-07
Fix rendering cache logic, broken in commit b92592ab9ee056f0d1dc60727524d6f07...
Tavmjong Bah
1
-1
/
+1
2019-10-04
Fix rendering of hatches when hatching "overflow" tile.
Tavmjong Bah
1
-13
/
+36
2019-09-30
Reduce memory leak when dragging selection
Nathan Lee
1
-1
/
+1
2019-01-02
modernize loops
Marc Jeanmougin
1
-9
/
+9
2018-12-01
Fix merging
Jabier Arraiza
1
-5
/
+4
2018-12-01
Fix merge to master and add shortcut
Jabier Arraiza
1
-4
/
+5
2018-12-01
Improve spliter and add outline mode functionality
Jabier Arraiza
1
-2
/
+2
2018-12-01
Adding line to move outline
Jabier Arraiza
1
-1
/
+0
2018-12-01
Initial commit of split canvas
Jabiertxof
1
-1
/
+1
2018-11-30
Replace void* by SPItem* to avoid static casts.
Tavmjong Bah
1
-5
/
+6
2018-11-16
Fix area on filtered elements, also force cache it for fast view
Jabiertxof
1
-3
/
+5
2018-11-08
Clarify licenses
Max Gaukler
1
-1
/
+2
2018-11-08
Implement the remaining vector effects properties.
Tavmjong Bah
1
-0
/
+27
2018-11-05
Add filter rendering improvements by caching
Jabier Arraiza
1
-2
/
+6
2018-10-19
Finish to convert SPFilter and SPFilterPrimitive to proper classes.
Emmanuel Gil Peyrot
1
-2
/
+2
2018-09-11
Several more typos
luz.paz
1
-1
/
+1
2018-06-18
Run clang-tidy’s modernize-use-nullptr pass.
Emmanuel Gil Peyrot
1
-35
/
+35
2018-05-04
Revert "Fix include order with clang-tidy check llvm-include-order"
Marc Jeanmougin
1
-2
/
+2
2018-04-29
Fix include order with clang-tidy check llvm-include-order
Marc Jeanmougin
1
-2
/
+2
2017-11-24
Remove debugging code and other cleanup.
Tavmjong Bah
1
-15
/
+1
2017-11-23
First attempt at supporting HiDPI on canvas.
Tavmjong Bah
1
-4
/
+21
2017-11-07
Misc. typos
Unknown
1
-1
/
+1
2017-01-04
antialiasing options on export
Marc Jeanmougin
1
-6
/
+17
2014-12-26
SPStyle ref counting clean up.
Tavmjong Bah
1
-4
/
+6
2014-12-21
Implement rendering for 'context-fill' and 'context-stroke' (text not handled...
Tavmjong Bah
1
-14
/
+42
2014-12-16
Code rearrangement to make it clearer what is happening.
Tavmjong Bah
1
-42
/
+49
2014-12-16
Debugging routines to print out XML, SP Object, and Display Item trees.
Tavmjong Bah
1
-0
/
+24
2014-10-30
Re-enable warning commented out from pony2ink branch
Liam P. White
1
-3
/
+2
2014-10-14
Merged src/display folder from svg-paints-support branch
Tomasz Boczkowski
1
-0
/
+45
2014-10-12
DrawingItem: add NULL check (bug found by clang static analyzer)
Johan B. C. Engelen
1
-1
/
+1
2014-09-27
Update to experimental r13565
Liam P. White
1
-2
/
+3
2014-08-18
Fix build (not pretty).
Liam P. White
1
-2
/
+4
2014-08-01
Rename 'blend-mode' property to 'mix-blend-mode' per CSS spec.
Tavmjong Bah
1
-7
/
+7
2014-08-01
Rename 'blend-mode' property to 'mix-blend-mode' per CSS spec.
Tavmjong Bah
1
-7
/
+7
2014-05-03
Fix bounding box cache issues in general, and prevent the selector tool from ...
Diederik van Lierop
1
-1
/
+1
2014-04-30
Enable 'mix-blend-mode' property (rendering only).
Tavmjong Bah
1
-8
/
+1
[next]