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
/
canvas-arena.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-01-02
modernize loops
Marc Jeanmougin
1
-2
/
+2
2018-12-03
Remove dependance of SVGViewWidget on SVGView and View. Remove SVGView.
Tavmjong Bah
1
-1
/
+3
2018-11-08
Clarify licenses
Max Gaukler
1
-1
/
+2
2018-06-18
Run clang-tidy’s modernize-use-nullptr pass.
Emmanuel Gil Peyrot
1
-7
/
+7
2018-06-18
Run clang-tidy’s modernize-use-override pass.
Emmanuel Gil Peyrot
1
-1
/
+1
2018-05-04
Revert "Fix include order with clang-tidy check llvm-include-order"
Marc Jeanmougin
1
-4
/
+4
2018-04-29
Fix include order with clang-tidy check llvm-include-order
Marc Jeanmougin
1
-4
/
+4
2016-04-13
Hopefully fix "invalid state when picking" warnings. #Hackfest2016
Krzysztof Kosi??ski
1
-2
/
+4
2015-05-08
fixes a few of jenkins warnings
Marc Jeanmougin
1
-1
/
+1
2014-08-24
More GObject boilerplate reduction
Alex Valavanis
1
-28
/
+5
2014-08-18
Fix build (not pretty).
Liam P. White
1
-1
/
+1
2014-05-03
Fix bounding box cache issues in general, and prevent the selector tool from ...
Diederik van Lierop
1
-1
/
+1
2014-02-08
DrawingContext: change variable names ct to dc (bug #1272073)
David Mathog
1
-4
/
+4
2012-11-23
UI. Fix for Bug #1072007 (Mouse scroll zoom depends on if the cursor is over ...
Nicolas Dufour
1
-2
/
+6
2012-10-14
Fix for 657463 : Mousewheel zooming by two steps, not one
John Smith
1
-0
/
+8
2012-06-09
Stop deriving SPCanvasItem from GtkObject
Alex Valavanis
1
-14
/
+8
2012-05-19
Revert r11370. Fix crash with grid in default template
Alex Valavanis
1
-7
/
+12
2012-05-16
Drop some GtkObject usage
Alex Valavanis
1
-12
/
+7
2012-02-26
Replace deprecated GTK_TYPE macros
Alex Valavanis
1
-1
/
+1
2012-01-12
Initial C++ification of SPCanvas.
Jon A. Cruz
1
-4
/
+4
2012-01-04
More GSEAL issues
Alex Valavanis
1
-1
/
+1
2011-10-04
Cleaned up display-forward.h, including many redundant usages.
Jon A. Cruz
1
-1
/
+0
2011-08-27
Update 2Geom. Remove all use of NRRectL.
Krzysztof Kosi??ski
1
-5
/
+3
2011-08-25
Reduce default rendering cache size to 64 MiB
Krzysztof Kosi??ski
1
-8
/
+13
2011-08-16
Add user preference for rendering cache size
Krzysztof Kosi??ski
1
-0
/
+19
2011-08-09
Initial autocache work
Krzysztof Kosi??ski
1
-1
/
+1
2011-08-07
Rewrite NRArena -> Inkscape::Drawing. Call render and update
Krzysztof Kosi??ski
1
-44
/
+38
2011-08-06
Rewrite NRArenaItem hierarchy into C++
Krzysztof Kosi??ski
1
-51
/
+44
2011-07-28
Per-item render cache.
Krzysztof Kosi??ski
1
-115
/
+10
2011-07-22
Replace direct use of Cairo contexts and surfaces in the rendering tree
Krzysztof Kosi??ski
1
-30
/
+31
2011-07-18
Clean up some commented-out code
Krzysztof Kosi??ski
1
-8
/
+1
2011-07-09
Add SPCanvasArena caching layer. Currently breaks for clipped groups
Krzysztof Kosi??ski
1
-19
/
+135
2011-07-03
GTK+ cleanup: gtk_type_class
Alex Valavanis
1
-1
/
+1
2011-06-24
Switch to GObject
Alex Valavanis
1
-10
/
+12
2011-06-13
Replace deprecated GtkSignal
Alex Valavanis
1
-4
/
+5
2011-02-02
update to latest 2geom !
Johan B. C. Engelen
1
-2
/
+2
2010-12-23
Split SPCanvasItem and SPCanvasGroup to individual .h files. Removed forward ...
Jon A. Cruz
1
-3
/
+0
2010-11-17
Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...
Chris Morgan
1
-1
/
+1
2010-08-15
Make nr_arena_invoke_render expect an already transformed context,
Krzysztof Kosi??ski
1
-1
/
+4
2010-08-14
Completely remove NRPixBlock
Krzysztof Kosi??ski
1
-13
/
+4
2010-08-04
Wholesale cruft removal part 1
Krzysztof Kosi??ski
1
-1
/
+1
2010-07-04
Remove some cruft
Krzysztof Kosi??ski
1
-11
/
+1
2010-06-29
Consolidate Cairo utils in display/cairo-utils.h. Fix icons harder.
Krzysztof Kosi??ski
1
-23
/
+8
2010-06-22
Initial Cairo rendering commit: solid shapes, gradients, opacity and patterns
Krzysztof Kosi??ski
1
-6
/
+19
2009-01-13
Improved version reporting. Add SVN revision and custom status to
Krzysztof Kosi??ski
1
-1
/
+1
2009-01-09
Cmake: Corrections for mistakes
Joshua L. Blocher
1
-1
/
+1
2008-09-18
Next roud of NR ==> Geom conversion
Maximilian Albert
1
-8
/
+8
2008-06-24
whitespace
bulia byak
1
-18
/
+18
2008-06-24
no more creating and looping over extra buffers for rendering canvas arena, d...
bulia byak
1
-123
/
+11
2008-05-04
Remove warnings
Bob Jamison
1
-1
/
+1
[next]