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
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
2016-02-22
static code analysis
Kris De Gussem
1
-2
/
+2
2016-02-10
Remove artifacts when remove canvas items, for example in measure tool
Jabier Arraiza Cenoz
1
-1
/
+1
2016-01-17
Less derp, can't iterate past the end of the list
Liam P. White
1
-2
/
+2
2016-01-17
Follow-up commit to 14529.
Liam P. White
1
-33
/
+40
2015-12-13
cppification and performance
Marc Jeanmougin
1
-129
/
+66
2015-06-12
Make the behavior of the snap indicator fully transparent, such that all even...
Diederik van Lierop
1
-22
/
+8
2014-09-27
Update to experimental r13565
Liam P. White
1
-1
/
+1
2014-08-26
sp-canvas: GObject boilerplate reduction
Alex Valavanis
1
-98
/
+14
2014-08-23
Turn on double-buffering of the canvas
Liam P. White
1
-1
/
+1
2014-04-16
workaround build failure on Ubuntu 14.04 with dbus ext and clang
Alex Valavanis
1
-0
/
+2
2014-03-13
Provide a toggle in the document properties to optionally turn off
Krzysztof Kosi??ski
1
-1
/
+0
2014-02-28
Copy event with gdk_event_copy instead of assigning to structure by value.
Krzysztof Kosi??ski
1
-8
/
+9
2014-02-27
Move extended input events stuff from desktop-widget.cpp to sp-canvas.cpp,
Krzysztof Kosi??ski
1
-1
/
+6
2014-01-23
Make sure we're not interfering with right or middle click with undo preventi...
Martin Owens
1
-1
/
+1
2014-01-21
Move dragging undo block from tools-base to canvas. Regarding bug #168695
Martin Owens
1
-0
/
+5
2013-10-15
Replace deprecated thread protection macros
Alex Valavanis
1
-5
/
+1
2013-04-29
Fixed logic error confusing bitwise and with logical and.
Jon A. Cruz
1
-2
/
+2
2013-03-25
Workaround usage of deprecated glib symbols in 3rd party libraries
Alex Valavanis
1
-1
/
+1
2013-01-26
More GObject boilerplate reduction
Alex Valavanis
1
-91
/
+42
2012-12-30
Speed up canvas item drawing for GTK+ 3
Alex Valavanis
1
-27
/
+20
2012-12-28
Implement GTK+ 3 drawing for zoom correction ruler in preferences dialog
Alex Valavanis
1
-15
/
+3
2012-10-27
cppcheck: get rid of more C-style pointer casts
Alex Valavanis
1
-5
/
+5
2012-07-23
Fix canvas scroll events in GTK+ 3
Alex Valavanis
1
-1
/
+5
2012-06-24
Migrate some widgets to GtkStyleContext
Alex Valavanis
1
-5
/
+17
2012-06-23
Migrate to new device pointer API for GTK+ 3
Alex Valavanis
1
-0
/
+48
2012-06-13
Warning cleanup.
Jon A. Cruz
1
-3
/
+3
2012-06-10
Add missing Cairo header
Alex Valavanis
1
-3
/
+1
2012-06-09
Gtk+ 3 drawing in sp-canvas
Alex Valavanis
1
-1
/
+25
2012-06-09
Don't use GtkColormap in Gtk+ 3
Alex Valavanis
1
-2
/
+11
2012-06-09
Use Cairo::Region in sp-canvas
Alex Valavanis
1
-11
/
+13
2012-06-09
Fix remaining size_request issues for Gtk+ build
Alex Valavanis
1
-0
/
+30
2012-06-09
Stop deriving SPCanvasItem from GtkObject
Alex Valavanis
1
-64
/
+138
2012-05-21
Extended control resizing to node editing. Fixes half of bug #172059.
Jon A. Cruz
1
-0
/
+1
2012-05-08
Fix drawing of eek-preview in GTK+3
Alex Valavanis
1
-4
/
+23
2012-05-03
Adding base configurable sizing of controls/handles.
Jon A. Cruz
1
-17
/
+16
2012-04-08
Stop using custom GtkObject flags
Alex Valavanis
1
-26
/
+21
2012-04-03
Fix for 367607 : Remove deprecated GTK+ symbols - Deprecated *_unref symbols ...
John Smith
1
-3
/
+3
2012-04-02
Fix for 367607 : Remove deprecated GTK+ symbols - Deprecated *_unref symbols ...
John Smith
1
-3
/
+3
2012-02-29
Header tidying, suppress all gdk deprecation errors in gtkmm
Alex Valavanis
1
-2
/
+2
[prev]
[next]