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