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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-05-26
Rm unused code now Gtk+ >= 3.22 dependency is set
Alexander Valavanis
1
-41
/
+11
2019-05-20
Fix alignment of ruler ticks
Diederik van Lierop
1
-6
/
+2
2019-05-12
Remove support for LCMS 1
Karl Cheng
1
-5
/
+5
2019-05-04
Fix GdkMotionEvents under Wayland
Diederik van Lierop
1
-1
/
+1
2019-03-20
Disable GTK3's motion event compression which was making drawing lag.
yale
1
-0
/
+1
2019-02-23
Make background color affect checkerboard
tim_rawlinson
1
-2
/
+3
2019-01-20
No longer use widget data to store pointer to desktop widget.
Tavmjong Bah
1
-2
/
+3
2019-01-07
Fix bug 1810206: Crash if XRay mode enabled (assertion failed in SPCanvas::pa...
Jabier Arraiza
1
-65
/
+62
2019-01-02
modernize loops
Marc Jeanmougin
1
-8
/
+8
2018-12-26
Speed up de-selection by switching to more efficient intrusive list structure
Olli Parviainen
1
-38
/
+45
2018-12-09
Fix toggle rullers in split view and improve speed and rendering to xray
Jabier Arraiza
1
-24
/
+35
2018-12-06
desktop-widget: make rulers private
Alexander Valavanis
1
-2
/
+5
2018-12-04
fix coding style
Jabier Arraiza
1
-25
/
+20
2018-12-04
Ready to review XRay
Jabier Arraiza
1
-55
/
+51
2018-12-04
working on render XRay
Jabier Arraiza
1
-15
/
+94
2018-12-04
Added XRay
Jabier Arraiza
1
-27
/
+60
2018-12-01
Fix coding style
Jabier Arraiza
1
-141
/
+148
2018-12-01
Add scrool insensitive and reset if desktop change size
Jabier Arraiza
1
-1
/
+18
2018-12-01
Move spliter from prefs to SPCanvas to allow multidesktop
Jabiertxof
1
-94
/
+111
2018-12-01
Fixes to contoler position and auto hide
Jabiertxof
1
-2
/
+5
2018-12-01
Allow drag controller on split
Jabiertxof
1
-6
/
+29
2018-12-01
Add some Martin fixes and UX improvements
Jabiertxof
1
-92
/
+38
2018-12-01
Add actions and cleanup cairo draw
Jabier Arraiza
1
-119
/
+148
2018-12-01
Working on split controller
Jabiertxof
1
-20
/
+150
2018-12-01
Improve spliter and add outline mode functionality
Jabier Arraiza
1
-45
/
+63
2018-12-01
Adding line to move outline
Jabier Arraiza
1
-33
/
+115
2018-12-01
Improbements to events
Jabiertxof
1
-27
/
+32
2018-12-01
working on events
Jabiertxof
1
-9
/
+76
2018-12-01
Allow to redraw on drag
Jabier Arraiza
1
-5
/
+4
2018-12-01
Handling cursor for dragin split
Jabier Arraiza
1
-5
/
+7
2018-12-01
Working with canvas to split
Jabiertxof
1
-22
/
+34
2018-12-01
Adding draggin area
Jabier Arraiza
1
-2
/
+31
2018-12-01
Adding minor fixes
Jabier Arraiza
1
-4
/
+4
2018-12-01
Initial commit of split canvas
Jabiertxof
1
-4
/
+52
2018-11-08
Clarify licenses
Max Gaukler
1
-1
/
+2
2018-10-01
Remove #include "config.h" wherever possible
Eduard Braun
1
-1
/
+1
2018-09-11
Support smooth scrolling (part 1)
Eduard Braun
1
-0
/
+1
2018-09-11
Several more typos
luz.paz
1
-1
/
+1
2018-06-18
Run clang-tidy’s modernize-use-bool-literals pass.
Emmanuel Gil Peyrot
1
-1
/
+1
2018-06-18
Run clang-tidy’s modernize-use-nullptr pass.
Emmanuel Gil Peyrot
1
-69
/
+69
2018-05-04
Revert "Fix include order with clang-tidy check llvm-include-order"
Marc Jeanmougin
1
-12
/
+12
2018-04-29
Fix include order with clang-tidy check llvm-include-order
Marc Jeanmougin
1
-12
/
+12
2018-03-12
Speed up removing items from SPCanvasGroup
Eduard Braun
1
-2
/
+5
2017-11-30
Store device-scale and propogate value where necessary.
Tavmjong Bah
1
-21
/
+26
2017-11-24
Remove debugging code and other cleanup.
Tavmjong Bah
1
-105
/
+21
2017-11-24
Fix repainting.
Tavmjong Bah
1
-3
/
+21
2017-11-23
First attempt at supporting HiDPI on canvas.
Tavmjong Bah
1
-17
/
+152
2017-11-04
Remove need to restart Inkscape when changing tile multiplier.
Tavmjong Bah
1
-5
/
+2
2017-07-04
Fix crash in "New from template" dialog
Christophe Lebras
1
-19
/
+26
2017-07-01
SPCanvas::paintSingleBuffer: Draw directly to _backing_store
Uli Schlachter
1
-12
/
+18
[next]