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
*
Fix crash in "New from template" dialog
Christophe Lebras
2017-07-04
1
-19
/
+26
*
SPCanvas::paintSingleBuffer: Draw directly to _backing_store
Uli Schlachter
2017-07-01
1
-12
/
+18
*
SPCanvas: Use a similar image for _backing_store
Uli Schlachter
2017-07-01
1
-4
/
+47
*
Fix a small memory leak in SPCanvas::paint
Uli Schlachter
2017-07-01
1
-0
/
+3
*
Add preference that allows user to increase the canvas tile size.
Tavmjong Bah
2017-03-30
1
-1
/
+7
*
Add canvas-rotate for rapid previewing canvas rotation.
Tavmjong Bah
2017-03-30
1
-4
/
+5
*
Implement rotation via desktop to window affine.
Tavmjong Bah
2017-03-20
1
-290
/
+1
*
Replace rectangle based zooming by affine based zooming.
Tavmjong Bah
2017-03-13
1
-1
/
+7
*
sp-canvas: Migrate to seat_grab
Alex Valavanis
2017-02-26
1
-5
/
+12
*
Fix Gdk deprecations
Alex Valavanis
2017-02-07
1
-2
/
+25
*
Fix some new Gdk deprecations
Alex Valavanis
2017-02-07
1
-1
/
+1
*
fixing to new trunk
Jabiertxof
2017-01-24
1
-14
/
+17
|
\
|
*
sp-canvas: Gtkmmify to squash a few warnings
Alex Valavanis
2016-12-25
1
-14
/
+17
*
|
Fix angle constrain, thanks to vlada, Mc and LiamW
Jabier Arraiza Cenoz
2016-11-01
1
-1
/
+1
*
|
Add some Vlava improvements from mailing list
Jabier Arraiza Cenoz
2016-11-01
1
-5
/
+13
|
\
|
*
|
Add fadding from temporary rotate draw to real ones
Jabier Arraiza Cenoz
2016-10-26
1
-11
/
+20
*
|
Some bug fixes and improvements
Jabier Arraiza Cenoz
2016-10-25
1
-12
/
+0
*
|
Add right click rotation panning, some fixes
Jabier Arraiza Cenoz
2016-10-23
1
-53
/
+60
*
|
Add right click rotation panning
Jabier Arraiza Cenoz
2016-10-23
1
-8
/
+11
*
|
Add doc rotate with panning
Jabier Arraiza Cenoz
2016-10-23
1
-10
/
+18
|
\
|
*
|
Add right click attempt
Jabier Arraiza Cenoz
2016-10-23
1
-5
/
+63
*
|
Styling rotate
Jabier Arraiza Cenoz
2016-10-19
1
-4
/
+49
*
|
Working with rotate preview
Jabier Arraiza Cenoz
2016-10-19
1
-3
/
+166
|
/
*
Finish removing GTK+ 2 fallbacks
Alex Valavanis
2016-07-28
1
-90
/
+10
*
Clarify license.
Krzysztof Kosi??ski
2016-05-08
1
-1
/
+4
*
Priority is so high it blocks blitting the canvas
Liam P. White
2016-04-15
1
-1
/
+1
*
Change idle priority back to high
Liam P. White
2016-04-14
1
-1
/
+1
*
Remove unused variable in sp-canvas.cpp
Krzysztof Kosi??ski
2016-04-13
1
-2
/
+0
*
Fix artifacts at the border when panning the canvas. #Hackfest2016
Krzysztof Kosi??ski
2016-04-13
1
-16
/
+13
*
Fix canvas flicker while dragging objects. #Hackfest2016
Krzysztof Kosi??ski
2016-04-13
1
-33
/
+11
*
Fix redraw problems when shrinking and then enlarging the SPCanvas widget.
Krzysztof Kosi??ski
2016-04-13
1
-4
/
+6
*
Move background drawing to SPCanvas to avoid temporarily drawing an incorrect
Krzysztof Kosi??ski
2016-04-13
1
-22
/
+63
*
Simplify SPCanvas by tracking the clean region instead of the dirty region.
Krzysztof Kosi??ski
2016-04-13
1
-73
/
+40
*
sp-canvas: Disable deprecated double-buffering #Hackfest2016
Alex Valavanis
2016-04-12
1
-6
/
+1
*
Update copyright notices on display/sp-canvas.(h|cpp)
Krzysztof Kosi??ski
2016-04-12
1
-0
/
+2
*
Hackfest 2016: Fix SPCanvas to comply with GTK3 rendering model.
Krzysztof Kosi??ski
2016-04-12
1
-143
/
+136
*
Hackfest 2016: un-obfuscate the SPCanvas widget.
Krzysztof Kosi??ski
2016-04-12
1
-545
/
+353
*
Fix node size regression and add ctrlResize property for multiple use.
Martin Owens
2016-04-02
1
-0
/
+1
*
type in commit r14664
Kris De Gussem
2016-02-29
1
-1
/
+1
*
static code analysis
Kris De Gussem
2016-02-22
1
-2
/
+2
*
Remove artifacts when remove canvas items, for example in measure tool
Jabier Arraiza Cenoz
2016-02-10
1
-1
/
+1
*
Less derp, can't iterate past the end of the list
Liam P. White
2016-01-17
1
-2
/
+2
*
Follow-up commit to 14529.
Liam P. White
2016-01-17
1
-33
/
+40
*
cppification and performance
Marc Jeanmougin
2015-12-13
1
-129
/
+66
*
Make the behavior of the snap indicator fully transparent, such that all even...
Diederik van Lierop
2015-06-12
1
-22
/
+8
*
Update to experimental r13531
Liam P. White
2014-08-31
1
-98
/
+14
|
\
|
*
sp-canvas: GObject boilerplate reduction
Alex Valavanis
2014-08-26
1
-98
/
+14
|
*
Turn on double-buffering of the canvas
Liam P. White
2014-08-23
1
-1
/
+1
|
/
*
workaround build failure on Ubuntu 14.04 with dbus ext and clang
Alex Valavanis
2014-04-16
1
-0
/
+2
*
Provide a toggle in the document properties to optionally turn off
Krzysztof Kosi??ski
2014-03-13
1
-1
/
+0
[next]