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
*
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
*
Copy event with gdk_event_copy instead of assigning to structure by value.
Krzysztof Kosi??ski
2014-02-28
1
-8
/
+9
*
Move extended input events stuff from desktop-widget.cpp to sp-canvas.cpp,
Krzysztof Kosi??ski
2014-02-27
1
-1
/
+6
*
Make sure we're not interfering with right or middle click with undo preventi...
Martin Owens
2014-01-23
1
-1
/
+1
*
Move dragging undo block from tools-base to canvas. Regarding bug #168695
Martin Owens
2014-01-21
1
-0
/
+5
*
Replace deprecated thread protection macros
Alex Valavanis
2013-10-15
1
-5
/
+1
*
Fixed logic error confusing bitwise and with logical and.
Jon A. Cruz
2013-04-29
1
-2
/
+2
*
Workaround usage of deprecated glib symbols in 3rd party libraries
Alex Valavanis
2013-03-25
1
-1
/
+1
*
More GObject boilerplate reduction
Alex Valavanis
2013-01-26
1
-91
/
+42
*
Speed up canvas item drawing for GTK+ 3
Alex Valavanis
2012-12-30
1
-27
/
+20
*
Implement GTK+ 3 drawing for zoom correction ruler in preferences dialog
Alex Valavanis
2012-12-28
1
-15
/
+3
*
cppcheck: get rid of more C-style pointer casts
Alex Valavanis
2012-10-27
1
-5
/
+5
*
Fix canvas scroll events in GTK+ 3
Alex Valavanis
2012-07-23
1
-1
/
+5
*
Migrate some widgets to GtkStyleContext
Alex Valavanis
2012-06-24
1
-5
/
+17
*
Migrate to new device pointer API for GTK+ 3
Alex Valavanis
2012-06-23
1
-0
/
+48
*
Warning cleanup.
Jon A. Cruz
2012-06-13
1
-3
/
+3
*
Add missing Cairo header
Alex Valavanis
2012-06-10
1
-3
/
+1
*
Gtk+ 3 drawing in sp-canvas
Alex Valavanis
2012-06-09
1
-1
/
+25
*
Don't use GtkColormap in Gtk+ 3
Alex Valavanis
2012-06-09
1
-2
/
+11
*
Use Cairo::Region in sp-canvas
Alex Valavanis
2012-06-09
1
-11
/
+13
*
Fix remaining size_request issues for Gtk+ build
Alex Valavanis
2012-06-09
1
-0
/
+30
*
Stop deriving SPCanvasItem from GtkObject
Alex Valavanis
2012-06-09
1
-64
/
+138
*
Extended control resizing to node editing. Fixes half of bug #172059.
Jon A. Cruz
2012-05-21
1
-0
/
+1
*
Fix drawing of eek-preview in GTK+3
Alex Valavanis
2012-05-08
1
-4
/
+23
*
Adding base configurable sizing of controls/handles.
Jon A. Cruz
2012-05-03
1
-17
/
+16
*
Stop using custom GtkObject flags
Alex Valavanis
2012-04-08
1
-26
/
+21
*
Fix for 367607 : Remove deprecated GTK+ symbols - Deprecated *_unref symbols ...
John Smith
2012-04-03
1
-3
/
+3
*
Fix for 367607 : Remove deprecated GTK+ symbols - Deprecated *_unref symbols ...
John Smith
2012-04-02
1
-3
/
+3
*
Header tidying, suppress all gdk deprecation errors in gtkmm
Alex Valavanis
2012-02-29
1
-2
/
+2
*
cppcheck: null pointer dereference fix
Kris De Gussem
2012-02-22
1
-12
/
+18
*
remove superfluous RectHull
Johan B. C. Engelen
2012-02-19
1
-12
/
+5
*
move helper/recthull.h to 2geom/rect-hull.h
Johan B. C. Engelen
2012-02-19
1
-1
/
+1
*
Enable LCMS2 for other than OSX, where it still has some issues. Fixes bug #8...
Jon A. Cruz
2012-02-13
1
-5
/
+5
*
Get rid of gtkmm top-level header usage - not required by API
Alex Valavanis
2012-02-06
1
-1
/
+0
*
Fix for problem with shadowed x0 and y0 members.
Jon A. Cruz
2012-01-13
1
-9
/
+12
*
Initial C++ification of SPCanvas.
Jon A. Cruz
2012-01-12
1
-684
/
+687
*
A few GSEAL issues
Kris De Gussem
2012-01-11
1
-1
/
+1
*
A few GSEAL fixes for SPCanvas
Alex Valavanis
2012-01-05
1
-13
/
+34
*
More GSEAL issues
Alex Valavanis
2012-01-04
1
-18
/
+26
*
Get rid of deprecated gtk_idle*
Alex Valavanis
2011-12-14
1
-2
/
+3
*
Get rid of deprecated gtk_type_is_a
Alex Valavanis
2011-12-14
1
-1
/
+1
*
Fixing more broken and split doc comments.
Jon A. Cruz
2011-10-27
1
-1
/
+1
*
Cleaned up display-forward.h, including many redundant usages.
Jon A. Cruz
2011-10-04
1
-1
/
+0
*
Fix typo that causes crashes when color management is enabled.
Krzysztof Kosi??ski
2011-09-15
1
-1
/
+1
*
Update 2Geom. Remove all use of NRRectL.
Krzysztof Kosi??ski
2011-08-27
1
-93
/
+61
*
Per-item render cache.
Krzysztof Kosi??ski
2011-07-28
1
-9
/
+18
[next]