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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-11-19
Speedup filtering and panning
Jabier Arraiza
6
-56
/
+80
2019-11-18
Selectively disable motion event compression for specific tools
Patrick Storz
1
-1
/
+0
2019-11-18
remove hex color defaults from pref skeleton
Thomas Holder
3
-4
/
+7
2019-11-17
fix #515 axonometric grid snapping w/ y-axis down
Thomas Holder
1
-5
/
+12
2019-11-07
Fix crash using split canvas with multiple monitors
Jabier Arraiza
1
-56
/
+61
2019-10-30
Remove _drawbox deps pointed by Thomas
Jabiertxof
1
-1
/
+1
2019-10-30
Improve picking selecton on text
Jabiertxof
4
-16
/
+22
2019-10-28
Fix a blending issue
Jabiertxof
1
-1
/
+2
2019-10-28
Fix some blurs iddle large loops
Jabiertxof
1
-4
/
+4
2019-10-28
sized style enums
Thomas Holder
1
-3
/
+4
2019-10-28
refactor SPIEnum: more type safety
Thomas Holder
4
-13
/
+16
2019-10-27
Remove delay on desktop switch
Jabier Arraiza
2
-25
/
+9
2019-10-27
Fix XRay memory problem by no end iddle
Jabiertxof
2
-4
/
+15
2019-10-24
Allow select text elements by bounding box
Jabier Arraiza
1
-0
/
+9
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
2
-26
/
+18
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
2
-15
/
+17
2019-10-21
Remove isolate check. Need to find a way to isolate all containers
Jabier Arraiza
1
-5
/
+13
2019-10-20
Improvements to blending and tooltip
Jabier Arraiza
1
-3
/
+3
2019-10-20
Improve isolation
Jabier Arraiza
2
-6
/
+5
2019-10-19
Improve function readibility in previous blend commit
Jabier Arraiza
1
-54
/
+30
2019-10-19
Add export/import PDF blend modes and add isolation modifier
Jabier Arraiza
7
-96
/
+209
2019-10-14
Re-Add blending modes UI using CSS instead filters
Jabier Arraiza
1
-0
/
+3
2019-10-12
Move from deprecated GTimeVal to g_get_monotonic_time()
Jabier Arraiza
3
-56
/
+23
2019-10-11
Actualizarsrc/display/sp-canvas.cpp
Jabier Arraiza
1
-0
/
+1
2019-10-11
Fix issue on lagging space panning and resizing canvas pointed br @ede123 in ...
Jabier Arraiza
2
-16
/
+42
2019-10-11
Canvas profiling improvements. Also changed to a non deprecated measuring tim...
Jabier Arraiza
2
-40
/
+85
2019-10-09
Fix split and xray changes not always toggled
Jabier Arraiza
1
-14
/
+8
2019-10-09
Improve node selection ~x3 removing unneded updateNow() called in non necesar...
Jabier Arraiza
1
-7
/
+26
2019-10-07
Fix remaining #
Jabier Arraiza
1
-1
/
+1
2019-10-07
Add improvements to rendering
Jabier Arraiza
1
-5
/
+7
2019-10-07
Fix issue 931 and also improve a lor rendering on canvas on multiselection, m...
Jabier Arraiza
1
-3
/
+14
2019-10-07
Fix rendering cache logic, broken in commit b92592ab9ee056f0d1dc60727524d6f07...
Tavmjong Bah
1
-1
/
+1
2019-10-04
Allow know total process timmed in multiple operations on canvas rendering
Jabiertxof
1
-8
/
+16
2019-10-04
Fix rendering of hatches when hatching "overflow" tile.
Tavmjong Bah
2
-16
/
+42
2019-10-04
Add minor comments to file.
Tavmjong Bah
1
-0
/
+3
2019-10-01
Fixing shifts for sub-byte PNG packing order
Marc Jeanmougin
1
-2
/
+3
2019-10-01
Fix issues pointed by Mc
Jabiertxof
2
-10
/
+11
2019-10-01
Add DEBUG_PERFORMANCE flag to canvas to meassure iddle time and splits procesed
Jabiertxof
2
-0
/
+28
2019-09-30
Reduce memory leak when dragging selection
Nathan Lee
1
-1
/
+1
2019-09-30
Reduce memory leaks when dragging shapes
Nathan Lee
1
-0
/
+2
2019-09-22
Try to improve match of image-rendering values to cairo filters
Patrick Storz
1
-14
/
+13
2019-09-13
fix crash in CanvasXYGrid::updateWidgets
Thomas Holder
1
-13
/
+13
2019-09-11
Fix crash when font dont have X glyph. Solve this https://gitlab.com/inkscape...
Jabiertxof
1
-3
/
+6
2019-09-10
improve text selection
Jabiertxof
1
-3
/
+4
2019-08-23
Eliminate clang warnings
Thomas Holder
1
-2
/
+0
2019-08-14
fix #371 guides label upside down
Thomas Holder
1
-1
/
+1
2019-08-02
Remove line height code and ficx coding style
Jabiertxof
1
-2
/
+2
[next]