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
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
2017-07-01
SPCanvas: Use a similar image for _backing_store
Uli Schlachter
1
-4
/
+47
2017-07-01
Fix a small memory leak in SPCanvas::paint
Uli Schlachter
1
-0
/
+3
2017-03-30
Add preference that allows user to increase the canvas tile size.
Tavmjong Bah
1
-1
/
+7
2017-03-30
Add canvas-rotate for rapid previewing canvas rotation.
Tavmjong Bah
1
-4
/
+5
2017-03-20
Implement rotation via desktop to window affine.
Tavmjong Bah
1
-290
/
+1
2017-03-13
Replace rectangle based zooming by affine based zooming.
Tavmjong Bah
1
-1
/
+7
2017-02-26
sp-canvas: Migrate to seat_grab
Alex Valavanis
1
-5
/
+12
2017-02-07
Fix Gdk deprecations
Alex Valavanis
1
-2
/
+25
2017-02-07
Fix some new Gdk deprecations
Alex Valavanis
1
-1
/
+1
2016-12-25
sp-canvas: Gtkmmify to squash a few warnings
Alex Valavanis
1
-14
/
+17
2016-11-01
Fix angle constrain, thanks to vlada, Mc and LiamW
Jabier Arraiza Cenoz
1
-1
/
+1
2016-10-26
Add fadding from temporary rotate draw to real ones
Jabier Arraiza Cenoz
1
-11
/
+20
2016-10-25
Some bug fixes and improvements
Jabier Arraiza Cenoz
1
-12
/
+0
2016-10-23
Add right click rotation panning, some fixes
Jabier Arraiza Cenoz
1
-53
/
+60
2016-10-23
Add right click rotation panning
Jabier Arraiza Cenoz
1
-8
/
+11
2016-10-23
Add right click attempt
Jabier Arraiza Cenoz
1
-5
/
+63
2016-10-19
Styling rotate
Jabier Arraiza Cenoz
1
-4
/
+49
2016-10-19
Working with rotate preview
Jabier Arraiza Cenoz
1
-3
/
+166
2016-07-28
Finish removing GTK+ 2 fallbacks
Alex Valavanis
1
-90
/
+10
2016-07-25
Revert the canvas widget changes, which cause performance regressions
Krzysztof Kosi??ski
1
-176
/
+200
2016-05-08
Clarify license.
Krzysztof Kosi??ski
1
-1
/
+4
2016-04-15
Priority is so high it blocks blitting the canvas
Liam P. White
1
-1
/
+1
2016-04-14
Change idle priority back to high
Liam P. White
1
-1
/
+1
2016-04-13
Remove unused variable in sp-canvas.cpp
Krzysztof Kosi??ski
1
-2
/
+0
2016-04-13
Fix artifacts at the border when panning the canvas. #Hackfest2016
Krzysztof Kosi??ski
1
-16
/
+13
2016-04-13
Fix canvas flicker while dragging objects. #Hackfest2016
Krzysztof Kosi??ski
1
-33
/
+11
2016-04-13
Fix redraw problems when shrinking and then enlarging the SPCanvas widget.
Krzysztof Kosi??ski
1
-4
/
+6
2016-04-13
Move background drawing to SPCanvas to avoid temporarily drawing an incorrect
Krzysztof Kosi??ski
1
-22
/
+63
2016-04-13
Simplify SPCanvas by tracking the clean region instead of the dirty region.
Krzysztof Kosi??ski
1
-73
/
+40
2016-04-12
sp-canvas: Disable deprecated double-buffering #Hackfest2016
Alex Valavanis
1
-6
/
+1
2016-04-12
Update copyright notices on display/sp-canvas.(h|cpp)
Krzysztof Kosi??ski
1
-0
/
+2
2016-04-12
Hackfest 2016: Fix SPCanvas to comply with GTK3 rendering model.
Krzysztof Kosi??ski
1
-143
/
+136
2016-04-12
Hackfest 2016: un-obfuscate the SPCanvas widget.
Krzysztof Kosi??ski
1
-545
/
+353
2016-04-02
Fix node size regression and add ctrlResize property for multiple use.
Martin Owens
1
-0
/
+1
2016-02-29
type in commit r14664
Kris De Gussem
1
-1
/
+1
[next]