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
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
2008-03-31
lay groundwork for non-filter view mode
MenTaLguY
1
-2
/
+2
2007-12-01
Warning cleanup (including OFFSET_OF warning)
Jon A. Cruz
1
-1
/
+1
2007-10-26
Warning cleanup
Jon A. Cruz
1
-2
/
+2
2007-09-29
noop: CodingStyle: re-indent a few files that had mixtures of spaces & tabs f...
Peter Moulder
1
-337
/
+351
2007-03-19
make arena remember its parent canvasarena, if any (so that an arenaitem can ...
bulia byak
1
-0
/
+1
2007-03-02
blind fix for endianness, needs testing by someone on a big-endian machine
bulia byak
1
-0
/
+22
2007-03-02
create/destroy the cairo_t for all items to render into (currently used only ...
bulia byak
1
-6
/
+19
2007-03-01
API change: render methods now take a cairo_t (not yet used)
bulia byak
1
-4
/
+4
2007-02-27
more comments
bulia byak
1
-3
/
+10
2007-02-27
more comments on cairo's and our own woes
bulia byak
1
-0
/
+10
2007-02-17
a bunch of cairo fixmes in anticipation of a more direct rendering with less ...
bulia byak
1
-0
/
+2
2006-10-17
purge fred's arena item tile cache (has been disabled for quite some time any...
bulia byak
1
-11
/
+0
2006-10-14
deal with the possible failure to create pixblock due to insufficient memory
bulia byak
1
-2
/
+4
[next]