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
/
sp-canvas.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Speedup filtering and panning
Jabier Arraiza
2019-11-19
1
-2
/
+6
*
Selectively disable motion event compression for specific tools
Patrick Storz
2019-11-18
1
-1
/
+0
*
Fix crash using split canvas with multiple monitors
Jabier Arraiza
2019-11-07
1
-56
/
+61
*
Fix some blurs iddle large loops
Jabiertxof
2019-10-28
1
-4
/
+4
*
Remove delay on desktop switch
Jabier Arraiza
2019-10-27
1
-24
/
+9
*
Fix XRay memory problem by no end iddle
Jabiertxof
2019-10-27
1
-4
/
+14
*
Add export/import PDF blend modes and add isolation modifier
Jabier Arraiza
2019-10-19
1
-1
/
+1
*
Move from deprecated GTimeVal to g_get_monotonic_time()
Jabier Arraiza
2019-10-12
1
-50
/
+18
*
Actualizarsrc/display/sp-canvas.cpp
Jabier Arraiza
2019-10-11
1
-0
/
+1
*
Fix issue on lagging space panning and resizing canvas pointed br @ede123 in ...
Jabier Arraiza
2019-10-11
1
-16
/
+39
*
Canvas profiling improvements. Also changed to a non deprecated measuring tim...
Jabier Arraiza
2019-10-11
1
-35
/
+79
*
Fix split and xray changes not always toggled
Jabier Arraiza
2019-10-09
1
-14
/
+8
*
Improve node selection ~x3 removing unneded updateNow() called in non necesar...
Jabier Arraiza
2019-10-09
1
-7
/
+26
*
Fix remaining #
Jabier Arraiza
2019-10-07
1
-1
/
+1
*
Add improvements to rendering
Jabier Arraiza
2019-10-07
1
-5
/
+7
*
Fix issue 931 and also improve a lor rendering on canvas on multiselection, m...
Jabier Arraiza
2019-10-07
1
-3
/
+14
*
Allow know total process timmed in multiple operations on canvas rendering
Jabiertxof
2019-10-04
1
-8
/
+16
*
Fix issues pointed by Mc
Jabiertxof
2019-10-01
1
-9
/
+10
*
Add DEBUG_PERFORMANCE flag to canvas to meassure iddle time and splits procesed
Jabiertxof
2019-10-01
1
-0
/
+26
*
Reduce memory leaks when dragging shapes
Nathan Lee
2019-09-30
1
-0
/
+2
*
Remove line height code and ficx coding style
Jabiertxof
2019-08-02
1
-2
/
+2
*
Allow tools sensitive when overflow canvas area also fix a bug i couldent rem...
Jabiertxof
2019-08-02
1
-2
/
+7
*
Fix a rendering issue I introduce in previous merge
Jabiertxof
2019-07-28
1
-2
/
+0
*
Fix some issues with inverse coordinates pointed by Maren
Jabier Arraiza
2019-07-28
1
-1
/
+6
*
Fix coding style
Jabier Arraiza
2019-07-28
1
-2
/
+2
*
Add verbs update checkbuttons in menu. Also do improvements requested in http...
Jabier Arraiza
2019-07-28
1
-7
/
+10
*
Rm unused code now Gtk+ >= 3.22 dependency is set
Alexander Valavanis
2019-05-26
1
-41
/
+11
*
Fix alignment of ruler ticks
Diederik van Lierop
2019-05-20
1
-6
/
+2
*
Remove support for LCMS 1
Karl Cheng
2019-05-12
1
-5
/
+5
*
Fix GdkMotionEvents under Wayland
Diederik van Lierop
2019-05-04
1
-1
/
+1
*
Disable GTK3's motion event compression which was making drawing lag.
yale
2019-03-20
1
-0
/
+1
*
Make background color affect checkerboard
tim_rawlinson
2019-02-23
1
-2
/
+3
*
No longer use widget data to store pointer to desktop widget.
Tavmjong Bah
2019-01-20
1
-2
/
+3
*
Fix bug 1810206: Crash if XRay mode enabled (assertion failed in SPCanvas::pa...
Jabier Arraiza
2019-01-07
1
-65
/
+62
*
modernize loops
Marc Jeanmougin
2019-01-02
1
-8
/
+8
*
Merge branch 'items-to-intrusive-list' of gitlab.com:ollip/inkscape
Marc Jeanmougin
2019-01-01
1
-38
/
+45
|
\
|
*
Speed up de-selection by switching to more efficient intrusive list structure
Olli Parviainen
2018-12-26
1
-38
/
+45
*
|
Fix toggle rullers in split view and improve speed and rendering to xray
Jabier Arraiza
2018-12-09
1
-24
/
+35
|
/
*
desktop-widget: make rulers private
Alexander Valavanis
2018-12-06
1
-2
/
+5
*
fix coding style
Jabier Arraiza
2018-12-04
1
-25
/
+20
*
Ready to review XRay
Jabier Arraiza
2018-12-04
1
-55
/
+51
*
working on render XRay
Jabier Arraiza
2018-12-04
1
-15
/
+94
*
Added XRay
Jabier Arraiza
2018-12-04
1
-27
/
+60
*
Fix coding style
Jabier Arraiza
2018-12-01
1
-141
/
+148
*
Add scrool insensitive and reset if desktop change size
Jabier Arraiza
2018-12-01
1
-1
/
+18
*
Move spliter from prefs to SPCanvas to allow multidesktop
Jabiertxof
2018-12-01
1
-94
/
+111
*
Fixes to contoler position and auto hide
Jabiertxof
2018-12-01
1
-2
/
+5
*
Allow drag controller on split
Jabiertxof
2018-12-01
1
-6
/
+29
*
Add some Martin fixes and UX improvements
Jabiertxof
2018-12-01
1
-92
/
+38
*
Add actions and cleanup cairo draw
Jabier Arraiza
2018-12-01
1
-119
/
+148
[next]