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
/
sodipodi-ctrlrect.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-08-23
Eliminate clang warnings
Thomas Holder
1
-2
/
+0
2019-05-20
Fix pixel alignment of box selection cue
Diederik van Lierop
1
-9
/
+4
2018-11-08
Clarify licenses
Max Gaukler
1
-1
/
+2
2018-09-12
New option to invert y-axis
Thomas Holder
1
-13
/
+22
2018-05-04
Revert "Fix include order with clang-tidy check llvm-include-order"
Marc Jeanmougin
1
-1
/
+1
2018-04-29
Fix include order with clang-tidy check llvm-include-order
Marc Jeanmougin
1
-1
/
+1
2017-11-07
Misc. typos
Unknown
1
-1
/
+1
2017-03-22
Add canvas flip. No GUI. Can be bound to keys via preferences.
Tavmjong Bah
1
-1
/
+2
2017-03-17
Modifiy CtrlRect to work with rotated canvas.
Tavmjong Bah
1
-142
/
+119
2015-12-21
Add option for checkerboard background.
Tavmjong Bah
1
-0
/
+15
2014-08-26
Complete reduction of GObject boilerplate
Alex Valavanis
1
-32
/
+6
2014-01-15
for rubberband outline, add shading instead of XOR (Bug 1266308)
Alvin Penner
1
-1
/
+12
2012-10-28
cppcheck: More C-style pointer casting
Alex Valavanis
1
-6
/
+5
2012-06-09
Stop deriving SPCanvasItem from GtkObject
Alex Valavanis
1
-7
/
+5
2012-05-19
Revert r11370. Fix crash with grid in default template
Alex Valavanis
1
-6
/
+6
2012-05-16
Drop some GtkObject usage
Alex Valavanis
1
-6
/
+6
2012-02-15
Prevent false gtk deprecation warnings in canvas-grid and tidy headers
Alex Valavanis
1
-0
/
+1
2012-01-12
Initial C++ification of SPCanvas.
Jon A. Cruz
1
-56
/
+37
2011-08-27
Update 2Geom. Remove all use of NRRectL.
Krzysztof Kosi??ski
1
-1
/
+1
2011-07-25
Revert workarounds from 10501 - no longer necessary
Krzysztof Kosi??ski
1
-66
/
+73
2011-07-24
fix page shadow rendering bug introduced in r10495
Johan B. C. Engelen
1
-73
/
+66
2011-07-23
NRRectL -> 2geom
Johan B. C. Engelen
1
-87
/
+94
2011-07-23
remove obsolete code because changed to cairo
Johan B. C. Engelen
1
-93
/
+0
2011-07-03
GTK+ cleanup: gtk_type_class
Alex Valavanis
1
-1
/
+1
2011-02-02
update to latest 2geom !
Johan B. C. Engelen
1
-3
/
+3
2010-12-23
Split SPCanvasItem and SPCanvasGroup to individual .h files. Removed forward ...
Jon A. Cruz
1
-1
/
+0
2010-11-17
Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...
Chris Morgan
1
-1
/
+1
2010-06-29
Consolidate Cairo utils in display/cairo-utils.h. Fix icons harder.
Krzysztof Kosi??ski
1
-1
/
+1
2010-06-22
Initial Cairo rendering commit: solid shapes, gradients, opacity and patterns
Krzysztof Kosi??ski
1
-4
/
+31
2009-03-09
only request redraw of those parts of the rect sides that actually moved
bulia byak
1
-46
/
+115
2008-09-18
Next roud of NR ==> Geom conversion
Maximilian Albert
1
-10
/
+10
2008-06-24
update for 32 instead of 24 bpp canvas buf
bulia byak
1
-5
/
+5
2008-05-10
More type registration cleanup
Jon A. Cruz
1
-11
/
+15
2007-09-29
noop: CodingStyle: re-indent a few files that had mixtures of spaces & tabs f...
Peter Moulder
1
-5
/
+4
2007-08-30
remove redundant commit
bulia byak
1
-10
/
+10
2007-08-24
initialize rect to 0,0,0,0 and do not redraw until dimensions are set; this r...
bulia byak
1
-52
/
+60